I'm trying to show that $a_n$ is increasing where $a_1=1$ and $a_{n+1}$ = $ \sqrt{a_n+2}$
I proceeded by induction so showed that $a_{n+1}>a_n$ for all n greater than 1 So I showed it was true for n=1
Then assumed $a_{k+1}>a_k$ for some k greater than 1
Then I add two to both sides and square root to show it's true for k+1.
So $a_{k+1}+2>a_k+2$
$ \sqrt{a_{k+1}+2}> \sqrt{a_k+2}$
Which is $a_{k+2}>a_{k+1}$ So is this ok to show this statement?
Also how would you show that a_n has a limit and compute $lim_na_n$
I think to compute the limit you need to prove that if $b_n$ goes to b then $ \sqrt{b_n+2}$ goes to $ \sqrt{b+2}$ thank you for your help.