SOLUTION: let Z1 =a+bι ,and Z2 =c+ιd then find Z1.Z2

Algebra ->  Matrices-and-determiminant -> SOLUTION: let Z1 =a+bι ,and Z2 =c+ιd then find Z1.Z2      Log On


   



Question 1208735: let Z1 =a+bι ,and Z2 =c+ιd then find Z1.Z2
Answer by ikleyn(52835) About Me  (Show Source):
You can put this solution on YOUR website!
.

Z1*Z2 = (a + bi)*(c + di) = ac + bci + adi + bi*di = ac + bci + adi + bd*i^2 = 

      = ac + (bc + ad)i - bd = (ac - bd) + (bc + ad)i.    ANSWER


On the way, I used  i^2 = -1.


Real      part of  Z1*Z2  is  ac - bd.

Imaginary part of  Z1*Z2  is  bc + ad.

Solved.