Finding convergence of a recursive sequence

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
muzak
Messages
42
Reaction score
0

Homework Statement


[itex]x_{n+1} = (x_{n} + 2)/(x_{n}+3), x_{0}= 3/4[/itex]

Homework Equations


The Attempt at a Solution


I've worked out a few of the numbers and got 3/4, 11/15, 41/56, 153/209, ...
It seems to be monotone and bounded below indicating it does converge I think. I need help figuring out what it converges to if it does. I've never really done convergence on a recursive sequence.
 
Physics news on Phys.org
Once you know it converges, it is easy to find the limit. Suppose ##x_n\to a## and take the limit of both sides of the recursion to figure out ##a##. Note this argument does not show it converges, only that if it does, the limit is ##a##. You still have to show it is monotone and bounded (if it is).
 
Last edited:
what is the first thing you think of when you see "n+1"?
 
Last edited:
If the sequence converges, to x, say, then, taking the limit on both sides, we must have
[tex]x= \frac{x+ 2}{x+ 3}[/tex]
Solve that for x.

Of course, it is not enough to say "It seems to be monotone and bounded below", you must show that it is monotone, you have to show it is.
 
Attached.
 

Attachments

  • 001.jpg
    001.jpg
    19.3 KB · Views: 542