Find all complex number solutions to the equation $$z^5=-2$$
I'm a little lost in using De Moivre's theorem and Euler's formula.
Find all complex number solutions to the equation $$z^5=-2$$
I'm a little lost in using De Moivre's theorem and Euler's formula.
Euler's famous identity tells us that $e^{i(2k+1)\pi} = -1$, so $$2e^{i\pi(2k+1)} = -2 = z^5$$ Now take the fifth root of each side to solve for $z$ to get $$z = 2^{\frac{1}{5}}e^\frac{i(2k+1)\pi}{5}$$ You'll get five solutions by plugging in $k = 0,1,2,3,4$ into the complex exponent. Use the identity $e^{ix} = \cos(x) + i\sin(x)$ to convert your answer back to Cartesian coordinates, if you need to.