NCERT Solutions for Class 11 Maths Chapter 4: Complex Numbers and Quadratic Equations – Free PDF Download

Chapter 4 of Class 11 Maths, Complex Numbers and Quadratic Equations, extends the real number system to complex numbers so that equations like x² + 1 = 0 finally have a solution. It covers the algebra of complex numbers (addition, subtraction, multiplication, division), powers of i, the modulus and conjugate of a complex number, and their representation on the Argand plane. As per the 2026-27 rationalised NCERT textbook, this chapter has a single exercise, Exercise 4.1, followed by the Miscellaneous Exercise. Below are complete, step-by-step solutions to every question. These Class 11 Maths Chapter 4 solutions are also useful as quick revision notes before exams.

Exercise 4.1

Q1. (5i)(−35i)

(5i)(−35i) = 5 × (−35) × i × i = −3i².
Since i² = −1, this becomes −3(−1) = 3.
Answer: 3 (i.e., 3 + i0)

Q2. i9 + i19

i9 = i4×2+1 = i
i19 = i4×4+3 = i³ = −i
So i9 + i19 = i + (−i) = 0.
Answer: 0

Q3. i−39

Since i4 = 1, we can add any multiple of 4 to the exponent without changing the value.
i−39 = i−39+40 = i1 = i.
Answer: i

Q4. 3(7 + i7) + i(7 + i7)

= 21 + 21i + 7i + 7i²
= 21 + 28i + 7(−1)
= 21 − 7 + 28i = 14 + 28i.
Answer: 14 + 28i

Q5. (1 − i) − (−1 + i6)

= 1 − i + 1 − 6i = 2 − 7i.
Answer: 2 − 7i

Q6. (15 + i25) − (4 + i52)

Real part: 15 − 4 = 15205 = −195.
Imaginary part: 2552 = 4102510 = −2110.
Answer: −195i2110

Q7. [(13 + i73) + (4 + i13)] − (−43 + i)

First combine the bracket: (13 + 4) + i(73 + 13) = 133 + i83.
Now subtract (−43 + i):
Real: 133 − (−43) = 133 + 43 = 173.
Imaginary: 83 − 1 = 53.
Answer: 173 + i53

Q8. (1 − i)4

First find (1 − i)² = 1 − 2i + i² = 1 − 2i − 1 = −2i.
Then (1 − i)4 = [(1 − i)²]² = (−2i)² = 4i² = −4.
Answer: −4

Q9. (13 + 3i

Using (x + y)³ = x³ + 3x²y + 3xy² + y³ with x = 13, y = 3i:
x³ = 127
3x²y = 3 × 19 × 3i = i
3xy² = 3 × 13 × (3i)² = 1 × (9i²) = 1 × (−9) = −9
y³ = (3i)³ = 27i³ = 27(−i) = −27i
Sum: (127 − 9) + i(1 − 27) = (12724327) − 26i = −24227 − 26i.
Answer: −24227 − 26i

Q10. (−2 − 13i

Using (x + y)³ = x³ + 3x²y + 3xy² + y³ with x = −2, y = −13i:
x³ = −8
3x²y = 3 × 4 × (−13i) = −4i
3xy² = 3 × (−2) × (−13i)² = −6 × (−19) = 23  [since (−13i)² = 19i² = −19]
y³ = (−13i)³ = −127i³ = −127(−i) = 127i
Sum: real part = −8 + 23 = −243 + 23 = −223.
Imaginary part = −4 + 127 = −10827 + 127 = −10727.
Answer: −22310727i

Find the multiplicative inverse of each of the complex numbers given in Q11 to Q13.

Q11. 4 − 3i

Let z = 4 − 3i. Then z = 4 + 3i and |z|² = 4² + (−3)² = 16 + 9 = 25.
Multiplicative inverse: z−1 = z ⁄ |z|² = (4 + 3i) ⁄ 25 = 425 + 325i.
Answer: 425 + 325i

Q12. √5 + 3i

Let z = √5 + 3i. Then z = √5 − 3i and |z|² = (√5)² + 3² = 5 + 9 = 14.
z−1 = (√5 − 3i) ⁄ 14 = √514314i.
Answer: √514314i

Q13. −i

Let z = −i. Then z = i and |z|² = 0² + (−1)² = 1.
z−1 = i ⁄ 1 = i.
Check: (−i)(i) = −i² = 1 ✓
Answer: i

Q14. Express the following expression in the form a + ib: [(3 + i√5)(3 − i√5)] ⁄ [(√3 + √2i) − (√3 − i√2)]

Numerator: (3 + i√5)(3 − i√5) = 3² − (i√5)² = 9 − (−5) = 9 + 5 = 14.
Denominator: (√3 + √2i) − (√3 − i√2) = √3 − √3 + √2i + √2i = 2√2i.
So the expression = 14 ⁄ (2√2i) = 7 ⁄ (√2i).
Multiply numerator and denominator by −i (since 1⁄i = −i):
= 7 × (−i) ⁄ √2 = −7√2i = −7√22i  (rationalising 7√2 = 7√22).
Answer: 0 − 7√22i

Miscellaneous Exercise

Q1. Evaluate: [i18 + (1i)25

i18 = i4×4+2 = i² = −1.
Since 1i = −i, we get (1i)25 = (−i)25 = −i25 = −i4×6+1 = −i.
So the bracket = −1 + (−i) = −1 − i = −(1 + i).
Now (1 + i)² = 1 + 2i + i² = 2i, so (1 + i)³ = (1 + i)(2i) = 2i + 2i² = −2 + 2i.
Therefore [−(1 + i)]³ = −(1 + i)³ = −(−2 + 2i) = 2 − 2i.
Answer: 2 − 2i

Q2. For any two complex numbers z1 and z2, prove that Re(z1z2) = Re z1 Re z2 − Im z1 Im z2.

Let z1 = a + i b and z2 = c + i d, so Re z1 = a, Im z1 = b, Re z2 = c, Im z2 = d.
z1z2 = (a + ib)(c + id) = ac + iad + ibc + i²bd = (ac − bd) + i(ad + bc).
So Re(z1z2) = ac − bd = Re z1 Re z2 − Im z1 Im z2. Hence proved.

Q3. Reduce (11−4i21+i)(3−4i5+i) to the standard form.

First, 11−4i = 1+4i(1−4i)(1+4i) = 1+4i17.
Also, 21+i = 2(1−i)(1+i)(1−i) = 2(1−i)2 = 1 − i.
So 11−4i21+i = 1+4i17 − (1 − i) = 1+4i − 17(1−i)17 = −16+21i17.
Next, simplify 3−4i5+i = (3−4i)(5−i)(5+i)(5−i) = 15−3i−20i+4i²26 = 15−23i−426 = 11−23i26.
Now multiply: −16+21i17 × 11−23i26.
Numerator: (−16+21i)(11−23i) = −176 + 368i + 231i − 483i² = −176 + 599i + 483 = 307 + 599i.
Denominator: 17 × 26 = 442.
Answer: 307442 + 599442i

Q4. If x − iy = √[(a−ib)⁄(c−id)], prove that (x²+y²)² = (a²+b²)⁄(c²+d²).

Squaring the given relation: (x − iy)² = a−ibc−id  …(1)
Taking the complex conjugate of both sides of (1): the conjugate of (x − iy)² is (x + iy)², and the conjugate of a−ibc−id is a+ibc+id. So:
(x + iy)² = a+ibc+id  …(2)
Multiplying (1) and (2):
(x − iy)²(x + iy)² = (a−ib)(a+ib)(c−id)(c+id)
[(x − iy)(x + iy)]² = a²+b²c²+d²
Since (x − iy)(x + iy) = x² + y², we get (x²+y²)² = a²+b²c²+d². Hence proved.

Q5. If z1 = 2 − i, z2 = 1 + i, find |z1+z2+1z1−z2+1|.

z1 + z2 + 1 = (2 − i) + (1 + i) + 1 = 4.
z1 − z2 + 1 = (2 − i) − (1 + i) + 1 = 2 − 2i.
So the ratio = 42−2i = 42(1−i) = 21−i = 2(1+i)(1−i)(1+i) = 2(1+i)2 = 1 + i.
|1 + i| = √(1²+1²) = √2.
Answer: √2

Q6. If a + ib = (x+i2x²+1, prove that a² + b² = (x²+1)²(2x²+1)².

Taking modulus of both sides: |a + ib| = |(x+i)²||2x²+1| = |x+i2x²+1  (since 2x²+1 is real and positive, and |z²| = |z|²).
Squaring both sides: |a + ib|² = |x+i|&sup4;(2x²+1)².
Now a² + b² = |a + ib|², and |x + i|² = x² + 1, so |x + i|&sup4; = (x²+1)².
Therefore a² + b² = (x²+1)²(2x²+1)². Hence proved.

Q7. Let z1 = 2 − i, z2 = −2 + i. Find:

  1. Re(z1z2z1)
  2. Im(1z1z1)

(i) z1z2 = (2−i)(−2+i) = −4 + 2i + 2ii² = −4 + 4i + 1 = −3 + 4i.
z1 = 2 + i.
z1z2z1 = −3+4i2+i = (−3+4i)(2−i)(2+i)(2−i) = −6+3i+8i−4i²5 = −6+11i+45 = −2+11i5.
Re(z1z2z1) = −25.
Answer (i): −25

(ii) z1z1 = (2−i)(2+i) = 4 − i² = 4 + 1 = 5 (a real number, equal to |z1|²).
1z1z1 = 15, which is purely real.
Im(15) = 0.
Answer (ii): 0

Q8. Find the real numbers x and y if (x − iy)(3 + 5i) is the conjugate of −6 − 24i.

The conjugate of −6 − 24i is −6 + 24i.
Expand (x − iy)(3 + 5i) = 3x + 5xi − 3yi − 5yi² = (3x + 5y) + i(5x − 3y).
Equating with −6 + 24i:
3x + 5y = −6  …(1)
5x − 3y = 24  …(2)
Multiply (1) by 3 and (2) by 5: 9x + 15y = −18 and 25x − 15y = 120. Adding: 34x = 102, so x = 3.
Substitute in (1): 9 + 5y = −6, so 5y = −15, y = −3.
Check in (2): 5(3) − 3(−3) = 15 + 9 = 24 ✓
Answer: x = 3, y = −3

Q9. Find the modulus of 1+i1−i1−i1+i.

1+i1−i = (1+i(1−i)(1+i) = 1+2i+i²2 = 2i2 = i.
1−i1+i = (1−i(1+i)(1−i) = 1−2i+i²2 = −2i2 = −i.
Difference: i − (−i) = 2i.
|2i| = 2.
Answer: 2

Q10. If (x + iy)³ = u + iv, then show that ux + vy = 4(x² − y²).

Expand: (x + iy)³ = x³ + 3x²(iy) + 3x(iy)² + (iy)³
= x³ + 3ix²y − 3xy² − i
= (x³ − 3xy²) + i(3x²y − y³).
So u = x³ − 3xy² = x(x² − 3y²) and v = 3x²y − y³ = y(3x² − y²).
Then ux = x² − 3y² and vy = 3x² − y² (for x ≠ 0, y ≠ 0).
Adding: ux + vy = (x² − 3y²) + (3x² − y²) = 4x² − 4y² = 4(x² − y²). Hence proved.

Q11. If α and β are different complex numbers with |β| = 1, then find |β−α1−αβ|.

We compute |β−α|² and |1−αβ|² and compare them.
|β−α|² = (β−α)(βα) = |β|² − βα − αβ + |α|² = 1 − αβαβ + |α|²  (using |β|²=1, and βα = αβ).
|1−αβ|² = (1−αβ)(1−αβ) = 1 − αβαβ + ααββ = 1 − αβαβ + |α|²|β|² = 1 − αβαβ + |α|²  (again using |β|²=1).
Both expressions are identical, so |β−α|² = |1−αβ|², which gives |β−α| = |1−αβ|.
Answer: |β−α1−αβ| = 1

Q12. Find the number of non-zero integral solutions of the equation |1 − i|x = 2x.

|1 − i| = √(1²+(−1)²) = √2.
So the equation becomes (√2)x = 2x, i.e., 2x⁄2 = 2x.
Equating exponents (same base): x2 = x, which gives x = 0.
Since the question asks for non-zero integral solutions and x = 0 is the only solution (and it is zero), there is no non-zero integral value of x satisfying the equation.
Answer: 0 (no non-zero integral solutions exist)

Q13. If (a + ib)(c + id)(e + if)(g + ih) = A + iB, then show that (a²+b²)(c²+d²)(e²+f²)(g²+h²) = A²+B².

Taking the modulus of both sides of the given equation and using the property |z1z2z3z4| = |z1||z2||z3||z4|:
|a+ib| · |c+id| · |e+if| · |g+ih| = |A+iB|.
Squaring both sides:
|a+ib|² · |c+id|² · |e+if|² · |g+ih|² = |A+iB|²
(a²+b²)(c²+d²)(e²+f²)(g²+h²) = A²+B². Hence proved.

Q14. If (1+i1−i)m = 1, then find the least positive integral value of m.

First simplify 1+i1−i = (1+i(1−i)(1+i) = 1+2i+i²2 = 2i2 = i.
So the equation becomes im = 1.
Since i4 = 1 and 4 is the smallest positive integer for which this holds, the least positive integral value of m is 4.
Answer: m = 4

Class 11 Maths Chapter 4 – Notes and Extra Questions

Before attempting the exercises, it helps to be clear on the key definitions and formulas of this chapter:

  • Imaginary unit: i = √−1, so i² = −1. A complex number is any number of the form a + ib, where a and b are real numbers; a is called the real part and b the imaginary part.
  • Algebra of complex numbers: for z1 = a + ib and z2 = c + id:
    • Addition: z1 + z2 = (a+c) + i(b+d)
    • Multiplication: z1z2 = (ac−bd) + i(ad+bc)
    • Division (z2 ≠ 0): z1z2 is found by multiplying numerator and denominator by the conjugate of z2
  • Powers of i: i1=i, i²=−1, i³=−i, i4=1, and the cycle repeats. In general, for any integer k: i4k=1, i4k+1=i, i4k+2=−1, i4k+3=−i. Also 1i = −i.
  • Modulus: for z = a + ib, |z| = √(a²+b²), the distance of the point (a, b) from the origin on the Argand plane.
  • Conjugate: the conjugate of z = a + ib is z = a − ib. Useful identities: z + z = 2a (real), z·z = a²+b² = |z|² (real and non-negative).
  • Multiplicative inverse: for a non-zero z = a + ib, z−1 = z|z|² = aa²+b²ba²+b²i.
  • Argand plane: a complex number a + ib is plotted as the point (a, b), with the horizontal axis as the real axis and the vertical axis as the imaginary axis. The modulus |z| is the distance of this point from the origin.
  • Handy algebraic shortcuts: (a+ib)(a−ib) = a²+b²; |z1z2| = |z1||z2|; Re(z1z2) = Re z1 Re z2 − Im z1 Im z2. These are frequently used to simplify or prove results quickly.
📄 Want this offline? Download the free PDF of this page.Download PDF

Frequently Asked Questions

How many exercises are there in Class 11 Maths Chapter 4?
As per the 2026-27 rationalised NCERT textbook, Chapter 4 (Complex Numbers and Quadratic Equations) has one exercise, Exercise 4.1 (14 questions), followed by the Miscellaneous Exercise (14 questions) — a total of 28 questions.

Does the current NCERT syllabus for this chapter include solving quadratic equations with complex roots?
In the rationalised (post-2023) edition, the detailed treatment of quadratic equations with complex roots and the polar/modulus-argument form has been removed from the main exercises; the chapter now focuses on the algebra of complex numbers, powers of i, modulus, conjugate, and the Argand plane, tested through Exercise 4.1 and the Miscellaneous Exercise.

What is the most important formula in this chapter?
The relation i² = −1 is the foundation of the entire chapter. Almost every simplification in Exercise 4.1 and the Miscellaneous Exercise relies on correctly substituting i² = −1 while expanding products or powers.

What is the easiest way to divide two complex numbers?
Multiply both the numerator and the denominator by the conjugate of the denominator. This converts the denominator into a real number (a²+b²), after which the expression can be separated into real and imaginary parts easily.

Written by Satish

NCERTBooks.org is an independent educational resource run by a small team focused on making official NCERT textbooks easy to find, read, and download for students, parents, and teachers across India. We are not affiliated with NCERT or the Ministry of Education -- we organise publicly available NCERT content by class and subject, verify links against official sources, and build tools (like our in-browser reader) that make studying more convenient. Every guide we publish is written and reviewed by our team based on the actual NCERT curriculum and syllabus.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top