My question is about raising a complex number to a high power, I know how to do that with De Moivre law, but i need to get the result in cartesian form, like $z=x+iy$. and without trigonometric terms.
The problem exactly is:
Write the following complex number in the following form $z=x+iy$: $$(3-2i)^3\cdot(1-i)^9$$
I searched alot the web to find an understandible explanation to solve the problem, but still i have no idea how to do that. Is there a special formula to raise a complex number to high power?
Thanks for help!!
If you use DeMoivre's Formula and get $r(\cos x + i\sin x)$ then simply distribute the $r$ to get $$r\cos x + (r\sin x)i$$ Now just evaluate the cosine and sine function and you're left with a complex number in $a+bi$ form.