I'm studying for a test and doing old homework exercises and struggling with this one (excuse me for not being allowed to use html in here):
Calculate the polar coordinates of the following complex number: $$(1+i) (\sqrt{2}i) (-1+i) (-\sqrt{2}i) (-1-i)$$
My first idea was to multiply each of them with each other and then calculate the coordinates from the resulting complex number. My second one is to calculate the polar coordinates of each of them and then multiply them. With both attempts I fail to get to the suggested solution of:
π/4 * √(2)^5
I would be thankful for help
Use, when $\text{z}\in\mathbb{C}$:
$$\text{z}\cdot\overline{\text{z}}=\left|\text{z}\right|^2=\Re^2[\text{z}]+\Im^2[\text{z}]$$
So, for:
$$\text{q}=(1+i)\cdot(\sqrt{2}i)\cdot(-1+i)\cdot(-\sqrt{2}i)\cdot(-1-i)$$
See that:
Now, we get:
$$\text{q}=2\cdot2\cdot(1+i)=4\cdot(1+i)=4+4i$$
Now, in the polar form:
$$\text{q}=|4+4i|e^{\left(\arg(4+4i)+2\pi k\right)i}=\sqrt{4^2+4^2}e^{\left(\arctan(1)+2\pi k\right)i}=4\sqrt{2}e^{\left(\frac{\pi}{4}+2\pi k\right)i}$$
Where $k\in\mathbb{Z}$