Precal help if you could could you answer both. Me finishing this helps me graduate.


Exercise 1:
The easiest way to compute powers of complex numbers is to write them in the form
[tex]z = \rho e^{i\theta} = \rho(\cos(\theta)+i\sin(\theta))[/tex]
In this form, you have
[tex]z^n = \rho^n e^{in\theta} = \rho^n(\cos(n\theta)+i\sin(n\theta))[/tex]
The magnitude of the number is given by
[tex]z=a+bi \implies \rho = \sqrt{a^2+b^2}[/tex]
So, we have
[tex]z=-1+\sqrt{3}i \implies \rho = \sqrt{1+3}=2[/tex]
As for the angle, we have
[tex]z=a+bi \implies \theta = \text{atan2}\dfrac{b}{a}[/tex]
So, we have
[tex]z=-1+\sqrt{3}i \implies \theta = \text{atan2}\left(\dfrac{-\sqrt{3}}{-1}\right) = -\dfrac{2\pi}{3}[/tex]
Finally,
[tex]z=-1-\sqrt{3}i = 2\left(\cos\left( -\dfrac{2\pi}{3}\right) + i\sin\left( -\dfrac{2\pi}{3}\right)\right) \implies z^6 = 2^6\left(\cos\left( -4\pi\right) + i\sin\left(-4\pi\right)\right) = 64[/tex]
Exercise 2:
You simply have to compute the trigonometric function:
[tex]\cos\left(-\dfrac{\pi}{4}\right) = \dfrac{\sqrt{2}}{2},\quad \sin\left(-\dfrac{\pi}{4}\right) = -\dfrac{\sqrt{2}}{2}[/tex]
So, we have
[tex]z = \sqrt{2}\left(\dfrac{\sqrt{2}}{2} - i\dfrac{\sqrt{2}}{2}\right) = 1-i[/tex]