I am looking for alternate proof for Viete's infinite product of nested radicals. (Reference - Wikipedia)
Basically we need to find $\lim_{n\to \infty}\prod_{k=1}^{n} T_k$ where $$T_{k+1} = \sqrt{\left(\frac{T_k + 1}{2}\right)}$$ and $T_1 = \sqrt{\frac{1}{2}}$. Series looks like
$$\sqrt{\frac{1}{2}} \cdot \sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}}} \cdot \sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}}}}...$$
Miss gave a solution treating $\cos(\theta) = \frac{1}{\sqrt2}$ that is $\theta = 45^\circ$. The series result is given easily using the identity $\cos(\theta) + 1 = 2 \cos^2(\theta/2)$ and using $\sin(2\theta) = 2\sin(\theta)\cos(\theta)$. The final result is $\frac{\sin(2\theta)}{2\theta} = \frac{2}{\pi}$.
I look for alternate ways to get to this! I am open to calculus methods.
The final result
Not that it matters in this case, but I think that should rather be $,\frac{\sin(2 \theta)}{2\theta},$. You can telescope algebraically by using that $,2 T_{k+1}^2 = T_k + 1 \implies T_{k+2} = \frac{1}{2}\sqrt{\frac{T_k-1}{T_{k+1}-1}},$, but that still leaves $,\lim_{n \to \infty} 2^n(T_n-1),$ to determine, which isn't obvious offhand. – dxiv Feb 02 '18 at 20:46