Recursive sequence convergence

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
2 replies · 6K views
antiemptyv
Messages
31
Reaction score
0

Homework Statement



Let [tex]x_1 < x_2[/tex] be arbitrary real numbers and let [tex]x_n :=\frac{1}{3}x_{n-1} + \frac{2}{3}x_{n-2}[/tex]. Prove the sequence [tex](x_n)[/tex] converges.

Homework Equations



Since this problem comes from the section on Cauchy sequences, I assume we will need to show [tex](x_n)[/tex] is a Cauchy sequence. I'm not so well-versed in working with the recursive sequences especially with arbitrary initial values.

Any advice on getting started?
 
Physics news on Phys.org
would this be a valid solution? it looks like i can show the sequence is contractive.

[tex]|x_{n+1}-x_n| = |\frac{1}{3}x_n + 2 x_{n-1} - x_n | = \frac{2}{3}|x_{n-1} - x_n|[/tex]

Thus [tex](x_n)[/tex] is contractive, so it is convergent.
 
Last edited:
OK. so now how do we go about finding the limit of [tex](x_n)[/tex]?