Complex Numbers and Quadratic Equations - Complete Chapter Notes

Complex Numbers and Quadratic Equations - Comprehensive Revision Notes

🎯 Overview

This chapter introduces complex numbers to solve equations that have no real solutions. Complex numbers extend the real number system and have widespread applications in mathematics, physics, and engineering.


📚 Core Concepts

1. Complex Numbers - Introduction

Definition and Notation

🔢 Complex Number Definition:
• z = a + bi, where a, b ∈ ℝ and i = √(-1)
• a = real part (Re(z))
• b = imaginary part (Im(z))
• i = imaginary unit, where i² = -1

📊 Standard Form:
• z = a + bi (rectangular form)
• a = Re(z), b = Im(z)
• Pure real: b = 0
• Pure imaginary: a = 0
• Zero: a = 0 and b = 0

🎯 Examples:
• 5 + 3i: Re = 5, Im = 3
• -2 + 7i: Re = -2, Im = 7
• 4 - i: Re = 4, Im = -1
• 3i: Re = 0, Im = 3
• -5: Re = -5, Im = 0

Powers of i

🔢 Powers of i Pattern:
• i¹ = i
• i² = -1
• i³ = -i
• i⁴ = 1
• i⁵ = i (pattern repeats)

📊 General Formula:
iⁿ = i^(n mod 4), where n mod 4 gives:
• 0 → i⁴ = 1
• 1 → i¹ = i
• 2 → i² = -1
• 3 → i³ = -i

🎯 Example Calculations:
• i²⁰ = i^(20 mod 4) = i⁰ = 1
• i¹⁵ = i^(15 mod 4) = i³ = -i
• i¹⁰⁰ = i^(100 mod 4) = i⁰ = 1
• i⁷ = i^(7 mod 4) = i³ = -i

2. Algebra of Complex Numbers

Equality of Complex Numbers

🔢 Equality Condition:
Two complex numbers z₁ = a₁ + b₁i and z₂ = a₂ + b₂i are equal if and only if:
a₁ = a₂ and b₁ = b₂

📊 Applications:
• Solving equations with complex numbers
• Comparing complex expressions
• Finding unknown components

🎯 Example:
If 2x + 3yi = 4 - 6i, then:
2x = 4 → x = 2
3y = -6 → y = -2
Therefore, x = 2, y = -2

Addition and Subtraction

➕ Addition:
(a + bi) + (c + di) = (a + c) + (b + d)i

➖ Subtraction:
(a + bi) - (c + di) = (a - c) + (b - d)i

📊 Properties:
• Commutative: z₁ + z₂ = z₂ + z₁
• Associative: (z₁ + z₂) + z₃ = z₁ + (z₂ + z₃)
• Additive identity: z + 0 = z
• Additive inverse: z + (-z) = 0

🎯 Examples:
(3 + 2i) + (4 - 5i) = 7 - 3i
(5 - 3i) - (2 + 4i) = 3 - 7i

Multiplication

✖️ Multiplication:
(a + bi)(c + di) = (ac - bd) + (ad + bc)i

📊 Verification:
Use FOIL method:
(a + bi)(c + di) = ac + adi + bci + bdi²
= ac + (ad + bc)i + bd(-1)
= (ac - bd) + (ad + bc)i

🎯 Examples:
(2 + 3i)(4 - i) = (8 + 12i - 2i - 3i²)
= (8 + 10i - 3(-1)) = (11 + 10i)

(1 + i)(1 - i) = 1 - i² = 1 - (-1) = 2

Division

➗ Division:
(a + bi)/(c + di) = [(a + bi)(c - di)]/[(c + di)(c - di)]

📊 Rationalizing Denominator:
Multiply numerator and denominator by conjugate of denominator
Conjugate of (c + di) is (c - di)

🎯 Example:
(3 + 2i)/(1 - i) = [(3 + 2i)(1 + i)]/[(1 - i)(1 + i)]
= (3 + 3i + 2i + 2i²)/(1 - i²)
= (3 + 5i - 2)/(1 + 1) = (1 + 5i)/2 = ½ + (5/2)i

3. Conjugate of Complex Numbers

Definition and Properties

🔢 Complex Conjugate:
Conjugate of z = a + bi is z̄ = a - bi

📊 Properties of Conjugates:
• z + z̄ = 2a (always real)
• z - z̄ = 2bi (always imaginary)
• z × z̄ = a² + b² = |z|² (always real and positive)
• (z̄)̄ = z
• (z₁ + z₂)̄ = z̄₁ + z̄₂
• (z₁ × z₂)̄ = z̄₁ × z̄₂

🎯 Applications:
• Division of complex numbers
• Finding modulus
• Solving equations
• Simplifying expressions

Modulus of Complex Numbers

📏 Modulus (Absolute Value):
|z| = √(a² + b²), where z = a + bi

📊 Properties:
• |z| ≥ 0 (always non-negative)
• |z| = 0 if and only if z = 0
• |z₁ × z₂| = |z₁| × |z₂|
• |z₁/z₂| = |z₁|/|z₂|
• |z̄| = |z|
• |z|² = z × z̄

🎯 Examples:
|3 + 4i| = √(3² + 4²) = √(9 + 16) = √25 = 5
|2 - i| = √(2² + (-1)²) = √(4 + 1) = √5

4. Argand Plane and Polar Representation

Argand Diagram

📊 Complex Plane (Argand Plane):
• Real axis (x-axis): represents real part
• Imaginary axis (y-axis): represents imaginary part
• Complex number z = a + bi corresponds to point (a, b)

🎯 Geometric Interpretation:
• Distance from origin = |z| = √(a² + b²)
• Angle with positive real axis = arg(z)
• Quadrant determined by signs of a and b

📈 Quadrant Rules:
• Quadrant I: a > 0, b > 0
• Quadrant II: a < 0, b > 0
• Quadrant III: a < 0, b < 0
• Quadrant IV: a > 0, b < 0

Argument of Complex Numbers

📐 Argument (arg z):
Angle θ made with positive real axis
tan(θ) = b/a, where z = a + bi

📊 Principal Argument (Arg z):
-π < Arg z ≤ π

🎯 Calculation by Quadrant:
• Quadrant I: θ = tan⁻¹(b/a)
• Quadrant II: θ = π + tan⁻¹(b/a)
• Quadrant III: θ = -π + tan⁻¹(b/a)
• Quadrant IV: θ = tan⁻¹(b/a)

📐 Special Cases:
• Positive real axis: θ = 0
• Positive imaginary axis: θ = π/2
• Negative real axis: θ = π
• Negative imaginary axis: θ = -π/2

Polar Form

📐 Polar Representation:
z = r(cos θ + i sin θ) = r cis θ

Where:
• r = |z| = √(a² + b²) (modulus)
• θ = arg(z) (argument)
• cis θ = cos θ + i sin θ

📊 Conversion:
From rectangular to polar:
r = √(a² + b²)
θ = tan⁻¹(b/a)

From polar to rectangular:
a = r cos θ
b = r sin θ

🎯 Example:
Convert 3 + 4i to polar form:
r = √(3² + 4²) = 5
θ = tan⁻¹(4/3) ≈ 53.13°
Therefore, 3 + 4i = 5 cis 53.13°

5. De Moivre’s Theorem

Statement and Applications

📐 De Moivre's Theorem:
If z = r(cos θ + i sin θ), then:
zⁿ = rⁿ(cos nθ + i sin nθ)

📊 Applications:
• Finding powers of complex numbers
• Finding roots of complex numbers
• Trigonometric identities
• Solving equations

🎯 Power Calculation Example:
Find (√2 + √2i)⁵:
First, find polar form:
r = √((√2)² + (√2)²) = √(2 + 2) = 2
θ = tan⁻¹(√2/√2) = tan⁻¹(1) = π/4

Now apply De Moivre's:
z⁵ = 2⁵[cos(5π/4) + i sin(5π/4)]
= 32[cos(5π/4) + i sin(5π/4)]
= 32[-√2/2 + i(-√2/2)] = -16√2 - 16√2i

Roots of Complex Numbers

📐 Finding nth Roots:
If z = r(cos θ + i sin θ), then the nth roots are:
z_k = r^(1/n)[cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)]
where k = 0, 1, 2, ..., n-1

📊 Properties:
• There are exactly n distinct nth roots
• Roots are equally spaced on circle
• Radius of circle = r^(1/n)
• Angular separation = 2π/n

🎯 Example: Cube Roots of Unity
Find roots of z³ = 1:
1 = 1(cos 0 + i sin 0)
z_k = 1^(1/3)[cos((0 + 2kπ)/3) + i sin((0 + 2kπ)/3)]
k = 0, 1, 2

Root 1 (k = 0): cos 0 + i sin 0 = 1
Root 2 (k = 1): cos(2π/3) + i sin(2π/3) = -1/2 + i(√3/2)
Root 3 (k = 2): cos(4π/3) + i sin(4π/3) = -1/2 - i(√3/2)

6. Quadratic Equations

Complex Roots of Quadratic Equations

📊 Quadratic Equation: ax² + bx + c = 0
Discriminant: D = b² - 4ac

🎯 Nature of Roots:
• D > 0: Two distinct real roots
• D = 0: Two equal real roots
• D < 0: Two complex conjugate roots

📐 Complex Roots Formula:
When D < 0, let D = -k² (where k = √(-D))
Roots: x = (-b ± ki)/2a

🎯 Example:
Solve x² + 4x + 13 = 0
D = 4² - 4(1)(13) = 16 - 52 = -36
D = -6²
Roots: x = (-4 ± 6i)/2 = -2 ± 3i

Vieta’s Formulas for Complex Roots

📊 For equation ax² + bx + c = 0 with roots α, β:
• Sum of roots: α + β = -b/a
• Product of roots: α × β = c/a

🎯 Properties:
• If coefficients are real and roots are complex, they are conjugates
• α = p + qi, β = p - qi
• Sum: 2p (real)
• Product: p² + q² (real and positive)

📐 Example:
If roots of x² + 6x + 25 = 0 are α and β:
D = 36 - 100 = -64
Roots: (-6 ± 8i)/2 = -3 ± 4i
Check: Sum = (-3 + 4i) + (-3 - 4i) = -6 ✓
Product = (-3)² + 4² = 9 + 16 = 25 ✓

📊 Advanced Concepts

1. Square Root of Complex Numbers

Method and Formula

📐 Square Root of Complex Number:
√(a + bi) = ±(x + yi), where:
x = √[(|z| + a)/2]
y = sign(b) × √[(|z| - a)/2]

Where |z| = √(a² + b²)

🎯 Example: √(3 + 4i)
|z| = √(3² + 4²) = 5
x = √[(5 + 3)/2] = √(8/2) = √4 = 2
y = √[(5 - 3)/2] = √(2/2) = √1 = 1
Therefore: √(3 + 4i) = ±(2 + i)

Verification: (2 + i)² = 4 + 4i + i² = 4 + 4i - 1 = 3 + 4i ✓

2. Rotation in Complex Plane

Geometric Interpretation

📐 Rotation by Angle θ:
Multiplication by cis θ rotates complex number by θ

If z = r cis α, then:
z × cis θ = r cis(α + θ)

📊 Properties:
• |z × cis θ| = |z| (magnitude unchanged)
• arg(z × cis θ) = arg(z) + θ (angle increased by θ)
• Rotation preserves distance from origin

🎯 Example:
Rotate 1 + i by 90° (π/2) counterclockwise:
1 + i = √2 cis(π/4)
After rotation: √2 cis(π/4 + π/2) = √2 cis(3π/4)
In rectangular form: √2(-√2/2 + i√2/2) = -1 + i

3. Geometry in Complex Plane

Distance and Section Formula

📏 Distance Between Points:
|z₁ - z₂| = distance between points representing z₁ and z₂

📐 Section Formula:
Point dividing line segment joining z₁ and z₂ in ratio m:n:
z = (nz₁ + mz₂)/(m + n)

📊 Area of Triangle:
Area = (1/2)|Im(z₁z̄₂ + z₂z̄₃ + z₃z̄₁ - z̄₁z₂ - z̄₂z₃ - z̄₃z₁)|

🎯 Example:
Find distance between 2 + 3i and 5 - i:
| (2 + 3i) - (5 - i) | = | -3 + 4i | = √((-3)² + 4²) = 5

🎯 Problem-Solving Strategies

1. Complex Number Operations

Systematic Approach

📝 Step-by-Step Method:
1. Identify the operation needed
2. Choose appropriate form (rectangular or polar)
3. Apply operation rules
4. Simplify result
5. Convert back if necessary

✅ Operation Guidelines:
• Addition/Subtraction: Use rectangular form
• Multiplication/Division: Either form works
• Powers/Roots: Use polar form with De Moivre's
• Geometry: Use rectangular or polar as needed

2. Equation Solving

Complex Equation Strategy

📊 Equation Types:
• Linear: az + b = 0
• Quadratic: az² + bz + c = 0
• Polynomial: Higher degree
• System of equations

🎯 Solution Approach:
1. Identify equation type
2. Choose appropriate method
3. Solve systematically
4. Verify solutions
5. Consider all possible cases

✅ Verification Checklist:
• Check if solution satisfies original equation
• Consider domain restrictions
• Verify for extraneous solutions
• Check for all possible solutions

3. Geometric Problems

Complex Number Geometry

📐 Geometric Interpretation:
• Convert to rectangular form for coordinates
• Use distance formula for lengths
• Use argument for angles
• Apply geometric theorems

🎯 Common Problems:
• Distance between points
• Locus problems
• Geometric transformations
• Area calculations

📊 Useful Formulas:
• Distance: |z₁ - z₂|
• Midpoint: (z₁ + z₂)/2
• Circle equation: |z - z₀| = r
• Line equation: arg(z - z₁) - arg(z - z₂) = constant

📈 Common Mistakes and How to Avoid Them

1. Algebraic Operation Errors

Common Problems

❌ Frequent Mistakes:
• Incorrect i power calculations
• Mistakes in rationalizing denominators
• Errors in conjugate operations
• Wrong modulus calculations

✅ Correct Approach:
• Remember i pattern: i, -1, -i, 1
• Always multiply by conjugate for division
• Remember conjugate changes sign of imaginary part
• Use formula |a + bi| = √(a² + b²)

2. Argument and Polar Form Errors

Misconceptions

❌ Common Errors:
• Wrong quadrant for argument
• Incorrect angle calculations
• De Moivre's theorem misapplication
• Root calculation errors

✅ Correct Approach:
• Always check signs of real and imaginary parts
• Use correct formula for each quadrant
• Remember De Moivre's applies to polar form
• Consider all n distinct roots

3. Quadratic Equation Errors

Discriminant Issues

❌ Common Problems:
• Wrong discriminant calculation
• Incorrect root formula application
• Missing complex conjugate property
• Vieta's formula misapplication

✅ Correct Approach:
• Calculate D = b² - 4ac carefully
• Use correct root formula
• Remember complex roots come in conjugate pairs
• Apply Vieta's formulas correctly

🔗 Integration with Other Topics

1. Connection to Trigonometry

Trigonometric Identities

📐 Complex Numbers in Trigonometry:
• cos θ = (e^(iθ) + e^(-iθ))/2
• sin θ = (e^(iθ) - e^(-iθ))/(2i)
• tan θ = (e^(iθ) - e^(-iθ))/(i(e^(iθ) + e^(-iθ)))

🎯 Applications:
• Deriving trigonometric identities
• Solving trigonometric equations
• Multiple angle formulas
• Product-to-sum formulas

📊 Example:
cos 2θ = (e^(i2θ) + e^(-i2θ))/2
= (e^(iθ))² + (e^(-iθ))²)/2
= ((e^(iθ) + e^(-iθ))² - 2)/2
= 2cos²θ - 1 ✓

2. Connection to Coordinate Geometry

Geometric Applications

📐 Complex Numbers in Geometry:
• Points as complex numbers
• Transformations as complex operations
• Distance and angle calculations
• Geometric loci

🎯 Applications:
• Rotation and translation
• Reflection and scaling
• Circle and line equations
• Conic sections

📊 Example:
Circle centered at z₀ with radius r:
|z - z₀| = r
This represents all points at distance r from z₀

3. Connection to Calculus

Complex Analysis

📈 Advanced Applications:
• Complex differentiation
• Complex integration
• Taylor series in complex plane
• Residue theorem

🎯 Future Topics:
• Complex functions
• Analytic functions
• Contour integration
• Complex dynamics

📊 Foundation:
• This chapter provides basics for complex analysis
• Essential for engineering applications
• Important in physics and signal processing

📊 Previous Year Questions Analysis

JEE Main & Advanced Pattern (2009-2024)

Question Distribution

📊 Topic-wise Distribution:
• Basic operations and properties: 20%
• Modulus and conjugate: 15%
• Argument and polar form: 20%
• De Moivre's theorem: 15%
• Quadratic equations: 20%
• Geometry and applications: 10%

📈 Difficulty Level:
• Easy: 30% (Basic operations and direct applications)
• Medium: 50% (Multi-step problems and combinations)
• Hard: 20% (Advanced concepts and applications)

🎯 Frequently Asked Concepts:
• Modulus and argument calculations
• De Moivre's theorem applications
• Quadratic equations with complex roots
• Geometric interpretations
• Roots of unity

Common Question Types

📝 Type 1: Basic Operations
• Complex number arithmetic
• Modulus and conjugate calculations
• Powers of i
• Simplifying complex expressions

📈 Type 2: Polar Form and De Moivre's
• Converting between forms
• Finding powers using De Moivre's
• Roots of complex numbers
• Rotation problems

🔄 Type 3: Quadratic Equations
• Finding complex roots
• Using discriminant
• Vieta's formulas applications
• Nature of roots analysis

📊 Type 4: Geometric Applications
• Distance and area calculations
• Locus problems
• Transformations
• Coordinate geometry connections

🎯 Type 5: Advanced Problems
• Multiple concepts combined
• Trigonometric connections
• Equation solving
• Applications in other topics

🎯 Quick Reference Summary

Essential Formulas

📊 Basic Operations:
• (a + bi) + (c + di) = (a + c) + (b + d)i
• (a + bi)(c + di) = (ac - bd) + (ad + bc)i
• |a + bi| = √(a² + b²)
• Conjugate: a + bi → a - bi

📐 Polar Form:
• z = r(cos θ + i sin θ) = r cis θ
• r = √(a² + b²), θ = tan⁻¹(b/a)
• De Moivre's: (r cis θ)ⁿ = rⁿ cis(nθ)

📊 Roots:
• nth roots: r^(1/n) cis((θ + 2kπ)/n), k = 0, 1, ..., n-1
• Quadratic roots: x = (-b ± √(b² - 4ac))/2a

Key Points to Remember

✅ i² = -1, powers of i repeat every 4
✅ Complex conjugate changes sign of imaginary part
✅ Modulus is always non-negative
✅ Argument depends on quadrant
✅ De Moivre's theorem works with polar form
✅ Complex roots come in conjugate pairs for real coefficients
✅ nth roots of complex number lie on circle

🔗 Practice Problems

Basic Level

  1. Find (2 + 3i) + (4 - 5i)
  2. Calculate |3 - 4i|
  3. Find i²⁵
  4. Find conjugate of 2 - 7i

Medium Level

  1. Find (1 + i)⁵ using De Moivre’s theorem
  2. Solve x² + 2x + 5 = 0
  3. Find cube roots of 8
  4. Convert 2 + 2√3i to polar form

Advanced Level

  1. Find all values of √(i)
  2. If |z - 2i| = 3, find locus of z
  3. Find (cos π/12 + i sin π/12)⁶
  4. Solve |z - 1| = |z + 1|

📱 Digital Resources

Interactive Learning Tools

Video Resources


🎯 Master Complex Numbers and Quadratic Equations with comprehensive notes, visual aids, and extensive practice!

This complete revision guide will help you excel in JEE questions related to complex numbers! 🚀


Chapter: Complex Numbers and Quadratic Equations | Class: 11 | Subject: Mathematics | Last Updated: October 2024



Table of Contents

Organic Chemistry PYQ

JEE Chemistry Organic Chemistry

Mindmaps Index