Find a sequence convering to sqrt(2)

  • Thread starter Thread starter kidsmoker
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
kidsmoker
Messages
85
Reaction score
0

Homework Statement



Find a sequence whose limit is [tex]\sqrt{2}[/tex].

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

[tex]a_{n+1} = \frac{1}{2+a_{n}}[/tex] by noting that [tex]a_{n+1}[/tex] and [tex]a_{n}[/tex] both have the same limit. So we can write

[tex]l = \frac{1}{2+l}[/tex] and find the positive root of that: [tex]l = -1 + \sqrt{2}[/tex]. This is the limit of the sequence.

I can then just add on one to each term to give a sequence with limit [tex]\sqrt{2}[/tex]. Is this all they want me to do you think? Or is there a way to get write another sequence involving [tex]a_{n+1}[/tex] and [tex]a_{n}[/tex] which gives the desired answer?

Thanks.
 
Physics news on Phys.org


There are gajillions of ways to answer this problem; yours seems fine.

I do have one question, though: were you merely asked to find a sequence, or are you also expected to prove that the sequence converges to [itex]\sqrt{2}[/itex]? If the latter, I would like to point out that your work shows
If the sequence converges, then it converges to [itex]\sqrt{2}[/itex].​
However, you never showed that the sequence converges, and therefore you cannot conclude that it converges to [itex]\sqrt{2}[/itex].
 


Yeah I see what you mean. If it was Analysis then i'd have to prove it by showing it's bounded and increasing or whatever. But this module doesn't seem to bother with that. Thanks.