If $a_1=1$ and for n>1$$a_n=a_{n-1}+ {1 \over {a_{n-1}}} $$
$a_{75}$ lies between
(a) (12,15)
(b) (11,12)
(c) (15,18)
Now , in this question, I rewrote, $a_n-a_{n-1} = {1 \over {a_{n-1}}}$, to make a telescopic type and summed the terms to get
$$a_n-a_{1}= {1 \over {a_{n-1}}}+ {1 \over {a_{n-2}}}...{1 \over {a_{1}}}$$
And as ${1 \over {a_{r}}} <1$ for all r , I got $a_{75} <76$ , but it's of no help as , the upper bound is much higher.
I got no further ideas , on how to solve it, please help.


Batominovski gives an answer, but can we improve the upper bound?
Given the squared relation
$a_n^2=a_{n-1}^2+2+(1/a_{n-1})^2$
we know that the increments from $a^2_{n-1}$ to $a^2_n$ are greater than $2$, but by that very fact the additional increment beyond $2$ must also be less than or equal to $1/(2n-1)$.
So we have
$1+2(n-1)<a_n^2<l\le1+2(n-1)+\color{blue}{(1/1+1/3+1/5+...1/(2n-1))}$
where the series in blue is bounded by the harmonic series and is less than $\ln n +1$.
So
$1+2(n-1)<a_n^2\le 1+2(n-1)+\ln n+1$
and putting $n=75$ renders $a_{75}$ not only between $12$ and $15$, but more tightly between $12$ and $13$.
Also this proves that as $n\to\infty$, $a_n/\sqrt{n}\to \sqrt2$.