Class 11Mathematics · AlgebraFull chapter

Complex Numbers and Quadratic Equations

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

The Need for Complex Numbers and the Imaginary Unit i

Quick answer Since no real number squares to a negative number, mathematicians defined i with i² = −1 so that equations like x² + 1 = 0 have solutions; numbers of the form a + ib are called complex numbers.

Every real number, when squared, gives a value that is zero or positive. So the equation x² + 1 = 0, that is x² = −1, has no solution among real numbers. To solve such equations, a new number called the imaginary unit, denoted i, is introduced and defined by i² = −1 (so i = √−1).

Using i, the square root of any negative real number can be written directly: for a > 0, √(−a) = i√a. For example, √−9 = i√9 = 3i, and √−16 = i√16 = 4i.

A complex number is a number of the form z = a + ib, where a and b are real numbers. Here a is the real part, written Re(z) = a, and b is the imaginary part, written Im(z) = b. The set of all complex numbers is denoted C. Every real number a can be written as a + i0, so every real number is also a complex number.

Two complex numbers a + ib and c + id are equal if and only if a = c and b = d — their real parts are equal and their imaginary parts are equal.

Powers of i repeat in a cycle of 4: i1 = i, i2 = −1, i3 = i²·i = −i, i4 = (i²)² = 1, then i5 = i again. In general, for any integer k: i4k = 1, i4k+1 = i, i4k+2 = −1, i4k+3 = −i.

Worked Example: Simplify i37 + 1/i67.

Since 37 = 4(9) + 1, i37 = i4×9+1 = i. Since 67 = 4(16) + 3, i67 = i4×16+3 = i³ = −i, so 1/i67 = 1/(−i) = i (because i × (−i) = −i² = 1, so 1/(−i) = i). Hence i37 + 1/i67 = i + i = 2i.

Imaginary unit i² = −1, i = √−1
Square root of a negative real number √(−a) = i√a valid for a > 0
General complex number z = a + ib, Re(z) = a, Im(z) = b
Cycle of powers of i i⁴k = 1, i⁴k⁺¹ = i, i⁴k⁺² = −1, i⁴k⁺³ = −i k is any integer
Equality of complex numbers a + ib = c + id ⇔ a = c and b = d
Remember
  • i is defined by i² = −1; it is not a real number.
  • Every complex number has the form a + ib with real a and b (real part and imaginary part).
  • √(−a) = i√a for a > 0 lets us handle negative quantities under a square root.
  • Powers of i cycle every 4 steps: i, −1, −i, 1.
  • Two complex numbers are equal only when both their real parts and imaginary parts match.

Algebra of Complex Numbers: Addition, Subtraction and Multiplication

Quick answer Complex numbers are added and subtracted by combining real and imaginary parts separately, and multiplied by expanding like binomials and replacing i² with −1.

Let z1 = a + ib and z2 = c + id be two complex numbers.

Addition: z1 + z2 = (a + c) + i(b + d) — add the real parts and add the imaginary parts.

Subtraction: z1 − z2 = (a − c) + i(b − d).

Multiplication: treat i like a variable and expand, then replace i² by −1: z1 z2 = (a + ib)(c + id) = ac + iad + ibc + i²bd = (ac − bd) + i(ad + bc).

Addition and multiplication of complex numbers are both commutative and associative, and multiplication distributes over addition, exactly as for real numbers. The additive identity is 0 = 0 + i0, and the additive inverse of z = a + ib is −z = −a − ib. The multiplicative identity is 1 = 1 + i0.

Worked Example: If z1 = 3 + 2i and z2 = 1 − 4i, find z1 + z2 and z1 z2.

z1 + z2 = (3 + 1) + i(2 − 4) = 4 − 2i.

z1 z2 = (3)(1) + (3)(−4i) + (2i)(1) + (2i)(−4i) = 3 − 12i + 2i − 8i² = 3 − 10i + 8 = 11 − 10i.

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)
Additive inverse −(a + ib) = −a − ib
Identities z + 0 = z, z · 1 = z
Remember
  • Add or subtract complex numbers by combining real and imaginary parts separately.
  • Multiply complex numbers by expanding like binomials and using i² = −1.
  • Addition and multiplication of complex numbers are commutative and associative; multiplication distributes over addition.
  • Additive identity is 0 + i0; additive inverse of a + ib is −a − ib; multiplicative identity is 1 + i0.

Division of Complex Numbers and Multiplicative Inverse

Quick answer To divide by a complex number, multiply numerator and denominator by the conjugate of the denominator so the denominator becomes a positive real number.

For z = a + ib, the conjugate is z̄ = a − ib (only the sign of the imaginary part changes). A key fact is that z z̄ = (a + ib)(a − ib) = a² − (ib)² = a² + b², which is always a non-negative real number.

For a nonzero complex number z = a + ib, its multiplicative inverse is the complex number z−1 such that z · z−1 = 1. Multiplying numerator and denominator of 1/z by z̄ gives z−1 = z̄/(a² + b²) = a/(a² + b²) − i·b/(a² + b²).

To divide z1 by a nonzero z2, multiply numerator and denominator by the conjugate of z2: z1/z2 = (z12)/(z22), which turns the denominator into a real number.

Worked Example: Divide (2 + 3i) by (1 − 2i).

Multiply top and bottom by the conjugate (1 + 2i): numerator = (2 + 3i)(1 + 2i) = 2 + 4i + 3i + 6i² = 2 + 7i − 6 = −4 + 7i. Denominator = (1)² + (2)² = 5. So (2 + 3i)/(1 − 2i) = −4/5 + (7/5)i.

Also, the multiplicative inverse of 3 − 4i is: |3 − 4i|² = 9 + 16 = 25, so (3 − 4i)−1 = (3 + 4i)/25 = 3/25 + (4/25)i.

Conjugate z̄ = a − ib for z = a + ib
Product with conjugate z z̄ = a² + b²
Multiplicative inverse z⁻¹ = z̄ / (a² + b²) z ≠ 0
Division z₁/z₂ = (z₁ z̄₂) / |z₂|² z2 ≠ 0
Remember
  • Divide complex numbers by multiplying numerator and denominator by the conjugate of the denominator.
  • z z̄ = a² + b² is always a non-negative real number.
  • The multiplicative inverse of nonzero z = a + ib is z̄/(a² + b²).
  • Division z1/z2 is defined only when z2 ≠ 0.

Modulus of a Complex Number and Properties of Conjugate

Quick answer The modulus |z| = √(a² + b²) measures the distance of z from the origin, and it, together with the conjugate, obeys simple multiplicative and additive rules.

For z = a + ib, the modulus is |z| = √(a² + b²), a non-negative real number that represents the distance of the point (a, b) from the origin when z is plotted in a plane.

Properties of modulus: for complex numbers z1, z2, we have |z1 z2| = |z1||z2|, and |z1/z2| = |z1|/|z2| whenever z2 ≠ 0.

Properties of conjugate: the conjugate of a sum is the sum of the conjugates, (z1 + z2)‾ = z̄1 + z̄2; the conjugate of a product is the product of the conjugates, (z1 z2)‾ = z̄12. Also z + z̄ = 2a = 2Re(z) and z − z̄ = 2ib = 2i·Im(z); in particular, z is real if and only if z = z̄.

Worked Example: Find |z| for z = −3 + 4i, and verify |z1 z2| = |z1||z2| for z1 = 1 + i, z2 = 2 − i.

|z| = √((−3)² + 4²) = √(9 + 16) = √25 = 5.

|z1| = √2, |z2| = √5, so |z1||z2| = √10. Also z1z2 = (1 + i)(2 − i) = 2 − i + 2i − i² = 2 + i + 1 = 3 + i, so |z1z2| = √(9 + 1) = √10. Both sides equal √10, confirming the property.

Modulus |z| = √(a² + b²)
Modulus of product |z₁ z₂| = |z₁| |z₂|
Modulus of quotient |z₁/z₂| = |z₁| / |z₂| z2 ≠ 0
Conjugate rules (z₁+z₂)‾ = z̄₁+z̄₂; (z₁z₂)‾ = z̄₁z̄₂
Real/imaginary via conjugate z + z̄ = 2Re(z); z − z̄ = 2i·Im(z)
Remember
  • |z| = √(a² + b²) ≥ 0 is the distance from the origin to the point representing z.
  • |z1 z2| = |z1||z2| and |z1/z2| = |z1|/|z2| (z2 ≠ 0).
  • Conjugate of a sum equals sum of conjugates; conjugate of a product equals product of conjugates.
  • z + z̄ = 2Re(z) and z − z̄ = 2i·Im(z); z is real exactly when z = z̄.

Argand Plane and Polar Representation

Quick answer Plotting z = a + ib as the point (a, b) in a plane (the Argand plane) leads naturally to the polar form z = r(cosθ + i sinθ), with r = |z| and θ the argument.

A complex number z = a + ib can be represented as the point P(a, b) in a plane, where the horizontal axis is called the real axis and the vertical axis the imaginary axis. This plane is called the Argand plane (or complex plane), and |z| equals the distance OP from the origin.

In polar form, z is written as z = r(cosθ + i sinθ), where r = |z| = √(a² + b²), and θ, called the argument of z (written arg z), satisfies cosθ = a/r and sinθ = b/r, so tanθ = b/a. The principal argument is the value of θ chosen in the interval (−π, π].

To find θ: locate the quadrant of the point (a, b) from the signs of a and b, find the reference (acute) angle using tanθ = b/a, and then adjust it to the correct quadrant to get the principal value.

Worked Example: Express z = 1 + i√3 in polar form.

r = √(1² + (√3)²) = √(1 + 3) = 2. cosθ = 1/2, sinθ = √3/2. Since both a and b are positive, θ lies in the first quadrant, so θ = π/3. Hence z = 2(cos(π/3) + i sin(π/3)).

Another Example: For z = −1 − i, r = √(1 + 1) = √2. Here a and b are both negative, so the point lies in the third quadrant; the reference angle is π/4, giving the principal argument θ = −(π − π/4) = −3π/4. So z = √2(cos(−3π/4) + i sin(−3π/4)).

Polar form z = r(cosθ + i sinθ)
Modulus in polar form r = |z| = √(a² + b²)
Argument relations cosθ = a/r, sinθ = b/r, tanθ = b/a
Principal value range −π < θ ≤ π
Remember
  • In the Argand plane, z = a + ib is plotted as the point (a, b); the x-axis is the real axis and the y-axis is the imaginary axis.
  • Polar form: z = r(cosθ + i sinθ), where r = |z| and θ = arg(z).
  • The principal argument θ is chosen to lie in the interval (−π, π].
  • Find θ by first fixing the quadrant of (a, b), then using tanθ = b/a for the reference angle.

Quadratic Equations with Real Coefficients and Complex Roots

Quick answer When the discriminant of a real-coefficient quadratic ax² + bx + c = 0 is negative, the equation has two complex roots that are conjugates of each other.

For a quadratic equation ax² + bx + c = 0 with real coefficients a, b, c (a ≠ 0), the discriminant is D = b² − 4ac. The roots are given by the quadratic formula x = (−b ± √D)/(2a). If D > 0, the roots are real and distinct; if D = 0, the roots are real and equal; if D < 0, there is no real root, and the equation has two roots that are complex conjugates of each other.

When D < 0, write D = −(4ac − b²), where 4ac − b² > 0, so √D = √(−(4ac−b²)) = i√(4ac − b²). The roots become x = (−b ± i√(4ac − b²)) / (2a) — a conjugate pair, since real coefficients can never produce just one non-real root on its own.

As with real roots, the sum and product of the roots follow the same relations for complex roots α and β: sum of roots α + β = −b/a, and product of roots αβ = c/a.

Worked Example: Solve x² + 2x + 5 = 0.

Here a = 1, b = 2, c = 5, so D = 2² − 4(1)(5) = 4 − 20 = −16 < 0. So √D = √−16 = 4i. Roots: x = (−2 ± 4i)/2 = −1 ± 2i.

Check: Sum of roots = −2 = −b/a ✓. Product of roots = (−1 + 2i)(−1 − 2i) = (−1)² − (2i)² = 1 − 4i² = 1 + 4 = 5 = c/a ✓.

Discriminant D = b² − 4ac
Quadratic formula x = (−b ± √D) / (2a)
Roots when D < 0 x = (−b ± i√(4ac − b²)) / (2a)
Sum and product of roots α + β = −b/a, αβ = c/a
Remember
  • Discriminant D = b² − 4ac determines the nature of the roots of ax² + bx + c = 0.
  • D < 0 gives two non-real, complex conjugate roots.
  • For a real-coefficient quadratic, complex roots always occur in conjugate pairs.
  • The relations α + β = −b/a and αβ = c/a for sum and product of roots hold whether the roots are real or complex.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

i² = −1, i = √−1
Imaginary unit
√(−a) = i√a
Square root of a negative real number
z = a + ib, Re(z) = a, Im(z) = b
General complex number
i⁴k = 1, i⁴k⁺¹ = i, i⁴k⁺² = −1, i⁴k⁺³ = −i
Cycle of powers of i
a + ib = c + id ⇔ a = c and b = d
Equality of complex numbers
(a + ib) + (c + id) = (a + c) + i(b + d)
Addition
(a + ib) − (c + id) = (a − c) + i(b − d)
Subtraction
(a + ib)(c + id) = (ac − bd) + i(ad + bc)
Multiplication
−(a + ib) = −a − ib
Additive inverse
z + 0 = z, z · 1 = z
Identities
z̄ = a − ib
Conjugate
z z̄ = a² + b²
Product with conjugate
z⁻¹ = z̄ / (a² + b²)
Multiplicative inverse
z₁/z₂ = (z₁ z̄₂) / |z₂|²
Division
|z| = √(a² + b²)
Modulus
|z₁ z₂| = |z₁| |z₂|
Modulus of product
|z₁/z₂| = |z₁| / |z₂|
Modulus of quotient
(z₁+z₂)‾ = z̄₁+z̄₂; (z₁z₂)‾ = z̄₁z̄₂
Conjugate rules
z + z̄ = 2Re(z); z − z̄ = 2i·Im(z)
Real/imaginary via conjugate
z = r(cosθ + i sinθ)
Polar form
r = |z| = √(a² + b²)
Modulus in polar form
cosθ = a/r, sinθ = b/r, tanθ = b/a
Argument relations
−π < θ ≤ π
Principal value range
D = b² − 4ac
Discriminant
x = (−b ± √D) / (2a)
Quadratic formula
x = (−b ± i√(4ac − b²)) / (2a)
Roots when D < 0
α + β = −b/a, αβ = c/a
Sum and product of roots

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Imaginary unit easy

What is the value of i²?

Q2 Powers of i medium

The value of i³⁹ is

Q3 Square roots of negative numbers easy

√−25 is equal to

Q4 Modulus easy

If z = 3 − 4i, then |z| equals

Q5 Conjugate easy

The conjugate of z = −2 + 7i is

Q6 Multiplicative inverse medium

The multiplicative inverse of 1 + i is

Q7 Algebra of complex numbers easy

The value of (2 + 3i)(2 − 3i) is

Q8 Argand plane easy

In the Argand plane, the point representing z = −3 + 4i lies in which quadrant?

Q9 Polar form medium

The modulus and argument of z = 1 + i are respectively

Q10 Quadratic equations medium

The roots of x² − 6x + 13 = 0 are

Q11 Nature of roots easy

For the equation 2x² + 3x + 5 = 0 with real coefficients, the roots are

Q12 Division of complex numbers hard

If z1 = 2 + 3i and z2 = 1 − i, then z1/z2 equals

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Express (3 + 2i)(2 − i) + (1 − i)(1 + i) in the form a + ib.Algebra of complex numbers

First compute (3 + 2i)(2 − i) = 6 − 3i + 4i − 2i² = 6 + i + 2 = 8 + i (using i² = −1).

Next compute (1 − i)(1 + i) = 1 − i² = 1 + 1 = 2.

Adding: (8 + i) + 2 = 10 + i.

2 Find the multiplicative inverse of 4 − 3i.Multiplicative inverse

For z = 4 − 3i, |z|² = 4² + (−3)² = 16 + 9 = 25.

The multiplicative inverse is z⁻¹ = z̄/|z|² = (4 + 3i)/25 = 4/25 + (3/25)i.

3 If z1 = 3 + 4i and z2 = 1 − 2i, verify that |z1 z2| = |z1||z2|.Modulus

Compute z1 z2 = (3 + 4i)(1 − 2i) = 3 − 6i + 4i − 8i² = 3 − 2i + 8 = 11 − 2i.

So |z1 z2| = √(11² + (−2)²) = √(121 + 4) = √125 = 5√5.

Also |z1| = √(3² + 4²) = √25 = 5, and |z2| = √(1² + (−2)²) = √5.

So |z1||z2| = 5 × √5 = 5√5.

Since |z1 z2| = 5√5 = |z1||z2|, the property is verified.

4 Convert z = −1 + i√3 into polar form.Argand plane and polar form

r = |z| = √((−1)² + (√3)²) = √(1 + 3) = √4 = 2.

cosθ = −1/2 and sinθ = √3/2. Since Re(z) < 0 and Im(z) > 0, the point lies in the second quadrant, so the reference angle π/3 gives θ = π − π/3 = 2π/3.

Hence the polar form is z = 2(cos(2π/3) + i sin(2π/3)).

5 Solve the quadratic equation x² + x + 1 = 0.Quadratic equations

Here a = 1, b = 1, c = 1, so the discriminant D = 1² − 4(1)(1) = 1 − 4 = −3.

Since D < 0, √D = √−3 = i√3.

By the quadratic formula, x = (−1 ± i√3) / 2, i.e. x = −1/2 ± i(√3)/2.

These are the two non-real complex conjugate roots of the equation.

6 Find all real values of θ such that (3 + 2i sinθ) / (1 − 2i sinθ) is purely real.Division and conjugate

Multiply numerator and denominator by the conjugate of the denominator, (1 + 2i sinθ):

Numerator = (3 + 2i sinθ)(1 + 2i sinθ) = 3 + 6i sinθ + 2i sinθ + 4i² sin²θ = (3 − 4 sin²θ) + i(8 sinθ).

Denominator = (1)² + (2 sinθ)² = 1 + 4 sin²θ, which is real and positive.

For the quotient to be purely real, the imaginary part of the numerator must be zero: 8 sinθ = 0, so sinθ = 0.

Hence θ = nπ, where n is any integer.

Previous-year board questions 4

Q1 Write the multiplicative inverse of 2 − 3i. CBSE 2020 1 mark

For z = 2 − 3i, |z|² = 2² + (−3)² = 4 + 9 = 13.

Multiplicative inverse = z̄/|z|² = (2 + 3i)/13 = 2/13 + (3/13)i.

Q2 Find the modulus and the argument of the complex number z = −1 + i. CBSE 2019 2 marks

|z| = √((−1)² + 1²) = √2.

cosθ = −1/√2 and sinθ = 1/√2. Since Re(z) < 0 and Im(z) > 0, z lies in the second quadrant, so θ = π − π/4 = 3π/4.

Hence modulus = √2, argument = 3π/4.

Q3 Solve the quadratic equation 2x² + x + 1 = 0, expressing the roots in the form a + ib. CBSE 2023 3 marks

Here a = 2, b = 1, c = 1, so D = 1² − 4(2)(1) = 1 − 8 = −7.

Since D < 0, √D = i√7.

By the quadratic formula, x = (−1 ± i√7) / (2 × 2) = −1/4 ± i(√7)/4.

Q4 If z1 = 3 + 4i and z2 = 1 − i, find: (i) z1 + z2 (ii) z1·z2 (iii) z1/z2 (iv) |z1|. CBSE 2022 5 marks

(i) z1 + z2 = (3 + 1) + i(4 − 1) = 4 + 3i.

(ii) z1·z2 = (3 + 4i)(1 − i) = 3 − 3i + 4i − 4i² = 3 + i + 4 = 7 + i.

(iii) z1/z2 = (3 + 4i)/(1 − i). Multiply numerator and denominator by (1 + i): numerator = (3+4i)(1+i) = 3 + 3i + 4i + 4i² = 3 + 7i − 4 = −1 + 7i; denominator = 1² + 1² = 2. So z1/z2 = −1/2 + (7/2)i.

(iv) |z1| = √(3² + 4²) = √(9+16) = √25 = 5.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI