Discrete-Time Models Lecture 1. Discrete models or difference equations are used to describe biological phenomena or events for which it is natural to.

Slides:



Advertisements
Similar presentations
Bayesian inference “Very much lies in the posterior distribution” Bayesian definition of sufficiency: A statistic T (x 1, …, x n ) is sufficient for 
Advertisements

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.
1) Consider the differential equation
Quiz 3-1 This data can be modeled using an Find ‘a’
Copyright © 2011 Pearson, Inc. 3.2 Exponential and Logistic Modeling.
In biology – Dynamics of Malaria Spread Background –Malaria is a tropical infections disease which menaces more people in the world than any other disease.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Welcome To Math 463: Introduction to Mathematical Biology
California Sea Otters Diana White and Michelle Browne.
Sampling Distributions
1 Derivatives Difference quotients are used in many business situations, other than marginal analysis (as in the previous section)
Announcements Topics: Work On:
Space-time Modelling Using Differential Equations Alan E. Gelfand, ISDS, Duke University (with J. Duan and G. Puggioni)
Differential Equations and Linear Algebra Math 2250
Lectures 4a,4b: Exponential & Logarithmic Functions 1.(4.1) Exponential & Logarithmic Functions in Biology 2.(4.2) Exponential & Logarithmic Functions:
Scientific Computation Using Excel 1. Introduction Scientific computing is very important for solving real world application problems. Population predictions,
Inference for regression - Simple linear regression
Chapter 5 Sampling Distributions
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
L Berkley Davis Copyright 2009 MER301: Engineering Reliability Lecture 5 1 MER301: Engineering Reliability LECTURE 5: Chapter 3: Probability Plotting,The.
Statistics for Business and Economics Dr. TANG Yu Department of Mathematics Soochow University May 28, 2007.
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.
The Scientific Method Honors Biology Laboratory Skills.
TEST 1 REVIEW. Single Species Discrete Equations Chapter 1 in Text, Lecture 1 and 2 Notes –Homogeneous (Bacteria growth), Inhomogeneous (Breathing model)
Measuring and Modelling Population Changes
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 5a.
What is an ISA? An ISA is a controlled assessment. It tests your science skills. You need to complete one for each GCSE in science that you do. The ISA.
Chapter 3 – Differentiation Rules
© Nuffield Foundation 2011 Nuffield Mathematics Activity Drug clearance.
CHAPTER Discrete Models  G eneral distributions  C lassical: Binomial, Poisson, etc Continuous Models  G eneral distributions 
Session 6 : 9/221 Exponential and Logarithmic Functions.
One model for the growth of a population is based on the assumption that the population grows at a rate proportional to the size of the population. That.
Lecture 8 Simple Linear Regression (cont.). Section Objectives: Statistical model for linear regression Data for simple linear regression Estimation.
Advanced Precalculus Notes 4.9 Building Exponential, Logarithmic, and Logistic Models.
CHAPTER 1 MODELING CHANGE. Mathematical Models Mathematical construct designed to study a particular real- world system or behavior of interest.
Lecture 2 Review Probabilities Probability Distributions Normal probability distributions Sampling distributions and estimation.
Welcome to Differential Equations! Dr. Rachel Hall
Modeling with a Differential Equation
© Department of Statistics 2012 STATS 330 Lecture 20: Slide 1 Stats 330: Lecture 20.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Motivation As we’ve seen, chaos in nonlinear oscillator systems, such as the driven damped pendulum discussed last time is very complicated! –The nonlinear.
HONORS BIOLOGY LABORATORY SKILLS The Scientific Method.
K = K = K = 100.
MA354 An Introduction to Math Models (more or less corresponding to 1.0 in your book)
HONORS BIOLOGY LABORATORY SKILLS The Scientific Method.
Marshall University School of Medicine Department of Biochemistry and Microbiology BMS 617 Lecture 11: Models Marshall University Genomics Core Facility.
Measuring and Modeling Population Changes
Observing and Asking Questions An observation is the act of noticing and describing events in a careful, orderly way. What observations can be made.
Learning Objectives After this section, you should be able to: The Practice of Statistics, 5 th Edition1 DESCRIBE the shape, center, and spread of the.
Review Etc.. Modified Tumor-Immune Model Dimensional Analysis Effective growth rate for tumor cells (density) 1/3 /time Carrying capacity for tumor cells.
Problem of the Day - Calculator Let f be the function given by f(x) = 2e4x. For what value of x is the slope of the line tangent to the graph of f at (x,
Mathematical Biology Aim : To understand exponential growth Objectives: 1) Understand derivation of the model 2) Introduce relative and absolute rates.
Microbial kinetics of growth and substrate utilization. Batch culture and Kinetics of Microbial growth in batch culture After inoculation the growth rate.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Announcements Topics: -roughly sections 2.3, 3.1, 3.2, and 3.3 * Read these sections and study solved examples in your textbook! Work On: -Practice problems.
Mrs. Rivas International Studies Charter School. Bell Ringer A line contains the points (0, 0) and (1, 4). Select all the equations that represent this.
Announcements Topics: -sections 6.4 (l’Hopital’s rule), 7.1 (differential equations), and 7.2 (antiderivatives) * Read these sections and study solved.
Announcements Topics: -Introduction to (review of) Differential Equations (Chapter 6) -Euler’s Method for Solving DEs (introduced in 6.1) -Analysis of.
Kharkov National Medical University MEDICAL INFORMATICS МЕДИЧНА ІНФОРМАТИКА.
Announcements Topics: Work On:
Separation of Variables
Applications: Uninhibited and Limited Growth Models
Section Euler’s Method
Populations.
Predicting the Future To Predict the Future, “all we have to have is a knowledge of how things are and an understanding of the rules that govern the changes.
Rate of Change & Slope Lesson 33.
Selected Bioavailability and Pharmacokinetic Calculations
Exponential and Logistic Modeling
Populations.
Nuffield Free-Standing Mathematics Activity Drug clearance
Presentation transcript:

Discrete-Time Models Lecture 1

Discrete models or difference equations are used to describe biological phenomena or events for which it is natural to regard time at fixed (discrete) intervals. When To Use Discrete-Time Models The size of an insect population in year i; The proportion of individuals in a population carrying a particular gene in the i-th generation; The number of cells in a bacterial culture on day i; The concentration of a toxic gas in the lung after the i-th breath; The concentration of drug in the blood after the i-th dose. Examples:

What does a model for such situations look like? Let x n be the quantity of interest after n time steps. The model will be a rule, or set of rules, describing how x n changes as time progresses. In particular, the model describes how x n+1 depends on x n (and perhaps x n-1, x n-2, …). In general: x n+1 = f(x n, x n-1, x n-2, …) For now, we will restrict our attention to: x n+1 = f(x n )

The relation x n+1 = f( x n ) is a difference equation; also called a recursion relation or a map. Given a difference equation and an initial condition, we can calculate the iterates x 1, x 2 …, as follows: Terminology x 1 = f( x 0 ) x 2 = f( x 1 ) x 3 = f( x 2 ). The sequence { x 0, x 1, x 2, …} is called an orbit.

Question Given the difference equation x n+1 = f(x n ) can we make predictions about the characteristics of its orbits?

Modeling Paradigm Future Value = Present Value + Change x n+1 = x n +  x n Goal of the modeling process is to find a reasonable approximation for  x n that reproduces a given set of data or an observed phenomena.

Example: Growth of a Yeast Culture The following data was collected from an experiment measuring the growth of a yeast culture: Time (hours) Yeast biomass Change in biomass n p n  p n = p n+1 -  p n

Change in Population is Proportional to the Population pnpn pnpn Biomass Change in biomass Change in biomass vs. biomass  p n = p n+1 - p n ~ 0.5p n

Explosive Growth From the graph, we can estimate that  p n = p n+1 - p n ~ 0.5p n and we obtain the model p n+1 = p n + 0.5p n = 1.5p n The solution is: p n+1 = 1.5(1.5p n-1 ) = 1.5[1.5(1.5p n-2 )] = … = (1.5) n+1 p 0 p n = (1.5) n p 0. This model predicts a population that increases forever. Clearly we should re-examine our data so that we can come up with a better model.

Example: Growth of a Yeast Culture Revisited Time (hours) Yeast biomass Change in biomass n p n  p n = p n+1 -  p n

Yeast Biomass Approaches a Limiting Population Level Time in hours Yeast biomass The limiting yeast biomass is approximately 665.

Refining Our Model Our original model:  p n = 0.5p n p n+1 = 1.5 p n Observation from data set: The change in biomass becomes smaller as the resources become more constrained, in particular, as p n approaches 665. Our new model:  p n = k(665- p n ) p n p n+1 = p n + k(665- p n ) p n

Testing the Model We have hypothesized  p n = k(665-p n ) p n ie, the change in biomass is proportional to the product (665-p n ) p n with constant of proportionality k. Let’s plot  p n vs. (665-p n ) p n to see if there is reasonable proportionality. If there is, we can use this plot to estimate k.

Testing the Model Continued 50, , , Change in biomass (665 - p n ) p n Our hypothesis seems reasonable, and the constant of Proportionality is k ~

Comparing the Model to the Data Our new model: p n+1 = p n (665- p n ) p n Time in hours Yeast biomass Experiment Model

The Discrete Logistic Model Interpretations –Growth of an insect population in an environment with limited resources x n = number of individuals after n time steps (e.g. years) N = max number that the environment can sustain – Spread of infectious disease, like the flu, in a closed population x n = number of infectious individuals after n time steps (e.g. days) N = population size x n+1 = x n + k(N - x n ) x n