Let $\alpha$ be a complex number such that both $\alpha$ and $\alpha+1$ have modulus $1$. If for a positive integer $n$, $1+\alpha$ is an $n$-th root of unity, then show that $\alpha$ is also an $n$-th root of unity and $n$ is a multiple of $6$.
I tried solving this problem in the following way:
We consider $\alpha +1= \cos\theta +i\sin\theta.$ Now, as $1+\alpha$ is an $n$-th root of unity ,so, we can say, that $$(\alpha +1)^n= (\cos\theta +i\sin\theta)^n=\cos n\theta+i\sin n\theta=1\implies \theta=\pi,$$ so that $\text{Im}(\alpha+1)=0.$ But then, we have, $(\alpha+1)^n=\cos n\pi=(-1)^n=1$ and comparing both sides, we may conclude that $n$ must be even. So, we consider $n=2p.$
Also, we know that the set of $n-th$ roots of unity are $\{\cos(\frac{2k\pi+\pi}{n})+i\sin(\frac{2k\pi+\pi}{n})| k=0,1,2,...,n-1\}.$ We assume, $\alpha +1=\cos(\frac{2k\pi+\pi}{n})+i\sin(\frac{2k\pi+\pi}{n})$ for some $k.$
Thus, $$\alpha=(1+\alpha)-1=\cos(\frac{2k\pi+\pi}{n})+i\sin(\frac{2k\pi+\pi}{n})+\cos(\pi)+i\sin(\pi)=2\cos(\frac{\frac{2k\pi+2\pi}{n}-\pi}{2})\cos(\frac{\frac{2k\pi+2\pi}{n}+\pi}{2})+2i\sin(\frac{\frac{2k\pi+2\pi}{n}+\pi}{2})\cos(\frac{\frac{2k\pi+2\pi}{n}-\pi}{2})=2\cos(\frac{\frac{2k\pi+2\pi}{n}-\pi}{2})(\cos(\frac{\frac{2k\pi+2\pi}{n}+\pi}{2})+i\sin(\frac{\frac{2k\pi+2\pi}{n}+\pi}{2})).$$ Now, $$(\alpha)^n=2^n\cos^n(\frac{\frac{2k\pi+2\pi}{n}-\pi}{2})(\cos(\frac{2k\pi+2\pi+n\pi}{2})+i\sin(\frac{2k\pi+2\pi+n\pi}{2}))=2^n\sin^n(\frac{k\pi+\pi}{n})(\cos(\pi+\frac{2k\pi+n\pi}{2})+i\sin(\pi+\frac{2k\pi+n\pi}{2}))=-2^n\sin^n(\frac{k\pi+\pi}{n})(\cos(\frac{2k\pi+n\pi}{2})+i\sin(\frac{2k\pi+n\pi}{2})).$$
But, $n$ is even, so, $\sin(\frac{2k\pi+n\pi}{2})=\sin(\frac{2k\pi}{2}+p\pi)=0,$ so, $\alpha^n=-2^n\sin^n(\frac{k\pi+\pi}{n})(\cos(\frac{2k\pi+n\pi}{2})).$ If, $\alpha=\cos\phi+i\sin\phi, $ then
$\alpha^n=\cos n\phi+i\sin n\phi=-2^n\sin^n(\frac{k\pi+\pi}{n})(\cos(\frac{2k\pi+n\pi}{2})),$
and on comparing, both sides, we find that, $\sin n\phi=0$ which means, $\phi=\pi.$ Thus, $\alpha^n=\cos n\phi+i\sin n\phi=\cos n\pi=(-1)^n=(-1)^{2p}=1,$ thus, $\alpha$ is an $nth$ root of unity.
However, I dont understand, how to prove, $3|n$ so that we can conclude, $6|n.$ I want to know, the way I showed $\alpha$ is an $nth$ root of unity, can be considered as a valid approach or not ?