Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Complex numbers extend the number system by adding the imaginary unit i, where i^2 = -1. A complex number is written as a + bi, with a real part and an imaginary part. These numbers make it possible to solve equations like x^2 + 1 = 0, which have no real solutions.

They also appear in physics, engineering, signal processing, and electrical circuits.

Understanding Math: Operations with Complex Numbers

The main skill in complex number operations is keeping the real and imaginary parts organized. Treat them like two different kinds of terms, much like x terms and y terms in algebra. A real number cannot be combined directly with an imaginary number.

During addition or subtraction, collect each kind separately. During multiplication, use the distributive property carefully. Every term in the first bracket must multiply every term in the second bracket.

This often creates four products. Then replace every pair of imaginary units with negative one.

A missed negative sign is the most common source of error. Writing each intermediate product on its own line makes the work easier to check.

Powers of the imaginary unit follow a repeating pattern of four. The first power is i, the second is negative one, the third is negative i, and the fourth is one. After that, the pattern starts again.

This pattern makes large powers manageable. For example, divide the exponent by four and use the remainder to find the matching point in the cycle. This is useful when simplifying expressions before multiplying or solving equations.

It also explains why multiplication can change both parts of a complex number. The imaginary unit does not behave like an ordinary variable. Its square changes the sign of a real quantity.

Division needs an extra idea called the conjugate. The conjugate keeps the real part unchanged and reverses the sign of the imaginary part. When a complex number is multiplied by its conjugate, the imaginary cross terms cancel.

What remains is a real number made from the squares of the two parts. This is why multiplying the top and bottom of a quotient by the denominator's conjugate works. It removes the imaginary unit from the denominator without changing the value of the fraction.

Students should simplify the denominator first, then distribute in the numerator, then collect real and imaginary terms. The denominator cannot be zero, because division by zero has no defined value.

Complex numbers can be pictured as points on a coordinate plane called the complex plane. The horizontal coordinate shows the real part. The vertical coordinate shows the imaginary part.

Addition works like adding movement vectors, with horizontal movement and vertical movement combined separately. Multiplication has a deeper geometric effect. It can stretch a point away from the origin and rotate it around the origin.

This viewpoint becomes important in alternating current circuits, sound waves, computer graphics, and physics. In school problems, check whether the final answer is in standard form, whether like terms were combined correctly, and whether every imaginary square became negative one. These checks catch most mistakes before they spread through a longer calculation.

Key Facts

  • Standard form: z = a + bi, where a is the real part and b is the imaginary part.
  • Imaginary unit: i^2 = -1, so i = sqrt(-1).
  • Addition: (a + bi) + (c + di) = (a + c) + (b + d)i.
  • Subtraction: (a + bi) - (c + di) = (a - c) + (b - d)i.
  • Multiplication: (a + bi)(c + di) = (ac - bd) + (ad + bc)i.
  • Division: (a + bi)/(c + di) = ((a + bi)(c - di))/(c^2 + d^2), where c + di is not 0.

Vocabulary

Complex number
A number that can be written in the form a + bi, where a and b are real numbers and i^2 = -1.
Real part
The value a in the complex number a + bi, shown on the horizontal axis of the complex plane.
Imaginary part
The value b in the complex number a + bi, shown as the coefficient of i on the vertical axis of the complex plane.
Complex conjugate
The number a - bi formed by changing the sign of the imaginary part of a + bi.
Complex plane
A coordinate plane where the horizontal axis represents real values and the vertical axis represents imaginary values.

Common Mistakes to Avoid

  • Combining real and imaginary terms as if they are like terms is wrong because 3 and 4i are different types of parts and cannot become 7i or 7.
  • Forgetting that i^2 = -1 is wrong because multiplying imaginary terms changes the sign, such as (2i)(5i) = 10i^2 = -10.
  • Dividing complex numbers without using the conjugate is wrong because the denominator must be made real to write the answer in standard form.
  • Using the wrong cycle for powers of i is wrong because powers repeat every 4: i, -1, -i, 1.

Practice Questions

  1. 1 Compute (4 + 3i) + (-2 + 7i) and write the answer in standard form.
  2. 2 Simplify (3 - 2i)(5 + 4i) and write the answer in standard form.
  3. 3 Explain why multiplying a complex number a + bi by its conjugate a - bi always gives a real number.