Lecture 5: Modelling Population Dynamics N(t)

Size: px
Start display at page:

Download "Lecture 5: Modelling Population Dynamics N(t)"

Transcription

1 Lecture 5: Modelling Population Dynamics N( Part II: Stochastic limited growth Jürgen Groeneveld SGGES, University of Auckland, New Zealand

2

3 How to deal with noise? Nt N t+ = RNt + Nt + Ntξ, K ( µ σ ) ξ a normally distributed random variable with µ = 0 and σ = 0.05 σ = 0 σ = 0.05 Extinctions more likely

4 How to deal with noise? Nt N t+ = RNt + Nt + Ntξ, K ( µ σ ) ξ a normally distributed random variable with µ = 0 and σ = 0.05 Are there continuous descriptions of this problem? dn( = rn( dt Langevin equation N( K + But only specialists really work with them ( η σ ) N( ξ, Stochastic differential equation: P t dn( = rn( dt ( N, N( K + ( η σ ) N( ξ, Partial differential equation (Fokker Planck) = N Ito s Lemma, Stratonovich N [ A ( N ) P( N, ] [ A ( N) P( N, ]

5 So, can we calculate P(N,? P t ( N, = N N [ A ( N ) P( N, ] [ A ( N) P( N, ] Well, I can't and most often it is not tractable, but if dynamics end in an equilibrium and the system has no memory than.. P r rn c exp ln( N ) σ Kσ * ( N) = Maximum of P*: N max σ = K r if σ = 0, than N max = K Mean of P*: N = K 3

6 P r rn c exp ln( N ) σ Kσ * ( N) = Good old Paramecium r = 0.8 K = 58.5 σ = 0.05 Software implemented by Lorenz Fahse But system also has to reach stationary stage: # Simulation example for comparison with Fokker-Planck result comp<-function(sigma,repe) { r<-exp(0.8)- N <- rep(, times = 000) K < All <- c(:repe) for(j in :repe) { for (i in :000) { N[i+] <- N[i]+(r*N[i]*(-N[i]/K) + N[i]*rnorm(,0,sigma)) if (N[i+]<0) N[i+] = 0 } All[j]=N[i] } hist(all,freq=t, xlim=c(0,500),breaks=30) } 4

7 Modelling population dynamics Unlimited growth Limited growth Stochastic limited growth N Time discrete t t + = R N 0 Simulations complex dynamics Simulations Extinction Time continuous N ( = N(0) exp( r dn ( N( = rn( dt K dn( N( = rn( dt K + Nξ (0, σ ) Example : How does individual behaviour influence population dynamics? Fahse et al. 998, AmNat Complex individual-based and spatially explicit simulation model for nomadic lark species (Alaudidae) in a heterogeneous, randomly varying landscape (Nama-Karoo, South Africa) Optimal flocking and searching strategy? 5

8 How does individual behaviour influence population dynamics? modified after Fahse et al. 998, AmNat Larks move in small flocks, searching for grass patches to breed Grass patches occur at random (rain fall) and last only weeks Grass patch filled square Flocks circles Breeding Flocks crosses Squares range of vision How does individual behaviour influence population dynamics? modified after Fahse et al. 998, AmNat Flock dynamics 6

9 How does individual behaviour influence population dynamics? Computation would be too time consuming Growth rate f is a complex function: dn/dt = f(nad,njuv,flock size distribution, da, psplit, landscape, mortality) Idea: Population dynamics and behaviour are operating on two time scales Separation of time scales (Haken 99) Separation of time scales: Fast variable: Slow variable: f = dn/dt N( That means there is a characteristic f for any given N Therefore it is possible to split the model: behavioural model population dynamics model modified after Fahse et al. 998, AmNat 7

10 Separation of time scales: Method: Switch of demographic processes in the simulation model and determine a Distribution of f(n) for several N s Regression: r(n) = r m (-N/K) modified after Fahse et al. 998, AmNat Comparison between full simulation model and the method of separated time scales: N ( N( = rn( dt K derive the parameters from bottom up models 8

11 Population Viability Analysis (PVA) Application of ecological theory Following: Grimm and Wissel 004, OIKOS The intrinsic mean time to extinction: a unifying approach to analysing persistence and viability of populations I Basics of Population Viability Analysis PVA Population models often aim to assess population viability Assessing the risk that a population goes extinct To compare the effect of different measures and scenarios, this risk has to be quantified. What would be good measures? 9

12 Simple deterministic case: Remember age structured models F P 0 F P 0 F3 n 0 n 0 n,t,t 3,t n = n n,t+,t+ 3,t+ The growth rate λ is a good measure If λ, population will persist forever If λ <, population will deterministically go extinct Stochastic case: f All populations have a certain risk of extinction! = λ exp( λ < f >=/ λ λ = 0.5 λ = 0. Mean ~ 3.9 Mean ~ 0 0

13 What is the currency of our PVA? Usually people are interested in the Risk P 0 that a population has gone extinct during a time t. t P =< >= 0( t, TM ) f exp TM 0 Relationship of P 0 ( and T m t T M dt So far, we assumed that extinction times are exponentially distributed. Lets analyse general demographic models

14 Master Equation Markov model Birth and death type dpn ( dt = bn Pn ( + dn+ Pn + ( bnpn ( dnpn ( P n (: Probability having n individuals at time t b n : birth rate d n : death rate Master Equation Markov model Birth and death type dpn ( dt = bn Pn ( + dn+ Pn + ( bnpn ( dnpn ( State of t does only depend on the state t- and not on previous time steps (no memory)

15 Equation from first principles dpn ( dt = bn Pn ( + dn+ Pn + ( bnpn ( dnpn ( Solution of P 0 ( can be approximated! No detailed description here see Grimm and Wissel 004 for further references. Main idea: Set of linear (differential) equations, i.e. Solution can be expressed by its eigenvectors and eigenvalues! Largest eigenvalue and eigenvector will dominate the solution and therefore the contribution of all other eigenvectors can be neglected. dpn ( dt = bn Pn ( + dn+ Pn + ( bnpn ( dnpn ( Note that b and d can be functions, e.g. logistic equation, Equation must be linear in P ( ω Pn ( = un, ici exp i i u n,i is the n-th component of the normalized i-th right hand side eigenvector ω is the i-th eigenvalue of the i-th eigenvector (right hand side) 3

16 P P0 ( = c exp( ωt ) What do the parameters mean? ω = Meaning of c? T M ( ω n ( = un, ici exp i i If ω >> ω i for all i > and using that all u i are normalized Grimm and Wissel 004 suggest a protocol to derive the intrinsic mean time T M to extinction from simulations Time to extinction modified after Grimm and Wissel 004 Time to extinction 4

17 modified after Grimm and Wissel 004 Time to extinction P0 ( = c exp( Tm log( P 0( ) = t + log( c ) Tm Theoretically it can be shown that c reflects the initial conditions Bad conditions Population much below its capacity at the start of the simulation Good conditions Population at its capacity at the start of the simulations modified after Grimm and Wissel 004 5

18 T m does not depend on the initial conditions! Bad conditions Population much below its capacity at the start of the simulation Good conditions Population at its capacity at the start of the simulations Modified after Grimm and Wissel 004 Modelling population dynamics Time discrete Time continuous Unlimited growth Limited growth Stochastic limited growth N t t + = R N 0 Simulations complex dynamics Simulations Extinction N ( = N(0) exp( r dn ( N( = rn( dt K dn( N( = rn( dt K + Nξ (0, σ ) Equation based modelling provides important ways to aggregate, understand and to communicate results of simulation models Simulation models might be needed to parameterize equation based models Ecological theory can provide robust measures (e.g. Tm) 6

19 But grey is all theory Thank you for your attention! 7

Introduction to course: BSCI 462 of BIOL 708 R

Introduction to course: BSCI 462 of BIOL 708 R Introduction to course: BSCI 462 of BIOL 708 R Population Ecology: Fundamental concepts in plant and animal systems Spring 2013 Introduction The biology of a population = Population Ecology Issue of scale,

More information

Lecture 11: Logistic growth models #3

Lecture 11: Logistic growth models #3 Lecture 11: Logistic growth models #3 Fugo Takasu Dept. Information and Computer Sciences Nara Women s University takasu@ics.nara-wu.ac.jp 13 July 2009 1 Equilibrium probability distribution In the last

More information

8 Ecosystem stability

8 Ecosystem stability 8 Ecosystem stability References: May [47], Strogatz [48]. In these lectures we consider models of populations, with an emphasis on the conditions for stability and instability. 8.1 Dynamics of a single

More information

MA 777: Topics in Mathematical Biology

MA 777: Topics in Mathematical Biology MA 777: Topics in Mathematical Biology David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma777/ Spring 2018 David Murrugarra (University of Kentucky) Lecture

More information

Stochastic models in biology and their deterministic analogues

Stochastic models in biology and their deterministic analogues Stochastic models in biology and their deterministic analogues Alan McKane Theory Group, School of Physics and Astronomy, University of Manchester Newton Institute, May 2, 2006 Stochastic models in biology

More information

Handbook of Stochastic Methods

Handbook of Stochastic Methods C. W. Gardiner Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences Third Edition With 30 Figures Springer Contents 1. A Historical Introduction 1 1.1 Motivation I 1.2 Some Historical

More information

Math 142-2, Homework 2

Math 142-2, Homework 2 Math 142-2, Homework 2 Your name here April 7, 2014 Problem 35.3 Consider a species in which both no individuals live to three years old and only one-year olds reproduce. (a) Show that b 0 = 0, b 2 = 0,

More information

Session 1: Probability and Markov chains

Session 1: Probability and Markov chains Session 1: Probability and Markov chains 1. Probability distributions and densities. 2. Relevant distributions. 3. Change of variable. 4. Stochastic processes. 5. The Markov property. 6. Markov finite

More information

BIOL 410 Population and Community Ecology. Density-dependent growth 1

BIOL 410 Population and Community Ecology. Density-dependent growth 1 BIOL 410 Population and Community Ecology Density-dependent growth 1 Exponential growth N t = N 0 e rt # Model 6, Exponential growth t

More information

6 Continuous-Time Birth and Death Chains

6 Continuous-Time Birth and Death Chains 6 Continuous-Time Birth and Death Chains Angela Peace Biomathematics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology.

More information

Handbook of Stochastic Methods

Handbook of Stochastic Methods Springer Series in Synergetics 13 Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences von Crispin W Gardiner Neuausgabe Handbook of Stochastic Methods Gardiner schnell und portofrei

More information

THETA-LOGISTIC PREDATOR PREY

THETA-LOGISTIC PREDATOR PREY THETA-LOGISTIC PREDATOR PREY What are the assumptions of this model? 1.) Functional responses are non-linear. Functional response refers to a change in the rate of exploitation of prey by an individual

More information

Chapter 2 Lecture. Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly. Spring 2013

Chapter 2 Lecture. Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly. Spring 2013 Chapter 2 Lecture Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly Spring 2013 2.1 Density dependence, logistic equation and carrying capacity dn = rn K-N Dt K Where

More information

Math 266: Autonomous equation and population dynamics

Math 266: Autonomous equation and population dynamics Math 266: Autonomous equation and population namics Long Jin Purdue, Spring 2018 Autonomous equation An autonomous equation is a differential equation which only involves the unknown function y and its

More information

Chapter 5 Lecture. Metapopulation Ecology. Spring 2013

Chapter 5 Lecture. Metapopulation Ecology. Spring 2013 Chapter 5 Lecture Metapopulation Ecology Spring 2013 5.1 Fundamentals of Metapopulation Ecology Populations have a spatial component and their persistence is based upon: Gene flow ~ immigrations and emigrations

More information

MA 138: Calculus II for the Life Sciences

MA 138: Calculus II for the Life Sciences MA 138: Calculus II for the Life Sciences David Murrugarra Department of Mathematics, University of Kentucky. Spring 2016 David Murrugarra (University of Kentucky) MA 138: Section 11.4.2 Spring 2016 1

More information

The interplay between immigration and local population dynamics in metapopulations. Ovaskainen, Otso.

The interplay between immigration and local population dynamics in metapopulations. Ovaskainen, Otso. https://helda.helsinki.fi The interplay between immigration and local population dynamics in metapopulations Ovaskainen, Otso 27-4 Ovaskainen, O 27, ' The interplay between immigration and local population

More information

2 One-dimensional models in discrete time

2 One-dimensional models in discrete time 2 One-dimensional models in discrete time So far, we have assumed that demographic events happen continuously over time and can thus be written as rates. For many biological species with overlapping generations

More information

Introduction to Biomathematics. Problem sheet

Introduction to Biomathematics. Problem sheet Introction to Biomathematics Problem sheet 1. A model for population growth is given in non-dimensional units in the form = u1 u ) u0) > 0. a) Sketch the graph of the function fu) = u1 u ) against u for

More information

Population modeling of marine mammal populations

Population modeling of marine mammal populations Population modeling of marine mammal populations Lecture 1: simple models of population counts Eli Holmes National Marine Fisheries Service nmfs.noaa.gov Today s lecture topics: Density-independent growth

More information

History and meaning of the word Ecology A. Definition 1. Oikos, ology - the study of the house - the place we live

History and meaning of the word Ecology A. Definition 1. Oikos, ology - the study of the house - the place we live History and meaning of the word Ecology A. Definition 1. Oikos, ology - the study of the house - the place we live B. Etymology study of the origin and development of a word 1. Earliest - Haeckel (1869)

More information

Dynamical Systems and Chaos Part II: Biology Applications. Lecture 6: Population dynamics. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part II: Biology Applications. Lecture 6: Population dynamics. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part II: Biology Applications Lecture 6: Population dynamics Ilya Potapov Mathematics Department, TUT Room TD325 Living things are dynamical systems Dynamical systems theory

More information

Distributional stability and equilibrium selection Evolutionary dynamics under payoff heterogeneity (II) Dai Zusai

Distributional stability and equilibrium selection Evolutionary dynamics under payoff heterogeneity (II) Dai Zusai Distributional stability Dai Zusai 1 Distributional stability and equilibrium selection Evolutionary dynamics under payoff heterogeneity (II) Dai Zusai Tohoku University (Economics) August 2017 Outline

More information

Stochastic modelling of epidemic spread

Stochastic modelling of epidemic spread Stochastic modelling of epidemic spread Julien Arino Centre for Research on Inner City Health St Michael s Hospital Toronto On leave from Department of Mathematics University of Manitoba Julien Arino@umanitoba.ca

More information

Table of Contents [ntc]

Table of Contents [ntc] Table of Contents [ntc] 1. Introduction: Contents and Maps Table of contents [ntc] Equilibrium thermodynamics overview [nln6] Thermal equilibrium and nonequilibrium [nln1] Levels of description in statistical

More information

BIOL 410 Population and Community Ecology. Predation

BIOL 410 Population and Community Ecology. Predation BIOL 410 Population and Community Ecology Predation Intraguild Predation Occurs when one species not only competes with its heterospecific guild member, but also occasionally preys upon it Species 1 Competitor

More information

Metapopulation modeling: Stochastic Patch Occupancy Model (SPOM) by Atte Moilanen

Metapopulation modeling: Stochastic Patch Occupancy Model (SPOM) by Atte Moilanen Metapopulation modeling: Stochastic Patch Occupancy Model (SPOM) by Atte Moilanen 1. Metapopulation processes and variables 2. Stochastic Patch Occupancy Models (SPOMs) 3. Connectivity in metapopulation

More information

The Effects of Varying Parameter Values and Heterogeneity in an Individual-Based Model of Predator-Prey Interaction

The Effects of Varying Parameter Values and Heterogeneity in an Individual-Based Model of Predator-Prey Interaction The Effects of Varying Parameter Values and Heterogeneity in an Individual-Based Model of Predator- Interaction William J. Chivers ab and Ric D. Herbert a a Faculty of Science and Information Technology,

More information

Problems 5: Continuous Markov process and the diffusion equation

Problems 5: Continuous Markov process and the diffusion equation Problems 5: Continuous Markov process and the diffusion equation Roman Belavkin Middlesex University Question Give a definition of Markov stochastic process. What is a continuous Markov process? Answer:

More information

Density Dependence, Stability & Allee effects ECOL 4000/6000

Density Dependence, Stability & Allee effects ECOL 4000/6000 Density Dependence, Stability & Allee effects ECOL 4000/6000 Quiz1: For each statement, write True or False e.g. A: True, B: True A: intrinsic growth rate for gray populanon > intrinsic growth rate for

More information

Math 3B: Lecture 14. Noah White. February 13, 2016

Math 3B: Lecture 14. Noah White. February 13, 2016 Math 3B: Lecture 14 Noah White February 13, 2016 Last time Accumulated change problems Last time Accumulated change problems Adding up a value if it is changing over time Last time Accumulated change problems

More information

BIOS 3010: ECOLOGY. Dr Stephen Malcolm. Laboratory 6: Lotka-Volterra, the logistic. equation & Isle Royale

BIOS 3010: ECOLOGY. Dr Stephen Malcolm. Laboratory 6: Lotka-Volterra, the logistic. equation & Isle Royale BIOS 3010: ECOLOGY Dr Stephen Malcolm Laboratory 6: Lotka-Volterra, the logistic equation & Isle Royale This is a computer-based activity using Populus software (P), followed by EcoBeaker analyses of moose

More information

Ecology- Population Growth Rate Problems

Ecology- Population Growth Rate Problems AP Biology Name Ecology- Population Growth Rate Problems Birth rate b = B/N Death rate m = D/N Individual or Population Growth Rate (per capita) r=(b-d)/n or r = b-m Exponential Growth Rate Calculation

More information

Analyzing the Parameters of Prey-Predator Models for Simulation Games

Analyzing the Parameters of Prey-Predator Models for Simulation Games Analyzing the Parameters of Prey-Predator Models for Simulation Games Seongdong Kim 1, Christoph Hoffmann 2, and Varun Ramachandran 2 1 Dept. Gameware, Kaywon School of Art & Design Euiwhang, Republic

More information

Chapter 3 - Temporal processes

Chapter 3 - Temporal processes STK4150 - Intro 1 Chapter 3 - Temporal processes Odd Kolbjørnsen and Geir Storvik January 23 2017 STK4150 - Intro 2 Temporal processes Data collected over time Past, present, future, change Temporal aspect

More information

Allee effects in stochastic populations

Allee effects in stochastic populations Allee effects in stochastic populations Brian Dennis Dept Fish and Wildlife Resources University of Idaho Moscow ID 83844-1136 USA brian@uidaho.edu ... what minimal numbers are necessary if a species is

More information

Where do differential equations come from?

Where do differential equations come from? Where do differential equations come from? Example: Keeping track of cell growth (a balance equation for cell mass) Rate of change = rate in rate out Old example: Cell size The cell is spherical. Nutrient

More information

population size at time t, then in continuous time this assumption translates into the equation for exponential growth dn dt = rn N(0)

population size at time t, then in continuous time this assumption translates into the equation for exponential growth dn dt = rn N(0) Appendix S1: Classic models of population dynamics in ecology and fisheries science Populations do not grow indefinitely. No concept is more fundamental to ecology and evolution. Malthus hypothesized that

More information

3 Single species models. Reading: Otto & Day (2007) section 4.2.1

3 Single species models. Reading: Otto & Day (2007) section 4.2.1 3 Single species models 3.1 Exponential growth Reading: Otto & Day (2007) section 4.2.1 We can solve equation 17 to find the population at time t given a starting population N(0) = N 0 as follows. N(t)

More information

Lecture 3. Dynamical Systems in Continuous Time

Lecture 3. Dynamical Systems in Continuous Time Lecture 3. Dynamical Systems in Continuous Time University of British Columbia, Vancouver Yue-Xian Li November 2, 2017 1 3.1 Exponential growth and decay A Population With Generation Overlap Consider a

More information

Population Ecology & Biosystematics

Population Ecology & Biosystematics Population Ecology & Biosystematics Population: a group of conspecific individuals occupying a particular place at a particular time This is an operational definition Compare with Deme: a population unevenly

More information

Characteristics of Fish Populations. Unexploited Populations. Exploited Populations. Recruitment - Birth Mortality (natural) Growth

Characteristics of Fish Populations. Unexploited Populations. Exploited Populations. Recruitment - Birth Mortality (natural) Growth Characteristics of Fish Populations Unexploited Populations Recruitment - Birth Mortality (natural) Growth Exploited Populations Recruitment and Yield Fishing and Natural Mortality Compensatory Growth

More information

Applied Mathematics Letters. Stationary distribution, ergodicity and extinction of a stochastic generalized logistic system

Applied Mathematics Letters. Stationary distribution, ergodicity and extinction of a stochastic generalized logistic system Applied Mathematics Letters 5 (1) 198 1985 Contents lists available at SciVerse ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml Stationary distribution, ergodicity

More information

NOTES ON CHAOS. Chaotic dynamics stem from deterministic mechanisms, but they look very similar to random fluctuations in appearance.

NOTES ON CHAOS. Chaotic dynamics stem from deterministic mechanisms, but they look very similar to random fluctuations in appearance. NOTES ON CHAOS. SOME CONCEPTS Definition: The simplest and most intuitive definition of chaos is the extreme sensitivity of system dynamics to its initial conditions (Hastings et al. 99). Chaotic dynamics

More information

Lectures on Probability and Statistical Models

Lectures on Probability and Statistical Models Lectures on Probability and Statistical Models Phil Pollett Professor of Mathematics The University of Queensland c These materials can be used for any educational purpose provided they are are not altered

More information

ˆ Density dependence. Key concepts. Population growth of muskox on Nunivak Island. ˆ State variables vs. parameters. Density dependence

ˆ Density dependence. Key concepts. Population growth of muskox on Nunivak Island. ˆ State variables vs. parameters. Density dependence Density dependence Key concepts ˆ State variables vs. parameters ˆ Density dependence ˆ Intrinsic rate of increase and carrying capacity ˆ Stability ˆ Resilience ˆ Allee effect Population growth of muskox

More information

Elementary Applications of Probability Theory

Elementary Applications of Probability Theory Elementary Applications of Probability Theory With an introduction to stochastic differential equations Second edition Henry C. Tuckwell Senior Research Fellow Stochastic Analysis Group of the Centre for

More information

Simulating stochastic epidemics

Simulating stochastic epidemics Simulating stochastic epidemics John M. Drake & Pejman Rohani 1 Introduction This course will use the R language programming environment for computer modeling. The purpose of this exercise is to introduce

More information

MATH 56A: STOCHASTIC PROCESSES CHAPTER 0

MATH 56A: STOCHASTIC PROCESSES CHAPTER 0 MATH 56A: STOCHASTIC PROCESSES CHAPTER 0 0. Chapter 0 I reviewed basic properties of linear differential equations in one variable. I still need to do the theory for several variables. 0.1. linear differential

More information

Exam 3. Principles of Ecology. April 14, Name

Exam 3. Principles of Ecology. April 14, Name Exam 3. Principles of Ecology. April 14, 2010. Name Directions: Perform beyond your abilities. There are 100 possible points (+ 9 extra credit pts) t N t = N o N t = N o e rt N t+1 = N t + r o N t (1-N

More information

Modeling point processes by the stochastic differential equation

Modeling point processes by the stochastic differential equation Modeling point processes by the stochastic differential equation Vygintas Gontis, Bronislovas Kaulakys, Miglius Alaburda and Julius Ruseckas Institute of Theoretical Physics and Astronomy of Vilnius University,

More information

Mathematical analysis of three species model and introduction of the canonical model. Isao Kawaguchi NIRS, Japan

Mathematical analysis of three species model and introduction of the canonical model. Isao Kawaguchi NIRS, Japan Mathematical analysis of three species model and introduction of the canonical model. Isao Kawaguchi NIRS, Japan Suggestions from Tatiana a) could you transform your experimental model into a generic model

More information

URN MODELS: the Ewens Sampling Lemma

URN MODELS: the Ewens Sampling Lemma Department of Computer Science Brown University, Providence sorin@cs.brown.edu October 3, 2014 1 2 3 4 Mutation Mutation: typical values for parameters Equilibrium Probability of fixation 5 6 Ewens Sampling

More information

Predator-prey interactions

Predator-prey interactions Predator-prey interactions Key concepts ˆ Predator-prey cycles ˆ Phase portraits ˆ Stabilizing mechanisms ˆ Linear stability analysis ˆ Functional responses ˆ The paradox of enrichment Predator-prey cycles

More information

Stochastic modelling of epidemic spread

Stochastic modelling of epidemic spread Stochastic modelling of epidemic spread Julien Arino Department of Mathematics University of Manitoba Winnipeg Julien Arino@umanitoba.ca 19 May 2012 1 Introduction 2 Stochastic processes 3 The SIS model

More information

BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences

BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences Week 3: Intraspecific Competition. Lecture summary: Definition. Characteristics. Scramble & contest. Density dependence k-values

More information

Chapter 3: Birth and Death processes

Chapter 3: Birth and Death processes Chapter 3: Birth and Death processes Thus far, we have ignored the random element of population behaviour. Of course, this prevents us from finding the relative likelihoods of various events that might

More information

BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences

BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences BIOS 6150: Ecology Dr. Stephen Malcolm, Department of Biological Sciences Week 7: Dynamics of Predation. Lecture summary: Categories of predation. Linked prey-predator cycles. Lotka-Volterra model. Density-dependence.

More information

Mathematical Ecology

Mathematical Ecology Mathematical Ecology Joachim Hermisson, Claus Rueffler & Meike Wittmann January 14, 2016 Literature and Software Sarah P. Otto, Troy Day: A Biologist s Guide to Mathematical Modeling in Ecology and Evolution,

More information

Population Games and Evolutionary Dynamics

Population Games and Evolutionary Dynamics Population Games and Evolutionary Dynamics William H. Sandholm The MIT Press Cambridge, Massachusetts London, England in Brief Series Foreword Preface xvii xix 1 Introduction 1 1 Population Games 2 Population

More information

Modeling the Immune System W9. Ordinary Differential Equations as Macroscopic Modeling Tool

Modeling the Immune System W9. Ordinary Differential Equations as Macroscopic Modeling Tool Modeling the Immune System W9 Ordinary Differential Equations as Macroscopic Modeling Tool 1 Lecture Notes for ODE Models We use the lecture notes Theoretical Fysiology 2006 by Rob de Boer, U. Utrecht

More information

THE ROLE OF DISPERSAL IN INTERACTING PATCHES SUBJECT TO AN ALLEE EFFECT

THE ROLE OF DISPERSAL IN INTERACTING PATCHES SUBJECT TO AN ALLEE EFFECT Adv. Appl. Prob. 45, 1182 1197 (2013) Printed in Northern Ireland Applied Probability Trust 2013 THE ROLE OF DISPERSAL IN INTERACTING PATCHES SUBJECT TO AN ALLEE EFFECT N. LANCHIER, Arizona State University

More information

Oikos. Appendix A1. o20830

Oikos. Appendix A1. o20830 1 Oikos o20830 Valdovinos, F. S., Moisset de Espanés, P., Flores, J. D. and Ramos-Jiliberto, R. 2013. Adaptive foraging allows the maintenance of biodiversity of pollination networks. Oikos 122: 907 917.

More information

Ecology Regulation, Fluctuations and Metapopulations

Ecology Regulation, Fluctuations and Metapopulations Ecology Regulation, Fluctuations and Metapopulations The Influence of Density on Population Growth and Consideration of Geographic Structure in Populations Predictions of Logistic Growth The reality of

More information

Paradigms In Conservation

Paradigms In Conservation Lecture 17, 20 Oct 2009 Paradigms & Populations Conservation Biology ECOL 406R/506R University of Arizona Fall 2009 Kevin Bonine Mary Jane Epps Readings Primack parts of Ch 5 & 6 Marmontel et al. 1997

More information

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN:

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 978-1-60595-502-5 Application of Richards Model on Hainan Population Growth Forecast Zhan-Ji GUI 1,a,

More information

Evolution in prey-predator systems

Evolution in prey-predator systems Darwin: Le hasard et l évolution S. Méléard, Ecole Polytechnique, Centre de Mathématiques CMAP, École Polytechnique Appliquées in collaboration with N. Loeuille, C. Hauzy and S. Méléard 02/04/2013, Aussois

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

BIOS 5970: Plant-Herbivore Interactions Dr. Stephen Malcolm, Department of Biological Sciences

BIOS 5970: Plant-Herbivore Interactions Dr. Stephen Malcolm, Department of Biological Sciences BIOS 5970: Plant-Herbivore Interactions Dr. Stephen Malcolm, Department of Biological Sciences D. POPULATION & COMMUNITY DYNAMICS Week 10. Population models 1: Lecture summary: Distribution and abundance

More information

Stochastic Models. John M. Drake & Pejman Rohani

Stochastic Models. John M. Drake & Pejman Rohani Epidemiological data are noisy Two types of noise: Observation error: the data are probabilistically related to the true state of the system Process noise: the system progresses probabilistically Environmental

More information

Natal versus breeding dispersal: Evolution in a model system

Natal versus breeding dispersal: Evolution in a model system Evolutionary Ecology Research, 1999, 1: 911 921 Natal versus breeding dispersal: Evolution in a model system Karin Johst 1 * and Roland Brandl 2 1 Centre for Environmental Research Leipzig-Halle Ltd, Department

More information

arxiv: v1 [math.pr] 1 Jan 2013

arxiv: v1 [math.pr] 1 Jan 2013 The role of dispersal in interacting patches subject to an Allee effect arxiv:1301.0125v1 [math.pr] 1 Jan 2013 1. Introduction N. Lanchier Abstract This article is concerned with a stochastic multi-patch

More information

Endemic persistence or disease extinction: the effect of separation into subcommunities

Endemic persistence or disease extinction: the effect of separation into subcommunities Mathematical Statistics Stockholm University Endemic persistence or disease extinction: the effect of separation into subcommunities Mathias Lindholm Tom Britton Research Report 2006:6 ISSN 1650-0377 Postal

More information

Gause, Luckinbill, Veilleux, and What to Do. Christopher X Jon Jensen Stony Brook University

Gause, Luckinbill, Veilleux, and What to Do. Christopher X Jon Jensen Stony Brook University Gause, Luckinbill, Veilleux, and What to Do Christopher X Jon Jensen Stony Brook University Alternative Models of Predation: Functional Responses: f (N) Prey Dependent f (N/P) Ratio Dependent Possible

More information

1/f Fluctuations from the Microscopic Herding Model

1/f Fluctuations from the Microscopic Herding Model 1/f Fluctuations from the Microscopic Herding Model Bronislovas Kaulakys with Vygintas Gontis and Julius Ruseckas Institute of Theoretical Physics and Astronomy Vilnius University, Lithuania www.itpa.lt/kaulakys

More information

Some functional (Hölderian) limit theorems and their applications (II)

Some functional (Hölderian) limit theorems and their applications (II) Some functional (Hölderian) limit theorems and their applications (II) Alfredas Račkauskas Vilnius University Outils Statistiques et Probabilistes pour la Finance Université de Rouen June 1 5, Rouen (Rouen

More information

Mathematical models in life sciences. Lecture notes of a course held by Marco Di Francesco based on the book by J. D. Murray

Mathematical models in life sciences. Lecture notes of a course held by Marco Di Francesco based on the book by J. D. Murray Mathematical models in life sciences Lecture notes of a course held by Marco Di Francesco based on the book by J. D. Murray December 31, 2010 Contents I Continuous time dependent models 3 1 Ordinary differential

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations Systems of ordinary differential equations Last two lectures we have studied models of the form y (t) F (y), y(0) y0 (1) this is an scalar ordinary differential

More information

Populations in lakes. Limnology Lecture 9

Populations in lakes. Limnology Lecture 9 Populations in lakes Limnology Lecture 9 Outline Adaptations in lake organisms to Low oxygen Predation Seasonal disturbance Populations in lakes Exponential Logistic Metapopulation Low Oxygen Tolerance

More information

The Leslie Matrix. The Leslie Matrix (/2)

The Leslie Matrix. The Leslie Matrix (/2) The Leslie Matrix The Leslie matrix is a generalization of the above. It describes annual increases in various age categories of a population. As above we write p n+1 = Ap n where p n, A are given by:

More information

Predation. Predation & Herbivory. Lotka-Volterra. Predation rate. Total rate of predation. Predator population 10/23/2013. Review types of predation

Predation. Predation & Herbivory. Lotka-Volterra. Predation rate. Total rate of predation. Predator population 10/23/2013. Review types of predation Predation & Herbivory Chapter 14 Predation Review types of predation Carnivory Parasitism Parasitoidism Cannabalism Lotka-Volterra Predators control prey populations and prey control predator populations

More information

Monte Carlo. Lecture 15 4/9/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky

Monte Carlo. Lecture 15 4/9/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky Monte Carlo Lecture 15 4/9/18 1 Sampling with dynamics In Molecular Dynamics we simulate evolution of a system over time according to Newton s equations, conserving energy Averages (thermodynamic properties)

More information

THREE-BODY INTERACTIONS DRIVE THE TRANSITION TO POLAR ORDER IN A SIMPLE FLOCKING MODEL

THREE-BODY INTERACTIONS DRIVE THE TRANSITION TO POLAR ORDER IN A SIMPLE FLOCKING MODEL THREE-BODY INTERACTIONS DRIVE THE TRANSITION TO POLAR ORDER IN A SIMPLE FLOCKING MODEL Purba Chatterjee and Nigel Goldenfeld Department of Physics University of Illinois at Urbana-Champaign Flocking in

More information

1 Mathematical models of the population growth

1 Mathematical models of the population growth 1 Mathematical models of the population growth 1.1 How many people can the Earth support? (Or a quick refresher on the least square method) I would like to start with a very simple and yet interesting

More information

88 CONTINUOUS MARKOV CHAINS

88 CONTINUOUS MARKOV CHAINS 88 CONTINUOUS MARKOV CHAINS 3.4. birth-death. Continuous birth-death Markov chains are very similar to countable Markov chains. One new concept is explosion which means that an infinite number of state

More information

Behaviour of simple population models under ecological processes

Behaviour of simple population models under ecological processes J. Biosci., Vol. 19, Number 2, June 1994, pp 247 254. Printed in India. Behaviour of simple population models under ecological processes SOMDATTA SINHA* and S PARTHASARATHY Centre for Cellular and Molecular

More information

Multiple choice 2 pts each): x 2 = 18) Essay (pre-prepared) / 15 points. 19) Short Answer: / 2 points. 20) Short Answer / 5 points

Multiple choice 2 pts each): x 2 = 18) Essay (pre-prepared) / 15 points. 19) Short Answer: / 2 points. 20) Short Answer / 5 points P 1 Biology 217: Ecology Second Exam Fall 2004 There should be 7 ps in this exam - take a moment and count them now. Put your name on the first p of the exam, and on each of the ps with short answer questions.

More information

Onsager theory: overview

Onsager theory: overview Onsager theory: overview Pearu Peterson December 18, 2006 1 Introduction Our aim is to study matter that consists of large number of molecules. A complete mechanical description of such a system is practically

More information

Analyzing the Parameters of Prey-Predator Models for Simulation Games

Analyzing the Parameters of Prey-Predator Models for Simulation Games Analyzing the Parameters of Prey-Predator Models for Simulation Games Seongdong Kim 1, Christoph Hoffmann 2, Varun Ramachandran 2 1 Dept. Gameware, Kaywon School of Art & Design Euiwhang, Republic of Korea

More information

Cheng Soon Ong & Christian Walder. Canberra February June 2018

Cheng Soon Ong & Christian Walder. Canberra February June 2018 Cheng Soon Ong & Christian Walder Research Group and College of Engineering and Computer Science Canberra February June 2018 (Many figures from C. M. Bishop, "Pattern Recognition and ") 1of 254 Part V

More information

First Passage Time Calculations

First Passage Time Calculations First Passage Time Calculations Friday, April 24, 2015 2:01 PM Homework 4 will be posted over the weekend; due Wednesday, May 13 at 5 PM. We'll now develop some framework for calculating properties of

More information

Name. Concept 53,1 Dynamic biologicalprocesses influence population density, dispersion, anddemographics

Name. Concept 53,1 Dynamic biologicalprocesses influence population density, dispersion, anddemographics Name Period Chapter 53: Population Ecology The next three chapters on population, community, and ecosystem ecology provide the academic backbone for this unit on ecology. Each chapter considers a different

More information

Numerical solution of stochastic epidemiological models

Numerical solution of stochastic epidemiological models Numerical solution of stochastic epidemiological models John M. Drake & Pejman Rohani 1 Introduction He we expand our modeling toolkit to include methods for studying stochastic versions of the compartmental

More information

Optimal Translocation Strategies for Threatened Species

Optimal Translocation Strategies for Threatened Species Optimal Translocation Strategies for Threatened Species Rout, T. M., C. E. Hauser and H. P. Possingham The Ecology Centre, University of Queensland, E-Mail: s428598@student.uq.edu.au Keywords: threatened

More information

Optimal Harvesting Models for Fishery Populations

Optimal Harvesting Models for Fishery Populations Optimal Harvesting Models for Fishery Populations Corinne Wentworth St. Mary s College of Maryland Mentored by: Dr. Masami Fujiwara and Dr. Jay Walton July 28, 2011 Optimal Harvesting Models for Fishery

More information

Stochastic Viral Dynamics with Beddington-DeAngelis Functional Response

Stochastic Viral Dynamics with Beddington-DeAngelis Functional Response Stochastic Viral Dynamics with Beddington-DeAngelis Functional Response Junyi Tu, Yuncheng You University of South Florida, USA you@mail.usf.edu IMA Workshop in Memory of George R. Sell June 016 Outline

More information

d= r(t)n, (1) dy = '/2r(t)y + 1/2v/v(j77) e(t). (3) dn = r(t)n + v(1t-v) E(t)x/N, (2)

d= r(t)n, (1) dy = '/2r(t)y + 1/2v/v(j77) e(t). (3) dn = r(t)n + v(1t-v) E(t)x/N, (2) THE EFFECT OF RANDOM VARIATIONS OF DIFFERENT TYPES ON POPULATION GROWTH BY R. LEVINS DEPARTMENT OF BIOLOGY, UNIVERSITY OF CHICAGO Communicated by R. C. Lewontin, February 10, 1969 Abstract.-The probability

More information

Markov Chains CK eqns Classes Hitting times Rec./trans. Strong Markov Stat. distr. Reversibility * Markov Chains

Markov Chains CK eqns Classes Hitting times Rec./trans. Strong Markov Stat. distr. Reversibility * Markov Chains Markov Chains A random process X is a family {X t : t T } of random variables indexed by some set T. When T = {0, 1, 2,... } one speaks about a discrete-time process, for T = R or T = [0, ) one has a continuous-time

More information

Queueing Theory I Summary! Little s Law! Queueing System Notation! Stationary Analysis of Elementary Queueing Systems " M/M/1 " M/M/m " M/M/1/K "

Queueing Theory I Summary! Little s Law! Queueing System Notation! Stationary Analysis of Elementary Queueing Systems  M/M/1  M/M/m  M/M/1/K Queueing Theory I Summary Little s Law Queueing System Notation Stationary Analysis of Elementary Queueing Systems " M/M/1 " M/M/m " M/M/1/K " Little s Law a(t): the process that counts the number of arrivals

More information

III.H Zeroth Order Hydrodynamics

III.H Zeroth Order Hydrodynamics III.H Zeroth Order Hydrodynamics As a first approximation, we shall assume that in local equilibrium, the density f 1 at each point in space can be represented as in eq.(iii.56), i.e. [ ] p m q, t)) f

More information