Let be the sequence (xn)n≥0, x0 a real number, and defined as follows: xn+1=xn+e−xn
Compute the limit:
limn→∞xnlnn
Luckily, I've found another post here with a very similar question. If you know other ways to solve it and want to share them then I'd be very grateful for that.
Answer
Heuristically, this difference equation resembles the differential equation x′(t)=e−x, which has solutions x(t)=ln(t+C), so I would expect the answer to be 1.
In fact, let xn=ln(n+sn), and y(t)=ln(t+sn). Then for n≤t<n+1 we have
y(t)>y(n)=xn, so
ln(n+1+sn)−ln(n+sn)=∫n+1ndtt+sn=∫n+1ne−y(t) dt<∫n+1ne−xn dt=e−xn=xn+1−xn
i.e. xn+1−ln(n+1+sn)>xn−ln(n+sn)=0, or sn+1>sn.
Thus xn>ln(n+s0). But then xn+1−xn=e−xn<1n+s0
so xn<x0+n−1∑j=01j+s0. Since both upper and lower bounds are ln(n)+O(1), we conclude that xn=ln(n)+O(1).
No comments:
Post a Comment