I found the explicit form for the case $k=1, l=2, a_1=\sqrt{2}$ (because it was on my midterm test...)
Here's how:
First, let us consider the first few terms to find a pattern. $$a_1=\sqrt2=2\cos{\frac{\pi}{2^2}}$$$$a_2=\sqrt{2+\sqrt2}=2\cos{\frac{\pi}{2^3}}$$$$a_2=\sqrt{2+\sqrt{2+\sqrt2}}=2\cos{\frac{\pi}{2^4}}$$ From this, I predicted that $a_n=2\cos{\frac{\pi}{2^{n+1}}}$ and using mathematical induction, it was proven to be true.
So, my question is, is this case really special, or is there some kind of a way of solving for the explicit form for $a_{n+1}=\sqrt{ka_n+l}$?
(That form is used very often as examples of Monotone Convergence Theorem, Fixed Point Iteration Method...etc, so I just got curious.)
(kind of analogous to the Risch Algorithm or Liouville's Theorem for the existence of elementary indefinite integrals...)
– Junghyun Lee Sep 17 '16 at 05:46