A bit confused by this problem.
Let {an} be the sequence defined recursively by
a0 = 0 an+1 = square root of (2+an)
a) Show that if an < 2 , then an+1 < 2. Conclude by induction that an<2 for all n.
I'm pretty sure I got this part, I just showed that square root (2+2) was equal to 2 and that the square root (2+an) would never be equal to or higher than 2 because an is less than 2.
I was unable to get part b and c, however, which ask:
b) Show that if an < 2, then an < an+1 . Conclude by induction that an is increasing.
c) Use (a) and (b) to conclude that L = Lim as n goes to infinity of an exists. Then compute L by showing that L=Square root (2+L)
Thanks for any help.