Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Complex Numbers and Quadratic Equations — Mathematics Class 11 Notes (CBSE & HBSE)

Free NCERT Mathematics notes for Complex Numbers and Quadratic Equations (Class 11) on Siksha Sarovar, aligned to CBSE and Haryana Board (HBSE). This chapter is broken into 4 topics with clear explanations, formulas, solved examples and board-pattern practice — free to read, no sign-up required.

Board exam focus — Complex Numbers and Quadratic Equations (CBSE & HBSE)

Introduces i = √(−1), polar form, and quadratic equations with negative discriminant. CBSE expects 6–8 marks; HBSE typically 5–7 marks, focused on modulus-argument and quadratic root-finding.

Imaginary Unit & Algebra of Complex Numbers

Imaginary Unit

i = √(−1)i² = −1.

Powers of i cycle every 4:

  • i¹ = i, i² = −1, i³ = −i, i⁴ = 1
  • iⁿ depends only on (n mod 4).

Complex Number Form

z = a + ib, where a, b ∈ ℝ.

  • a = Re(z) (real part), b = Im(z) (imaginary part).
  • If b = 0, z is purely real; if a = 0, z is purely imaginary.

Equality

a + ib = c + id ⇔ a = c and b = d.

Algebraic Operations

OperationResult
Sum(a + c) + i(b + d)
Difference(a − c) + i(b − d)
Product(ac − bd) + i(ad + bc)
Conjugate $\bar z$a − ib
Division z₁/z₂multiply numerator & denominator by $\bar z_2$

Useful Identities

  • z + $\bar z$ = 2 Re(z); z − $\bar z$ = 2i Im(z)
  • z · $\bar z$ = a² + b² (real and ≥ 0)
  • $\overline{(z_1 + z_2)}$ = $\bar z_1$ + $\bar z_2$; similarly for product

Multiplicative Inverse

z⁻¹ = $\bar z$ / |z|² = (a − ib)/(a² + b²).

Set of Complex Numbers (ℂ)

ℂ extends ℝ: every real number is also complex (with b = 0). Operations agree with real arithmetic when restricted.

CBSE Tip: Express every answer in the standard a + ib form — do not leave it as a fraction or with i in the denominator.

Modulus, Conjugate & Argand Plane

Modulus

|z| = √(a² + b²) — distance of z from origin in the Argand plane.

Properties:

  • |z| ≥ 0, equality iff z = 0
  • |z| = |$\bar z$|
  • |z₁ · z₂| = |z₁| · |z₂|
  • |z₁ / z₂| = |z₁| / |z₂| (z₂ ≠ 0)
  • |z|² = z · $\bar z$

Argand Plane

Plot z = a + ib as the point (a, b):

  • x-axis = real axis; y-axis = imaginary axis.
  • Distance from O to z = |z|.
  • Angle made with positive x-axis = argument (arg z or amp z).

Argument of a Complex Number

Principal value: arg z ∈ (−π, π].

  • Computed via tan θ = b/a, then adjust by quadrant.

Polar Form

z = r (cos θ + i sin θ), where r = |z| and θ = arg z.

Useful: r (cos θ + i sin θ) is often written r cis θ.

Multiplication & Division in Polar Form

z₁ z₂ = r₁ r₂ [cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]. z₁ / z₂ = (r₁ / r₂)[cos(θ₁ − θ₂) + i sin(θ₁ − θ₂)].

Triangle Inequality

|z₁ + z₂| ≤ |z₁| + |z₂|, with equality iff z₁, z₂ collinear from origin in same direction.

Reciprocal in Polar Form

If z = r cis θ, then 1/z = (1/r) cis(−θ).

HBSE Tip: Always state the principal argument in (−π, π]; using 7π/4 instead of −π/4 will cost a mark.

Quadratic Equations with Complex Roots

General Quadratic

ax² + bx + c = 0, a ≠ 0, with a, b, c ∈ ℝ (or ℂ).

Roots via quadratic formula: x = [−b ± √(b² − 4ac)] / (2a).

Discriminant D = b² − 4ac determines root nature:

DRoots
D > 0Two distinct real roots
D = 0One repeated real root (= −b/2a)
D < 0Two complex conjugate roots

Complex Conjugate Root Theorem (Real Coefficients)

If a + ib is a root of a real quadratic, then a − ib is also a root.

Forming a Quadratic from Roots

If α and β are roots: x² − (α + β) x + αβ = 0.

  • Sum of roots = −b/a
  • Product of roots = c/a

Square Roots of Negative Numbers

√(−k) = i√k for k > 0.

Caution: √a · √b = √(ab) holds only when at least one of a, b is non-negative. √(−4) · √(−9) ≠ √36; correctly: 2i · 3i = 6i² = −6.

Quadratic with Complex Coefficients

Formula still works; the discriminant and √D may be complex. Compute √D using polar form: √(r cis θ) = √r cis(θ/2).

Examples of Resulting Conjugate Pairs

  • x² + 1 = 0 ⇒ x = ±i.
  • x² + 2x + 5 = 0 ⇒ x = (−2 ± √(−16))/2 = −1 ± 2i.
CBSE Tip: State whether roots are real & distinct / equal / imaginary based on D before solving — examiners award the classification step.

Square Roots of Complex Numbers & Geometry

Square Root of a Complex Number

To find √(a + ib), let √(a + ib) = x + iy. Squaring: a + ib = (x² − y²) + 2xy · i. Equating real and imaginary parts:

  • x² − y² = a
  • 2xy = b

Solving the system gives two roots (positive and negative). They are themselves complex conjugates iff a is real and b ≠ 0.

Locus Interpretation in the Argand Plane

  • |z − z₀| = r → circle centred at z₀ with radius r.
  • |z − z₁| = |z − z₂| → perpendicular bisector of segment joining z₁ and z₂.
  • arg(z − z₀) = α → ray from z₀ making angle α with the positive x-axis.
  • Re(z) = k → vertical line x = k; Im(z) = k → horizontal line y = k.

Triangle Identity

For complex numbers z₁, z₂: |z₁ + z₂|² + |z₁ − z₂|² = 2(|z₁|² + |z₂|²) (parallelogram law).

Cube Roots of Unity (Preview)

ω = (−1 + i√3)/2 satisfies ω³ = 1. Three cube roots: 1, ω, ω². Identity: 1 + ω + ω² = 0.

Useful Tricks

  • To raise a complex number to a power, convert to polar form: zⁿ = rⁿ cis(nθ) (De Moivre — Class 11 informal).
  • For division, multiply by conjugate.

Applications in Geometry

Complex numbers describe rotations: multiplying by cis(θ) rotates the point by angle θ about the origin.

HBSE Tip: When finding √(z), write z first in polar form when possible — square-rooting halves the angle and reduces algebraic effort.

Frequently asked questions

Are these Complex Numbers and Quadratic Equations notes free?

Yes — the Complex Numbers and Quadratic Equations notes for Mathematics (Class 11) on Siksha Sarovar are completely free to read, with no account required.

Do these notes follow CBSE and HBSE?

Yes. The Complex Numbers and Quadratic Equations notes are NCERT-aligned and include guidance for both CBSE and Haryana Board (HBSE), with important questions and MCQs for revision.

What does the Complex Numbers and Quadratic Equations chapter cover?

Concept explanations, key formulas and definitions, fully solved examples and board-pattern practice questions for Complex Numbers and Quadratic Equations.