Does This Sequence Converge to \(1-e^{-1}\)?

magimag
Messages
11
Reaction score
0

Homework Statement


Let a1=0, a2=1, and a(n+2)=n*a(n+1)+an/n+1

a)Calculate the value of a6 and a7
b)Prove that (an) converges.
c)Show that lim an=1-e-1 when n goes to infinity.

The Attempt at a Solution


I got the a part and found out that a6 19/30 and a7)91/144

part b)
each subsequent term becomes less in value, and therefore it is converging. How can prove that it's a Cauchy sequence?

part c)
I'm lost here.

Any hints are appreciated :) I'm lost on this one.
 
Physics news on Phys.org
magimag said:

Homework Statement


Let a1=0, a2=1, and a(n+2)=n*a(n+1)+an/n+1
Did you forget a parenthesis? What you wrote above does not converge.
## a_1=0, a_2 = 1, a_3 = 1*1+0/2 = 1, a_4 = 2*1+1/3 = 7/3, a_5 = 3*7/3+1/4 =29/4...##
or did you mean:
## a_1=0, a_2 = 1, a_3 = (1*1+0)/2 = 1/2, a_4 = (2*1/2+1)/3 = 2/3, a_5 = (3*2/3+1/2)/4 =5/8, a_6 = (4*5/8 +2/3)/5=19/30?##
Since the latter a_6 matches your post, I will assume that is correct.

I would start by trying some of your basic convergence tests...see if you can pick out some patterns.
Note that if ##a_{n+2}=\frac{n a_{n+1}+a_n}{n+1}##, then ##a_{n+3}=\frac{(n+1) a_{n+2}+a_{n+1}}{n+2}=\frac{(n+1) \left(\frac{n a_{n+1}+a_n}{n+1}\right)+a_{n+1}}{n+2}##.
 
magimag said:

Homework Statement


Let a1=0, a2=1, and a(n+2)=n*a(n+1)+an/n+1

a)Calculate the value of a6 and a7
b)Prove that (an) converges.
c)Show that lim an=1-e-1 when n goes to infinity.

The Attempt at a Solution


I got the a part and found out that a6 19/30 and a7)91/144

part b)
each subsequent term becomes less in value, and therefore it is converging.

This is false: you have \min(a_n,a_{n+1}) \leq a_{n+2} \leq \max(a_n,a_{n+1}) so the sequence is neither increasing nor decreasing.

How can prove that it's a Cauchy sequence?

First, show that a_{n+2} - a_{n+1} = \frac{-1}{n+1}(a_{n+1} - a_n) and hence that a_{n+1} - a_n = \frac{-(-1)^n}{n!}. If n \geq 3 then <br /> |a_{n+1} - a_n| = \frac{1}{n!} &lt; \frac{1}{2^{n-1}}.<br />
It is straightforward to show that a sequence b_n which satisfies <br /> |b_{n+1} - b_n| &lt; \frac{1}{2^{n-1}} for all n \geq N_0 \in \mathbb{N} is cauchy.

part c)
I'm lost here.

I suggested that you prove that <br /> a_{k+1} - a_k = -\frac{(-1)^k}{k!}.<br /> You can then find an expression for a_n from <br /> \sum_{k=1}^{n-1} (a_{k+1} - a_k) = -\sum_{k=1}^{n-1} \frac{(-1)^k}{k!}.<br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top