Complex Numbers and Quadratic Equations is Chapter 4 of CBSE Class 11 Maths — the chapter that finally answers a question that bugged you in earlier classes: what is the square root of a negative number? By introducing a single new symbol, i (where i² = −1), an entire new family of numbers opens up, and suddenly every quadratic equation has a solution.
By the end of these notes you will be able to simplify powers of i, perform algebra on complex numbers, find the modulus, conjugate and argument, plot numbers on the Argand plane, write a number in polar form, solve quadratics with complex roots, and even find the square root of a complex number. This is a scoring chapter carrying roughly 4–6 marks in boards and a near-guaranteed question in JEE — its concepts also power later topics in Maths and Physics.
Table of Contents
- Key Concepts — imaginary unit, algebra, modulus, conjugate, Argand plane, polar form, quadratics
- Weightage in Board & Entrance Exams
- Important Definitions
- Solved Examples
- Important Questions for Board Exams
- Quick Revision Points
Key Concepts
1. The Need for Complex Numbers
In the set of real numbers, the equation x² + 1 = 0 has no solution, because no real number squared gives −1. Yet such equations appear naturally in algebra, physics, and engineering, so mathematicians extended the number system.
To handle the square root of negative numbers we define a new symbol i, called the imaginary unit, such that i = √(−1), i.e. i² = −1. With i in hand, every quadratic equation becomes solvable — this is the whole point of the chapter.
2. The Imaginary Unit i and Its Powers
The powers of i cycle through just four values, repeating every 4 steps. This pattern lets you simplify any power of i instantly.
- i¹ = i
- i² = −1
- i³ = i² · i = −i
- i⁴ = (i²)² = 1
Trick: For any integer n, divide n by 4 and keep the remainder r; then iⁿ = iʳ. For example i¹⁰¹ = i^(4×25+1) = i¹ = i.
Caution: The rule √a × √b = √(ab) holds only when at least one of a, b is non-negative. So √(−4) × √(−9) ≠ √36. Correctly: √(−4) × √(−9) = (2i)(3i) = 6i² = −6.
3. Complex Numbers: Standard Form
A complex number is any number of the form z = a + ib, where a and b are real numbers and i = √(−1).
- a = Re(z) is the real part.
- b = Im(z) is the imaginary part.
- If b = 0, z is purely real; if a = 0 (and b ≠ 0), z is purely imaginary.
Equality: Two complex numbers a + ib and c + id are equal if and only if a = c and b = d. So one complex equation gives you two real equations.
4. Algebra of Complex Numbers
Complex numbers add, subtract, multiply and divide much like binomials in i, remembering always that i² = −1.
- Addition: (a + ib) + (c + id) = (a + c) + i(b + d)
- Subtraction: (a + ib) − (c + id) = (a − c) + i(b − d)
- Multiplication: (a + ib)(c + id) = (ac − bd) + i(ad + bc)
Division is done by multiplying numerator and denominator by the conjugate of the denominator:
(a + ib)/(c + id) = (a + ib)(c − id)/(c² + d²)
The multiplicative inverse of z = a + ib (z ≠ 0) is z⁻¹ = (a − ib)/(a² + b²).
5. Conjugate of a Complex Number
The conjugate of z = a + ib is z̄ = a − ib — just flip the sign of the imaginary part. Geometrically it is the mirror image of z across the real axis.
Key Properties
- z + z̄ = 2a = 2 Re(z)
- z − z̄ = 2ib = 2i Im(z)
- z · z̄ = a² + b² = |z|²
- Conjugate of a sum/product = sum/product of conjugates.
6. Modulus of a Complex Number
The modulus of z = a + ib is its distance from the origin in the Argand plane.
|z| = √(a² + b²)
- SI-style note: |z| ≥ 0 and is a real number.
- |z|² = z · z̄
- |z₁z₂| = |z₁||z₂| and |z₁/z₂| = |z₁|/|z₂| (z₂ ≠ 0)
7. Argand Plane and Geometrical Representation
Every complex number z = a + ib can be plotted as the point (a, b) on a plane called the Argand plane (or complex plane), where the x-axis is the real axis and the y-axis is the imaginary axis.
[DIAGRAM: Argand plane — point P(a, b) marked; line OP of length |z| = √(a²+b²) from origin O; angle θ between OP and the positive real axis is the argument.]
The distance OP from the origin to the point is the modulus |z|, and the angle the line OP makes with the positive real axis is the argument θ.
8. Polar Representation and Argument
Using modulus r = |z| and argument θ, any non-zero complex number can be written in polar form:
z = r(cos θ + i sin θ), where r = √(a² + b²), a = r cos θ, b = r sin θ.
The argument θ satisfies tan θ = b/a. The value of θ lying in (−π, π] is called the principal argument, arg(z).
Finding the Argument (Quadrant Matters)
- If z lies in the first quadrant (a > 0, b > 0): θ = tan⁻¹(b/a).
- If z lies in the second quadrant (a < 0, b > 0): θ = π − tan⁻¹(b/|a|).
- If z lies in the third quadrant (a < 0, b < 0): θ = −π + tan⁻¹(b/a).
- If z lies in the fourth quadrant (a > 0, b < 0): θ = −tan⁻¹(|b|/a).
9. Quadratic Equations with Complex Roots
For the quadratic equation ax² + bx + c = 0 (a ≠ 0) with real coefficients, the roots are given by the quadratic formula:
x = [−b ± √(b² − 4ac)] / 2a
The quantity D = b² − 4ac is the discriminant. When D < 0, the square root involves √(−1) = i, so the roots are complex.
- If D < 0, the roots are a pair of complex conjugates: x = [−b ± i√(4ac − b²)] / 2a.
- Complex roots of a real-coefficient quadratic always occur in conjugate pairs.
10. Square Root of a Complex Number
To find √(a + ib), assume √(a + ib) = x + iy. Squaring gives x² − y² = a and 2xy = b. Solving these two equations gives x and y.
A quick standard result: for √(a + ib),
x = ±√[(|z| + a)/2] and y = ±√[(|z| − a)/2], where |z| = √(a² + b²), choosing signs so that 2xy has the same sign as b.
11. Fundamental Theorem of Algebra (Introduction)
The Fundamental Theorem of Algebra states that every polynomial equation of degree n (n ≥ 1) with complex coefficients has exactly n roots in the set of complex numbers (counted with multiplicity).
This is the deep reason we needed complex numbers in the first place: once we allow them, no polynomial equation is ever “unsolvable.” A quadratic always has 2 roots, a cubic 3 roots, and so on.
Weightage in Board & Entrance Exams
| Exam | Typical Weightage | Most-Tested Areas |
|---|---|---|
| CBSE Board (Class 11) | 4–6 marks | Algebra of complex numbers, conjugate, modulus, quadratic with D < 0 |
| JEE Main / Advanced | 1–2 questions | Powers of i, polar form, argument, modulus properties |
| State CETs | 1–2 questions | Conjugate, division, square root of a complex number |
[TABLE: Question-type split — VSA (1 mark): powers of i, real/imaginary part, conjugate; SA (2–3 marks): division, modulus & argument, polar form; LA (4–5 marks): square root of a complex number, quadratics with complex roots.]
Important Definitions
| Term | Definition |
|---|---|
| Imaginary unit (i) | The number with i = √(−1), so i² = −1 |
| Complex number | A number of the form z = a + ib, with a, b real |
| Real part / Imaginary part | Re(z) = a, Im(z) = b |
| Conjugate | z̄ = a − ib (mirror of z across the real axis) |
| Modulus | |z| = √(a² + b²); distance of z from the origin |
| Argand plane | Plane representing z = a + ib as the point (a, b) |
| Argument | Angle θ with the positive real axis: tan θ = b/a |
| Polar form | z = r(cos θ + i sin θ), r = |z| |
| Discriminant | D = b² − 4ac; D < 0 gives complex roots |
| Fundamental Theorem of Algebra | A degree-n polynomial has exactly n complex roots |
Solved Examples
Example 1
Evaluate i¹⁰⁷.
Answer: 107 = 4 × 26 + 3, so i¹⁰⁷ = i³ = −i.
Example 2
Express (3 + 2i) + (−5 + 4i) in standard form.
Answer: (3 − 5) + (2 + 4)i = −2 + 6i.
Example 3
Multiply (2 + 3i)(1 − 4i).
Answer: 2 − 8i + 3i − 12i² = 2 − 5i + 12 = 14 − 5i (using i² = −1).
Example 4
Express (1 + 2i)/(1 − i) in the form a + ib.
Answer: Multiply by the conjugate (1 + i): [(1 + 2i)(1 + i)] / [(1 − i)(1 + i)] = (1 + i + 2i + 2i²)/(1 + 1) = (1 + 3i − 2)/2 = (−1 + 3i)/2 = −½ + (3/2)i.
Example 5
Find the modulus and argument of z = 1 + i√3.
Answer: |z| = √(1² + (√3)²) = √(1 + 3) = 2. tan θ = √3/1, and z is in the first quadrant, so θ = π/3. Polar form: z = 2(cos π/3 + i sin π/3).
Example 6
Solve the quadratic equation x² + x + 1 = 0.
Answer: Here a = 1, b = 1, c = 1, so D = 1 − 4 = −3 < 0. x = [−1 ± √(−3)]/2 = [−1 ± i√3]/2. Roots: x = −½ + (√3/2)i and x = −½ − (√3/2)i (a conjugate pair).
Example 7
Find the square root of 3 + 4i.
Answer: |z| = √(3² + 4²) = 5. x = ±√[(5 + 3)/2] = ±2, y = ±√[(5 − 3)/2] = ±1. Since b = 4 > 0, x and y have the same sign, so √(3 + 4i) = ±(2 + i).
Important Questions for Board Exams
1-Mark Questions (VSA)
- Find the value of i⁹ + i¹⁹.
- Write the conjugate of 3 − 4i.
- What is the real part of (2 + i)²?
- Find the modulus of 6 + 8i.
- For what value is a complex number purely imaginary?
2–3-Mark Questions (SA)
- Express (3 − 2i)/(2 + 3i) in the form a + ib.
- Find the modulus and the principal argument of z = −1 + i.
- If z = 2 − 3i, verify that z · z̄ = |z|².
- Convert z = −√3 + i into polar form.
4–5-Mark Questions (LA)
- Find the square root of the complex number −7 − 24i.
- Solve the quadratic equation √2 x² + x + √2 = 0 and express the roots in standard form.
- Find the modulus and argument of (1 + i)/(1 − i), then write it in polar form.
Quick Revision Points
- i = √(−1), i² = −1, i³ = −i, i⁴ = 1; powers of i repeat every 4 steps
- Complex number: z = a + ib, with Re(z) = a, Im(z) = b
- √a × √b = √(ab) fails when both a, b are negative
- Conjugate: z̄ = a − ib; z · z̄ = a² + b² = |z|²
- Modulus: |z| = √(a² + b²) ≥ 0
- Division: multiply numerator and denominator by the conjugate of the denominator
- Argand plane: z = a + ib plotted as point (a, b)
- Polar form: z = r(cos θ + i sin θ), r = |z|, tan θ = b/a
- Quadratic: x = [−b ± √(b² − 4ac)]/2a; D < 0 ⇒ complex conjugate roots
- Square root of a + ib: solve x² − y² = a and 2xy = b
- Fundamental Theorem of Algebra: a degree-n polynomial has exactly n complex roots
Next Chapter: Chapter 5 — Linear Inequalities
Chapter Navigation
Previous: Principle of Mathematical Induction Class 11 Notes
Next: Linear Inequalities Class 11 Notes
Related Chapters in Class 11 Maths
- Trigonometric Functions Class 11 Notes
- Sequences and Series Class 11 Notes
- Limits and Derivatives Class 11 Notes
Practice What You Learned
Take your algebra further with our Class 12 Maths notes once you are board-ready.