Linday12
- 53
- 0
Homework Statement
Let a_n be defined recursively by
a_{1}=1, a_{n+1}=sqrt(6+a_{n}) (n=1,2,3,...).
Show that lim n->infinity a_{n} exists and find its value
The Attempt at a Solution
Observe that a_{2}=\sqrt{6+1}=\sqrt{7} > a_{1}. If a_{k+1} > a_{k}, then a_{k+2} = \sqrt{6+a_{k+1}} > \sqrt{6+a_k} = a_{k+1}, so {a_{n}} is increasing by induction. I get that part, its the next part I'm a little confused about:
Now, observe that a_{1}=1 < 3. If a_{k} < 3, then a_{k+1}=\sqrt{6+a_k} < \sqrt{6+3}, so a_{n} < 3 for every n by induction. How does this show that for all n, the value will be less than 3? Sorry, I'm not really sure how it shows that if you keep going on in the sequence it won't go past 3 eventually.