Complex Numbers – Class 11 Maths Complete Guide
๐ Complex Numbers – Class 11 Maths Complete Guide ๐
๐ Introduction
One of the most fascinating concepts in Class 11 Mathematics is Complex Numbers. It extends our number system beyond real numbers. With complex numbers, we can solve equations that were impossible earlier, like x² + 1 = 0. ๐
This topic is vital not only for exams but also for higher studies in engineering, physics, and computer science. Let’s explore it in detail with simple explanations, solved examples, and applications. ๐
 
๐ What are Complex Numbers?
Definition: A complex number is a number of the form z = x + iy, where:
- x = Real part (Re(z))
- y = Imaginary part (Im(z))
- i = √(-1), called the imaginary unit
Example: 3 + 2i, -5 + 7i, 6 - i
๐ Why Do We Need Complex Numbers?
- Some quadratic equations like x² + 1 = 0 have no real roots. Complex numbers solve them. ✅
- They help represent oscillations, waves, and AC circuits in physics. ⚡
- They are essential in higher mathematics and computer science. ๐ป
๐ Standard Form
A complex number is written as:
z = x + iy
| Form | Example | 
|---|---|
| Standard | 3 + 2i | 
| Purely Real | 5 + 0i → 5 | 
| Purely Imaginary | 0 + 4i → 4i | 
๐ Representation of Complex Numbers
1️⃣ Cartesian Form
z = x + iy (plotted on Argand plane with x-axis = real axis, y-axis = imaginary axis).
2️⃣ Polar Form
z = r(cosฮธ + i sinฮธ), where r = |z|, ฮธ = argument of z.
3️⃣ Euler’s Form
z = reiฮธ
 
๐ Modulus and Argument
For z = x + iy:
- Modulus |z| = √(x² + y²)
- Argument ฮธ = tan⁻¹(y/x)
Example: z = 3 + 4i → |z| = 5, ฮธ = tan⁻¹(4/3)
๐ Operations on Complex Numbers
➕ 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)
➗ Division
(a+ib)/(c+id) = [(ac+bd) + i(bc-ad)] / (c²+d²)
๐ Conjugate of a Complex Number
If z = x + iy, then z̄ = x – iy.
Property: z × z̄ = |z|²
๐ Properties of Complex Numbers
- Closure under addition and multiplication
- Associative and commutative properties
- Existence of additive and multiplicative identity
- Existence of inverse
๐ De Moivre’s Theorem
(cosฮธ + i sinฮธ)โฟ = cos(nฮธ) + i sin(nฮธ)
It helps to find powers and roots of complex numbers.
๐ Cube Roots of Unity
Equation x³ = 1 has three roots:
- 1
- ฯ = -1/2 + i√3/2
- ฯ² = -1/2 - i√3/2
Properties: 1 + ฯ + ฯ² = 0, ฯ³ = 1
๐ก Solved Examples
Example 1
Simplify (2 + 3i) + (4 – 5i)
Solution: = (2+4) + i(3-5) = 6 – 2i ✅
Example 2
Find |3 + 4i|
Solution: |z| = √(3² + 4²) = 5 ✅
Example 3
Find cube roots of unity.
Solution: 1, -1/2 + i√3/2, -1/2 - i√3/2 ✅
Example 4
Express 1 + i in polar form.
Solution: r = √2, ฮธ = 45°. So, z = √2 (cos 45° + i sin 45°). ✅
๐ Practice Questions
- Simplify (7 + 5i) – (3 – 2i)
- Find modulus and argument of –1 + i√3
- Express (1 + i)⁵ using De Moivre’s theorem
- Prove that (1 + ฯ + ฯ²) = 0
- If z = 2 + 3i, find z × z̄
๐ Applications of Complex Numbers
- Electrical circuits ⚡
- Signal processing ๐ก
- Quantum mechanics ๐งฌ
- Fluid dynamics ๐
- Computer graphics ๐ป
๐ Summary
- Complex numbers extend the number system.
- Form: z = x + iy.
- Operations: add, subtract, multiply, divide.
- De Moivre’s theorem: powerful for powers/roots.
- Applications in science and engineering.
๐ฏ Conclusion
Complex numbers are essential for both mathematics and real-world applications. By learning them, students build a strong foundation for advanced concepts. ๐
๐ References
- NCERT Class 11 Mathematics Textbook
- R.D. Sharma – Mathematics for Class 11
- Mathematics by R.S. Aggarwal
- Paul’s Online Math Notes
- Wolfram MathWorld – Complex Numbers
Comments
Post a Comment