Exercise: Let x≥0. Consider the sequence {an} defined by an=xn. Prove that {an} converges if and only if x≤1. For x≤1, determine the limit of {an}.
Proof. If {an} converges to a. Clearly a≥0. Since an+1=xan, we have a=xa by taking limit on both side. If x=1, obviously a=1. If x=1, the equation a=xa gives us that a=0. Furthermore, if 0≤x<1, obviously a=limxn=0. On the other hand, if x>1, an=xn>1. But we've shown that if {an} converges, its limit is 0. So for x>1, the sequence doesn't converge.
Exercise: Let a<0 and x1< be the real numbers. Define a sequence {xn} by
xn+1=21(xn+xna) for all n∈N
Prove that xn+1≤xn for all n≥2.
Prove that {xn} converges to x∈R where x>0 and x2=a.
Proof.
First, we claim that xn2≥a for all n≥2. This is because xn2−a=41(xn−1+a/xn−1)2−a=41(xn−1−a/xn−1)2≥0. Now, we show that xn+1≤xn for all n≥2. Simply calculate the difference, xn−xn+1=xn−(xn+a/xn)/2=(xn2−a)/2xn. Easy to see that all xn's are positive. Combining the fact that xn2≥a for all n≥2, we know that xn+1≤xn.
Since {xn} is decreasing sequence with positive entries, it converges. Suppose the limit is x. Take limit on both sides of the defining equation, we have x=(x+a/x)/2, thus x2=a. Obviously x is non-negative.
Exercise: For a sequence of real numbers {an}, denote, by {sn}, the sequence of its arithmetic means as follows
sn=n1∑k=1na+k=n1(a1+a2+⋯+an)
Prove: If {an} converges to a, then {sn} converges to a.
Give an example of a divergent sequence {an} such that limn→∞sn=0
Define the sequence {bn} by bn=an+1−an for all n∈N. Suppose {sn} converges to s and {nbn} converges to 0. Prove that limn→∞an=s. Hint: show that ∑k=1nkbk=nan+1−∑k=1nak.
Proof (sketch).
Fix your favorite ϵ>0 first. There is N such that if n>N, ∣an−a∣<ϵ/2. Denote S=∑k≤N(ak−a). Now for n>N, ∣sn−a∣=n1∣S+∑N<k≤n(ak−a)∣≤n1(∣S∣+(n−N)ϵ/2). Then try to find M such that if n>M, ∣sn−a∣<ϵ. And this shows that limsn=a.
Take an=(−1)n. Then ∣sn∣≤1/n, hence converges to 0.
Follow the hint, we can prove by induction that ∑k=1nkbk=nan+1−nsn. Thus an+1=sn+n1∑k=1nkbk. But {nbn} converges to 0, by the previous result, its arithmetic means {n1∑k=1nkbk} converges to 0. Hence {an} converges to the limit of {sn}, which is s.
Exercise: We define the Fibonacci sequence {Fn} by
F0=0,F1=1 and Fn+1=Fn+Fn−1 for n≥1
Prove that for all n∈N,
Fn=51[(21+5)n−(21−5)n]
Define the sequence {an} of real numbers by a0=1 and an=1+1/an−1 for all n∈N. Prove that for all n∈N, an=Fn+1/Fn.
Prove that limn→∞an=(1+5)/2.
Proof (sketch).
This can be verified by induction.
Prove by induction. For n=1, a0=1=1/1=F2/F1. Suppose an−1=Fn+1/Fn. Since an=1+1/an−1, we have an=1+Fn/Fn+1=(Fn+Fn+1)/Fn+1=Fn+2/Fn+1. This finishes the inductive step.
Denote α=(1+5)/2. Since an=Fn+1/Fn=(αn+1−α−n−1)/(αn−α−n)=(α−α−2n−1)/(1−α−2n), liman=α.