0

a) If $z = \cos x + i \sin x$, show that $z^{-1} = \cos x - i \sin x$

b) Show that $\cos (nx) = 0.5(z^n + z^{-n})$

Both of these questions are very simple and I get how to do them.

It then follows c) Hence solve $z^4 - 3z^3 + 4z^2 -3z + 1 = 0$

Not sure about the hence in this, how do I use parts a) and b)?

DINEDINE
  • 6,081

1 Answers1

0

a) Use the fact that if $z=a+ib$ then $z^{-1}=\frac{a-ib}{a^2+b^2}$

b) Use De Moivre formula for $z^n$ and for $z^{-n}$ and add them.

c) Verifiy that $0$ is not a root of that polynomial and after divide both side by $z^2$ then use question b)


More details for c)

Dividing both side by $z^2$ yields: $$z^2-3z+4-3z^{-1}+z^{-2}=0\iff$$ $$(z^2+z^{-2})-3(z+z^{-1})+4=0$$

DINEDINE
  • 6,081