Chapter 13: Sequences & Series L13.2 Recursive Definitions + Function Iteration.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Warm-up Finding Terms of a Sequence
13.2: Arithmetic and Geometric Sequences Recursive Definitions.
7.5 Use Recursive Rules with Sequences and Functions
Arithmetic Sequences Notes. Definitions Sequence is a set of numbers arranged in a particular order. Term is one of the set of numbers in a sequence.
Lesson 4-4: Arithmetic and Geometric Sequences
Geometric Sequences and Series
11.5 = Recursion & Iteration. Arithmetic = adding (positive or negative)
Arithmetic Sequence Chapter 2, lesson C. IB standard Students should know Arithmetic sequence and series; sum of finite arithmetic series; geometric sequences.
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…
Review of Sequences and Series.  Find the explicit and recursive formulas for the sequence:  -4, 1, 6, 11, 16, ….
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…
Ch.9 Sequences and Series Section 3 – Geometric Sequences.
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.
Recursion. The Fibonacci sequence presented in 1201 by Leonardo Fibonacci is one of the most famous. It looks like this 1, 1, 2, 3, 5, 8, 13, 21, 34,
1 Topics Recursion sections 8.1 – Recursion A recursively defined sequence –First, certain initial values are specified –Later terms of the sequence.
13.2: Arithmetic and Geometric Sequences
Acc. Coordinate Algebra / Geometry A Day 36
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)
Standard Accessed: Students will analyze sequences, find sums of series, and use recursive rules.
Infinite Geometric Series Recursion & Special Sequences Definitions & Equations Writing & Solving Geometric Series Practice Problems.
Sequences & Series: Arithmetic, Geometric, Infinite!
11.2 & 11.3: Sequences What is now proven was once only imagined. William Blake.
4.2B Geometric Explicit and Recursive Sequences
Arithmetic and Geometric Sequences. Determine whether each sequence is arithmetic, geometric, or neither. Explain your reasoning. 1. 7, 13, 19, 25, …2.
4.2A Arithmetic Explicit and Recursive Sequences
Review of Sequences and Series
+ 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,...
Unit 10: Sequences & Series By: Saranya Nistala. Unit Goal: I can find and analyze arithmetic and geometric sequences and series. Key Concepts:  Define.
Se quences Recursive Definition Ch. 13 (2). Warm Up Find the first 4 terms of the sequence. State whether it is arithmetic, geometric or neither
13.2 – Recursive Definitions Essential Question: How and when is a recursive definition used?
{1, 1, 2, 3, 5, 8, 13, 21,...} What is this? Fibonacci Sequence.
Lesson 3A: Arithmetic Sequences Ex 1: Can you find a pattern and use it to guess the next term? A) 7, 10, 13, 16,... B) 14, 8, 2, − 4,... C) 1, 4, 9,
Unit 4: Sequences & Series 1Integrated Math 3Shire-Swift.
Arithmetic and Geometric Sequences.
Review Find the explicit formula for each arithmetic sequence.
4-7 Arithmetic Sequences
Geometric Sequences and Series
Arithmetic and Geometric Means
Warm up f(x) = 3x + 5, g(x) = x – 15, h(x) = 5x, k(x) = -9
Is the sequence arithmetic, geometric, or neither
Sequences and Series.
Splash Screen.
Using Recursive Rules for Sequences
7-8 Notes for Algebra 1 Recursive Formulas.
12.5 use recursive rules w/ sequences & functions
Notes Over 11.5 Recursive Rules
Warm-Up Find the sum of the infinite geometric series, if it exists.
Warm up f(x) = 3x + 5, g(x) = x – 15, h(x) = 5x, k(x) = -9
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.
Warm Up.
Module 3 Arithmetic and Geometric Sequences
Write the recursive and explicit formula for the following sequence
Welcome Is the number 27 a term in the sequence represented by the explicit formula an = 4n – 1? Is the number 97 a term in the sequence represented by.
Chapter 10 Review.
Classwork: Explicit & Recursive Definitions of
Homework: Explicit & Recursive Definitions of
Arithmetic Sequence A sequence of terms that have a common difference between them.
Arithmetic Sequence A sequence of terms that have a common difference (d) between them.
8.5 Using Recursive Rules with Sequences
Module 3 Arithmetic and Geometric Sequences
4-7 Arithmetic Sequences
1.6 Geometric Sequences Geometric sequence: a sequence in which terms are found by multiplying a preceding term by a nonzero constant.
Warm Up Write the first 4 terms of each sequence:
Introduction to Arithmetic Sequences
Recursive formulas Sequences: Lesson 3.
Lesson 6.7 Recursive Sequences
Presentation transcript:

Chapter 13: Sequences & Series L13.2 Recursive Definitions + Function Iteration

Warmup Examine each sequence and tell how you would compute the 20 th term if you were given the 19 th term: 1) 6, 15, 24, 33, … 2) 5, 10, 20, 40, … 3) 1, 2, 6, 24, 120, … 4) −1, −3, −5, −7, … 5) 1, 3, 7, 15, 31, … 6) 1, 2, 8, 64, 1024, … t 20 = t t 20 = 2·t 19 t 20 = 20·t 19 t 20 = t 19 – 2 t 20 = 2·t or t 20 = t t 20 = 2 19 ·t 19 These example computations involve recursion – defining something in terms of itself / relying on what has preceded.

Explicit vs. Recursive Definitions In Lesson 13.1, all sequence definitions were explicit. You can find the value of any term given the formula. Ex: Find the 1 st six terms and the 100 th term of the sequence in which t n = n 2 – 1 t 1 = 1 2 – 1 = 0 t 2 = 2 2 – 1 = 3 t 3 = 3 2 – 1 = 8 t 4 = 4 2 – 1 = 1 t 5 = 5 2 – 1 = 24 t 6 = 6 2 – 1 = 35 t 100 = – 1 = 9,999

Explicit vs. Recursive Definitions A recursive definition of a sequence has 2 parts: –An initial condition that tells how the sequence starts. –A recursive formula that tells how any term in the sequence is related to the preceding term(s). Ex: Find the 1 st six terms and the 100 th term of the sequence in which t 1 = 3 and t n = t n for all n > 1 t 1 = 3 t 4 = t = 9 t 5 = t = 11 t 6 = t = 13 t 100 = t = ?? Finding the 100 th term requires the prior, 99 th term! In this particular case, since this is an arithmetic sequence with t 1 = 3 and d = 2, we can deduce the explicit formula. T 100 = 3 + (100 – 1)2 = 201 a.k.a. “seed” value t 2 = t = 5 t 3 = t = 7

It is generally straight-forward to convert between explicit and recursive sequence definitions: Arithmetic: Recursive: t 1 = 3, t n = t n-1 + 4, n > 1 → 3, 7, 11, …. (d = 4) Geometric: Explicit: t n = 3(2) n (t 1 = 6, r = 2) Some sequences can only be defined recursively; e.g., The Fibonacci Sequence: t 1 = 1, t 2 = 1, t n = t n-2 + t n-1, n > 2 Explicit vs. Recursive Definitions to Explicit: t n = t 1 + (n – 1)d = 3 + (n – 1)(4) t n = 4n – 1 to Recursive: t 1 = 6, t n = 2·t n-1, n > 1 initial condition recursion formula

Recursive definitions are – important tools in modeling – easier to set up since they reflect what is directly observed – widely used in computer programming. EXAMPLE: The population of a certain country is currently 8.5 million and grows as a result of two conditions: – The annual growth rate for those currently living in the country is 2% – The net migration is 50,000 people into the country every year Give a recursive definition for the population in n years. P 0 = 8.5 X 10 6, P n = P n-1 (1 +.02) + 50,000, n > 0 What will the population be in 5 years from now? P 1 = (8.5 X 10 6 )(1.02) + 50,000 = X 10 6 P 2 = (8.720 X 10 6 )(1.02) + 50,000 = X 10 6 P 3 = (8.944 X 10 6 )(1.02) + 50,000 = X 10 6 P 4 = (9.173 X 10 6 )(1.02) + 50,000 = X 10 6 P 5 = (9.407 X 10 6 )(1.02) + 50,000 = X 10 6 Recursive Definitions Luckily we did not ask for 20 years out!

Function Iteration combines function composition with the concept of recursion It involves composing a function with itself repeatedly: (f o f)(x) = f(f(x)), (f o f o f)(x) = f(f(f(x))), etc. Examples: 1. Find first three iterates, x 1, x 2, and x 3 of f(x) = 3x + 1 for an initial value, x 0 = Find first three iterates, x 1, x 2, and x 3 of f(x) = x for an initial value, x 0 = 2. Special Topic: Function Iteration f(5) = 3·5 + 1 = 16; f(16) = 3· = 49; f(49) = 3· = 148 x o x 1 x 2 x 3 f(2) = = 7; f(7) = = 52; f(52) = = 2707 x o x 1 x 2 x 3