12.5 Recursive Rules with Sequences & Functions

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

OBJECTIVE We will find the missing terms in an arithmetic and a geometric sequence by looking for a pattern and using the formula.
Last Time Arithmetic SequenceArithmetic Series List of numbers with a common difference between consecutive terms Ex. 1, 3, 5, 7, 9 Sum of an arithmetic.
7.5 Use Recursive Rules with Sequences and Functions
Bellwork:  Determine whether each of the following is Arithmetic (something was added each time), Geometric ( something was multiplied each time), or.
Lesson 4-4: Arithmetic and Geometric Sequences
11.5 = Recursion & Iteration. Arithmetic = adding (positive or negative)
What are two types of Sequences?
F—06/11/10—HW #79: Pg 663: 36-38; Pg 693: odd; Pg 671: 60-63(a only) 36) a(n) = (-107\48) + (11\48)n38) a(n) = – 4.1n 60) 89,478,48562) -677,985,854.
Math 3 - Module 6 Honors Topics.
Homework Questions. Number Patterns Find the next two terms, state a rule to describe the pattern. 1. 1, 3, 5, 7, 9… 2. 16, 32, 64… 3. 50, 45, 40, 35…
13.4 Geometric Sequences and Series Example:3, 6, 12, 24, … This sequence is geometric. r is the common ratio r = 2.
Week 4 Warm Up ) Geometric or Arithmetic? -2, 4, -8, 16, -32, 64,…
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Algebra II Chapter : Use Recursive Rules with Sequences and Functions HW: p (4, 10, 14, 18, 20, 34)
11.2 & 11.3: Sequences What is now proven was once only imagined. William Blake.
Arithmetic and Geometric Sequences. Determine whether each sequence is arithmetic, geometric, or neither. Explain your reasoning. 1. 7, 13, 19, 25, …2.
+ 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 Sequences. Warm Up What do all of the following sequences have in common? 1. 2, 4, 8, 16, …… 2. 1, -3, 9, -27, … , 6, 3, 1.5, …..
Arithmetic Recursive and Explicit formulas I can write explicit and recursive formulas given a sequence. Day 2.
11.5 Recursive Rules for Sequences p What is a recursive rule for sequences? What does ! mean in math?
Warm up Write the exponential function for each table. xy xy
Unit 9: Sequences and Series. Sequences A sequence is a list of #s in a particular order If the sequence of numbers does not end, then it is called an.
11.2 Arithmetic Sequences & Series
Given an arithmetic sequence with
Sequences Arithmetic Sequence:
11.3 Geometric Sequences & Series
11.3 Geometric Sequences & Series
Geometric Sequences and Series
11.2 Arithmetic Sequences.
Arithmetic and Geometric Sequences
11.2 Arithmetic Sequences & Series
11.2 Arithmetic Sequences & Series
What comes Next? Lesson 3.11.
Patterns & Sequences Algebra I, 9/13/17.
Module 1 Day 1 Evaluating Functions.
Sequences Describe the pattern in the sequence and identify the sequence as arithmetic, geometric, or neither. 7, 11, 15, 19, … 7, 11, 15, 19, … Answer:
Arithmetic & Geometric Sequences
4.7: Arithmetic sequences
Arithmetic Sequences.
Warm up Write the exponential function for each table. x y x
Sequences & Series.
Unit 1 Test #3 Study Guide.
11.3 – Geometric Sequences.
12.2A Arithmetic Sequences
Review of Recursive Rules:
11.3 Geometric Sequences.
Geometric Sequence The ratio of a term to it’s previous term is constant. This means you multiply by the same number to get each term. This number that.
12.3 Geometric Sequences & Series
9-3 Geometric Sequences & Series
Chapter 7: Sequences & Series (pgs )
Geometric Sequences.
4-7 Sequences and Functions
10.2 Arithmetic Sequences and Series
Geometric Sequences.
Notes Over 11.5 Recursive Rules
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Arithmetic Sequence A sequence of terms that have a common difference between them.
Geometric Sequence The ratio of a term to it’s previous term is constant. This means you multiply by the same number to get each term. This number that.
Module 3 Arithmetic and Geometric Sequences
9.3 Geometric Sequences & Series
Arithmetic Sequence A sequence of terms that have a common difference between them.
Advanced Math Topics Mrs. Mongold
Arithmetic Sequence A sequence of terms that have a common difference (d) between them.
8.5 Using Recursive Rules with Sequences
1.6 Geometric Sequences Geometric sequence: a sequence in which terms are found by multiplying a preceding term by a nonzero constant.
Recursive formulas Sequences: Lesson 3.
Arithmetic & Geometric Sequences
Lesson 6.7 Recursive Sequences
Sequences.
Presentation transcript:

12.5 Recursive Rules with Sequences & Functions Alg II

Explicit Rule A function based on a term’s position, n, in a sequence. All the rules for the nth term that we’ve been working with are explicit rules; such as an=a1rn-1.

Recursive Rule Gives the first term(s) of a sequence and an equation that relates the given term(s) to the next terms in the sequence. For example: Given a0=1 and an=an-1-2 The 1st five terms of this sequence would be: a0, a1, a2, a3, a4 OR 1, -1, -3, -5, -7

Ex. 1: Write the 1st 5 terms of the sequence. a1=2, a2=2, an=an-2-an-1 a3=a3-2-a3-1=a1-a2=2-2=0 a4=a4-2-a4-1=a2-a3=2-0=2 a5=a5-2-a5-1=a3-a4=0-2=-2 2, 2, 0, 2, -2 2nd term 1st term

Recursive Equations for…  

So, a recursive rule would be a1=15, an=an-1+5 Ex. 2: Write the indicated rule for the arithmetic sequence with a1=15 and d=5. Recursive rule (*Use the idea that you get the next term by adding 5 to the previous term.) Or an=an-1+5 So, a recursive rule would be a1=15, an=an-1+5 Explicit rule an=a1+(n-1)d an=15+(n-1)5 an=15+5n-5 an=10+5n

So, a recursive rule for the sequence would be a1=4, an=0.2an-1 Ex. 3: Write the indicated rule for the geometric sequence with a1=4 and r=0.2. Explicit rule an=a1rn-1 an=4(0.2)n-1 Recursive rule (*Use the idea that you get the next term by multiplying the previous term by 0.2) Or an=r*an-1=0.2an-1 So, a recursive rule for the sequence would be a1=4, an=0.2an-1

12-5B Recursive Rules with Sequences & functions

Iteration  

   

Ex. 2 Write a recursive rule for the sequence 1,2,2,4,8,32,… . First, notice the sequence is neither arithmetic nor geometric. So, try to find the pattern. Notice each term is the product of the previous 2 terms. Or, an-1*an-2 So, a recursive rule would be: a1=1, a2=2, an= an-1*an-2

Ex. 3: Write a recursive rule for the sequence 1,1,4,10,28,76. Is the sequence arithmetic, geometric, or neither? Find the pattern. 2 times the sum of the previous 2 terms Or 2(an-1+an-2) So the recursive rule would be: a1=1, a2=1, an= 2(an-1+an-2)

Assignment