4

As far as I came is that I have two solutions to do now:

$z^4 = 3$ and $z^4 = -4$

We've done something like this with polar form in school but I can't remember how.

Anyone can show me how it's done?

3 Answers3

1

Observe that

$$z^4 = 3 = 3 e^{2 \pi i k}$$

for any integer $k$. Take 4-th roots:

$$ z_{k} = 3^{\frac 1 4} e^{\frac {2\pi i k}{4}}$$

where $k = 1,2,3,4$. plug in these values of $k$ to get 4 roots.

Proceed similarly with $z^4 = -4 = 4e^{\pi i +2 \pi i k}$.

1

Write $z$ in polar form, that is, $$ z=r(\cos\theta+i\sin\theta) $$ Then we know (by de Moivre's Formula) $$ z^4=r^4(\cos4\theta+i\sin4\theta) $$ Now write, for example, $3$ in polar form (in this case $3\in\mathbb{R}$ so it's easy): $$ 3=3(\cos0+i\sin0) $$ Now, you want $z^4=3$, that is, $$ r^4(\cos4\theta+i\sin4\theta)=3(\cos0+i\sin0) $$ This will be true if, and only if, \begin{cases} r^4=3\\ 4\theta=0+2\pi n\text{ for a certain }n\in\mathbb{Z} \end{cases} The first equality implies $r=\sqrt[4]{3}$ (since $r\in\mathbb{R}_{>0}$) and the second equality implies $$ \theta=\frac{\pi n}{2}\text{ for a certain }n\in\mathbb{Z} $$ Now, we see that $n=0,1,2,3$ give four different values of $\theta$, say $\theta_0,\theta_1,\theta_2,\theta_3$, and that choosing any other integer will give back one of those four angles modulo $2\pi$. All in all, the four complex solutions to $z^4=3$ are $$ z_n:=\sqrt[4]{3}(\cos\theta_n+i\sin\theta_n)\quad(n=0,1,2,3) $$

Guest
  • 4,158
  • then for $z^4 = -4$ I will have z = 4th root of (4) * (cos ((PI + 2nPI)/4) + i(sin(PI + 2n*PI)/4)) ? – Matjaž Jerman Dec 20 '15 at 22:03
  • @MatjažJerman Yes, that's correct. As you've noticed I had forgotten the $i$ coefficient in front of the $\sin$ terms! You will still have only $4$ different $z$. – Guest Dec 20 '15 at 22:09
  • thank you, I've done it. I checked with Wolfram Alpha and it's correct :))) – Matjaž Jerman Dec 20 '15 at 22:42
1

HINT:

$$z^4=3\Longleftrightarrow$$ $$z^4=3e^{0i}\Longleftrightarrow$$ $$z=\left(3e^{2\pi ki}\right)^{\frac{1}{4}}\Longleftrightarrow$$ $$z=\sqrt[4]{3}e^{\frac{\pi ki}{2}}\Longleftrightarrow$$ $$z=\begin{cases}\pm\sqrt[4]{3}\\ \pm i\sqrt[4]{3} \end{cases}$$

With $k\in\mathbb{Z}$ and $k:0-3$

Jan Eerland
  • 28,671