Further Mathematics · Further Pure Mathematics: Complex Numbers

Modulus-Argument Form and Polar Form

Lesson 3 55 min

Modulus-Argument Form and Polar Form

6 min read
AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

# Modulus-Argument Form and Polar Form Summary This lesson introduces the representation of complex numbers in modulus-argument form, r(cos θ + i sin θ), and polar form, r∠θ or re^(iθ), where r is the modulus and θ is the argument. Students learn to convert between Cartesian and polar forms, multiply and divide complex numbers using De Moivre's theorem, and solve equations involving powers and roots of complex numbers. This topic is essential for A-Level Further Mathematics examinations, particularly for solving loci problems in the Argand diagram, deriving trigonometric identities, and tackling complex number proofs worth approximately 8-12 marks in Paper 1.

Key Words to Know

01
Modulus (|z|) — The distance of the complex number z from the origin in the Argand diagram.
02
Argument (arg(z)) — The angle (in radians) that the line segment from the origin to z makes with the positive real axis.
03
Principal Argument (Arg(z)) — The unique argument of a complex number z such that -pi < Arg(z) <= pi.
04
Modulus-Argument Form — A complex number z expressed as r(cos(theta) + i sin(theta)), where r is the modulus and theta is the argument.
05
Polar Form — Another name for the modulus-argument form, emphasizing its representation using polar coordinates.
06
Argand Diagram — A graphical representation of complex numbers as points in a plane, with the real part as the x-coordinate and the imaginary part as the y-coordinate.

Core Concepts & Theory

Modulus-argument form (or polar form) represents a complex number using its distance from the origin and angle from the positive real axis, rather than Cartesian coordinates.

For any complex number z = x + iy, we can express it as:

z = r(cos θ + i sin θ) or z = r cis θ

where:

  • r = |z| = √(x² + y²) is the modulus (distance from origin)
  • θ = arg(z) is the argument (angle measured anticlockwise from positive real axis)

Finding the argument:

  • tan θ = y/x, but you must consider the quadrant of z
  • Principal argument: -π < arg(z) ≤ π (the standard range for Cambridge)

Conversion formulas:

  • From Cartesian to polar: x = r cos θ, y = r sin θ
  • From polar to Cartesian: r = √(x² + y²), θ = arctan(y/x) (with quadrant adjustment)

Euler's formula provides the exponential form: z = re^(iθ) where e^(iθ) = cos θ + i sin θ

Memory aid (MARC): Modulus is magnitude, Argument is angle, Real part uses cosine, Complex part (imaginary) uses sine.

Key properties:

  • Multiplication: |z₁z₂| = |z₁||z₂| and arg(z₁z₂) = arg(z₁) + arg(z₂)
  • Division: |z₁/z₂| = |z₁|/|z₂| and arg(z₁/z₂) = arg(z₁) - arg(z₂)
  • Powers (De Moivre's Theorem): (r cis θ)ⁿ = rⁿ cis(nθ)

This form makes multiplication, division, and finding powers dramatically simpler than Cartesian form.

Detailed Explanation with Real-World Examples

Why does polar form matter?

Imagine you're a pilot navigating: you don't think "I'm 300km east and 400km north of base" (Cartesian), you think "I'm 500km away at bearing 053°" (polar). Polar form captures this natural way of describing position.

Engineering applications:

Electrical engineering: AC circuits use complex numbers where voltage V = |V|e^(iωt+φ) – the modulus represents amplitude, the argument represents phase shift. When engineers combine signals, they multiply complex numbers, making polar form essential.

Signal processing: Audio waveforms combine as z₁ × z₂, where arguments add (phases combine) and moduli multiply (amplitudes interact). This is why your noise-cancelling headphones work – they add signals 180° out of phase (π radians).

Analogies for understanding:

The lighthouse analogy: Think of a complex number as a lighthouse. The modulus is how bright it appears (intensity), the argument is which direction you must look to see it. Two lighthouses (complex numbers) multiplying means their brightnesses multiply and their directions add.

The clock face: If z = cis θ, moving around the unit circle is like a clock hand. Multiplying by cis(π/6) rotates 30° anticlockwise – this geometric interpretation makes transformations visual.

Practical insight: Converting to polar form before multiplication/division saves enormous effort. For example, finding (3 + 4i)⁸ in Cartesian form requires eight multiplications; in polar form it's one application of De Moivre's theorem: 5⁸ cis(8 × 0.927) = 390625 cis(7.416).

Worked Examples & Step-by-Step Solutions

Example 1: Express z = -√3 + i in modulus-argument form.

Solution: Step 1: Find modulus: r = √((-√3)² + 1²) = √(3 + 1) = 2

Step 2: Find argument: tan θ = 1/(-√3) = -1/√3

Step 3: Identify quadrant: x < 0, y > 0 → second quadrant

Step 4: Reference angle is π/6, so θ = π - π/6 = 5π/6

Answer: z = 2 cis(5π/6) or z = 2e^(i5π/6)

Examiner note: Always state the quadrant check – 1 mark lost if argument is wrong quadrant!

Example 2: Find (1 + i)⁶ using De Moivre's theorem.

Solution: Step 1: Convert: r = √(1² + 1²) = √2, θ = arctan(1/1) = π/4 (first quadrant)

So 1 + i = √2 cis(π/4)

Step 2: Apply De Moivre: (√2 cis(π/4))⁶ = (√2)⁶ cis(6 × π/4)

Step 3: Simplify: = 8 cis(3π/2)

Step 4: Convert back: = 8(cos(3π/2) + i sin(3π/2)) = 8(0 + i(-1)) = -8i

Answer: -8i

Example 3: Calculate (2 cis(π/3))/(4 cis(-π/6))

Solution: Using quotient rule: = (2/4) cis(π/3 - (-π/6)) = 0.5 cis(π/3 + π/6) = 0.5 cis(π/2)

= 0.5(0 + i) = 0.5i

Method mark: Show division of moduli and subtraction of arguments separately.

Common Exam Mistakes & How to Avoid Them

Mistake 1: Wrong quadrant for argument

Why it happens: Students use arctan(y/x) without considering sign of x...

This section is locked

Cambridge Exam Technique & Mark Scheme Tips

Command word analysis:

  • "Express in modulus-argument form": Must show both r and θ with working (2-3 marks...
This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.Always sketch an Argand diagram when finding the argument of a complex number to avoid quadrant errors. This is the most common mistake.
  • 2.Ensure your calculator is in RADIAN mode when working with arguments, as A Level Further Maths exclusively uses radians for angles in complex numbers.
  • 3.Remember the range for the principal argument: -pi < Arg(z) <= pi. If your calculated angle is outside this range, adjust it by adding or subtracting multiples of 2pi.
  • 4.Be precise with your calculations for modulus and argument; small errors can propagate and lead to incorrect answers in subsequent steps, especially for powers and roots.
  • 5.Practice converting between Cartesian and modulus-argument forms frequently. This skill is foundational for many complex number topics.
Ask Aria anything!

Your AI academic advisor