This problem would be less confusing to me if one was not subtracted from $z^6$.
Here is the problem:
If $z=cos(\frac{\pi}{3})+jsin(\frac{\pi}{3})$, show that $z$ is a root of $z^6-1$.
My approach to this problem involved using de Moivre's theorem to convert $z$ to it's complex polar form. I think converting it to complex polar form first makes it easy to identify the root:
$$z=cos(\frac{\pi}{3})+jsin(\frac{\pi}{3})$$
$$a=cos(\frac{\pi}{3}), b=sin(\frac{\pi}{3})$$
$$r=\sqrt{cos(\frac{\pi}{3})^2+sin(\frac{\pi}{3})^2}$$
$$r=1$$
$$\theta=Tan^1(\frac{b}{a})$$
$$\theta=Tan^-1(\frac{sin(\frac{\pi}{3})}{cos(\frac{\pi}{3})})$$
$$\theta=\frac{\pi}{6}$$
$$\therefore z=1\angle{\frac{\pi}{6}}$$
This part is the confusing bit. Because $1$ is subtracted from $z^6$, I decided to expand the whole thing and then show that $z$ is a root of $z^6-1$.
$$(cos(\frac{\pi}{3})+jsin(\frac{\pi}{3}))^6-1$$
$$(\frac{1}{2}+\frac{\sqrt{3}}{2}j)^6-1$$
Noting that $j^6=-1$...
$$(\frac{1}{2}-\frac{\sqrt{3}}{2})^6-1$$
The equation becomes...
$$(-\frac{13}{32})-1$$
Which equates to...
$$-\frac{45}{32}$$
Convert to complex polar form...
$$z^6=-\frac{45}{32}\angle{0rad}$$
$$z^6=(-\frac{45}{32}\angle{0rad})^6$$
$$z^6=(-\frac{45}{32})^6\angle{(0)}^6$$
$$z^6=(-\frac{45}{32})^6\angle{6(0+2\pi n)}$$
$$z^6=(-\frac{45}{32})^6\angle{(12\pi-11\pi n)}$$
$$z^6=(-\frac{45}{32})^6\angle{(\pi n)}$$
Noting that $z$ is raised to the first power, make $n=1$
$$z^6=(-\frac{45}{32})^6\angle{\pi (1)}$$
I get...
$$z^6=(-\frac{45}{32})^6\angle{\pi}$$
Clearly the complex polar form I got is not equal to that of $z$. Can someone lead me to the right path?