Skip to content

FP2 Chapter 3: Complex Numbers and de Moivre's Theorem

FP2 Lecture Notes: Complex Numbers and de Moivre’s Theorem

Section titled “FP2 Lecture Notes: Complex Numbers and de Moivre’s Theorem”

Module 1: Exponential Form and Euler’s Formula

Section titled “Module 1: Exponential Form and Euler’s Formula”

Express the following in exponential form reiθre^{i\theta}:

  1. 1+i1 + i
  2. 2i-2i
  3. 13i-1 - \sqrt{3}i

Show that zn+1zn=2cosnθz^n + \frac{1}{z^n} = 2\cos n \theta where nn is a positive integer and z=eiθz = e^{i\theta}.

Solve the equation z532i=0z^5 - 32i = 0, giving each answer in the form reiθre^{i\theta} where 0<θ<2π0 < \theta < 2\pi.

For any real number θ\theta and any integer nn:

(cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i\sin \theta)^n = \cos(n\theta) + i\sin(n\theta)

Proof Using Euler’s Formula:

  1. By Euler’s formula, cosθ+isinθ=eiθ\cos \theta + i\sin \theta = e^{i\theta}
  2. Therefore, (cosθ+isinθ)n=(eiθ)n=einθ(\cos \theta + i\sin \theta)^n = (e^{i\theta})^n = e^{in\theta}
  3. Again by Euler’s formula, einθ=cos(nθ)+isin(nθ)e^{in\theta} = \cos(n\theta) + i\sin(n\theta)

Proof by Mathematical Induction:

Let P(n)P(n) be the statement: (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i\sin \theta)^n = \cos(n\theta) + i\sin(n\theta).

  1. Base case: When n=1n=1, the statement is trivially true.
  2. Inductive step: Assume P(k)P(k) is true for some positive integer kk. Then:
(cosθ+isinθ)k+1=(cosθ+isinθ)k(cosθ+isinθ)=[cos(kθ)+isin(kθ)][cosθ+isinθ]=[cos(kθ)cosθsin(kθ)sinθ]+i[sin(kθ)cosθ+cos(kθ)sinθ]=cos((k+1)θ)+isin((k+1)θ)\begin{aligned} (\cos \theta + i\sin \theta)^{k+1} &= (\cos \theta + i\sin \theta)^k(\cos \theta + i\sin \theta) \\ &= [\cos(k\theta) + i\sin(k\theta)][\cos \theta + i\sin \theta] \\ &= [\cos(k\theta)\cos \theta - \sin(k\theta)\sin \theta] \\ &\quad + i[\sin(k\theta)\cos \theta + \cos(k\theta)\sin \theta] \\ &= \cos((k+1)\theta) + i\sin((k+1)\theta) \end{aligned}
  1. Therefore, by mathematical induction, P(n)P(n) is true for all positive integers nn.

Example 4: Application to Trigonometric Identities

Section titled “Example 4: Application to Trigonometric Identities”

Show that cos5xcosx(16sin4x12sin2x+1)\cos 5x \equiv \cos x(16\sin^4 x - 12\sin^2 x + 1).

Example 5: Application to Complex Equations

Section titled “Example 5: Application to Complex Equations”

By the previous example, solve the equation

cos5θ=sin2θsinθcosθ\cos 5\theta = \sin 2\theta \sin \theta - \cos \theta

for 0<θ<π20 < \theta < \dfrac{\pi}{2}.

Module 3: Exam-Style Questions and Applications

Section titled “Module 3: Exam-Style Questions and Applications”

Part 1: Show that

(z+1z)3(z1z)3=z61z6k(z21z2)\left(z + \frac{1}{z}\right)^3 \left(z - \frac{1}{z}\right)^3 = z^6 - \frac{1}{z^6} - k\left(z^2 - \frac{1}{z^2}\right)

for some constant kk.

Part 2: Given that z=cosθ+isinθz = \cos \theta + i\sin \theta, show that:

(i) zn+1zn=2cosnθz^n + \dfrac{1}{z^n} = 2\cos n\theta

(ii) zn1zn=2isinnθz^n - \dfrac{1}{z^n} = 2i\sin n\theta

Part 3: Hence show that:

cos3θsin3θ=132(3sin2θsin6θ)\cos^3 \theta \sin^3 \theta = \frac{1}{32}(3\sin 2\theta - \sin 6\theta)

Part 4: Find the exact value of

0π8cos3θsin3θdθ\int_0^{\frac{\pi}{8}} \cos^3 \theta \sin^3 \theta \, d\theta

Use de Moivre’s theorem to show that

tan4θ=4tanθ4tan3θ16tan2θ+tan4θ\tan 4\theta = \frac{4\tan \theta - 4\tan^3 \theta}{1 - 6\tan^2 \theta + \tan^4 \theta}

Application: Use this to solve the equation x4+2x36x22x+1=0x^4 + 2x^3 - 6x^2 - 2x + 1 = 0.

Let z=8+(83)iz = -8 + (8\sqrt{3})i.

(a) Find the modulus of zz and the argument of zz.

(b) Using de Moivre’s theorem, find z3z^3.

(c) Find the values of ww such that w4=zw^4 = z, giving your answers in the form a+iba + ib, where a,bRa, b \in \mathbb{R}.

(a) Use de Moivre’s theorem to show that

sin5θ=16sin5θ20sin3θ+5sinθ\sin 5\theta = 16\sin^5 \theta - 20\sin^3 \theta + 5\sin \theta

(b) Hence, given also that sin3θ=3sinθ4sin3θ\sin 3\theta = 3\sin \theta - 4\sin^3 \theta, find all the solutions of

sin5θ=5sin3θ\sin 5\theta = 5\sin 3\theta

in the interval 0θ<2π0 \leq \theta < 2\pi. Give your answers to 3 decimal places.

Challenge Problem: Proving Euler’s Formula

Section titled “Challenge Problem: Proving Euler’s Formula”

Proving Euler’s Formula Using Differential Equations

Let’s prove that eix=cosx+isinxe^{ix} = \cos x + i\sin x using differential equations.

Prerequisites:

  • Complex-valued functions can be differentiated using the same rules as real functions
  • If f(x)=u(x)+iv(x)f(x) = u(x) + iv(x) where uu and vv are real functions, then:
f(x)=u(x)+iv(x)f'(x) = u'(x) + iv'(x)
  • The derivative of a constant function is zero, and if f(x)=0f'(x) = 0 for all xx and ff is continuous, then ff is constant

Problem: Follow these steps to prove Euler’s formula:

  1. Let f(x)=eixf(x) = e^{ix} and g(x)=cosx+isinxg(x) = \cos x + i\sin x. Show that:
f(x)=ieixg(x)=sinx+icosx=i(cosx+isinx)=ig(x)\begin{aligned} f'(x) &= ie^{ix} \\ g'(x) &= -\sin x + i\cos x = i(\cos x + i\sin x) = ig(x) \end{aligned}
  1. Show that both ff and gg satisfy the differential equation y=iyy' = iy.
  2. Show that f(0)=g(0)=1f(0) = g(0) = 1.
  3. Let h(x)=f(x)g(x)h(x) = f(x) - g(x). Show that h(x)=ih(x)h'(x) = ih(x) and h(0)=0h(0) = 0.
  4. Consider k(x)=h(x)eixk(x) = h(x)e^{-ix}. Show that k(x)=0k'(x) = 0.
  5. Using the fact that a continuous function with zero derivative must be constant, and that k(0)=0k(0) = 0, conclude that k(x)=0k(x) = 0 for all xx.
  6. Therefore, conclude that h(x)=0h(x) = 0 for all xx, meaning f(x)=g(x)f(x) = g(x) for all xx.