Representations of Complex Numbers and its Properties (1)

 OVERVIEW

There has mainly three representation types of complex number in mathematics, which are a very popular Algebraic Representation , Geometric Representation , Polar Representation . We  discuss Algebraic and Geometric  Representations in this blog . Polar Representation will be discussed in next blog .

ALGEBRIC REPRESENTATION

When a complex number is written as a duplet "(a,b)" form, is called Algebraic Representation .  We have discussed this extensively in previous blogs of complex numbers .

GEOMETRIC REPRESENTATION

When a complex number is written as real and imaginary part called Geometric Representation. In geometric representation (a,b) is written as (a+ib) or (a+bi

Power of i :-  (i)4n =1 ;           (i)4n+1 = i ;       (i)4n+2  = -1 ;      (i)4n+3= -
(i)-1 = 1/i = i/-1{doing multiply and divide by i } = -i         
[When n belongs to Z]

 Addition:- The addition of geometric representation is  same as Algebraic representation.
(a+bi) + (c+di) = (a+c) + (b+d)
Example :- (2+3i)+(6+7i) = (2+6) + (3+7)i = 8+10

Subtraction :- The subtraction is same as adding additive inverse of complex number.
                                           (a+bi) - (c+di) =  (a+bi) + (-c-di)  =  (a-c) + (b-d)
Example :- (4+5i) - (3+2i) = (4-3) + (5-2)i = 1-2

Multiplication :- The multiplication of geometric representation is  same as Algebraic representation.

(a+bi) * (c+di) = ac+adi+bci+bd(i)2  = (ac-bd)+(bc+ad)i
Example :- (9+2i) * (10+5i) = (90-10) + (45+20)i = 80 +65i
  
Division :- The division is same as multiply multiplicative inverse of complex number.
(a+bi)/(c+di) = (a+bi)*(p+qi) =  (ap-bq)+(bp+aq)i
[where p=(c/(c2+d2)) q=(-d/(c2+d2)) ]
Example :- (1+2i)/(3+4i) = (1*3/25) - (-2*4/25) + (-1*4/25)i + (2*3/25)i = (11/25) + (2/25) i

THANK YOU FOR READING

Comments