kidsmoker
- 85
- 0
Homework Statement
Find a sequence whose limit is \sqrt{2}.
Homework Equations
The work preceeding this was about using recurrence relations to find sequences with desired limits, so that's the method they want me to use.
The Attempt at a Solution
We can find the limit of the sequence given by
a_{n+1} = \frac{1}{2+a_{n}} by noting that a_{n+1} and a_{n} both have the same limit. So we can write
l = \frac{1}{2+l} and find the positive root of that: l = -1 + \sqrt{2}. This is the limit of the sequence.
I can then just add on one to each term to give a sequence with limit \sqrt{2}. Is this all they want me to do you think? Or is there a way to get write another sequence involving a_{n+1} and a_{n} which gives the desired answer?
Thanks.