Click here to purchase the entire book in PDF format.



next up previous contents index
Next: Complex Math Part 3 Up: Complex Numbers Previous: Complex Math Part 1   Contents   Index


Complex Math Part 2 - Multiplication

The multiplication of two complex numbers is similar to multiplying regular old real numbers. For example:


$\displaystyle (5 + j3) * (2 + j4)$ $\textstyle =$ $\displaystyle (5 * 2) + (j3 * j4) + (5 * j4) + (j3 * 2)$ (2.28)
  $\textstyle =$ $\displaystyle (5 * 2) + (j * j * 3 * 4) + j(5 * 4) + j(3 * 2)$ (2.29)
  $\textstyle =$ $\displaystyle 10 + (12 * -1) + (j20 + j6)$ (2.30)
  $\textstyle =$ $\displaystyle 10 - 12 + j26$ (2.31)
  $\textstyle =$ $\displaystyle -2 + j26$ (2.32)

The shortened rule is:


\begin{displaymath}
(a + jb)(c + jd) = (ac - bd) + j(ad + bc)
\end{displaymath} (2.33)



Geoff Martin 2006-10-15

Click here to purchase the entire book in PDF format.