Why Complex Numbers Matter in ISC Class 11

Ever wondered why a math problem suddenly throws in a "+5i"? That’s a complex number, and it’s the secret sauce behind many physics and engineering tricks you’ll meet later.

Complex numbers let us solve equations like x² + 1 = 0, which have no real‑world answer on the number line. Think of them as a two‑dimensional number: one part moves left‑right (real), the other moves up‑down (imaginary).

What Is a Complex Number?

A complex number is any number that can be written as a + bi. Here, a is called the real part (it sits on the ordinary number line) and b is the imaginary part. The letter i is the imaginary unit, which means i² = –1. In other words, multiplying i by itself flips the sign.

Standard Form a + bi

Whenever you see something like 3 + 4i, 3 is the real part and 4 is the coefficient of i. If the imaginary part is zero, the number is just a regular real number. If the real part is zero, we call it a “pure imaginary” number, like 0 + 5i (usually written simply as 5i).

Imaginary Unit i

Imagine you have a magic button that turns a positive number into its negative when you press it twice. That’s i for you: press once → √‑1, press twice → –1.

Basic Operations

Addition and Subtraction

Just line up the real parts and the imaginary parts, then add or subtract each pair.

Example: (2 + 3i) + (5 – 2i) = (2+5) + (3‑2)i = 7 + i

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

Division (using the conjugate)

To divide, multiply numerator and denominator by the conjugate of the denominator. The conjugate of a + bi is a – bi – it flips the sign of the imaginary part.

Example: \frac{4 + 2i}{1 – i}

  • Conjugate of denominator: 1 + i
  • Multiply top and bottom: (4 + 2i)(1 + i) / (1 – i)(1 + i)
  • Denominator: 1² – (i)² = 1 – (‑1) = 2
  • Numerator: 4·1 + 4i + 2i·1 + 2i² = 4 + 4i + 2i – 2 = 2 + 6i
  • Result: (2 + 6i) / 2 = 1 + 3i

Key Concepts to Remember

  • Complex number = real part + imaginary part (a + bi)
  • i² = –1, so i behaves like a square‑root of –1
  • Add/Subtract: combine like parts
  • Multiply: FOIL, replace i² with –1
  • Divide: multiply by conjugate to clear i from denominator
  • Conjugate of a + bi is a – bi

Modulus and Argument

The modulus (or absolute value) of a complex number tells you how far it is from the origin on the complex plane – think of it as the length of a vector. It’s computed by the Pythagorean theorem: |a + bi| = √(a² + b²).

The argument is the angle the vector makes with the positive real axis, measured in radians or degrees.

Example: For 3 + 4i, modulus = √(3² + 4²) = 5, argument = arctan(4/3) ≈ 53.13°.

Polar and Exponential Forms

Instead of writing a complex number as a + bi, we can use its modulus (r) and argument (θ): r(cosθ + i sinθ) – this is called the polar form. Using Euler’s formula, we can write it even shorter as re^{iθ} (exponential form).

Comparison Table

FormExpressionWhen to Use
Standard (Cartesian)a + biAdding, subtracting, basic algebra
Conjugatea – biDividing, finding modulus
Polarr(cosθ + i sinθ)Multiplying, raising to powers, roots
Exponentialre^{iθ}Compact notation, complex analysis

📝 Likely Exam Questions

  1. Find the modulus and argument of 1 – √3 i.
    Modulus = √(1² + (‑√3)²) = √(1+3)=2. Argument = arctan((‑√3)/1)=‑60° (or 300°).
  2. Write (2 + 2i) in polar form.
    Modulus = √(2²+2²)=√8=2√2. Argument = arctan(2/2)=45°. So polar form = 2√2(cos45° + i sin45°).
  3. Simplify \frac{5 – i}{2 + 3i}.
    Multiply numerator and denominator by the conjugate (2 – 3i): \((5‑i)(2‑3i) / (2+3i)(2‑3i) = (10‑15i‑2i+3i²) / (4+9) = (10‑17i‑3) / 13 = (7‑17i)/13 = 7/13 – (17/13)i\).
  4. If z = 4(cos30° + i sin30°), find z².
    In polar form, square the modulus and double the angle: z² = 4²[cos(60°) + i sin(60°)] = 16(cos60° + i sin60°) = 16(½ + i·√3/2) = 8 + 8√3 i.
  5. State the conjugate of (‑3 + 4i) and explain why multiplying a complex number by its conjugate gives a real number.
    Conjugate = ‑3 – 4i. Multiplying gives (‑3)² + (4)² = 9 + 16 = 25, a real number, because the imaginary parts cancel out.
#ISC#Class 11#Mathematics#Complex Numbers#Exam Prep