12 FURTHER MATHEMATICS Modelling growth and decay using recursion.

Slides:



Advertisements
Similar presentations
Unit 9. Unit 9: Exponential and Logarithmic Functions and Applications.
Advertisements

Exponential Functions o Work on Exploration 1: Exponential Functions page 22 o Definition of Exponential Function o Graphs of Exponential Growth & Decay.
AE1APS Algorithmic Problem Solving John Drake
CALCULATOR MANIPULATION. Due to the differences in calculators you will have to be able to use your own effectively.
Sequences Ordered Patterns. 8/31/2013 Sequences 2 The art of asking the right questions in mathematics is more important than the art of solving them.
Chapter 11 Section 1 Introduction to Difference Equations.
Random Sampling using RAN#. Random Sampling using Ran# The Ran#: Generates a pseudo random number to 3 decimal places that is less than 1. i.e. it generates.
Random Sampling using RANDOM. Random: Generates a pseudo random number to 3 decimal places that is less than 1. i.e. it generates a random number in the.
RECURSIVE PATTERNS WRITE A START VALUE… THEN WRITE THE PATTERN USING THE WORDS NOW AND NEXT: NEXT = NOW _________.
Patterns and Sequences
NO CALCULATORS!!!!!!!.  Integers are the whole numbers and their opposites (no decimal values!)  Example: -3 is an integer  Example: 4 is an integer.
Special Topics. Definitions Random (not haphazard): A phenomenon or trial is said to be random if individual outcomes are uncertain but the long-term.
Lesson 6.1 Recursive Routines
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 6 Value- Returning Functions and Modules.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Copyright © 2011 Pearson Education, Inc. Slide
How do I collect sample data from population? 7.6 Sample Data and Populations Example 1 Collect data by randomly sampling A gym has 467 female members.
Operations with Integers
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Section 1.1 Number Patterns Definition: A sequence is an ordered arrangement of numbers, symbols or pictures in which each item or term follows another.
Spot the Pattern Look for the pattern with the sequence of number and write the next 2 numbers in the pattern. 5, 8, 11, 14, , 10,
Recurrence Relations Recurrence relations are a further method of modelling growth. They are used to predict the next value in a number pattern The relation.
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.
Random UNPREDICTABLE NUMBERS. A FEW APPLICATIONS THAT USE RANDOM…. Predictions for life expectance used in insurance Business simulations Games (Give.
HW# Do Now Aim : How do we write the terms of a Sequence ?
Algebra n th Term. Algebra When we are working to find the n th term we are looking to find patterns in number sequences.
7’s Chris Clements Properties of Number Divisibility tests 8’s9’s.
Lessly Model Population Growth and Decay. Terms Ages – This is the ages of the animal broken into equal parts. Birth Rate – This is the rate at which.
Numbers Properties Learning Objective: Recognise and use multiples, factors, common factor, highest common factor, lowest common multiple and primes; find.
Geometric Sequences, Exponential Equations, Exponential Growth and Decay.
Calculating with Negatives THE FOUR RULES AND NEGATIVE NUMBERS.
Algebra Relationships. Note 1: Linear Patterns Linear Patterns are sequences of numbers where the difference between successive terms is always the same.
Recursive Formulas for Sequences Algebra II CP Mrs. Sweet
Graph each ordered pair on a coordinate plane. 1.(2, –4) 2.(0, 3) 3. (–1, –2) 4.(–3, 0) Give coordinates for each ordered pair on the graph. 5.A 6.B 7.C.
CME Mathematics II Chapter 4 Functions Objectives: Identify and describe patterns in tables Use differences to decide what type of function can fit a table.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 11 Further Topics in Algebra.
Recursive Routines Algebra 1. Recursive Routines An ordered list of numbers defined by a starting value and a rule An ordered list of numbers defined.
To explore exponential growth and decay To discover the connection between recursive and exponential forms of geometric sequences.
 Think of a number (single digits are easiest)  Multiply it by 10  Add 6  Divide by 2  Add 2  Divide by one more than your original number  The.
12 FURTHER MATHEMATICS Modelling linear growth and decay.
Bellwork 1) Find the fifth term of the sequence: a n = 3n + 2 a n = 3n + 2 2) Find the next three terms of the sequence 3, 5, 7, 9, 11, … Explain your.
8.1 – Sequences and Series. Sequences Infinite sequence = a function whose domain is the set of positive integers a 1, a 2, …, a n are the terms of the.
Rules for the nth term in a sequence modelling linear growth or decay
Math in Our World Section 2.1 The Nature of Sets.
Fractions to Decimals.
Ch. 8 – Sequences, Series, and Probability
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:
Finding rational numbers between rational numbers
MODELING IN MATHEMATICS
12 Further mathematics Rules for the nth term in a sequence modelling
Arithmetic Sequences as functions
SEQUENCES WHAT IS A SEQUENCE?
Number Patterns Name: ______________________________
Dr. Fowler  CCM Functions.
Notes Over 11.5 Recursive Rules
Bellwork Find the fifth term of the sequence: an = 3n + 2
THE NORMAL DISTRIBUTION AND THE 68–95–99.7% RULE
Topics Introduction to Value-returning Functions: Generating Random Numbers Writing Your Own Value-Returning Functions The math Module Storing Functions.
CALCULATING EQUATION OF LEAST SQUARES REGRESSION LINE
MODULE – 1 The Number System
Patterns and Sequences
12 Further mathematics Recurrence relations.
62 – Sequences and Series Day 1 Calculator Required
Write the recursive and explicit formula for the following sequence
Warm-Up Study the patterns below to determine the next five numbers in each sequence. You may use the calculator to check your answers. 2, 4, 6, 8, 10...
Calculate 81 ÷ 3 = 27 3 x 3 x 3 3 x 3 x 3 x 3 ÷ 3 = This could be written as
Precedence tables and activity networks
Presentation transcript:

12 FURTHER MATHEMATICS Modelling growth and decay using recursion

Sequences A list of numbers, written down in succession, is called a sequence. Each of the numbers in a sequence is called a term. We write the terms of a sequence as a list, separated by commas. If a sequence continues indefinitely, or if there are too many terms in the sequence to write them all, we use an ellipsis, ‘... ’, at the end of a few terms of the sequence like this: 12, 22, 5, 6, 16, 43,...

Modelling growth and decay using recursion The terms in this sequence of numbers could be the ages of the people boarding a plane. The age of these people is random so this sequence of numbers is called a random sequence. There is no pattern or rule that allows the next number in the sequence to be predicted. Some sequences of numbers do display a pattern. For example, this sequence 1, 3, 5, 7, 9,... has a definite pattern and so this sequence is said to be rule-based. The sequence of numbers has a starting value. We add 2 to this number to generate the term 3. Then, add 2 again to generate the term 5, and so on. The rule is ‘add 2 to each term’.

Modelling growth and decay using recursion

Using a calculator to generate a sequence of numbers from a rule All of the calculations to generate sequences from a rule are repetitive. The same calculations are performed over and over again – this is called recursion. A calculator can perform recursive calculations very easily, because it automatically stores the answer to the last calculation it performed, as well as the method of calculation.

Modelling growth and decay using recursion

WORK TO BE COMPLETED Exercise 8A – All Questions