Recursive sequence convergence

antiemptyv
Messages
31
Reaction score
0

Homework Statement



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

Homework Equations



Since this problem comes from the section on Cauchy sequences, I assume we will need to show (x_n) 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.

|x_{n+1}-x_n| = |\frac{1}{3}x_n + 2 x_{n-1} - x_n | = \frac{2}{3}|x_{n-1} - x_n|

Thus (x_n) is contractive, so it is convergent.
 
Last edited:
OK. so now how do we go about finding the limit of (x_n)?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top