“Cobweb” diagrams. Affine Difference Equations---Slope bigger than 1.

Slides:



Advertisements
Similar presentations
Tests for Convergence, Pt. 2
Advertisements

Numerical Methods: Finding Roots Department of Mathematics University of Leicester.
“Teach A Level Maths” Vol. 2: A2 Core Modules
CHAOS Lucy Calvillo Michael Dinse John Donich Elizabeth Gutierrez Maria Uribe.
Competition, Persistence, Extinction in a Climax Population Model Competition, Persistence, Extinction in a Climax Population Model Shurron Farmer Department.
Logistic Map. Discrete Map  A map f is defined on a metric space X.  Repeated application of f forms a sequence. Discrete set of points  A sequence.
While there is a generally accepted precise definition for the term "first order differential equation'', this is not the case for the term "Bifurcation''.
IV.4 Limits of sequences introduction
NUMERICAL METHODS WITH C++ PROGRAMMING
Technical Question Technical Question
A Numerical Technique for Building a Solution to a DE or system of DE’s.
EXAMPLE 2 Write a rule for the nth term Write a rule for the nth term of the sequence. Then find a 7. a. 4, 20, 100, 500,... b. 152, –76, 38, –19,... SOLUTION.
Solving a System of Equations using Multiplication
EXAMPLE 2 Write a rule for the nth term a. 4, 9, 14, 19,... b. 60, 52, 44, 36,... SOLUTION The sequence is arithmetic with first term a 1 = 4 and common.
Inequalities. Equation Inequality A statement that asserts the equality of 2 terms A relationship between 2 terms that are of unequal value Contains an.
10.2: Infinite Limits. Infinite Limits When the limit of f(x) does not exist and f(x) goes to positive infinity or negative infinity, then we can call.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
X = 11 X 2 = 9 X = 3 Check: X = 3 x 3 +2 = 11 We can solve this equation by:
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Straight Lines and Gradients Objectives: To find linear equations from minimum information. To use linear equations in any form to find the gradient and.
3-2 Solving Equations by Using Addition and Subtraction Objective: Students will be able to solve equations by using addition and subtraction.
Geometric Sequences & Series This week the focus is on convergent series and finding the sum of a convergent geometric series.
Iteration
Review of Inequalities Less than/ Greater than Less than or equal to/ Greater than or equal to Represented with an open circle on a number line. Does not.
Sign Change Re-cap Show that each of the following have a solution for x: 1.The intersection of (between 1.8 and 1.9) and 2.The intersection of(between.
Euler’s Method Building the function from the derivative.
InequalitiesInequalities. An inequality is like an equation, but instead of an equal sign (=) it has one of these signs: Inequalities work like equations,
Inequalities Symbols and line graphs. Symbols  < is less than  > is greater than  < is less than or equal to  > is greater than or equal to points.
Antiderivatives and Indefinite Integration. 1. Verify the statement by showing that the derivative of the right side equals the integrand of the left.
Infinite Geometric Series
linear  2.3 Newton’s Method ( Newton-Raphson Method ) 1/12 Chapter 2 Solutions of Equations in One Variable – Newton’s Method Idea: Linearize a nonlinear.
Learning How to Find a Solution Using Trial and Improvement.
Physics Electrostatics: Coulomb’s Law Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund
One Answer, No Answers, or an Infinite Number of Answers.
Solving Quadratic Equations. Find the quadratic equation if the solutions are 3 and -2. x = 3 x = -2 Make them equal zero. x – 3 = 0x + 2 = 0 (x – 3)(x.
Solving multi step equations. 12X + 3 = 4X X 12X + 3 = 3X X 9X + 3 = X = X =
Solving equations with variable on both sides Part 1.
Continue the sequence 1. ½, 1, 2, 4, 8, __, __, __ 2. __, 5, 9, 13, __, __, , 55, __, 15, __, __ 4. 8, 27, 103, __ 5 Minutes Remain.
Iteration The solution lies between 0 and 1. e.g. To find integer bounds for we can sketch and  0 and 1 are the integer bounds. We often start by finding.
2( ) 8x + 14y = 4 -12x – 14y = x = x = 4 8x + 14y = 4 8(4) + 14y = y = y = -28 ___ ___ y = -2 The solution is (4, -2)
 The equation with one variable. At P(atm) equals 0.5 atm, What is T ? ? ?
Solving and Graphing Absolute Value Inequalities
Quadratic Sequences.
If and are slopes of parallel lines, then .
11.2 Arithmetic Sequences.
2 Understanding Variables and Solving Equations.
BACK SOLUTION:
Notes Over 9.6 An Equation with One Solution
© T Madas.
Solving Equations by Factoring and Problem Solving
In the next example we’ll look at an equation which has 2 roots and the iteration produces a surprising result. The equation is . We’ll.
6-3 Solving Systems Using Elimination
Pre Calculus 11 Section 1.5 Infinite Geometric Series
What is an equation? An equation is a mathematical statement that two expressions are equal. For example, = 7 is an equation. Note: An equation.
Further Sequences and Series
Equation Review Given in class 10/4/13.
1.4 Solving Absolute-Value Equations
a + 2 = 6 What does this represent? 2 a
1.4 Solving Absolute-Value Equations
Equation Review.
Which is bigger 3 5
11-6. Convergent Geometric Series
Determine whether the sequence converges or diverges. {image}
Devon Malave & Emily Wodzinski
SYSTEMS.
Fixed- Point Iteration
Balanced scales and equations
2.2 Fixed-Point Iteration
Solution Free Body Diagram.
Presentation transcript:

“Cobweb” diagrams

Affine Difference Equations---Slope bigger than 1

Affine Difference Equations---Slope less than -1

What if we start iterating with a point that lies to the left of the fixed point? Affine Difference Equations---Slope smaller than 1

Affine Difference Equations---Slope in (-1,0).

Affine Difference Equations---Slope equal to1

Conclusions: Long term behavior of solutions to affine difference equations: If, the sequence (A(n)), n = 1, 2, 3,... “blows up”. That is, The fixed point is a repelling fixed point. If, the sequence (A(n)), n = 1, 2, 3,... Converges to the fixed point of the function. That is, The fixed point is an attracting fixed point.