Let us define a series $\{a(n)\}$ such that $a(n)= a(n-1) + \frac{1}{a(n-1)}$ and $a(1)=1$
then prove that $a(75)$ belongs to the interval $(12,15)$
note here i have used $X(n)$ where n is in sub script denoting the series count.
Im unable to think.. what i have done is i have added all the terms as $\{ a(n)-a(1)\}$ which gave me: $a(n)-a(1)=\frac{1}{a(1)} +\frac{1}{a(2)}+\frac{1}{a(3)}......+\frac{1}{a(n-1)}$
i tried am-gm inequality but it is of no help.
Please Help .