Section 2.4 Recursive Sequences and Series

Slides:



Advertisements
Similar presentations
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Advertisements

I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Choi 2012 What is a Series? A series is the sum of terms of a sequence. The sum of the first n terms in a sequence is denoted as S n. S 5  the sum of.
The Sequence of Fibonacci Numbers and How They Relate to Nature November 30, 2004 Allison Trask.
Patterns and sequences
Geometric Sequences and Series Part III. Geometric Sequences and Series The sequence is an example of a Geometric sequence A sequence is geometric if.
Geometric Sequences and Series
9/8/2015Math SL1 - Santowski1 Lesson 30 - Summation Notation & Infinite Geometric Series Math SL1 - Santowski.
Sullivan Algebra and Trigonometry: Section 13.2 Objectives of this Section Determine If a Sequence Is Arithmetic Find a Formula for an Arithmetic Sequence.
Copyright © Cengage Learning. All rights reserved.
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2011 Hawkes Learning Systems. All rights reserved. Hawkes Learning Systems: Developmental.
Notes 9.4 – Sequences and Series. I. Sequences A.) A progression of numbers in a pattern. 1.) FINITE – A set number of terms 2.) INFINITE – Continues.
Series and Sequences An infinite sequence is an unending list of numbers that follow a pattern. The terms of the sequence are written a1, a2, a3,...,an,...
Section 12-1 Sequence and Series
13.4 Geometric Sequences and Series Example:3, 6, 12, 24, … This sequence is geometric. r is the common ratio r = 2.
Sequences & Series Section 13.1 & Sequences A sequence is an ordered list of numbers, called terms. The terms are often arranged in a pattern.
By Steven Cornell.  Was created by Leonardo Pisano Bogollo.  It show’s the growth of an idealized rabbit population.
Infinite Geometric Series Recursion & Special Sequences Definitions & Equations Writing & Solving Geometric Series Practice Problems.
Math II UNIT QUESTION: How is a geometric sequence like an exponential function? Standard: MM2A2, MM2A3 Today’s Question: How do you recognize and write.
Notes 8.4 – MULTIPLYING SPECIAL CASES
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.
Do Now Solve the inequality and come up with a real world scenario that fits the solution. Also Pick up a textbook.
Series and Sequences An infinite sequence is an unending list of numbers that follow a pattern. The terms of the sequence are written a1, a2, a3,...,an,...
Week 5 Warm Up { -3, 8, 19, 30, 41, . . } n = 3 1) tn = 2) tn - 1 =
Geometric Sequences and Series
11.2 Arithmetic Sequences.
Patterns and Sequences
Sequences and Series 9.1.
Is the sequence arithmetic, geometric, or neither
Sequences and Series.
Ch. 8 – Sequences, Series, and Probability
Work out the nth term for each section
Section 6.1 Simplifying Rational Expressions and NPV’s
Pre Calculus 11 Section 1.5 Infinite Geometric Series
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Section 2.1 Angles in Standard Position
Section 6.3 Adding and Subtracting Rational Expressions
Geometric Sequences and Series
Section 6.2 Multiplying and Dividing Rational Expressions
Grade 11 Functions (MCR3U)
Pre Calculus 11 Section 1.4 Geometric Series
Pre Calculus 11 Section 1.3 Geometric Sequences
Section 2.2 Geometric Sequences
Pre Calculus 11 Section 1.2 Arithmetic Series
Section 1.6 Sigma Notations and Summation
Section 2.1 Arithmetic Sequences and Series
Section 2.3 Geometric Series
Section 2.4 Cosine Law © Copyright all rights reserved to Homework depot:
9.2 Arithmetic Sequences and Series
Section 12.1 Sequences and Section 12.2 Arithmetic Sequences
Section 2.7 Prime Factorization
Section 2.2 Zero and Negative Exponents
Section 2.1 Solving for Exponents Worksheet
Section 2.5 Sigma Notations and Summation
Section 3.6 Basic Trigonometric Identities
Solving Equations 3x+7 –7 13 –7 =.
Section 2.3 Fractional Exponents
Puzzle A Puzzle B.
Ch3/4 Lesson 1 Review on factoring trinomials
Section 3.4 Sine Law and Cosine Law
Example Make x the subject of the formula
Section 5.1 Basics with Radicals
Arithmetic and Geometric Sequences
Unit 1 – Section 4 “Recursive and Explicit Formula” Part 2
Section 2.6 Rationalizing Radicals
Does each term increase/decrease by the same added amount each time?
Warm Up Write the first 4 terms of each sequence:
Section 12.3 Geometric Sequences; Geometric Series
Section 1.3 Prime Factorization
Presentation transcript:

Section 2.4 Recursive Sequences and Series i) Concept of Recursive Sequences ii) Fibonacci Sequence iii) Phone Tree iv) Rabbit Population Question © Copyright all rights reserved to Homework depot: www.BCMath.ca

I) Telescoping Series A series where many terms in the series cancel each other out and a fixed number of terms are left for the sum Ex: Find the sum of the series:

An extension of the telescoping series is when the terms in the denominator differ by more than one Ex: Find the sum of the series:

Sum of squares: Note: Here are some basic formulas Start off with this formula for the basic proof of sum of squares:

Take the sum of all the rows

Challenge: Find the sum

What are recursive Sequences: A recursive sequence is a sequence where each term (tn) is defined from earlier terms (tn-1 or tn-2) in the sequence. Examples: 2, 4, 6, 10, 16, 26, 42,…. 2, 4, 7, 27, 188, ….. 1, 2, -3, -5, -16, ….. The Fibonacci Sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, …… Ex: Given that t1 = 0, t2 = 3 and tn= tn-1+2 (tn-2), find t7 Sum of the previous two terms Product of the previous two terms minus one tn = (tn-2)2 – (tn-1)2

Ex: Find the first 4 terms of the sequence The first four terms will be:

Applications of Recursive Sequences: Programming: C++, C Using input from a previous code Nature: Plants, tree branches, flowers (# of leaves) Golden Ratio/Fibonacci Numbers Count the number of branches in each stage The number of branches in each stage is the same as the Fibonacci sequence

Ex: A principle starts a phone tree by calling 2 teachers Ex: A principle starts a phone tree by calling 2 teachers. Each teacher is to call two other teachers down the tree. If there are 500 teachers in the school and each call takes 2 minutes, how long will it take to phone all the teachers if the first phone call started at 9:00pm?

The number of teachers in each level is a recursive sequence: Each additional level will be an extra 2 minutes to contact everyone Figure out at which level will a total of 500 people be contacted By the 13th level, all 500 teachers will be contacted The amount of time to contact all teacher at the 13th level will be: Therefore, all teachers will be contacted by 9:24pm.

Ex: What are the 4th, 5th and 6th terms of this sequence?

Challenge: Given the equation: Evaluate the following:

Math Prize for Girls