(a + bi) + (c + di) = (a + c) + (b + d)i | Adding two complex numbers is done by adding real and imaginary parts separately |
(a + bi) − (c + di) = (a − c) + (b − d) | Subtracting two complex numbers is done by subtracting real and imaginary parts separately |
(a + bi)(c + di) = a(c + di) + bi(c + di) = = ac + adi + bci + bdi2 = ac + adi + bci − bd = (ac − bd) + (ad + bc)i | Multiplication works just like for polynomicals, using i2 = −1 |
(bi)n = bnin = | |
bni | for n = 1, 5, 9, 13,... | −bn | for n = 2, 6, 10, 14,... | −bni | for n = 3, 7, 11, 15,... | bn | for n = 4, 8, 12, 16,... |
|
| Powers of i: It is known that i2 = −1; then i3 = (i)(i2) = −i, and i4 = (i2)2 = (−1)2 = 1. Then i5 = (i)(i4) = i, and so on. |
(z)() = (a + bi)(a − bi) = a2 − abi + abi − b2i2 = a2 + b2 | The product of a number and its conjugate is always real and nonnegative. |
| = | ( | | )( | | ) | = | ac − adi + bci − bdi2 | c2 − d2 |
| = | | + | | i |
| Dividing is done by multiplying the denominator by its conjugate, thereby making the denominator real. |