How do I solve for the polar form of $-3\sqrt{2} - 3\sqrt{3}\,i\; ?$
I think I solved for $r$ which is $3\sqrt{5}$ from using $r=\sqrt{a^2+b^2}.$
When I look for theta I use $\tan\theta = \frac ab,$ but when doing so I get $\frac{\sqrt{6}}{ 2}.$ Anyway I looked in the answer key for $\theta$ and it's in degrees. Around $230.8^{\circ}$. How do I figure that out from $\frac{\sqrt{6}}{ 2}?$ Did I even do it right ?
A complex number $z$ can be written as: $$z=a+bi,\,a,b\in\mathbb{R}$$ To convert it to its polar form, one must obtain the magnitude and angle first. The magnitude can be resolved by using Pythagoras' theorem like so. $$|z|=\sqrt{\Re^2(z)+\Im^2(z)}=\sqrt{a^2+b^2}$$ Calculating the angle can be obtained through trigonometry (multiples of $\tau$ may be added due to the periodic nature of the angle): $$\theta=\operatorname{atan2}(\Im(z),\Re(z))+\tau n=\operatorname{atan2}(b,a)+\tau n,\,n\in\mathbb{Z}$$ The polar form of $z$ is denoted as $|z|\cdot e^{\theta i}$, which can be expanded using Euler's Formula to $|z|\left(\cos(\theta)+\sin(\theta)i\right)$. You provided the complex number (rearranged): $$z=\left(-3\sqrt{2}\right)+\left(-3\sqrt{2}\right)i$$ $$|z|=3\sqrt{5},\,\theta\approx4.08$$ Substituting in the values to the polar form can approximate $z$: $$z\approx3\sqrt{5}\cdot e^{4.08i}$$