Loading [MathJax]/jax/output/HTML-CSS/jax.js

Friday, May 22, 2015

log sequence limit [Solution]

The problem was:

x1>0 and xn+1=log(1+xn).

Find limnnxn.

Note: xn is monotonically decreasing and bounded below by 0, and xnL=0 (solution of L=log(1+L)).

Solution

Did you know there was something like a l'Hopital rule for sequences?

It is called the Stolz–Cesàro theorem. That can be used here, and easily gives us the limit (in fact by using the fact that xn0 and applying the normal l'Hopital rule twice!)

We will not use that though.

Consider the sequence yn=1xn+1=1log(1+xn)


Now log(1+xn)=xnx2n/2+O(x3n)

Thus yn=1xnx2n/2+O(x3n)=1xn(1xn/2+O(x2n))

=1xn12+O(xn)

(Using 11t=1+t+t2+).

Thus cn=ynyn112 (we can apply Stolz Cesaro here if we want).

Now if anL, then Sn=a1+a2++annL.

Thus applying the above to cn, we get ynn12.

Thus nxn2

No comments:

Post a Comment