Why Complex Numbers Matter in Everyday Math
Ever wondered why engineers talk about "imaginary" numbers when designing bridges or phones? Those "imaginary" numbers are just as real as the ones you use for counting, and they help solve problems that ordinary numbers can’t touch.
💡 In Simple Words: A complex number is a pair of ordinary numbers written together, like 3 + 4i. The "i" stands for the square root of –1, a special trick that lets us handle equations where negatives appear under a square root.
What Exactly Is a Complex Number?
A complex number looks like a + bi. Here, a is called the real part (the ordinary number you’re used to) and b is the imaginary part (the coefficient that sits next to the mysterious i).
Think of it like a two‑dimensional point on a map: the real part moves you left‑right, the imaginary part moves you up‑down.
Key Terms You’ll Meet
- i (imaginary unit): By definition, i² = –1. It’s the building block of every complex number.
- Conjugate: Flip the sign of the imaginary part. The conjugate of a + bi is a – bi.
- Modulus (or absolute value): The distance from the origin to the point (a, b) on the complex plane. Calculated as √(a² + b²).
- Argument: The angle the line from the origin to (a, b) makes with the positive real axis, measured in radians or degrees.
Adding and Subtracting Complex Numbers
Just line up the real parts and the imaginary parts, then add or subtract separately.
Example: (3 + 2i) + (1 – 5i) = (3+1) + (2‑5)i = 4 – 3i.
Multiplying Complex Numbers
Use the distributive law (FOIL) and remember that i² = –1.
Example: (2 + 3i)(1 – 4i) = 2·1 + 2·(‑4i) + 3i·1 + 3i·(‑4i) = 2 – 8i + 3i – 12i² = 2 – 5i + 12 (because i² = –1) = 14 – 5i.
Dividing Complex Numbers
To divide, multiply numerator and denominator by the conjugate of the denominator. This gets rid of the imaginary part in the bottom.
Example: \( \frac{5+2i}{1‑3i} \) Multiply top and bottom by the conjugate of the denominator (1 + 3i): \[ \frac{(5+2i)(1+3i)}{(1‑3i)(1+3i)} = \frac{5+15i+2i+6i²}{1‑9i²} = \frac{5+17i‑6}{1+9} = \frac{-1+17i}{10} = -0.1 + 1.7i \]
Finding the Modulus and Argument
The modulus tells you "how far" the number is from the origin; the argument tells you "which direction".
Modulus example: For z = 3 + 4i, |z| = √(3² + 4²) = √(9+16) = √25 = 5.
Argument example: tan θ = b/a, so θ = arctan(4/3) ≈ 53.1°.
Power and Roots of Complex Numbers (Quick Glance)
Write a complex number in polar form: z = r(cos θ + i sin θ) where r is the modulus and θ the argument. Then use De Moivre’s theorem: (r cis θ)ⁿ = rⁿ cis (nθ). "cis" is shorthand for cos + i sin.
Comparison Table: Operations at a Glance
| Operation | How to Do It | Key Point |
|---|---|---|
| Addition | Combine real parts, combine imaginary parts | Think of adding two coordinates |
| Subtraction | Same as addition but subtract | Just reverse the sign of the second number |
| Multiplication | FOIL, replace i² with –1 | Turns a rotation‑scale picture into another |
| Division | Multiply by conjugate of denominator | Eliminates i from the bottom |
| Modulus | √(a² + b²) | Distance from origin |
| Argument | arctan(b/a) (adjust quadrant) | Angle with positive real axis |
Worked Example for the Exam
Problem: If z₁ = 2 + i and z₂ = 1 – 2i, find (z₁ · z₂)⁻¹ (the reciprocal of the product).
Solution:
- Multiply: (2 + i)(1 – 2i) = 2 – 4i + i – 2i² = 2 – 3i + 2 = 4 – 3i.
- Find the conjugate of the product: 4 + 3i.
- Modulus squared: |4 – 3i|² = 4² + 3² = 16 + 9 = 25.
- Reciprocal = conjugate / modulus² = (4 + 3i)/25 = 0.16 + 0.12i.
That’s the answer you’d write in a neat box.
📝 Likely Exam Questions
- Find the modulus and argument of z = –3 + 4i.
Answer: |z| = 5, argument = 126.9° (or 2.214 rad). - Simplify \( \frac{7‑2i}{3+i} \).
Answer: Multiply by conjugate → (7‑2i)(3‑i)/(3²+1²) = (21‑7i‑6i+2i²)/10 = (19‑13i)/10 = 1.9 – 1.3i. - If (a + bi)² = –5 + 12i, find a and b.
Answer: Expand → a² – b² + 2abi = –5 + 12i → system: a² – b² = –5, 2ab = 12 → ab = 6. Solving gives (a,b) = (3,2) or (‑3,‑2). - Write z = √2 (cos 45° + i sin 45°) in a + bi form.
Answer: √2(√2/2 + i√2/2) = 1 + i. - Show that the product of two complex conjugates is always a real number.
Answer: (a+bi)(a‑bi) = a² + b², which has no i term.