For the given sequence
$\sqrt{6} , \sqrt{6 +\sqrt{6}},\sqrt{6+\sqrt{6+\sqrt{6}}} $ ...
- Use induction to show the sequence is bounded above by 3
- Use induction to show $x_n $ is increasing
- Find the limit of $x_n$
Well I know for a fact I am overthinking the induction steps.
For part two, I know I need to show that $x_{n + 1} \gt x_n$ for all n, correct? Would this be as simple as showing $(x_{n+1}) - (x_n) \gt 0$?