Lesson 11-1 Sequences. Vocabulary Sequence – a list of numbers written in a definite order { a 1, a 2, a 3, a n-1, a n } Fibonacci sequence – a recursively.

Slides:



Advertisements
Similar presentations
Section 9.1 – Sequences.
Advertisements

13.6 Limits of Sequences. We have looked at sequences, writing them out, summing them, etc. But, now let’s examine what they “go to” as n gets larger.
Theorems on divergent sequences. Theorem 1 If the sequence is increasing and not bounded from above then it diverges to +∞. Illustration =
INFINITE SEQUENCES AND SERIES
IV.4 Limits of sequences introduction
Alternating Sequences. Definition A sequence is said to be alternating or oscillating if it is divergent, but it neither diverges to infinity or to minus.
Index FAQ Limits of Sequences of Real Numbers Sequences of Real Numbers Limits through Rigorous Definitions The Squeeze Theorem Using the Squeeze Theorem.
Monotone Sequences Objective: To define a Monotone Sequence and determine whether it converges or not.
Section 11-1 Sequences and Series. Definitions A sequence is a set of numbers in a specific order 2, 7, 12, …
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
Section 1 A sequence(of real numbers) is  a list of infinitely many real numbers arranged in such a manner that it has a beginning but no end such as:
10.2 Sequences Math 6B Calculus II. Limit of Sequences from Limits of Functions.
9.1 Sequences. A sequence is a list of numbers written in an explicit order. n th term Any real-valued function with domain a subset of the positive integers.
CALCULUS II Chapter Sequences A sequence can be thought as a list of numbers written in a definite order.
The importance of sequences and infinite series in calculus stems from Newton’s idea of representing functions as sums of infinite series.  For instance,
Copyright © 2011 Pearson Education, Inc. Slide Sequences A sequence is a function that has a set of natural numbers (positive integers) as.
A Recursive View of Functions: Lesson 45. LESSON OBJECTIVE: Recognize and use recursion formula. DEFINITION: Recursive formula: Each term is formulated.
SEQUENCES A sequence is a list of numbers in a given order: DEF: Example first termsecond term n-th term index.
Series and Convergence
Review of Sequences and Series.  Find the explicit and recursive formulas for the sequence:  -4, 1, 6, 11, 16, ….
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
MAT 4725 Numerical Analysis Section 1.4 Loops with “do” statements
Sequences, Series, and Sigma Notation. Find the next four terms of the following sequences 2, 7, 12, 17, … 2, 5, 10, 17, … 32, 16, 8, 4, …
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 9/18/2008.
Limits.
Infinite Geometric Series
Lesson 11-2 Series. Vocabulary Series – summation of a infinite sequence ∑ s 1 + s 2 + s 3 + s 4 + ….. + s n Partial Sum – sum of part of a infinite sequence.
Lesson 11-5 Alternating Series. Another Series Type Alternating Series – a series of numbers that alternate in sign, like the summation of the following.
Sequences Lesson 8.1. Definition A succession of numbers Listed according to a given prescription or rule Typically written as a 1, a 2, … a n Often shortened.
Sequences (11/14/12) A sequence is an infinite list of real numbers: {a1, a2, a3, a4, a5 ….} = {an}. (Order counts!) A sequence can be described by listing.
Sequences, Series, and Sigma Notation
Review of Sequences and Series
10.1 Sequences Tues Feb 16 Do Now Find the next three terms 1, -½, ¼, -1/8, …
Lesson 5-2R Riemann Sums. Objectives Understand Riemann Sums.
Examples Sequences State the "rule" and then write the next three values in the sequence. The "rule" can be in simple language (add 5 each time, double.
13.5 – Sums of Infinite Series Objectives: You should be able to…
Infinite Geometric Series. Find sums of infinite geometric series. Use mathematical induction to prove statements. Objectives.
Copyright © Cengage Learning. All rights reserved Series.
Infinite Sequences and Series 8. Sequences Sequences A sequence can be thought of as a list of numbers written in a definite order: a 1, a 2, a.
11.1 Sequences. A sequence is a list of numbers written in an explicit order. n th term Any real-valued function with domain a subset of the positive.
11.2 Arithmetic Sequences.
Sequences Lesson 8.1.
Infinite GP’s.
Lesson 13 – 6 Limits of Sequences
Sequences and Series.
Sequences, Series and the test of their convergence
Sequences (11/13/13) A sequence is an infinite list of real numbers: {a1, a2, a3, a4, a5 ….} = {an}. (Order counts!) A sequence can be described by listing.
The Integral Test; p-Series
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Sequences (9.1) February 23rd, 2017.
Copyright © Cengage Learning. All rights reserved.
6.8B– Sum of a Geometric Series
Limits at Infinity Calculus 3-5.
SEQUENCES DEF: A sequence is a list of numbers in a given order:
Section 8.1: Sequences.
Copyright © Cengage Learning. All rights reserved.
Sec 11.1: SEQUENCES DEF: A sequence is a list of numbers written in a definite order: Example first term second term n-th term Example Example.
Determine whether the sequence converges or diverges. {image}
10. Section 10.1 Sequences.
Copyright © Cengage Learning. All rights reserved.
Homework: Explicit & Recursive Definitions of
Warm Up.
Warm Up.
Warm Up Write the first 4 terms of each sequence:
Lesson 11-4 Comparison Tests.
Section 12.3 Geometric Sequences; Geometric Series
Absolute Convergence Ratio Test Root Test
Other Convergence Tests
Presentation transcript:

Lesson 11-1 Sequences

Vocabulary Sequence – a list of numbers written in a definite order { a 1, a 2, a 3, a n-1, a n } Fibonacci sequence – a recursively defined sequence where the third term is defined by the sum of the preceding two terms and so on. Sequence converges – if it limit exists as n approaches infinity Sequence diverges – if it limit does not exist as n approaches infinity Increasing – if an < an+1 for all n ≥ 1 Decreasing – if an > an+1 for all n ≥ 1 Monotonic – neither increasing nor decreasing Bounded Above – if M ≥ an for all n ≥ 1 Bound Below – if m ≤ an for all n ≥ 1

11-1 Example 1 sequence is ½, ¼, 1/8, 1/16, ….. a n = 1 / 2ⁿ Find the formula for the general term a n of the sequence

11-1 Example 2 sequence is ½, ¼, 1/6, 1/8, ….. a n = 1 / 2n Find the formula for the general term a n of the sequence

11-1 Example 3 sequence n th term is n/n+1 n Lim a n = Lim n + 1 = 1 Therefore the sequence converges n→∞ Examine the sequence below and determine if it converges or diverges, if it is increasing, decreasing, or monotonic and if it is bounded above or below. The sequence is bounded above by 1 The sequence is increasing, since a n < a n+1

11-1 Example 4 sequence n th term is n + 1 / (3n – 1) n + 1 Lim a n = Lim n - 1 = 1/3 Therefore the sequence converges n→∞ Examine the sequence below and determine if it converges or diverges, if it is increasing, decreasing, or monotonic and if it is bounded above or below. The sequence is bounded below by 1/3 The sequence is decreasing, since a n > a n+1

11-1 Example 5 sequence n th term is n² e -n n² 2n 2 Lim a n = Lim = Lim = Lim e n e n e n = 0 Therefore the sequence converges n→∞ Examine the sequence below and determine if it converges or diverges, if it is increasing, decreasing, or monotonic and if it is bounded above or below. The sequence is bounded below by 0 The sequence is monotonic, since it is neither increasing nor decreasing for all n

Homework Pg 710 – 712: problems 4, 11, 16, 21