Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Complex Numbers (Modulus, Argument, Polar Form, De Moivre’s Theorem, Cube Roots of Unity) – IIT JEE Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-complex-numbers-modulus-argument-polar-form-de-moivres-theorem-cube-roots-of-unity-iit-jee-guide

How to Solve: Complex Numbers (Modulus, Argument, Polar Form, De Moivre’s Theorem, Cube Roots of Unity) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: Complex Numbers (Modulus, Argument, Polar Form, De Moivre’s Theorem, Cube Roots of Unity) – IIT JEE Guide

Introduction Mastering complex numbers unlocks 10-12 marks in IIT JEE (Main + Advanced)—enough to push you from a 90th to a 99th percentile rank. Whether it’s finding roots, rotating vectors, or solving AC circuit problems, this topic is a high-yield weapon in your exam arsenal.


What You Need To Know First

  1. Cartesian form of complex numbers: ( z = x + iy ), where ( x, y \in \mathbb{R} ) and ( i = \sqrt{-1} ).
  2. Basic trigonometry: Definitions of sine, cosine, and tangent in all four quadrants.
  3. Pythagorean theorem: ( r = \sqrt{x^2 + y^2} ).

Key Vocabulary

Term Plain-English Definition Quick Example
Modulus Distance from origin to the point ( z ) in the plane. (
Argument Angle ( \theta ) the line from origin to ( z ) makes with the positive real axis. ( \arg(1 + i) = \frac{\pi}{4} )
Polar Form Writing ( z ) as ( r(\cos \theta + i \sin \theta) ). ( 1 + i = \sqrt{2} \left( \cos \frac{\pi}{4} + i \sin \frac{\pi}{4} \right) )
De Moivre’s Theorem Raising a complex number to a power using polar form. ( (\cos \theta + i \sin \theta)^n = \cos n\theta + i \sin n\theta )
Cube Roots of Unity Three distinct roots of ( z^3 = 1 ). ( 1, \omega, \omega^2 ) where ( \omega = e^{2\pi i/3} )

Formulas To Know

  1. Modulus of ( z = x + iy )
    [ |z| = \sqrt{x^2 + y^2} ]
  2. ( x ): Real part, ( y ): Imaginary part.
  3. MEMORISE THIS

  4. Argument of ( z = x + iy )
    [ \arg(z) = \tan^{-1}\left(\frac{y}{x}\right) ]

  5. Adjust for quadrant: Add ( \pi ) if ( x < 0 ), ( 2\pi ) if ( x > 0 ) and ( y < 0 ).
  6. MEMORISE THIS

  7. Polar Form
    [ z = r (\cos \theta + i \sin \theta) ]

  8. ( r = |z| ), ( \theta = \arg(z) ).
  9. MEMORISE THIS

  10. Euler’s Form (Optional but useful)
    [ z = re^{i\theta} ]

  11. Given on exam sheet (IIT JEE).

  12. De Moivre’s Theorem
    [ [r (\cos \theta + i \sin \theta)]^n = r^n (\cos n\theta + i \sin n\theta) ]

  13. MEMORISE THIS

  14. Cube Roots of Unity
    [ 1, \omega, \omega^2 \quad \text{where} \quad \omega = e^{2\pi i/3} = -\frac{1}{2} + i \frac{\sqrt{3}}{2} ]

  15. Properties: ( 1 + \omega + \omega^2 = 0 ), ( \omega^3 = 1 ).
  16. MEMORISE THIS

Step-by-Step Method

Step 1: Convert Cartesian to Polar Form

  1. Find modulus: ( r = \sqrt{x^2 + y^2} ).
  2. Find argument: ( \theta = \tan^{-1}(y/x) ). Adjust for quadrant.
  3. Write polar form: ( z = r (\cos \theta + i \sin \theta) ).

Step 2: Apply De Moivre’s Theorem

  1. Express ( z ) in polar form.
  2. Raise to power ( n ): ( z^n = r^n (\cos n\theta + i \sin n\theta) ).
  3. Simplify using trigonometric identities if needed.

Step 3: Find Roots of Unity

  1. For ( z^n = 1 ), roots are ( e^{2k\pi i/n} ) for ( k = 0, 1, \dots, n-1 ).
  2. For cube roots (( n=3 )), write explicitly: ( 1, \omega, \omega^2 ).

Step 4: Solve Problems Involving Cube Roots

  1. Use properties: ( 1 + \omega + \omega^2 = 0 ), ( \omega^3 = 1 ).
  2. Factorize expressions like ( z^3 - 1 = (z-1)(z^2 + z + 1) ).

Worked Examples

Example 1 – Basic: Convert to Polar Form

Problem: Express ( z = 1 - i ) in polar form.

Solution: 1. Modulus: ( r = \sqrt{1^2 + (-1)^2} = \sqrt{2} ). 2. Argument: ( \theta = \tan^{-1}(-1/1) = -\frac{\pi}{4} ). Adjust to ( \frac{7\pi}{4} ) (4th quadrant). 3. Polar form: ( z = \sqrt{2} \left( \cos \frac{7\pi}{4} + i \sin \frac{7\pi}{4} \right) ).

What we did and why: - Calculated modulus to get the "length" of ( z ). - Found the angle, adjusting for quadrant to ensure ( \theta ) is in ( [0, 2\pi) ). - Wrote the polar form using ( r ) and ( \theta ).


Example 2 – Medium: De Moivre’s Theorem

Problem: Compute ( (1 + i)^6 ).

Solution: 1. Convert to polar form:
- ( r = \sqrt{1^2 + 1^2} = \sqrt{2} ).
- ( \theta = \tan^{-1}(1/1) = \frac{\pi}{4} ).
- Polar form: ( \sqrt{2} \left( \cos \frac{\pi}{4} + i \sin \frac{\pi}{4} \right) ). 2. Apply De Moivre’s Theorem:
[ (1 + i)^6 = (\sqrt{2})^6 \left( \cos \frac{6\pi}{4} + i \sin \frac{6\pi}{4} \right) = 8 \left( \cos \frac{3\pi}{2} + i \sin \frac{3\pi}{2} \right) ] 3. Simplify: ( \cos \frac{3\pi}{2} = 0 ), ( \sin \frac{3\pi}{2} = -1 ).
- Final answer: ( -8i ).

What we did and why: - Converted to polar form to use De Moivre’s Theorem. - Raised modulus to the 6th power and multiplied the angle by 6. - Simplified trigonometric values to get the final answer.


Example 3 – Exam-Style: Cube Roots of Unity

Problem: If ( \omega ) is a cube root of unity, evaluate ( (1 + \omega)(1 + \omega^2) ).

Solution: 1. Use properties of cube roots:
- ( 1 + \omega + \omega^2 = 0 ).
- ( \omega^3 = 1 ). 2. Expand the expression:
[ (1 + \omega)(1 + \omega^2) = 1 + \omega + \omega^2 + \omega^3 ] 3. Substitute known values:
- ( 1 + \omega + \omega^2 = 0 ).
- ( \omega^3 = 1 ).
- So, ( 0 + 1 = 1 ).

What we did and why: - Used the sum of cube roots of unity to simplify the expression. - Recognized ( \omega^3 = 1 ) to avoid unnecessary calculations.


Common Mistakes

  1. Mistake: Forgetting to adjust the argument for quadrant.
  2. WHY IT HAPPENS: Students calculate ( \tan^{-1}(y/x) ) but don’t check the sign of ( x ) and ( y ).
  3. CORRECT APPROACH: Always plot ( z ) and adjust ( \theta ) to the correct quadrant.

  4. Mistake: Incorrectly applying De Moivre’s Theorem to non-polar forms.

  5. WHY IT HAPPENS: Students try to raise ( x + iy ) directly to a power.
  6. CORRECT APPROACH: Convert to polar form first.

  7. Mistake: Misremembering cube roots of unity properties.

  8. WHY IT HAPPENS: Confusing ( \omega ) with other roots.
  9. CORRECT APPROACH: Memorize ( 1 + \omega + \omega^2 = 0 ) and ( \omega^3 = 1 ).

  10. Mistake: Ignoring principal value of argument.

  11. WHY IT HAPPENS: Students use ( \theta ) outside ( [0, 2\pi) ) or ( (-\pi, \pi] ).
  12. CORRECT APPROACH: Always give ( \arg(z) ) in the principal range.

  13. Mistake: Incorrectly simplifying ( (a + b\omega + c\omega^2) ).

  14. WHY IT HAPPENS: Not using ( 1 + \omega + \omega^2 = 0 ).
  15. CORRECT APPROACH: Replace ( \omega^2 ) with ( -1 - \omega ).

Exam Traps

  1. Trap: Questions asking for "all values" of argument.
  2. How to Spot it: Phrases like "general argument" or "all possible ( \theta )".
  3. How to Avoid it: Add ( 2k\pi ) to the principal value: ( \theta = \arg(z) + 2k\pi ), ( k \in \mathbb{Z} ).

  4. Trap: Problems involving ( z^n = ) real number.

  5. How to Spot it: ( z^n ) is purely real or imaginary.
  6. How to Avoid it: Set ( \sin n\theta = 0 ) or ( \cos n\theta = 0 ) and solve for ( \theta ).

  7. Trap: Cube roots of unity in geometry problems.

  8. How to Spot it: Questions about equilateral triangles or rotations.
  9. How to Avoid it: Recall that ( 1, \omega, \omega^2 ) form an equilateral triangle in the complex plane.

1-Minute Recap

Listen up—this is your last-minute cheat sheet for complex numbers in IIT JEE.

  1. Modulus: ( |z| = \sqrt{x^2 + y^2} ). Always positive.
  2. Argument: ( \theta = \tan^{-1}(y/x) ), but check the quadrant. If ( x < 0 ), add ( \pi ).
  3. Polar form: ( z = r (\cos \theta + i \sin \theta) ). Memorize this.
  4. De Moivre’s Theorem: ( [r (\cos \theta + i \sin \theta)]^n = r^n (\cos n\theta + i \sin n\theta) ). Use it for powers and roots.
  5. Cube roots of unity: ( 1, \omega, \omega^2 ). Remember ( 1 + \omega + \omega^2 = 0 ) and ( \omega^3 = 1 ).

Pro tip: If a problem involves ( z^n ), always convert to polar form first. For cube roots, use the properties to simplify expressions.

You’ve got this. Now go ace that exam!


⚡ Recently practiced quizzes in this class

ADVERTISEMENT