Using Recursive Rules for Sequences

Slides:



Advertisements
Similar presentations
11.5 Recursive Rules for Sequences p Explicit Rule A function based on a term’s position, n, in a sequence. All the rules for the nth term that.
Advertisements

Choi 2012 Arithmetic Sequence A sequence like 2, 5, 8, 11,…, where the difference between consecutive terms is a constant, is called an arithmetic sequence.
Introduction Geometric sequences are exponential functions that have a domain of consecutive positive integers. Geometric sequences can be represented.
Geometric Sequences A geometric sequence (or geometric progression) is a sequence in which each term after the first is obtained by multiplying the preceding.
Sequences, Induction and Probability
Warm up 1. Determine if the sequence is arithmetic. If it is, find the common difference. 35, 32, 29, 26, Given the first term and the common difference.
7.5 Use Recursive Rules with Sequences and Functions
Unit Four - Functions 8.F.1 Understand that a function is a rule that assigns exactly one output to each input. The graph of a function is the set of ordered.
Geometric Sequences Section
Arithmetic Sequences A sequence in which each term after the first is obtained by adding a fixed number to the previous term is an arithmetic sequence.
EXAMPLE 2 Write a rule for the nth term a. 4, 9, 14, 19,... b. 60, 52, 44, 36,... SOLUTION The sequence is arithmetic with first term a 1 = 4 and common.
Lesson 1-9 Algebra: Arithmetic Sequences
Rev.S08 MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction.
12.2: Analyze Arithmetic Sequences and Series HW: p (4, 10, 12, 14, 24, 26, 30, 34)
What are two types of Sequences?
13.4 Geometric Sequences and Series Example:3, 6, 12, 24, … This sequence is geometric. r is the common ratio r = 2.
In this lesson you will learn another way to define a sequence — by a recursive rule. So far you have worked with explicit rules for the n th term of a.
Unit 5 – Series, Sequences, and Limits Section 5.2 – Recursive Definitions Calculator Required.
Arithmetic and Geometric Sequences Finding the nth Term 2,4,6,8,10,…
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
EXAMPLE 3 Write recursive rules for special sequences Write a recursive rule for the sequence. a. 1, 1, 2, 3, 5,...b. 1, 1, 2, 6, 24,... SOLUTION Beginning.
Algebra II Chapter : Use Recursive Rules with Sequences and Functions HW: p (4, 10, 14, 18, 20, 34)
1 Sequences A sequence is defined as a function whose domain is the set of positive integers. Although a sequence is a function, it is common to represent.
12.2, 12.3: Analyze Arithmetic and Geometric Sequences HW: p (4, 10, 12, 18, 24, 36, 50) p (12, 16, 24, 28, 36, 42, 60)
11.2 & 11.3: Sequences What is now proven was once only imagined. William Blake.
Integers and Absolute Value COURSE 3 LESSON 1-3 Graph the points 2, –3, and 1 on a number line. 1-3.
+ Lesson 3B: Geometric Sequences + Ex 1: Can you find a pattern and use it to guess the next term? A) 3, 9, 27, … B) 28, 14, 7, 3.5,... C) 1, 4, 9, 16,...
Geometric and arithmetic sequences
EXAMPLE 1 Evaluate recursive rules Write the first six terms of the sequence. a. a 0 = 1, a n = a n – b. a 1 = 1, a n = 3a n – 1 SOLUTION a. a 0.
11.5 Recursive Rules for Sequences p What is a recursive rule for sequences? What does ! mean in math?
Over Lesson 7–7 5-Minute Check 1 Describe the sequence as arithmetic, geometric or neither: 1, 4, 9, 16, …? Describe the sequence as arithmetic, geometric,
8.1 Sequences.
Geometric Sequences and Series
Algebra 1 Notes: Lesson 1-6: Commutative and Associative Properties
sequences: Using Explicit and recursive formulas
What comes Next? Lesson 3.11.
Splash Screen.
Patterns & Sequences Algebra I, 9/13/17.
constant difference. constant
Find the common difference of each sequence.
Arithmetic & Geometric Sequences
7-8 Notes for Algebra 1 Recursive Formulas.
3-6 Arithmetic Sequences Warm Up Lesson Presentation Lesson Quiz
Chapter 8: Further Topics in Algebra
12.5 Recursive Rules with Sequences & Functions
12.5 use recursive rules w/ sequences & functions
Sequences & Series.
Unit 1 Test #3 Study Guide.
11.3 – Geometric Sequences.
9.4 Sequences.
Geometric Sequences.
Section 5.7 Arithmetic and Geometric Sequences
3-6 Arithmetic Sequences Warm Up Lesson Presentation Lesson Quiz
9.3 Geometric Sequences and Series
Notes Over 11.5 Recursive Rules
9.1: Introduction to Sequences
Chapter 11: Further Topics in Algebra
9.2 Arithmetic Sequences and Series
Introduction to Sequences
Warm-Up Write the first five terms of an = 4n + 2 a1 = 4(1) + 2
Lesson 12–3 Objectives Be able to find the terms of an ARITHMETIC sequence Be able to find the sums of arithmetic series.
Unit 3: Linear and Exponential Functions
10/31/12 Recognizing patterns Describe the growth pattern of this sequence of blocks. Illustrate the sequences of blocks for 4, 5, and 6. Try creating.
Chapter 9.1 Introduction to Sequences
Arithmetic Sequence A sequence of terms that have a common difference (d) between them.
8.5 Using Recursive Rules with Sequences
Recursive formulas Sequences: Lesson 3.
Arithmetic & Geometric Sequences
Lesson 6.7 Recursive Sequences
Sequences.
Presentation transcript:

Using Recursive Rules for Sequences So far you have worked with explicit rules for the nth term of a sequence, such as a n = 3n – 2 and a n = 3(2) n. An explicit rule gives a n as a function of the term’s position number n in the sequence. In this lesson you will learn another way to define a sequence — by a recursive rule. A recursive rule gives the beginning term or terms of a sequence and then a recursive equation that tells how a n is related to one or more preceding terms.

Evaluating Recursive Rules Write the first five terms of the sequence. Factorial numbers: a 0 = 1, a n = n • a n – 1 SOLUTION a 0 = 1 a 1 = 1 • a 0 = 1 • 1 = 1 a 2 = 2 • a 1 = 2 • 1 = 2 a 3 = 3 • a 2 = 3 • 2 = 6 a 4 = 4 • a 3 = 4 • 6 = 24

Evaluating Recursive Rules Write the first five terms of the sequence. Factorial numbers: a 0 = 1, a n = n • a n – 1 Fibonacci sequence: a 1 = 1, a 2 = 1, a n = a n – 2 + a n – 1 SOLUTION a 0 = 1 a 1 = 1 a 1 = 1 • a 0 = 1 • 1 = 1 a 2 = 1 a 2 = 2 • a 1 = 2 • 1 = 2 a 3 = a 1 + a 2 = 1 + 1 = 2 a 3 = 3 • a 2 = 3 • 2 = 6 a 4 = a 2 + a 3 = 1 + 2 = 3 a 4 = 4 • a 3 = 4 • 6 = 24 a 5 = a 3 + a 4 = 2 + 3 = 5

Evaluating Recursive Rules Factorial numbers are denoted by a special symbol, !, called a factorial symbol. The expression n! is read “n factorial” and represents the product of all integers from 1 to n. Here are several factorial values. 0! = 1 (by definition) 1! = 1 2! = 2 • 1 = 2 3! = 3 • 2 • 1 = 6 4! = 4 • 3 • 2 • 1 = 24 5! = 5 • 4 • 3 • 2 • 1 = 120

Evaluating Recursive Rules ACTIVITY Developing Concepts INVESTIGATING RECURSIVE RULES 1 Find the first five terms of each sequence. a 1 = 3 a 1 = 3 a n = a n – 1 + 5 a n = 2a n – 1 2 Based on the lists of terms you found in Step 1, what type of sequence is the first recursive rule? the second recursive rule?

Writing a Recursive Rule for an Arithmetic Sequence Write the indicated rule for the arithmetic sequence with a 1 = 4 and d = 3. an explicit rule SOLUTION From a previous lesson you know that an explicit rule for the nth term of the arithmetic sequence is: a n = a 1 + (n – 1) d General explicit rule for a n = a1 + (n – 1)d 4 3 Substitute for a 1 and d. = 1 + 3n Simplify.

Writing a Recursive Rule for an Arithmetic Sequence Write the indicated rule for the arithmetic sequence with a 1 = 4 and d = 3. a recursive rule SOLUTION To find the recursive equation, use the fact that you can obtain a n by adding the common difference d to the previous term. a n = a n – 1 + d General recursive rule for a n = a n – 1 + d 3 Substitute for d. A recursive rule for the sequence is a 1 = 4, a n = a n – 1 + 3.

Writing a Recursive Rule for a Geometric Sequence Write the indicated rule for the geometric sequence with a 1 = 3 and r = 0.1. an explicit rule SOLUTION From previous lesson you know that an explicit rule for the nth term of the geometric sequence is: a n = a 1 r n – 1 General explicit rule for a n = a1r n – 1 3(0.1) n – 1 Substitute for a 1 and r.

Writing a Recursive Rule for a Geometric Sequence Write the indicated rule for the geometric sequence with a 1 = 3 and r = 0.1. a recursive rule SOLUTION To write a recursive rule, use the fact that you can obtain an by multiplying the previous term by r. a n = r • a n – 1 General recursive rule for a n = r • a n – 1 (0.1) Substitute for r. A recursive rule for the sequence is a 1 = 3, a n = (0.1)a n – 1.

Writing a Recursive Rule Write a recursive rule for the sequence 1, 2, 2, 4, 8, 32, … SOLUTION Beginning with the third term in the sequence, each term is the product of the two previous terms. Therefore, a recursive rule is given by: a 1 = 1, a 2 = 2, a n = a n – 2 • a n – 1

Using Recursive Rules in Real Life FISH A lake initially contains 5200 fish. Each year the population declines 30% due to fishing and other causes, and the lake is restocked with 400 fish. Write a recursive rule for the number a n of fish at the beginning of the nth year. How many fish are in the lake at the beginning of the fifth year? SOLUTION Because the population declines 30% each year, 70% of the fish remain in the lake from one year to the next, and new fish are added. Verbal Model Fish at start of nth year Fish at start of (n – 1)st year New fish added = 0.7 + Labels Fish at start of nth year = a n Fish at start of (n – 1)st year = a n – 1 New fish added = 400 a n = (0.7)a n – 1 + 400 Algebraic Model

Using Recursive Rules in Real Life FISH A lake initially contains 5200 fish. Each year the population declines 30% due to fishing and other causes, and the lake is restocked with 400 fish. Write a recursive rule for the number a n of fish at the beginning of the nth year. How many fish are in the lake at the beginning of the fifth year? SOLUTION A recursive rule is: a 1 = 5200, a n = (0.7)a n – 1 + 400 Find a 5: a 5 = (0.7) a n – 1 + 400 a 4 2659.6 = 2261.72  2262 a 4 = (0.7) a n – 1 + 400 a 3 3228 = 2659.6 a 3 = (0.7) a n – 1 + 400 a 2 4040 = 3228 a 2 = (0.7) a n – 1 + 400 a 1 5200 = 4040 There are about 2262 fish in the lake at the beginning of the fifth year.

Using Recursive Rules in Real Life FISH A lake initially contains 5200 fish. Each year the population declines 30% due to fishing and other causes, and the lake is restocked with 400 fish. What happens to the population of fish in the lake over time? SOLUTION You can use a graphing calculator to determine what happens to the lake’s fish population over time. Observe that the numbers approach about 1333 as n gets larger. Over time, the population of fish in the lake stabilizes at about 1333 fish.