If $z_1 = r_1(\cos\theta_1+i\sin\theta_1)$ and $z_2 = r_2(\cos\theta_2+i\sin\theta_2)$ prove that $\left|\frac{z_1}{z_2}\right|=\frac{|z_1|}{|z_2|}$ and that $\arg\left(\frac{z_1}{z_2}\right)=\arg z_1-\arg z_2$.
I've done most of this, but I got stuck at the end:
$$\begin{align} \frac{z_1}{z_2}&=\frac{r_1(\cos\theta_1+i\sin\theta_1)}{r_2(\cos\theta_2+i\sin\theta_2)}\\ &=\frac{r_1}{r_2}\cdot\frac{(\cos\theta_1+i\sin\theta_1)(\cos\theta_2-i\sin\theta_2)}{1}\\ &=\frac{r_1}{r_2}\cdot[(\cos\theta_1\cos\theta_2+\sin\theta_1\sin\theta_2)+i(\sin\theta_1\cos\theta_2-\cos\theta_1\sin\theta_2)]\\ &=\frac{r_1}{r_2}\cdot[\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2)]\\ \\ \left|\frac{z_1}{z_2}\right|&=\sqrt{\frac{r_1^2}{r_2^2}\cdot[\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2)]^2} \end{align}$$ But in order for this to work, $[\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2)]^2$ must equal $1$ (so that $\left|\frac{z_1}{z_2}\right|=\frac{r_1}{r_2}$), but it doesn't. Where am I going wrong?
The step you take to the last equation isn't right; recall that the absolute value of a complex number is defined as $$|a+bi|=\sqrt{a^2+b^2}$$ but you've just written it as $$|z|=\sqrt{z^2}$$ which only works for real $z$. If you use the proper (first) identity, noting that the second to lasts equation is easy to separate into imaginary and real parts, you will get to $$\left|\frac{z_1}{z_2}\right|=\sqrt{\frac{r_1^2}{r_2^2}\cdot[\cos(\theta_1-\theta_2)^2+\sin(\theta_1-\theta_2)^2]}$$ which will work out as you expect.