Accedmychevron_right11thchevron_rightmathchevron_rightFundamentalschevron_rightComplex Numbers

Complex Numbers

auto_storiesAcademic Material

Complex numbers basics for 11th grade: definition, algebra, conjugate, modulus, and polar form.

1.1 Complex numbers and the imaginary unit

A complex number is written as:

TEXT
z = a + bi

where:

  • a is the real part
  • b is the imaginary part
  • i is the imaginary unit with i² = -1

1.2 Equality, real part, and imaginary part

Two complex numbers are equal if their real parts are equal and their imaginary parts are equal.

TEXT
If  a + bi = c + di  then  a = c  and  b = d

1.3 Addition, subtraction, and multiplication

Let z1 = a + bi and z2 = c + di.

TEXT
z1 + z2 = (a + c) + (b + d)i
z1 - z2 = (a - c) + (b - d)i
z1 z2   = (ac - bd) + (ad + bc)i

Quick examples

TEXT
(3 + 2i) + (1 - 5i) = 4 - 3i
(2 + i)(4 - 3i)     = 11 - 2i

1.4 Conjugate and division

The conjugate of z = a + bi is:

TEXT
z̄ = a - bi

Useful identity:

TEXT
z z̄ = (a + bi)(a - bi) = a² + b²

Division (multiply top and bottom by the conjugate):

TEXT
(a + bi) / (c + di) = (a + bi)(c - di) / (c² + d²)

1.5 Modulus (absolute value)

The modulus of z = a + bi is:

TEXT
|z| = √(a² + b²)

Properties to remember:

  • |z| ≥ 0
  • |z| = 0 only when z = 0
  • |z1 z2| = |z1| |z2|

1.6 Polar form (basic idea)

Any non-zero complex number can also be written using magnitude and direction:

TEXT
z = r (cos θ + i sin θ)

where r = |z|.

Exercise-style practice (mixed)

  1. Write the real and imaginary parts of:
TEXT
z = -5 + 7i
  1. Simplify:
TEXT
(4 - 3i) + (2 + 9i)
  1. Multiply:
TEXT
(1 - 2i)(3 + i)
  1. Find the conjugate and modulus of:
TEXT
z = 6 - 8i
  1. Simplify:
TEXT
(2 + i) / (1 - i)