Skip to main content

Recitation 16

Example 1: (a) Determine whether the sequence defined as follows is convergent or divergent. a1=1,an+1=4ana_1 = 1, a_{n+1} = 4 - a_n for n1n\geq 1. (b) What happens if the first term is a1=2a_1 = 2?

Hint: (a) It a sequence of alternating 11 and 33. (b) It is a constant sequence.

Example 2: Suppose you know that {an}\{a_n\} is a decreasing sequence and all its terms lie between 55 and %8. Explain why the sequence has a limit. What can you say about the value of the limit?

Hint: Use the monotonic sequence theorem and the sandwich theorem.

Example 3: Determine whether the sequence is increasing, decreasing or not monotonic. Is the sequence bounded? (a) an=(2)n+1a_n = (-2)^{n+1}; (b) an=1/(2n+3)a_n = 1/(2n+3); (c) an=(2n3)/(3n+4)a_n = (2n-3)/(3n+4); (d) an=n+1/na_n = n + 1/n.

Hint: (b) 0<an<10 < a_n < 1; (c) 1<an<1-1 < a_n < 1 and an=23173(3n+4)a_n = \frac{2}{3} - \frac{17}{3(3n+4)}; (d) an+1an=11n(n+1)>0a_{n+1} - a_n = 1 - \frac{1}{n(n+1)} > 0.

Example 4: Show that the sequence defined by a1=1,an+1=31/ana_1 = 1, a_{n+1} = 3 - 1/a_n is increasing and an<3a_n < 3 for all nn. Deduce that {an}\{a_n\} is convergent and find its limit.

Solution: First of all, we want to show that 1an<31 \leq a_n < 3 for all nn. Since a1a_1 already satisfies the hypothesis, it suffices to show if 1an<31 \leq a_n < 3, so is an+1a_{n+1} (see the remark below for further discussion). Since an+1=31/ana_{n+1} = 3 - 1/a_n and 1an<31 \leq a_n < 3, 1<31/131/an<31/3<31 < 3 - 1/1 \leq 3 - 1/a_n < 3 - 1/3 < 3, hence 1an+1<31 \leq a_{n+1} < 3. Secondly, since a1=1<2=a2a_1 = 1 < 2 = a_2, to show that an<an+1a_n < a_{n+1}, it suffices to show that if an1<ana_{n-1} < a_n then an<an+1a_n < a_{n+1} for all n>1n > 1 (again see the remark below). Because 0<an1<an0 < a_{n-1} < a_n, we know that an=31/an1<31/an=an+1a_n = 3 - 1/a_{n-1} < 3 - 1/a_n = a_{n+1}. This ends the proof of the monotonicity. Because the sequence is monotonic and bounded, it converges by the monotonic sequence theorem. Let LL be its limit. Then 1L31\leq L\leq 3 and L=31/LL = 3 - 1/L. Solve the equation and get L=3+52L = \frac{3+\sqrt{5}}{2}.

Remark: The idea used in the proof is mathematical induction which is commonly used in mathematical proof.