An Introduction to First-Order Linear Difference Equations With Constant Coefficients Courtney Brown, Ph.D. Emory University.

Slides:



Advertisements
Similar presentations
Dynamic Behavior of Closed-Loop Control Systems
Advertisements

Dynamic Modeling I Drawn largely from Sage QASS #27, by Huckfeldt, Kohfeld, and Likens. Courtney Brown, Ph.D. Emory University.
Sequences A sequence is a function that computes an ordered list. For example, the average person in the United States uses 100 gallons of water each day.
Ch 5.8: Bessel’s Equation Bessel Equation of order :
Boyce/DiPrima 9th ed, Ch 2.5: Autonomous Equations and Population Dynamics Elementary Differential Equations and Boundary Value Problems, 9th edition,
Universidad de La Habana Lectures 5 & 6 : Difference Equations Kurt Helmes 22 nd September - 2nd October, 2008.
Ch 2.1: Linear Equations; Method of Integrating Factors
Straight Lines.
Introduction to Numerical Methods I
Ch 1.2: Solutions of Some Differential Equations
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
Graph Algebra II: Discrete-time Operators Courtney Brown, Ph.D. Emory University.
Index FAQ Limits of Sequences of Real Numbers Sequences of Real Numbers Limits through Rigorous Definitions The Squeeze Theorem Using the Squeeze Theorem.
Section 9.2 Infinite Series: “Monotone Sequences”.
Monotone Sequences Objective: To define a Monotone Sequence and determine whether it converges or not.
1 st order linear differential equation: P, Q – continuous. Algorithm: Find I(x), s.t. by solving differential equation for I(x): then integrate both sides.
Sheng-Fang Huang. Introduction If r (x) = 0 (that is, r (x) = 0 for all x considered; read “r (x) is identically zero”), then (1) reduces to (2) y"
1 Preliminaries Precalculus Review I Precalculus Review II
Finite Mathematics & Its Applications, 10/e by Goldstein/Schneider/SiegelCopyright © 2010 Pearson Education, Inc. 1 of 73 Chapter 11 Difference Equations.
Lecture #9 Analysis tools for hybrid systems: Impact maps João P. Hespanha University of California at Santa Barbara Hybrid Control and Switched Systems.
The derivative Lecture 5 Handling a changing world x 2 -x 1 y 2 -y 1 The derivative x 2 -x 1 y 2 -y 1 x1x1 x2x2 y1y1 y2y2 The derivative describes the.
Math 3120 Differential Equations with Boundary Value Problems
Polynomials P4.
Goal: Does a series converge or diverge? Lecture 24 – Divergence Test 1 Divergence Test (If a series converges, then sequence converges to 0.)
Lecture #11 Stability of switched system: Arbitrary switching João P. Hespanha University of California at Santa Barbara Hybrid Control and Switched Systems.
Polynomials. The Degree of ax n If a does not equal 0, the degree of ax n is n. The degree of a nonzero constant is 0. The constant 0 has no defined degree.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Straight Lines. I. Graphing Straight Lines 1. Horizontal Line y = c Example: y = 5 We graph a horizontal line through the point (0,c), for this example,
Ch 1.2: Solutions of Some Differential Equations Recall the free fall and owl/mice differential equations: These equations have the general form y' = ay.
Boyce/DiPrima 9th ed, Ch 1.2: Solutions of Some Differential Equations Elementary Differential Equations and Boundary Value Problems, 9th edition, by.
Chapter 4 Dynamic Systems: Higher Order Processes Prof. Shi-Shang Jang National Tsing-Hua University Chemical Engineering Dept. Hsin Chu, Taiwan April,
The previous mathematics courses your have studied dealt with finite solutions to a given problem or problems. Calculus deals more with continuous mathematics.
Dynamic Modeling II Drawn largely from Sage QASS #27, by Huckfeldt, Kohfeld, and Likens. Courtney Brown, Ph.D. Emory University.
AUTOMATIC CONTROL THEORY II Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Domain of Attraction Remarks on the domain of attraction
12/19/ Non- homogeneous Differential Equation Chapter 4.
2.3 Constrained Growth. Carrying Capacity Exponential birth rate eventually meets environmental constraints (competitors, predators, starvation, etc.)
P-1 The Real Number System. Real Numbers— Irrational Numbers— the real number that can not be written as the ratio of two integers. Rational Numbers—
Copyright © 2013 Pearson Education, Inc. Section 3.2 Linear Equations in Two Variables.
Signals & Systems Predicting System Performance February 27, 2013.
Differential Equations Linear Equations with Variable Coefficients.
Ch 1.1: Basic Mathematical Models; Direction Fields Differential equations are equations containing derivatives. The following are examples of physical.
Lecture #7 Stability and convergence of ODEs João P. Hespanha University of California at Santa Barbara Hybrid Control and Switched Systems NO CLASSES.
Department of Statistics University of Rajshahi, Bangladesh
Dr. Tamer Samy Gaafar Lec. 2 Transfer Functions & Block Diagrams.
Work and energy for one-dimensional systems For one-dimensional motion work is path independent. 7. One-dimensional systems This follows from the fact.
Graph Algebra III: Nonlinearities Courtney Brown, Ph.D. Emory University.
Ch 9.6: Liapunov’s Second Method In Section 9.3 we showed how the stability of a critical point of an almost linear system can usually be determined from.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
EE4262: Digital and Non-Linear Control
Stability and instability in nonlinear dynamical systems
4.3 Constant-Coefficient Systems. Phase Plane Method
This is a geometric sequence with explicit function:
Transfer Functions.
Automatic Control Theory CSE 322
Applied Econometric Time Series Fourth Edition
Autonomous Equations; Phase Lines
Chapter 7 Functions and Graphs.
3.3 Constrained Growth.
Autonomous Differential Equations
Ch 1.1: Basic Mathematical Models; Direction Fields
Research Methods in Acoustics Lecture 9: Laplace Transform and z-Transform Jonas Braasch.
Ch 1.2: Solutions of Some Differential Equations
Multiplicative Inverses of Matrices and Matrix Equations
Chapter 3 Graphs and Functions.
Stability Analysis of Linear Systems
4.3 Graphing Equations of Lines From Intercepts
CH. 5 Stability Chapter5. Stability.
Standard Form and Writing Equations
Presentation transcript:

An Introduction to First-Order Linear Difference Equations With Constant Coefficients Courtney Brown, Ph.D. Emory University

Definition of a Difference Equation y(t+1) = ay(t) + b y(t+1) = Some constant of proportionality times y(t) plus some constant. Some interesting cases are  y(t+1) = ay(t) … exponential growth  y(t+1) = b … a horizontal line  y(t+1) = y(t) + b … a straight sloping line

Relation to Interest y t+1 = y t + ry t = y t (1+r) r = rate of interest

“To Do” List for Difference Equations Plot the equation over time Get an analytical solution for the difference equation if it is available Describe the model’s behavior Determine the equilibrium values

Equilibrium Values At equilibrium, y(t+1) = y(t) = y* y* = ay* + b y* - ay* = b y*(1-a) = b y* = b/(1-a) = the equilibrium value

Stability Criteria y(t) will be stable if |a| < 1 y(t) will be unstable if |a| > 1 y(t) will oscillate if a < 0 y(t) will change monotonically if a > 0 y(t) will converge to a stable equilibrium value if |a| < 1

Analytic Solution: Part I y 1 = ay 0 + b y 2 = ay 1 + b y 2 = a(ay 0 + b) + b y 2 = a 2 y 0 + ab + b y 2 = a 2 y 0 + (a+1)b y 3 = ay 2 + b y 3 = a(a 2 y 0 + ab + b) + b y 3 = a 3 y 0 + a 2 b + ab + b y 3 = a 3 y 0 + b(a 2 + a + 1)

Part II: Proof by Induction Proves That y n = a n y 0 + b(1 + a + a 2 + … + a n-1 ), then … To find the sum 1 + a + a 2 + … + a n-1 write S = 1 + a + a 2 + … + a n-1 -aS = -(a + a 2 + … + a n-1 + a n ) S – aS = 1 – a n S(1 – a) = 1 – a n S = (1 – a n )/(1 – a)

Part III: Thus, the solution for y n is y n = a n y 0 + b(1 – a n )/(1 – a) or, more conveniently, y n = b/(1-a) + [y 0 – b/(1-a)]a n, for a≠1 We like to write it this way because b/(1-a) is the equilibrium value, y*. If a=1, then go back to y n = a n y 0 + b(1 + a + a 2 + … + a n-1 ) to obtain y n = y 0 + b(n), the solution when a=1

Note: These solutions for the first-order linear difference equation with constant coefficients are used analytically to describe the time paths with words. Computing the time paths with a computer is done using the original equation, y(t+1) = ay(t) + b using programming loops.

a > 1, y 0 > b/(1-a) Increasing, monotonic, unbounded y(t) time y0y0

a > 1, y 0 < b/(1-a) Decreasing, monotonic, unbounded y(t) time y0y0

0 < a < 1, y 0 < b/(1-a) Increasing, monotonic, bounded, convergent y(t) time y0y0 y*

0 b/(1-a) Decreasing, monotonic, bounded, convergent y(t) time y0y0 y*

-1 < a < 0 bounded, oscillatory, convergent y(t) time y0y0 y*

a < -1 unbounded, oscillatory, divergent y(t) time y0y0 y*

a = 1, b = 0 constant y(t) time y* and y 0

a = 1, b > 0 constant increasing y(t) time y0y0

a = 1, b < 0 constant decreasing y(t) time y0y0

a = -1 finite, bounded oscillatory y(t) time y0y0 y*

Rules of Interpretation |a| > 1 unbounded [repelled from line b/(1-a)] |a| < 1 bounded [attracted or convergent to [b/(1-a)] a < 0 oscillatory a > 0 monotonic a = -1 bounded oscillatory All of this can be deduced from the solution y n = b/(1-a) + [y 0 – b/(1-a)]a n, for a≠1

Special Cases a = 1, b = 0 constant a = 1, b > 0 constant increasing a = 1, b < 0 constant decreasing

Words Are Important The words used to describe the behaviors of the first-order linear difference equation with constant coefficients are used in your text. These behaviors can all be deduced from the algebra of the analytical solution to the equation.