12 Further mathematics Recurrence relations.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Advertisements

Alphabet Cheer!.
A sequence is a set of numbers arranged in a definite order
Kavita Hatwal Fall Sequences and Induction.
1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
RECURSIVE PATTERNS WRITE A START VALUE… THEN WRITE THE PATTERN USING THE WORDS NOW AND NEXT: NEXT = NOW _________.
Lesson 5-1 Example Translate the sentence to an inequality. 4 plus 3 times a number is less than 5. Step 1Determine the operation. The word “times”
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 11 Further Topics in Algebra.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 10 Further Topics in Algebra.
What are two types of Sequences?
Chapter 5: Sequences, Mathematical Induction, and Recursion 5.9 General Recursive Definitions and Structural Induction 1 Erickson.
Sequences and Summations Section 2.4. Section Summary Sequences. – Examples: Geometric Progression, Arithmetic Progression Recurrence Relations – Example:
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Chapter 8 Real Numbers and Introduction to Algebra.
Algebraic Expressions
Chapter 1 Section 3. Objectives 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Evaluate algebraic expressions, given values for the variables.
Unit #1 Expressions Definition Algebraic Expression An algebraic expression is a mathematical phrase that can contain ordinary numbers, variables (like.
Substituting into expressions.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Chapter 1 Real Numbers and Introduction to Algebra.
VARIABLES & EXPRESSIONS 1-1. VOCABULARY Variable – a letter that stands for a number Variable Expression – mathematical phrase that uses variables, numerals,
SEQUENCES. Introduction The symbols and words of Sequences n is a symbol used all the time in sequences n simply represents a counting number.
Translating Verbal Expressions COS: 5.0, 5.1. Vocabulary 1.A variable is a letter used to represent an unknown value. What is the root word for variable???
12 FURTHER MATHEMATICS Modelling growth and decay using recursion.
12 FURTHER MATHEMATICS Modelling geometric growth and decay.
Fibonacci’s rabbits Fibonacci posed the following problem:
Rules for the nth term in a sequence modelling linear growth or decay
Year 9 Mathematics Algebra and Sequences
Arithmetic and Geometric Sequences.
8.1 Sequences.
English Pronunciation
Variables and Expressions
Sequences.
Arithmetic Sequences Explicit Formulas.
Using Recursive Rules with Sequences
Numerical Analysis Lecture12.
The symbol for summation is the Greek letter Sigma, S.
Discrete Mathematics Lecture#14.
Using Determinants to solve systems of equations
Formal Language.
Introduction to Algebra
Objective: Be able to add and subtract directed numbers.
Arithmetic & Geometric Sequences
Using Recursive Rules for Sequences
Sequences Objectives:
ANATOMY OF SIGMA: summation notation
Copyright © Cengage Learning. All rights reserved.
What is a sequence? MX233 and College algebra
Variable Expressions 2009 SOL A.1
12 Further mathematics Rules for the nth term in a sequence modelling
Investigating associations between categorical variables
Use of symbols Objectives:
Dr. Fowler  CCM Functions.
Notes Over 11.5 Recursive Rules
Patterning & Algebra Grade
Graphs, Linear Equations, and Functions
Patterns and Algebraic rules
Algebra 1 Section 5.2.
CSE322 Regular Expressions and their Identities
THE NORMAL DISTRIBUTION AND THE 68–95–99.7% RULE
Chapter 1 Section 3.
Just Basic Lessons 7&8 Mr. Kalmes.
Variables and Expressions 1-1
Binary, permutation, communication and dominance matrices
15.
Objective: Be able to add and subtract directed numbers.
8.5 Using Recursive Rules with Sequences
1×1=1 11×11= ×111= ×1111= ×11111= ×111111= × = × =
FUNCTION MACHINES This is a function machine: Input output
Precedence tables and activity networks
Sequences Objectives:
Presentation transcript:

12 Further mathematics Recurrence relations

Recurrence relations A recurrence relation is a mathematical rule that we can use to generate a sequence. It has two parts: 1 a starting point: the value of one of the terms in the sequence 2 a rule that can be used to generate successive terms in the sequence. For example, in words, a recursion rule that can be used to generate the sequence: 10, 15, 20, . . . can be written as follows: 1 Start with 10. 2 To obtain the next term, add 5 to the current term and repeat the process.

Recurrence relations A more compact way of communicating this information is to translate this rule into symbolic form. We do this by defining a subscripted variable. Here we will use the variable Vn, but the V can be replaced by any letter of the alphabet. Let Vn be the term in the sequence after n iterations. Note: Each time we apply the rule it is called an iteration.

Recurrence relations Using this definition, we now proceed to translate our rule written in words into a mathematical rule. Note: Because of the way we defined Vn, the starting value of n is 0.

Recurrence relations

Recurrence relations

Exercise 8B – All Questions WORK TO BE COMPLETED Exercise 8B – All Questions