India's #1 AI Tutorformula-sheet · Mathematics · Chapter 4
Class 11 Mathematics Chapter 4 Complex Numbers and Quadratic Equations — Formulas & Key Points
Chapter 4 of NCERT Class 11 Mathematics introduces the algebra of complex numbers, extending the real number system to solve equations like x² + 1 = 0. This formula sheet organises every definition, identity and theorem from the chapter into quick-reference tables. Students revising for CBSE board exams or unit tests will find modulus, argument, polar and Euler forms, algebraic operations, quadratic solutions with complex roots, and common pitfalls all in one place.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Key takeaways
- ✓A complex number z = a + ib has real part a, imaginary part b, where i² = −1.
- ✓Modulus |z| = √(a² + b²) and argument θ = tan⁻¹(b/a), adjusting for quadrant.
- ✓Polar form: z = r(cos θ + i sin θ) where r = |z| and θ = arg(z).
- ✓Euler form: z = re^(iθ) connects exponential and trigonometric representations.
- ✓For quadratic ax² + bx + c = 0, if discriminant b² − 4ac < 0, roots are complex conjugates.
- ✓De Moivre's theorem: (cos θ + i sin θ)^n = cos nθ + i sin nθ for any integer n.
- ✓Conjugate of z = a + ib is z̄ = a − ib; product z·z̄ = |z|² always real and non-negative.
Fundamental Definitions and Notations
The foundation of complex numbers rests on the imaginary unit i, defined such that i² = −1. Every complex number can be written in standard algebraic form z = a + ib, where a is the real part Re(z) and b is the imaginary part Im(z). Note that Im(z) is the real number b, not ib. The set of all complex numbers is denoted ℂ. Two complex numbers z₁ = a + ib and z₂ = c + id are equal if and only if a = c and b = d. Purely real numbers have b = 0, and purely imaginary numbers have a = 0. The additive identity is 0 + 0i and the multiplicative identity is 1 + 0i. Understanding these basic terms is crucial before moving into operations and polar forms covered in NCERT Class 11 Mathematics Chapter 4.
- Imaginary unit: i² = −1, so i = √(−1) by convention.
- Standard form: z = a + ib, where a, b ∈ ℝ.
- Real part: Re(z) = a; Imaginary part: Im(z) = b (a real number, not ib).
- Equality: a + ib = c + id ⟺ a = c and b = d.
- Purely real: z = a + 0i; Purely imaginary: z = 0 + ib.
Algebraic Operations on Complex Numbers
Addition, subtraction, multiplication and division of complex numbers follow straightforward algebraic rules. For z₁ = a + ib and z₂ = c + id, addition and subtraction combine like terms: (a + ib) ± (c + id) = (a ± c) + i(b ± d). Multiplication uses the distributive law and substitutes i² = −1: (a + ib)(c + id) = ac + iad + ibc + i²bd = (ac − bd) + i(ad + bc). Division requires multiplying numerator and denominator by the conjugate of the denominator to eliminate the imaginary part in the denominator. The conjugate z̄ of z = a + ib is a − ib. The product z·z̄ = a² + b² is always real and equals |z|². These operations form the algebraic toolkit students use in CBSE Class 11 Mathematics solutions throughout the chapter.
- 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)
- Conjugate: z̄ = a − ib if z = a + ib
- Division: (a + ib)/(c + id) = [(a + ib)(c − id)]/[c² + d²]
- Product with conjugate: z·z̄ = a² + b² = |z|²
Modulus and Argument — Core Formulas
The modulus (or absolute value) of a complex number z = a + ib, denoted |z|, measures its distance from the origin in the complex plane and equals √(a² + b²). The argument, arg(z) or θ, is the angle the line from origin to z makes with the positive real axis, measured anticlockwise. The principal argument lies in (−π, π]. To find arg(z), compute the reference angle α = tan⁻¹(|b|/|a|) and adjust for the quadrant: first quadrant θ = α, second quadrant θ = π − α, third quadrant θ = −π + α, fourth quadrant θ = −α. Modulus and argument together uniquely determine a complex number. These are central to Class 11 Mathematics notes and form the bridge to polar representation.
- Modulus: |z| = |a + ib| = √(a² + b²), always non-negative.
- Argument: arg(z) = θ, where tan θ = b/a (adjust for quadrant).
- Principal argument: −π < arg(z) ≤ π.
- Quadrant I (a > 0, b > 0): θ = tan⁻¹(b/a)
- Quadrant II (a < 0, b > 0): θ = π − tan⁻¹(|b|/|a|)
- Quadrant III (a < 0, b < 0): θ = −π + tan⁻¹(|b|/|a|)
- Quadrant IV (a > 0, b < 0): θ = −tan⁻¹(|b|/|a|)
- Properties: |z₁ z₂| = |z₁| |z₂|; arg(z₁ z₂) = arg(z₁) + arg(z₂)
Polar and Euler Forms of Complex Numbers
Any non-zero complex number z can be expressed in polar form z = r(cos θ + i sin θ), where r = |z| is the modulus and θ = arg(z) is the argument. This representation is especially useful for multiplication and division, as it converts these operations into arithmetic on moduli and arguments. Euler's formula e^(iθ) = cos θ + i sin θ leads to the compact exponential or Euler form z = re^(iθ). Multiplication becomes z₁z₂ = r₁r₂ e^(i(θ₁+θ₂)) and division becomes z₁/z₂ = (r₁/r₂) e^(i(θ₁−θ₂)). Powers are handled by De Moivre's theorem. These forms are integral to CBSE 11 Mathematics Chapter 4 and simplify many proofs and computations in both pure and applied mathematics contexts.
- Polar form: z = r(cos θ + i sin θ), where r = |z|, θ = arg(z)
- Euler form: z = re^(iθ)
- Conversion from algebraic to polar: r = √(a² + b²), θ = appropriate arctan
- Conversion from polar to algebraic: a = r cos θ, b = r sin θ
- Multiplication in polar: r₁(cos θ₁ + i sin θ₁) × r₂(cos θ₂ + i sin θ₂) = r₁r₂[cos(θ₁+θ₂) + i sin(θ₁+θ₂)]
- Division in polar: [r₁(cos θ₁ + i sin θ₁)] / [r₂(cos θ₂ + i sin θ₂)] = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)]
De Moivre's Theorem and Powers of Complex Numbers
De Moivre's theorem states that for any real number θ and integer n, [cos θ + i sin θ]^n = cos(nθ) + i sin(nθ). In Euler notation this becomes (e^(iθ))^n = e^(inθ). This powerful result simplifies raising complex numbers to integer powers: if z = r(cos θ + i sin θ), then z^n = r^n(cos nθ + i sin nθ). The theorem extends to rational exponents for finding nth roots. It is particularly useful in deriving trigonometric identities and solving polynomial equations with complex coefficients. Students preparing NCERT Class 11 Mathematics solutions use De Moivre's theorem for problems involving powers, roots and periodicity of complex exponentials.
- De Moivre's theorem: (cos θ + i sin θ)^n = cos nθ + i sin nθ for any integer n
- Euler form: (e^(iθ))^n = e^(inθ)
- General power: [r(cos θ + i sin θ)]^n = r^n(cos nθ + i sin nθ)
- Useful for deriving cos nθ and sin nθ in terms of cos θ and sin θ
- Foundation for finding nth roots of unity and other complex roots
Quadratic Equations with Complex Coefficients and Roots
The general quadratic equation ax² + bx + c = 0, where a, b, c may be real or complex, has solutions given by the quadratic formula x = [−b ± √(b² − 4ac)]/(2a). The discriminant Δ = b² − 4ac determines the nature of the roots. When a, b, c are real and Δ < 0, the square root of the negative discriminant introduces i, yielding two complex conjugate roots. If Δ = 0, there is one repeated root. If Δ > 0, two distinct real roots. For purely real coefficients, complex roots always appear as conjugate pairs α + iβ and α − iβ. This result is fundamental in Class 11 Mathematics Chapter 4 and underpins many applications in physics and engineering where oscillatory or exponential solutions arise from second-order differential equations.
- Quadratic formula: x = [−b ± √(b² − 4ac)]/(2a)
- Discriminant: Δ = b² − 4ac
- Real coefficients, Δ < 0: two complex conjugate roots
- Real coefficients, Δ = 0: one repeated real root
- Real coefficients, Δ > 0: two distinct real roots
- Sum of roots: α + β = −b/a; Product of roots: αβ = c/a
- For conjugate pair α ± iβ: sum = 2α, product = α² + β²
Key Identities and Properties — Quick Reference Table
A compact table of the most frequently used identities accelerates problem-solving and revision. These formulas appear repeatedly in CBSE Class 11 Mathematics papers and homework exercises. Memorising them reduces computational time and error rates. The conjugate properties, modulus identities and argument addition rules are especially important for simplifying expressions involving products, quotients and powers of complex numbers. Students should practice deriving these from first principles at least once to build conceptual confidence, then rely on the table during timed exams for speed and accuracy in applying them correctly under pressure.
Common Mistakes, Sign Errors and Notation Pitfalls
Students frequently confuse Im(z) with the entire term ib; remember Im(z) is the real coefficient b, not ib. Another common error is writing i² = 1 instead of i² = −1, leading to completely incorrect results. When computing arguments, forgetting to adjust the reference angle for the correct quadrant produces angles off by π or 2π. In polar multiplication, adding moduli instead of multiplying them or multiplying arguments instead of adding them reverses the operation. Division errors often stem from multiplying by the original denominator instead of its conjugate. Finally, many students drop the modulus factor r when raising polar forms to powers, remembering De Moivre's theorem for the angle but forgetting r^n. Careful attention to these details dramatically improves accuracy in Class 11 Mathematics solutions and exam performance.
- Mistake: Writing Im(3 + 4i) = 4i. Correct: Im(3 + 4i) = 4 (a real number).
- Mistake: i² = 1. Correct: i² = −1 always.
- Mistake: arg(−1 + i) = tan⁻¹(−1) = −π/4. Correct: quadrant II, so 3π/4.
- Mistake: |z₁ z₂| = |z₁| + |z₂|. Correct: |z₁ z₂| = |z₁| |z₂|.
- Mistake: arg(z₁ z₂) = arg(z₁) arg(z₂). Correct: arg(z₁ z₂) = arg(z₁) + arg(z₂).
- Mistake: (a + ib)/(c + id) = (a + ib)(c + id)/(c² + d²). Correct: multiply by conjugate (c − id).
- Mistake: [r(cos θ + i sin θ)]^n = r(cos nθ + i sin nθ). Correct: r^n(cos nθ + i sin nθ).
Memory Tricks and Mnemonics for Quick Recall
Mnemonics and visual patterns help students retain formulas under exam pressure. For the quadratic formula, 'Negative Boy Couldn't Decide Between Two Apples' reminds you of −b ± in the numerator and 2a in the denominator. To remember i² = −1, think 'i squared is negative one'. For argument quadrants, sketch a quick Argand diagram in the margin: first quadrant is straightforward arctan, second and third add or subtract π, fourth is negative arctan. The mnemonic 'CAD' (Conjugate for Addition/subtraction, De Moivre for powers) reminds you to use the conjugate trick when dividing and De Moivre when raising to powers. Polar multiplication is 'Multiply Moduli, Add Arguments' (MMA). These shortcuts are popular in Class 11 Mathematics notes and save precious seconds during board exams.
- Quadratic formula: 'Negative Boy Couldn't Decide Between Two Apples' → −b ± √(b² − 4ac) over 2a
- i² = −1: 'i squared is negative one'
- Argument quadrants: sketch Argand plane, adjust arctan by 0, π, or −π
- Conjugate division: 'Multiply top and bottom by conjugate' (CAD mnemonic)
- Polar multiplication: 'Multiply Moduli, Add Arguments' (MMA)
- De Moivre: 'Power the modulus, multiply the angle'
- Euler's formula: 'Exponential equals Cosine plus i Sine' (e^iθ = cos θ + i sin θ)
Solved Mini-Examples Applying the Formulas
Worked examples cement understanding and show formula application in context. The three problems below cover modulus and argument calculation, polar multiplication, and solving a quadratic with complex roots. Each solution references the relevant formula from earlier sections. Practising these step-by-step examples builds the fluency needed to tackle NCERT Class 11 Mathematics exercise problems confidently. Students should attempt each example independently first, then compare their method and final answer with the provided solution to identify gaps in reasoning or arithmetic errors that need correction through further practice on similar problems from the textbook or supplementary resources.
One-Glance Last-Minute Revision Box
This condensed box distills the entire chapter into bite-sized points for final review the night before an exam or a quick mental refresh before entering the exam hall. It covers definitions, key formulas, operational rules and common pitfalls in a format that fits on one page or screen. Students using CBSETUTOR.ai for 24×7 doubt-solving can upload a photo of any complex-number problem and receive step-by-step solutions instantly, reinforcing these formulas through guided practice at just ₹999/month for classes 6–12 with a 3-day free trial. Use this box to verify you have all critical formulas memorised, then solve two or three practice problems to confirm fluency before the test begins.
- i² = −1; z = a + ib; Re(z) = a, Im(z) = b
- z̄ = a − ib; z z̄ = a² + b² = |z|²
- |z| = √(a² + b²); arg(z) adjusts arctan for quadrant
- Polar: z = r(cos θ + i sin θ); Euler: z = re^(iθ)
- Operations: |z₁ z₂| = |z₁||z₂|; arg(z₁ z₂) = arg z₁ + arg z₂
- De Moivre: (cos θ + i sin θ)^n = cos nθ + i sin nθ
- Quadratic: x = [−b ± √(b²−4ac)]/(2a); Δ < 0 ⇒ conjugate pair
- Common errors: Im(z) is real; i² = −1; adjust argument quadrant; r^n not r in powers
Boost Your Preparation with CBSETUTOR.ai
Mastering Complex Numbers and Quadratic Equations requires not just memorising formulas but practising diverse problem types until the methods become second nature. CBSETUTOR.ai provides an AI-powered tutor available around the clock to clarify doubts, verify solutions and guide step-by-step problem-solving. Upload a photo of any Class 11 Mathematics Chapter 4 question from NCERT or your school worksheet, and receive instant, detailed explanations grounded in CBSE pedagogy. The platform covers every chapter across classes 6 to 12 at a flat subscription of ₹999 per month, making expert help affordable for every Indian family. Start with a 3-day free trial to experience personalised learning that adapts to your pace, ensuring you never feel stuck on a tricky polar-form conversion or quadratic discriminant question again.
- 24×7 AI tutor for all CBSE Class 11 Mathematics topics, including complex numbers and quadratic equations
- Photo-upload feature: snap your problem, get step-by-step solutions instantly
- Flat ₹999/month for classes 6–12; one price, no hidden fees
- 3-day free trial to explore the platform risk-free
- Aligned with NCERT syllabus and CBSE exam patterns
- Ideal for students in metros and Tier-2 cities with limited local coaching access
Frequently asked questions
What is the imaginary unit i and why is i² equal to −1?+
The imaginary unit i is defined as the square root of −1, introduced to solve equations like x² + 1 = 0 that have no real solutions. By definition, i² = −1. This extends the real number system to the complex numbers, enabling solutions to all polynomial equations.
How do I convert a complex number from algebraic form to polar form?+
First compute the modulus r = √(a² + b²). Then find the argument θ by calculating the reference angle arctan(|b|/|a|) and adjusting for the quadrant in which the point (a, b) lies. Finally write z = r(cos θ + i sin θ) or z = re^(iθ).
What is the principal argument and how is it different from the general argument?+
The principal argument is the unique value of arg(z) restricted to the interval (−π, π]. The general argument includes all angles θ + 2πk for any integer k that represent the same direction. CBSE exams typically ask for the principal argument unless stated otherwise.
Why do complex roots of quadratic equations with real coefficients always come in conjugate pairs?+
When a, b, c are real and the discriminant Δ = b² − 4ac is negative, the quadratic formula yields −b/(2a) ± i√|Δ|/(2a). These two roots differ only in the sign of the imaginary part, making them complex conjugates α + iβ and α − iβ.
How do I apply De Moivre's theorem to find powers of a complex number?+
Convert the complex number to polar form z = r(cos θ + i sin θ). Then z^n = r^n(cos nθ + i sin nθ). Raise the modulus to the power n and multiply the argument by n. This avoids repeated multiplication in algebraic form and simplifies calculation significantly.
What is the geometric meaning of the modulus of a complex number?+
The modulus |z| represents the distance of the point (a, b) in the complex (Argand) plane from the origin (0, 0). It is the Euclidean length of the position vector and is always a non-negative real number.
How do I divide one complex number by another without making sign errors?+
Multiply both the numerator and the denominator by the conjugate of the denominator. This rationalises the denominator, making it a positive real number a² + b², and allows you to separate the real and imaginary parts of the quotient cleanly.
Can the argument of a complex number be greater than π or less than −π?+
Yes, in the general sense any angle θ + 2πk is an argument. However, the principal argument is restricted to (−π, π]. For CBSE Class 11 Mathematics exams, always report the principal value unless the question specifies otherwise.
What are the nth roots of unity and how do I find them?+
The nth roots of unity are solutions to z^n = 1. In polar form, 1 = cos 0 + i sin 0. Applying De Moivre's theorem, the n roots are cos(2πk/n) + i sin(2πk/n) for k = 0, 1, 2, …, n−1. They lie equally spaced on the unit circle in the Argand plane.
How does CBSETUTOR.ai help me practise complex-number problems effectively?+
CBSETUTOR.ai offers instant step-by-step solutions when you upload a photo of any problem. It explains modulus, argument, polar conversions and quadratic solving with detailed working, available 24×7 at ₹999/month across classes 6–12. A 3-day free trial lets you explore the platform risk-free before subscribing.
Related resources
Important Questions: CBSE Class 11 Mathematics Chapter 4 Complex Numbers and Quadratic EquationsCBSE Class 11 Mathematics Chapter 4 Complex Numbers and Quadratic Equations Worksheet with AnswersImportant Questions: CBSE Class 11 Mathematics Chapter 3 Trigonometric FunctionsClass 11 Mathematics Chapter 3 Trigonometric Functions — Formulas & Key PointsAI Tutor for Class 11: The Smart Alternative to TuitionAI Tutor for Class 11 Accountancy: Learn Faster with Instant HelpClass 9 Coordinate Geometry Chapter 3: Cartesian System & Plotting PointsClass 9 Mathematics Chapter 2 Polynomials — Formulas & Key Points
Keep learning — related guides
Class 11Mathematics
Class 11 Mathematics Chapter 8 Sequences and Series — Formulas & Key Points
Class 11Mathematics
Important Questions: CBSE Class 11 Mathematics Chapter 14 Probability
Class 11Mathematics
CBSE Class 11 Mathematics Chapter 14 Probability Worksheet with Answers
Class 11Mathematics
Class 11 Mathematics Chapter 14 Probability — Formulas & Key Points
Class 11Mathematics
Important Questions: CBSE Class 11 Mathematics Chapter 13 Statistics
Class 11Mathematics
CBSE Class 11 Mathematics Chapter 13 Statistics Worksheet with Answers
Ready to give your Class 11 child the tutor that never sleeps?
CBSETUTOR.ai covers every chapter in the Class 11 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.
Start your child's 3-day free trial →