While reviewing old problems in American Mathematical Monthly the following problem was encountered. What are some methods to solving the problem ?
Proposed by L. S. Johnston, 1929.
Consider the infinite sequence $\{ a_{n} \}$ of real positive numbers with the recurrent relation \begin{align} a_{k+1}^{2} = \frac{2 \, a_{k}}{a_{k} + 1} \end{align} for $k \geq 1$.
- Prove $\lim_{k \to \infty} a_{k} = 1$ for every $a_{1}$
- Prove \begin{align} \lim_{n \to \infty} \, \prod_{k=1}^{n} \{ a_{k} \} \end{align} exists and is different from zero for every $a_{1}$
- Express the limit in (2) as a function of $a_{1}$.
It is to be noted that the problem is trivial for $a_{1} = 1$.
PART 1:
We are given a sequence described by the recursive relationship
$$a_{k+1}^2=\frac{2a_k}{1+a_k}\tag 1$$
We will first prove that the sequence defined by $(1)$ converges.
To that end, we form the difference
$$a_{k+1}^2-a_k^2=\frac{a_k(1-a_k)(2+a_k)}{1+a_k} \tag 2$$
and examine convergence under $3$ cases.
Case 1: $a_k=1$
If $a_1=1$, then $a_k=1$ for all $k$ and the series converges.
Case 2: $a_k<1$
Note from $(2)$ that for $a_k<1$, the sequence is increasing. Furthermore from $(1)$ we see that
$$a_{k+1}^2=2\frac{a_k}{1+a_k}\le2\implies a_{k}\le \sqrt{2}$$
Therefore, by The Monotone Convergence Theorem the sequence converges.
Case 3: $a_k>1$
Note from $(2)$ that for $a_k>1$, the sequence is decreasing. Furthermore from $(1)$ we see that
$$a_{k+1}^2=2\frac{a_k}{1+a_k}>0\implies a_{k}0$$
Therefore, by The Monotone Convergence Theorem the sequence converges.
Given that the sequence converges, suppose it converges to $L$. Then from $(1)$
$$L^2=\frac{2L}{L+1}\implies L=1\,\,\text{or}\,\,L=0$$
Since $a_k$ is a positive sequence we see
$$\bbox[5px,border:2px solid #C0A000]{\lim_{k\to \infty}a_k=1}$$
PART 2:
Following the comment from @Did, let $a_k=b_k+1$, where $b_k\to 0$ as $k\to \infty$. Then, we have
$$a_{k+1}^2=1+2b_{k+1}+O(b_{k}^2) \tag 3$$
and
$$\frac{2a_k}{1+a_k}=\frac{1+b_k}{1+\frac12b_k}=1+\frac12 b_k+O(b_k^2) \tag 3$$
whereupon equating $(3)$ and $(4)$ we see that asymptotically
$$b_{k+1}=\frac14 b_k\implies a_k\sim 1+A4^{-k}$$
for a constant $A$ that depends on $a_1$. Now, we know that if the product $\prod_{k=1}^{\infty} a_k$ converges, then the sum $\sum_{k=1}^{\infty}\log a_k$ converges also.
Inasmuch as asymptotically $a_k\sim 1+A4^{-k}$, and $\sum_{k=1}^{\infty}\log(1+A4^{-k})\le A\sum_{k=1}^{\infty}4^{-k}=\frac43 A$ converges, then $\prod_{k=1}^{\infty} a_k$ converges.
PART 3:
Also, following the comment from @Did, if we "guess" that the solution to the recurrence relationship in $(1)$ has the form $a_k=\sec(\phi_k)$, for $a_1>1$ (and thus, $a_k>1$), then we have
$$\begin{align} \sec^2(\phi_{k+1})&=\frac{2\sec(\phi_k)}{1+\sec(\phi_k)}\\\\ &\implies\cos^2(\phi_{k+1})=\frac{1+\cos(\phi_k)}{2}\\\\ &\implies \phi_{k+1}=\frac12\phi_k\\\\ &\implies \phi_k=\phi_1/2^{k-1}\\\\ &\implies a_k=\sec\left(\phi_1/2^{k-1}\right) \end{align}$$
with $a_1=\sec(\phi_1)$, $a_1>1$ and $0<\phi_1<\pi/2$.
Finally, we have using the so-called Morrie's Law in reverse
$$\prod_{k=1}^{\infty}\sec\left(\phi_1/2^{k-1}\right)=\frac{2\phi_1}{\sin(2\phi_1)}$$
We can prove this form of Morrie's Law simply by noting that
$$\sin 2x=2\sin x\cos x\implies \sec x=\frac{2\sin x}{\sin 2x}$$
and then iterating with $x\to x/2$ in each iteration. Thus,
$$\begin{align} \prod_{k=1}^{N}\sec(\phi_12^{-(k-1)})&=\frac{2\sin \phi_1}{\sin(2\phi_1)}\frac{2\sin(\phi_1 2^{-1})}{\sin \phi_1}\frac{2\sin(\phi_12^{-2})}{\sin(\phi_12^{-1})}\cdots\frac{2\sin(\phi_1 2^{-(N-1)})}{\sin(\phi_1 2^{-N})}\\\\ &=\frac{2^N\sin(\phi_1 2^{-(N-1)})}{\sin (2\phi_1)}\to \frac{2\phi_1}{\sin (2\phi_1)} \end{align}$$
as was to be shown.
For large $a_1>>1$, it is better to write the final result using $\sin (2\phi_1)=2\sin (\phi_1)\cos (\phi_1)=2\frac{\sqrt{a_1^2-1}}{a_1^2}$ and $\phi_1=\text{arcsec}(a_1)$. Then, we have for $a_1>1$
$$\bbox[5px,border:2px solid #C0A000]{\prod_{k=1}^{\infty}a_k=\frac{a_1^2\text{arcsec}(a_1)}{\sqrt{a_1^2-1}}}$$
In the limit as $a_1\to \infty$ the product approaches $\frac{\pi \,a_1}{2}$.