Express the following in exponential form reiθ:
- 1+i
- −2i
- −1−3i
Show that zn+zn1=2cosnθ where n is a positive integer and z=eiθ.
Solve the equation z5−32i=0, giving each answer in the form reiθ where 0<θ<2π.
For any real number θ and any integer n:
(cosθ+isinθ)n=cos(nθ)+isin(nθ)
Proof Using Euler’s Formula:
- By Euler’s formula, cosθ+isinθ=eiθ
- Therefore, (cosθ+isinθ)n=(eiθ)n=einθ
- Again by Euler’s formula, einθ=cos(nθ)+isin(nθ)
Proof by Mathematical Induction:
Let P(n) be the statement: (cosθ+isinθ)n=cos(nθ)+isin(nθ).
- Base case: When n=1, the statement is trivially true.
- Inductive step: Assume P(k) is true for some positive integer k. 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)θ)
- Therefore, by mathematical induction, P(n) is true for all positive integers n.
Show that cos5x≡cosx(16sin4x−12sin2x+1).
By the previous example, solve the equation
cos5θ=sin2θsinθ−cosθ
for 0<θ<2π.
Part 1: Show that
(z+z1)3(z−z1)3=z6−z61−k(z2−z21)
for some constant k.
Part 2: Given that z=cosθ+isinθ, show that:
(i) zn+zn1=2cosnθ
(ii) zn−zn1=2isinnθ
Part 3: Hence show that:
cos3θsin3θ=321(3sin2θ−sin6θ)
Part 4: Find the exact value of
∫08πcos3θsin3θdθ
Use de Moivre’s theorem to show that
tan4θ=1−6tan2θ+tan4θ4tanθ−4tan3θ
Application: Use this to solve the equation x4+2x3−6x2−2x+1=0.
Let z=−8+(83)i.
(a) Find the modulus of z and the argument of z.
(b) Using de Moivre’s theorem, find z3.
(c) Find the values of w such that w4=z, giving your answers in the form a+ib, where a,b∈R.
(a) Use de Moivre’s theorem to show that
sin5θ=16sin5θ−20sin3θ+5sinθ
(b) Hence, given also that sin3θ=3sinθ−4sin3θ, find all the solutions of
sin5θ=5sin3θ
in the interval 0≤θ<2π. Give your answers to 3 decimal places.
Proving Euler’s Formula Using Differential Equations
Let’s prove that eix=cosx+isinx using differential equations.
Prerequisites:
- Complex-valued functions can be differentiated using the same rules as real functions
- If f(x)=u(x)+iv(x) where u and v are real functions, then:
f′(x)=u′(x)+iv′(x)
- The derivative of a constant function is zero, and if f′(x)=0 for all x and f is continuous, then f is constant
Problem: Follow these steps to prove Euler’s formula:
- Let f(x)=eix and g(x)=cosx+isinx. Show that:
f′(x)g′(x)=ieix=−sinx+icosx=i(cosx+isinx)=ig(x)
- Show that both f and g satisfy the differential equation y′=iy.
- Show that f(0)=g(0)=1.
- Let h(x)=f(x)−g(x). Show that h′(x)=ih(x) and h(0)=0.
- Consider k(x)=h(x)e−ix. Show that k′(x)=0.
- Using the fact that a continuous function with zero derivative must be constant, and that k(0)=0, conclude that k(x)=0 for all x.
- Therefore, conclude that h(x)=0 for all x, meaning f(x)=g(x) for all x.