I have the following task:
Compute in each case all $z\in\mathbb{C}$ such that $z^4 = -4$ and $z^3 = 5i$.
I do not know how to solve such eqautions fast. Do you have any idea of how to solve such equations?
And one further question: The multiplication of two complex numbers is defined as
$$wz := (u+iv)(x+iy)=(ux-vy)+i(vx+uy)$$
But what if w or z would be defined in the following ways:
$$w = (u-iv)$$ or $$w = (-u+iv)$$
Would the formula change?
Thank you for helping me out guys
You have to keep in mind that taking roots are multi-valued in the complex plane. By the fundamental theorem of algebra every non-constant polynomial of degree $n$ has exactly $n$ in the complex plane when counted with multiplicity. This applies also for polynomials of the form $p(z)=z^n-c$ for some complex number $c\in\Bbb C^*$.
Of particular interest are the so-called roots of unity which are the roots of polynomials of the form $p(z)=z^n-1$. Solutions to the equation $z^n-1=0$ are called the $n^\text{th}$ roots of unity. Using polar coordinates we find that these are of the form $\zeta_n^k=\exp\left(k\frac{2\pi}n\right)$ for $k=0,...,n-1$.
Now, given an equation of the form $z^n-c=0$ we shall write $c$ as $c=r\exp(i\theta)$ where $r=|c|$ and $\theta=\arg c\in[0,2\pi)$. Then we can conclude that $z=r^\frac1n\exp \left(i\frac\theta n\right)$. But wait; there is more. In fact, every $z_k=r^\frac1n\exp \left(i\frac\theta n\right)\zeta_n^k$, $k=0,\dots,n-1$, is a solution too! We can express the general solution(s) therefore in the following manner $$z_k=r^\frac1n\exp\left(i\frac{\theta+2\pi k}n\right),\,k=0,\dots,n-1$$ Can you take it from here?