Help with sequences

HLN_Rubi

New member
Joined
Nov 18, 2014
Messages
3
1) Let Un+2 = 1/(Un+1+Un) with U1 and U2 = 1
i) Prove that Un converges to the square root of 0.5 as n gets larger

Now let Un+3 = 1/(Un+2+Un+1+Un) with U1 and U2 and U3 = 1
ii) Prove that Un converges to the square root of 1/3 as n gets larger

iii) Prove or disprove that Un converges to the square root of (1/k) where k is the Un+k = 1/(Un-1 + Un-2 .. for k times)
 
1) Let Un+2 = 1/(Un+1+Un) with U1 and U2 = 1
i) Prove that Un converges to the square root of 0.5 as n gets larger

Now let Un+3 = 1/(Un+2+Un+1+Un) with U1 and U2 and U3 = 1
ii) Prove that Un converges to the square root of 1/3 as n gets larger

iii) Prove or disprove that Un converges to the square root of (1/k) where k is the Un+k = 1/(Un-1 + Un-2 .. for k times)
Prove
(a) Un is bounded below
(b) Un is decreasing
Therefore Un converges.

If Un converges, Un+M; M = 0, 1, 2, 3, ... converges and converges to the same thing. Therefore
\(\displaystyle lim_{n \gt \infty} U_{n+3} = U = lim_{n \gt \infty} \frac{1}{U_{n+2} + U_{n+1} + U_m} = \frac{1}{U + U + U} = \frac{1}{3 U}\)
Therefore
U2 = \(\displaystyle \frac{1}{3}\)
or
U = \(\displaystyle \frac{1}{\sqrt{3}}\)
 
Top