Complex numbers

i

Define i as -1, so i2=-1.

Properties:

Example: solve quadratic equation

Solve 3x2+10=-26.

3x2+10 = -26 3x2 = -36 x2 = -12 x = ±-12 x = ±i12 x = ±i43 x = ±2i3

Standard form

a+bi

Where a, b are real numbers. a is the real part and bi is the imaginary part.

Plotting complex numbers

Arithmetic

Adding/subtracting: Just think of i as a variable, like x:

(4+5i)+(3+2i) = (4+3+5i+2i) = (7+7i)

Multiplying: Think of i as a variable, except that it can do tricks.

(4+5i)(3+2i) = 43+42i+35i+52i2 = 12+8i+15i+10i2 = 12+23i+10i2 = 12+23i+(-10) = 2+23i

Here is the same multiplication using the distributive law rectangle:

× 4 5i
3 12 15i
2i 8i 10i2=-10

Complex conjugate of a+bi is a-bi.

Multiplying by the conjugate is guaranteed to produce a real number:

(a+bi)(a-bi) = a2-abi+abi-b2i2 = a2-b2(-1) = a2+b2

Example: dividing complex numbers.

Write 5+3i1-2i in standard form. Solution:

5+3i1-2i = 5+3i1-2i1+2i1+2i = 5+13i-61+4 = 13i-15 = -15+13i5

Absolute value:

|a+bi|=a2+b2

Example:

|3+4i| = 32+42 = 9+16 = 25 = 5

Note that the absolute value can also be written in terms of the complex conjugate:

|a+bi|=(a+bi)(a-bi)

Here's the same example, using the conjugate form:

|3+4i| = (3+4i)(3-4i) = 9+16 = 25 = 5

Geometrically, the absolute value of a real number is the distance of that real number from zero on the number line. Similarly, |a+bi| is the distance of a+bi from 0 in the complex plane, using the Pythagorean theorem to find the hypotenuse of a right triangle with legs of length a and b.