Why Complex Numbers Matter in Real Life?
Ever wondered why engineers can model alternating current with a number that has a "real" and an "imaginary" part? That magic starts with the basics of complex numbers – the very first step you’ll master in ISC Class 11 Mathematics.
💡 In Simple Words: A complex number is just a pair of ordinary numbers, one sitting on the horizontal axis (real part) and one on the vertical axis (imaginary part). Think of it as a treasure map coordinate that tells you exactly where to dig.
What Is a Complex Number?
A complex number is written as a + bi. Here a is called the real part – the ordinary number you see on a number line. bi is the imaginary part – a multiple of i, where i is defined as the square root of –1 (a number that, when multiplied by itself, gives –1).
Visualising Complex Numbers
Imagine a city grid. The east‑west street represents the real axis, and the north‑south street represents the imaginary axis. A complex number 3 + 2i is like saying “go 3 blocks east and 2 blocks north”. This point lives on the complex plane, a two‑dimensional graph.
Standard Form and Its Parts
- a – real part (horizontal distance)
- bi – imaginary part (vertical distance)
Every complex number can be placed on the plane using these two numbers.
Key Operations
Just like you add or subtract ordinary numbers, you can add, subtract, multiply, and divide complex numbers. The rules look a bit different because of the i term.
1. Addition & Subtraction
Combine the real parts together and the imaginary parts together.
Example: (4 + 3i) + (2 – 5i) = (4+2) + (3i‑5i) = 6 – 2i
2. Multiplication
Use the distributive law (FOIL) and remember that i² = –1.
Example: (1 + 2i)(3 – i) = 1·3 + 1·(‑i) + 2i·3 + 2i·(‑i) = 3 – i + 6i – 2i² = 3 + 5i – 2(‑1) = 5 + 5i
3. Division
Divide by multiplying the numerator and denominator by the conjugate of the denominator. The conjugate flips the sign of the imaginary part.
Example: Divide (5 + i) by (2 – 3i).
Conjugate of denominator = 2 + 3i.
Numerator × conjugate = (5 + i)(2 + 3i) = 10 + 15i + 2i + 3i² = 10 + 17i – 3 = 7 + 17i.
Denominator × conjugate = (2 – 3i)(2 + 3i) = 4 + 9 = 13.
Result = (7 + 17i) / 13 = 7/13 + (17/13)i.
Modulus and Argument
The modulus (or magnitude) of a complex number tells you how far the point is from the origin, just like the length of a rope pulling you to that spot. It’s calculated with the Pythagorean theorem: |a + bi| = √(a² + b²).
The argument (or angle) is the direction you must face from the origin to reach the point, measured in radians or degrees.
Example:
For 3 + 4i, modulus = √(3² + 4²) = 5. Argument = arctan(4/3) ≈ 53.13°.
Comparison Table: Operations at a Glance
| Operation | Rule | Result Example |
|---|---|---|
| Addition | Combine real with real, imag with imag | (4+3i)+(2‑5i)=6‑2i |
| Subtraction | Subtract real parts, subtract imag parts | (7‑2i)‑(3+4i)=4‑6i |
| Multiplication | Use FOIL, replace i² with –1 | (1+2i)(3‑i)=5+5i |
| Division | Multiply by conjugate of denominator | (5+i)/(2‑3i)=7/13+17/13 i |
Common Mistakes to Avoid
- Forgetting that i² = –1 when simplifying.
- Not using the conjugate when dividing – it leads to a complex denominator.
- Mixing up the order of real and imaginary parts; always write a + bi, not bi + a.
📝 Likely Exam Questions
- Find the modulus and argument of 1‑√3 i.
Modulus = √(1² + (‑√3)²) = √(1+3)=2. Argument = arctan((‑√3)/1)=‑60° (or 300°). - Simplify (2+ i)/(1‑ i).
Conjugate of denominator = 1+ i.
Numerator×conjugate = (2+ i)(1+ i)=2+2i+i+ i²=1+3i.
Denominator×conjugate = (1‑ i)(1+ i)=2.
Result = (1+3i)/2 = ½ + (3/2)i. - Show that the product of a complex number and its conjugate is always a real number.
Let z = a+ bi, conjugate = a‑ bi.
z·z̅ = (a+ bi)(a‑ bi)=a²‑(bi)² = a²+ b² (since i²=‑1). Both a² and b² are real, so the product is real.