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$?
I suggest formulating part 2 as $\sqrt{6 + x} > x$, but first you must (inductively) establish that $0 < x < 3$.
For part 2, first you have to establish that a limit exists. That was what parts 1 and 2 were for: increasing , but having an upper limit, so a limit exists.
To find the limit, solve $x_n = x_{n+1}$.