Presentation is loading. Please wait.

Presentation is loading. Please wait.

Explicit, Summative, and Recursive

Similar presentations


Presentation on theme: "Explicit, Summative, and Recursive"— Presentation transcript:

1 Explicit, Summative, and Recursive
Sequences and Series Explicit, Summative, and Recursive

2 Sequences A sequence is an ordered list of numbers.
The terms of a sequence are referred to in the subscripted form shown below, where the subscript refers to the location (position) of the term in the sequence.

3 Explicit Formula A formula that allows direct computation of any term for a sequence a1, a2, a3, , an, . . .

4 Example 1 Solve the first 3 terms of this sequence.

5 More Examples Find the first 4 terms of: 𝑎 𝑛 =3𝑛−1
Find the indicated term of the following: 𝑎 𝑛 = 2𝑛−1 3 𝑛 𝑎 3 = 𝑎 5 = 𝑎 11 =

6 Summation Notation stop value summation Index (formula) start value

7 Rules of Summation Evaluation
The summation operator governs everything to its right, up to a natural break point in the expression. Step 1: Begin by setting the summation index equal to the start value. Then evaluate the algebraic expression governed by the summation sign. Step 2: Increase the value of the index by 1. Evaluate the expression governed by the summation sign again, and add the result to the previous value. Step 3: Keep repeating step 2 until the expression has been evaluated and added for the stop value. At that point the evaluation is complete, and you stop.

8 Evaluating a Simple Summation Expression
Suppose our list has just 5 numbers, and they are 1,2, 3, 4, and 5. Evaluate Answer: =55

9 Evaluating a Simple Summation Expression
Order of evaluation can be crucial. Evaluate Answer: ( ) 2 =225

10 Recursive Formula Recursive formula is a formula that is used to determine the next term of a sequence using one or more of the preceding terms. Recursion is the process of choosing a starting term and repeatedly applying the same process to each term to arrive at the following term.  Recursion requires that you know the value of the term immediately before the term you are trying to find.

11 Recursive Formula A recursive formula always has two parts:   1.  the starting value for a1.   2.  the recursion equation for an as a function of an-1 (the term before it.)

12 Example 1 Write the first four terms of the sequence:   

13 Example 1 Answer In recursive formulas, each term is used to produce the next term.  Follow the movement of the terms throughout the problem. Answer:  -4, 1, 6, 11

14 Example 2 Write the first 5 terms of the sequence

15 Example 2 Answer Answer:  3, 15, -75, -375, 1875

16 Arithmetic Sequences If a sequence of values follows a pattern of adding a fixed amount from one term to the next, it is referred to as an  arithmetic sequence.   The number added to each term is constant (always the same). The fixed amount is called the common difference, d, To find the common difference, subtract the first term from the second term.

17 Example Find the Common Difference
1, 4, 7, 10, 13, 16 d = 3 15, 10, 5, 0, -5, -10, d = -5 1, 1 2 ,0, d = -1/2

18 Examples Find the common difference for the arithmetic sequence whose formula is an = 6n + 3 Hint: Plug in 𝑎 1 & 𝑎 2 Answer: 6

19 Finding any Term of a Sequence
where a1 is the first term of the sequence, d is the common difference, n is the number of the term to find.

20 Examples Find the 10th term of the sequence 3, 5, 7, 9, ...
n = 10;  a1 = 3, d = 2   The tenth term is 21.

21 Examples Find a formula for the sequence 1, 3, 5, 7, ...
Hint: Work the sequence formula backwards 𝑎 𝑛 = 𝑎 1 + 𝑛−1 𝑑 𝑎 𝑛 =1+ 𝑛−1 2 𝑎 𝑛 =1+2𝑛−2  Answer

22 Examples Find the number of terms in the sequence 7, 10, 13, ..., 55.
a1 = 7, an = 55,  d = 3.  We need to find n. This question makes NO mention of "sum", so avoid that formula.

23 Examples Insert 3 arithmetic means between 7 and 23.
7, ____, ____, ____, 23 7, 11, 15, 19, 23

24 Geometric Sequences If a sequence of values follows a pattern of multiplying a fixed amount (not zero) times each term to arrive at the following term, it is referred to as a  geometric sequence.   The number multiplied each time is constant (always the same). The fixed amount multiplied is called the common ratio, r, referring to the fact that the ratio (fraction) of the second term to the first term yields this common multiple.  To find the common ratio, divide the second term by the first term.

25 Examples of Common Ratios
5, 10, 20, 40, ... r = 2 -11, 22, -44, 88, ... r = -2 4, 8 3 , 16 9 , , 64 81 𝑟= 2 3

26 Find the first 5 terms given the following
Example Find the first 5 terms given the following 𝑎 1 =3, 𝑟=2 3, 6, 12, 24, 48 𝑎 1 =1, 𝑟=− 1 2 1, -0.5, 0.25, , 1, − 1 2 , 1 4 , − 1 8 , 1 16

27 Any Term of a Geometric Sequence
To find any term of a geometric sequence: 𝑎 𝑛 = 𝑎 1 • 𝑟 𝑛−1

28 Example Find the 12th term of the geometric sequence 5, 15, 45, ……..
𝑟= 15 5 =3 𝑎 12 =5 (3) 12−1 = 885,735

29 Example Find 𝑎 8 for the sequence: 0.5, 3.5, 24.5, 171.5
n = 8, r = 7, 𝑎 1 =0.5 𝑎 8 =0.5∗ 7 8−1 =411,771.5

30 Example The third term of a geometric sequence is 3 and the sixth term is 1/9.  Find the first term. Use 𝑎 3 as the first term. ___ , ___ , _3_ , ___ , ___ , _1/9_ Therefore, n = 4 for solving this problem.

31 Continued…. Now, work backward multiplying by 3 (or dividing by 1/3) to find the actual first term. a1 = 27

32 Arithmetic Series The sum of the terms of a sequence is called a series.

33 Find the sum of the sequence
To find the sum of a certain number of terms of an arithmetic sequence: where Sn is the sum of n terms (nth partial sum), a1 is the first term,  an is the nth term

34 Examples Find the sum of the first 12 positive even integers.
Hint: The word "sum" indicates the need for the sum formula. positive even integers:  2, 4, 6, 8, ...      n = 12;  a1 = 2, d = 2 We are missing a12, for the sum formula, so we use the "any term" formula to find it. 𝑎 12 =2+ 12−1 2=24 𝑠 12 = 12(2+24) 2 =156

35 Example There are 2720 seats.
A theater has 60 seats in the first row, 68 seats in the second row, 76 seats in the third row, and so on in the same increasing pattern.  If the theater has 20 rows of seats, how many seats are in the theater? 60, 68, 76, ... We wish to find "the sum" of all of the seats. n = 20,  a1 = 60,  d = 8 and we need a20 for the sum. There are 2720 seats.

36 Geometric Series To find the sum of a certain number of terms of a geometric sequence: 𝑆 𝑛 = 𝑎 1 1− 𝑟 𝑛 1−𝑟 ; where 𝑟≠1 where Sn is the sum of n terms (nth partial sum),   a1 is the first term,  r is the common ratio

37 Example Evaluate using a formula: 𝑛=1 12 4 (0.3) 𝑛
= − −0.3 =1.714

38 Example Evaluate the sum 𝑘= 𝑘 =3 1− −3 =3 −242 −2 =363

39 Example Find the sum of the first 8 terms of the      sequence                      -5, 15, -45, 135, ... n = 8;  a1 = -5, r= -3 𝑆 8 =−5 1− − − −3 = =8200

40 Example A ball is dropped from a height of 8 feet.  The ball bounces to 80% of its previous height with each bounce.  How high (to the nearest tenth of a foot) does the ball bounce on the fifth bounce?

41 Continued….. Set up a model drawing for each "bounce".                 6.4, 5.12, ___, ___, ___  The common ratio is 0.8. 𝑎 𝑛 =6.4∗ −1 = The ball will bounce approximately 2.6 feet


Download ppt "Explicit, Summative, and Recursive"

Similar presentations


Ads by Google