Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 4 Sequences.

Similar presentations


Presentation on theme: "Chapter 4 Sequences."— Presentation transcript:

1 Chapter 4 Sequences

2 Section 4.1 Convergence

3 A sequence S is a function whose domain is the set of natural numbers.
We usually write sn instead of S(n). We may describe the sequence S as (sn) or by listing the elements (s1, s2, s3, …). Sometimes we just give a formula for the typical nth term: Sometimes we want to change the domain to include 0 or start at something other than 1.

4 Example 4.1.1 Consider the sequence (sn ) given by sn = 1 + (–1)n. Here are the first few terms: s1 = (–1) = 0 s2 = (–1)2 = = 2 s3 = (–1)3 = 1 – 1 = 0 s4 = (–1)4 = = 2, and so on. So, (sn) = (0, 2, 0, 2, 0, 2, …) Note that the terms of a sequence do not have to be distinct. We consider s2 and s4 to be different terms, even though their values are both 2. The range of this sequence is the set of values obtained: {0, 2}. So the range of a sequence may be finite, even though the sequence will always have infinitely many terms.

5 Sometimes the values in a sequence get “close” to a fixed number.
Like (1/n) gets close to 0. Definition 4.1.2 A sequence (sn) is said to converge to the real number s provided that for every  > 0 there exists a natural number N such that for all n  , n  N implies that |sn – s| < . If (sn) converges to s, then s is called the limit of the sequence (sn). We write limn  sn = s, lim sn = s, or sn  s. If a sequence does not converge to a real number, it is said to diverge. Note the order of the quantifiers in the definition. The number N may depend on . We don’t have to find one N that works for all .

6 Let’s show that this is true.
Example 4.1.3 Consider the sequence If we were to graph this sequence as a function it would look like this: 1 2 3 4 5 6 (1, 1) (2, 1/2) (3, 1/3) (4, 1/4)  = 0.3 (5, 1/5) It appears that lim sn = 0. Let’s show that this is true. If, for example,  = 0.3, how should N be chosen so that n  N implies |1/n – 0| <  ? We have |1/n – 0| = 1/n, and 1/n is less than 0.3 when n  4. So choose any natural number N such that N  4. This is an illustration, but not a proof. We must show that for every  > 0 there exists an N that works.

7 Let’s show that this is true.
Example 4.1.3 Consider the sequence If we were to graph this sequence as a function it would look like this: 1 2 3 4 5 6 (1, 1) (2, 1/2) (3, 1/3) (4, 1/4) (5, 1/5) It appears that lim sn = 0. Let’s show that this is true. Given any  > 0, the Archimedean property says there exists N  such that 0 < 1/N <  . Thus for any n  N we have – 0 = 1 n 1 n 1 N <  .

8 Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  .
*Similar to 4.1.6, but with different numbers. Example 4.1.6* Show that lim = 0. Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  . By making n  2 we can remove the absolute value signs since n3 – 7 will be positive. n2 + 5n n3 – 7 <  . So we want to know how large n has to be in order for This is hard to solve for n, so we seek an estimate of how large the left side will be. That is, we seek an upper bound for the numerator and a lower bound for the denominator. For large values of n, the numerator behaves like n2, so we want n2 + 5n  bn2. And the denominator behaves like n3, so we want n3 – 7  cn3. n2 + 5n n3 – 7 bn2 cn3 b c 1 n Then we will have  = and the latter expression is relatively easy to make small.

9 Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  .
Example 4.1.6* Show that lim = 0. Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  . n2 + 5n n3 – 7 bn2 cn3 With n  2 we want  Let b = 2, so that n2 + 5n  2n2. Why b = 2? Any b > 1 would work. We have n2  5n and n  5. 1 2 1 2 1 2 Any c with 0 < c < 1 would work. Now let c = , so that n3 – 7  n3. Why c = ? 1 2 We have n3  7, n3  14, and n  3. All three conditions will be satisfied if n  5. In that case we have n2 + 5n n3 – 7 – 0  2n2 (1/2)n3 4 n =

10 Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  .
Example 4.1.6* Show that lim = 0. Given any  > 0, we want to make n2 + 5n n3 – 7 – 0 <  . n2 + 5n n3 – 7 – 0  4 n When n  5 we have 4 n 4 To make < , we need n > There are two conditions to be satisfied. We can accomplish both by letting N be a natural number such that N > max {5, }. This is possible because of the Archimedean property. 4 So when n  N, both conditions are satisfied. Now let’s organize this into a proof.

11 n2 + 5n n3 – 7 Example 4.1.6* Show that lim = 0. N > max {5, }. Given any  > 0, take N  such that 4 Then for n  N we have n > 5 and n > 4 Since n > 5 we have n2 + 5n  2n2 and n3 – 7  (1/2)n3. Thus for n  N we have n2 + 5n n3 – 7 – 0 = n2 + 5n n3 – 7 2n2 (1/2)n3 4 n = < .  This is a lot of work, but it can be reduced somewhat by the following theorem.

12 Theorem 4.1.8 Let (sn) and (an) be sequences of real numbers and let s  . If for some k > 0 and some m  we have |sn – s|  k | an |, for all n  m, and if lim an = 0, then it follows that lim sn = s. Proof: Given any  > 0, since lim an = 0 there exists N1  such that n ≥ N1 implies that | an | <  /k. Now let N = max {m, N1}. Then for n ≥ N we have n ≥ m and n ≥ N1, so that Thus lim sn = s. 

13 Show that lim = 5n2 – 8n2 – 3n Example 4.1.9* To apply the theorem we need to find an upper bound for 5n2 – 8n2 – 3n – = 15n – 48 8(8n2 – 3n) when n is sufficiently large. The numerator is easy, since |15n – 48| < 15n for all n  2. For the denominator, we have 8n2 – 3n  7n2 when n2  3n and n  3. Thus when n  3, we have 5n2 – 8n2 – 3n – = 15n – 48 8(8n2 – 3n) 15n 8(7n2) 15 1 56 n < = 5n2 – 8n2 – 3n Since lim (1/n) = 0, Theorem implies that lim =

14 Note: A sequence (sn) is bounded if the range {sn : n  } is a bounded set. That is, if there exists an M > 0 such that | sn |  M for all n  . Theorem Every convergent sequence is bounded. Proof: From the definition of convergence with  = 1, we obtain N  such that | sn – s | < 1 whenever n ≥ N. Let (sn) be a convergent sequence and let lim sn = s. Thus for n ≥ N we have | sn | < | s | + 1 by Exercise 3.2.6(b). If we let M = max {| s1 |, | s2 |, …, | sN |, | s | +1}, then we have | sn |  M for all n  , so (sn) is bounded. 

15 If a sequence converges, its limit is unique.
Theorem If a sequence converges, its limit is unique. Proof: Suppose sn  s and sn  t. Given any  > 0, there exists N1  such that |sn – s| < , for every n  N1. 2 And there exists N2  such that |sn – t | < , for every n  N2. 2 Therefore, if n  max {N1, N2} then from the triangle inequality we have |s – t | = |s – sn + sn – t |  |s – sn | + |sn – t | 2 2 < =  . Since this holds for all  > 0, we must have s = t. 


Download ppt "Chapter 4 Sequences."

Similar presentations


Ads by Google