Skip to main content

Homework 7

Exercise: Let x0x\geq 0. Consider the sequence {an}\{a_n\} defined by an=xna_n=x^n. Prove that {an}\{a_n\} converges if and only if x1x\leq 1. For x1x\leq 1, determine the limit of {an}\{a_n\}.

Proof. If {an}\{a_n\} converges to aa. Clearly a0a\geq 0. Since an+1=xana_{n+1}=xa_n, we have a=xaa=xa by taking limit on both side. If x=1x=1, obviously a=1a=1. If x1x\neq 1, the equation a=xaa=xa gives us that a=0a=0. Furthermore, if 0x<10\leq x<1, obviously a=limxn=0a=\lim{x^n}=0. On the other hand, if x>1x>1, an=xn>1a_n=x^n>1. But we've shown that if {an}\{a_n\} converges, its limit is 00. So for x>1x>1, the sequence doesn't converge.

Exercise: Let a<0a<0 and x1<x_1< be the real numbers. Define a sequence {xn}\{x_n\} by

xn+1=12(xn+axn) for all nNx_{n+1}=\frac{1}{2}\left(x_n+\frac{a}{x_n}\right)\text{ for all }n\in\mathbb{N}

  1. Prove that xn+1xnx_{n+1}\leq x_n for all n2n\geq 2.
  2. Prove that {xn}\{x_n\} converges to xRx\in\mathbb{R} where x>0x>0 and x2=ax^2=a.

Proof.

  1. First, we claim that xn2ax_n^2\geq a for all n2n\geq 2. This is because xn2a=14(xn1+a/xn1)2a=14(xn1a/xn1)20x_n^2-a=\frac{1}{4}\left(x_{n-1}+a/x_{n-1}\right)^2-a=\frac{1}{4}\left(x_{n-1}-a/x_{n-1}\right)^2\geq 0. Now, we show that xn+1xnx_{n+1}\leq x_n for all n2n\geq 2. Simply calculate the difference, xnxn+1=xn(xn+a/xn)/2=(xn2a)/2xnx_n-x_{n+1}=x_n-(x_n+a/x_n)/2=(x_n^2-a)/2x_n. Easy to see that all xnx_n's are positive. Combining the fact that xn2ax_n^2\geq a for all n2n\geq 2, we know that xn+1xnx_{n+1}\leq x_n.
  2. Since {xn}\{x_n\} is decreasing sequence with positive entries, it converges. Suppose the limit is xx. Take limit on both sides of the defining equation, we have x=(x+a/x)/2x=(x+a/x)/2, thus x2=ax^2=a. Obviously xx is non-negative.

Exercise: For a sequence of real numbers {an}\{a_n\}, denote, by {sn}\{s_n\}, the sequence of its arithmetic means as follows

sn=1nk=1na+k=1n(a1+a2++an)s_n=\frac{1}{n}\sum^n_{k=1}{a+k}=\frac{1}{n}(a_1+a_2+\cdots+a_n)

  1. Prove: If {an}\{a_n\} converges to aa, then {sn}\{s_n\} converges to aa.
  2. Give an example of a divergent sequence {an}\{a_n\} such that limnsn=0\lim_{n\rightarrow\infty}s_n=0
  3. Define the sequence {bn}\{b_n\} by bn=an+1anb_n=a_{n+1}-a_n for all nNn\in\mathbb{N}. Suppose {sn}\{s_n\} converges to ss and {nbn}\{nb_n\} converges to 00. Prove that limnan=s\lim_{n\rightarrow\infty}a_n=s. Hint: show that k=1nkbk=nan+1k=1nak\sum^n_{k=1}{kb_k}=na_{n+1}-\sum^n_{k=1}a_k.

Proof (sketch).

  1. Fix your favorite ϵ>0\epsilon>0 first. There is NN such that if n>Nn>N, ana<ϵ/2|a_n-a|<\epsilon/2. Denote S=kN(aka)S=\sum_{k\leq N}(a_k-a). Now for n>Nn>N, sna=1nS+N<kn(aka)1n(S+(nN)ϵ/2)|s_n-a|=\frac{1}{n}|S+\sum_{N<k\leq n}(a_k-a)|\leq\frac{1}{n}(|S|+(n-N)\epsilon/2). Then try to find MM such that if n>Mn>M, sna<ϵ|s_n-a|<\epsilon. And this shows that limsn=a\lim s_n=a.
  2. Take an=(1)na_n=(-1)^n. Then sn1/n|s_n|\leq 1/n, hence converges to 00.
  3. Follow the hint, we can prove by induction that k=1nkbk=nan+1nsn\sum_{k=1}^n{kb_k}=na_{n+1}-ns_n. Thus an+1=sn+1nk=1nkbka_{n+1}=s_n+\frac{1}{n}\sum_{k=1}^n{kb_k}. But {nbn}\{nb_n\} converges to 00, by the previous result, its arithmetic means {1nk=1nkbk}\{\frac{1}{n}\sum_{k=1}^n{kb_k}\} converges to 00. Hence {an}\{a_n\} converges to the limit of {sn}\{s_n\}, which is ss.

Exercise: We define the Fibonacci sequence {Fn}\{F_n\} by

F0=0,F1=1 and Fn+1=Fn+Fn1 for n1F_0=0, F_1=1 \text{ and } F_{n+1}=F_n+F_{n-1} \text{ for } n\geq 1

  1. Prove that for all nNn\in\mathbb{N}, Fn=15[(1+52)n(152)n]F_n=\frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right)^n-\left(\frac{1-\sqrt{5}}{2}\right)^n\right]
  2. Define the sequence {an}\{a_n\} of real numbers by a0=1a_0=1 and an=1+1/an1a_n=1+1/a_{n-1} for all nNn\in\mathbb{N}. Prove that for all nNn\in\mathbb{N}, an=Fn+1/Fna_n=F_{n+1}/F_{n}.
  3. Prove that limnan=(1+5)/2\lim_{n\rightarrow\infty}a_n=(1+\sqrt{5})/2.

Proof (sketch).

  1. This can be verified by induction.
  2. Prove by induction. For n=1n=1, a0=1=1/1=F2/F1a_0=1=1/1=F_2/F_1. Suppose an1=Fn+1/Fna_{n-1}=F_{n+1}/F_n. Since an=1+1/an1a_n=1+1/a_{n-1}, we have an=1+Fn/Fn+1=(Fn+Fn+1)/Fn+1=Fn+2/Fn+1a_n=1+F_n/F_{n+1}=(F_n+F_{n+1})/F_{n+1}=F_{n+2}/F_{n+1}. This finishes the inductive step.
  3. Denote α=(1+5)/2\alpha=(1+\sqrt{5})/2. Since an=Fn+1/Fn=(αn+1αn1)/(αnαn)=(αα2n1)/(1α2n)a_n=F_{n+1}/F_{n}=(\alpha^{n+1}-\alpha^{-n-1})/(\alpha^{n}-\alpha^{-n})=(\alpha-\alpha^{-2n-1})/(1-\alpha^{-2n}), liman=α\lim a_n=\alpha.