While trying to express $\cos^n x(n\in\mathbb C)$ in terms of multiple angles, I tried to use the method of complex numbers by applying de-Moivre's theorem on $z=e^{ix}$: $$2^n\cos^nx=\left(z+\frac1{z}\right)^n$$ $$\implies2^n\cos^nx=z^{-n}(z^2+1)^n$$ Now, I got the radius of convergence of the series given by $(1+z^2)^n$ to be $1$ by the ratio test:
$$(1+z^2)^n=1+nz^2+\frac{n(n-1)}{2!}z^4+\frac{n(n-1)(n-2)}{3!}z^6+\cdots$$ $$\implies r=\lim_{t\to\infty}\left|\frac{t+1}{n-t}\right|=1$$
But $|z^2|=1$, so this is the boundary case, hence the series may be converging or diverging. So, how do I determine that for what values of $z$, this series will converge?
Please try to give answers in an easy-to-understand language from the perspective of a high-school student since as far as determining convergence or divergence of a series is concerned, I only know about the $n^{\text{th}}$ term test, the ratio test and determining the radius of convergence of a series by the ratio test.
$$ |1+z^2|<1 $$
or equivalently (multiply $-1$ inside absolute value) : $$ |(iz)^2-1|<1$$
So then (in the circle of radius one and center $(0,1)$ :
$$ (iz)^2 \in \mathcal{C}(r=1,c=(0,1)) $$
So the :
$$ -z^2=1+\rho e^{i\theta}$$ Can you end from here ?
– EDX Oct 12 '24 at 16:47