AA Section 3-7/3-8

67
Section 3-7 and 3-8 Recursive and Explicit Formulas for Arithmetic Sequences

Transcript of AA Section 3-7/3-8

Page 1: AA Section 3-7/3-8

Section 3-7 and 3-8Recursive and Explicit Formulas for Arithmetic Sequences

Page 2: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

Page 3: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10

Page 4: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10 S2 = 15

Page 5: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10 S2 = 15 S3 = 20

Page 6: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10 S2 = 15 S3 = 20 S4 = 25

Page 7: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10 S2 = 15 S3 = 20 S4 = 25

2. Write a recursive formula for the sequence 150, 130, 110, 90, ...

Page 8: AA Section 3-7/3-8

Warm-up1. Find the first four terms of the recursive sequence

S1 = 10Sn = Sn−1 + 5, for int. n ≥ 2⎧⎨⎩

S1 = 10 S2 = 15 S3 = 20 S4 = 25

2. Write a recursive formula for the sequence 150, 130, 110, 90, ...

S1 = 150Sn = Sn−1 − 20, for int. n ≥ 2⎧⎨⎩

Page 9: AA Section 3-7/3-8

Arithmetic Sequence

Page 10: AA Section 3-7/3-8

Arithmetic Sequence

A sequence with a constant difference between terms

Page 11: AA Section 3-7/3-8

Arithmetic Sequence

A sequence with a constant difference between terms

What’s the domain?

Page 12: AA Section 3-7/3-8

Arithmetic Sequence

A sequence with a constant difference between terms

What’s the domain?

The set of natural numbers

Page 13: AA Section 3-7/3-8

Theorem

Page 14: AA Section 3-7/3-8

Theorem(Recursive Formula for an Arithmetic Sequence)

Page 15: AA Section 3-7/3-8

Theorem(Recursive Formula for an Arithmetic Sequence)

The sequence defined by the recursive formula

is the arithmetic sequence with first term a1 and constant difference d.

a1

an = an−1 + d, for int. n ≥ 2⎧⎨⎩

Page 16: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

Page 17: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

Page 18: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.

Page 19: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.a1 = 53

Page 20: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.a1 = 53 a2 = 46

Page 21: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.a1 = 53 a2 = 46 a3 = 39

Page 22: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.a1 = 53 a2 = 46 a3 = 39 a4 = 32

Page 23: AA Section 3-7/3-8

example 1Consider the sequence

a1 = 53an = an−1 − 7, for int. n ≥ 2

⎧⎨⎩

a. Describe the sequence in words

It is an arithmetic sequence with first term 53 and constant difference of -7

b. Find the first five terms.a1 = 53 a2 = 46 a3 = 39 a4 = 32 a5 = 25

Page 24: AA Section 3-7/3-8

QuestionWhat should this graph look like?

Page 25: AA Section 3-7/3-8

QuestionWhat should this graph look like?

Domain is natural numbers

Page 26: AA Section 3-7/3-8

QuestionWhat should this graph look like?

Domain is natural numbers

Will be discrete

Page 27: AA Section 3-7/3-8

QuestionWhat should this graph look like?

Domain is natural numbers

Will be discrete

Will be a line (discrete)

Page 28: AA Section 3-7/3-8

QuestionWhat should this graph look like?

Domain is natural numbers

Will be discrete

Will be a line (discrete)

Also known as a linear sequence

Page 29: AA Section 3-7/3-8

Example 2The town of Mitarnowskia has decided to add 20,000 acre-feet of water to its reservoir capacity of 3 million acre-feet and add 20,000 acre-feet each year thereafter.

Write a recursive formula for capacity in n years.

Page 30: AA Section 3-7/3-8

Example 2The town of Mitarnowskia has decided to add 20,000 acre-feet of water to its reservoir capacity of 3 million acre-feet and add 20,000 acre-feet each year thereafter.

Write a recursive formula for capacity in n years.

a1 = 3,020,000an = an−1 + 20,000, for int. n ≥ 2

⎧⎨⎩

Page 31: AA Section 3-7/3-8

Example 2The town of Mitarnowskia has decided to add 20,000 acre-feet of water to its reservoir capacity of 3 million acre-feet and add 20,000 acre-feet each year thereafter.

Write a recursive formula for capacity in n years.

a1 = 3,020,000an = an−1 + 20,000, for int. n ≥ 2

⎧⎨⎩

*Here, a1 is 3,020,000 instead of 3,000,000 as they are going to end up having 3,020,000 acre-feet of capacity

when the situation begins*

Page 32: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

Page 33: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

Page 34: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5

Page 35: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

Page 36: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5

Page 37: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5 = 12 + 2(2.5)

Page 38: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5 = 12 + 2(2.5)

a4 = 12 + 2.5 + 2.5 + 2.5

Page 39: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5 = 12 + 2(2.5)

a4 = 12 + 2.5 + 2.5 + 2.5 = 12 + 3(2.5)

Page 40: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5 = 12 + 2(2.5)

a4 = 12 + 2.5 + 2.5 + 2.5 = 12 + 3(2.5)

an = 12 + (n - 1)2.5

Page 41: AA Section 3-7/3-8

Example 3Find a explicit formula for the arithmetic sequence

12, 14.5, 17, 19.5, ...

a1 = 12

a2 = 12 + 2.5 = 12 + 1(2.5)

a3 = 12 + 2.5 + 2.5 = 12 + 2(2.5)

a4 = 12 + 2.5 + 2.5 + 2.5 = 12 + 3(2.5)

an = 12 + (n - 1)2.5 for int. n ≥ 1

Page 42: AA Section 3-7/3-8

Theorem

Page 43: AA Section 3-7/3-8

Theorem(Explicit Formula for an Arithmetic Sequence)

Page 44: AA Section 3-7/3-8

Theorem(Explicit Formula for an Arithmetic Sequence)

The nth term of an arithmetic sequence with first term a1 and constant difference d is given by the explicit formula

an = a1 + (n − 1)d, for int. n ≥ 1

Page 45: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

Page 46: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27

Page 47: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d =

Page 48: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = 28.5 - 27

Page 49: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

Page 50: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5

Page 51: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5a75 = 27 + (75 - 1)1.5

Page 52: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5a75 = 27 + (75 - 1)1.5

= 27 + (74)1.5

Page 53: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5a75 = 27 + (75 - 1)1.5

= 27 + (74)1.5= 27 + 111

Page 54: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5a75 = 27 + (75 - 1)1.5

= 27 + (74)1.5= 27 + 111

= 138

Page 55: AA Section 3-7/3-8

Example 4Find the 75th term of the arithmetic sequence 27, 28.5, 30,

31.5, ...

a1 = 27 d = = 1.528.5 - 27

an = 27 + (n - 1)1.5a75 = 27 + (75 - 1)1.5

= 27 + (74)1.5= 27 + 111

= 138a75 = 138

Page 56: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

Page 57: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15

Page 58: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3

Page 59: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)3

Page 60: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

Page 61: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

-15-15

Page 62: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

-15-1563 = (n - 1)3

Page 63: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

-15-1563 = (n - 1)33 3

Page 64: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

-15-1563 = (n - 1)33 321 = n - 1

Page 65: AA Section 3-7/3-8

Example 5The first row in an auditorium has 15 seats in it. Each subsequent row has 3 more seats in it than the row in

front of it. If the last row has 78 seats, how many rows are in the auditorium?

a1 = 15 d = 3an = 15 + (n - 1)378 = 15 + (n - 1)3

-15-1563 = (n - 1)33 321 = n - 1

n = 22 rows

Page 66: AA Section 3-7/3-8

Homework

Page 67: AA Section 3-7/3-8

Homework

p. 177 # 1-6, 8-11; p. 183 #1-16, skip 8, 12

“It is impossible to defeat an ignorant man in argument.” - William G. McAdoo