A NUMERICAL STUDY ON PREDATOR PREY MODEL

Size: px
Start display at page:

Download "A NUMERICAL STUDY ON PREDATOR PREY MODEL"

Transcription

1 International Conference Mathematical and Computational Biology 2011 International Journal of Modern Physics: Conference Series Vol. 9 (2012) World Scientific Publishing Company DOI: /S A NUMERICAL STUDY ON PREDATOR PREY MODEL MOHAMED FARIS LAHAM Institute for Mathematical Research, Universiti Putra Malaysia mohdfaris@putra.upm.edu.my ISTHRINAYAGY KRISHNARAJAH Institute for Mathematical Research, Universiti Putra Malaysia isthri@math.upm.edu.my ABDUL KADIR JUMAAT Faculty of Computer & Mathematical Sciences, Universiti Teknologi MARA Shah Alam abdulkadir@tmsk.uitm.edu.my Stochastic spatial models are becoming a popular tool for understand the ecological and evolution of ecosystem problems. We consider the predator prey interactions in term of stochastic representation of this Lotka-Volterra model and explore the use of stochastic processes to extinction behavior of the interacting populations. Here, we present simulation of stochastic processes of continuous time Lotka-Volterra model. Euler method has been used to solve the predator prey system. The trajectory spiral graph has been plotted based on obtained solution to show the population cycle of predator as a function of time. Keywords: Stochastic; predator prey; Euler method; Lotka-Volterra model. 1. Introduction One of the dominant themes in ecology is the dynamic relationship between predator and their prey. Predator-prey interactions have been studied since as early as 1925 when mathematical model were proposed independently by Lotka and Volterra leading to the Lotka-Volterra model 1. The Lotka-Volterra model arises in mathematical biology and models the growth of animal species as discussed in many mathematical biology books for example Ref. 4, 5 and 6. Interest often lies on studying the dynamics of the equilibrium solution of the process. 347

2 348 M. F. Laham, I. Krishnarajah and A. K. Jumaat Population cycles of prey and their predators are described by frequent increase and decrease in the densities of a predator and its prey. In general, higher prey population size than the predator will give a realistic ecological dynamics; whereas, higher predator population size will give a rapid extinction of predator population. One of the famous examples of predator-prey interactions was illustrated by Canadian lynx as predator and snowshoe hare as prey 3. The dynamics of the hare cycle helps the ecologist to understand the importance of predation and food supplies in regulating that cycle. Cycles are useful in a given time period because the changes can be predictable with some confidence and more changes may occur than in an irregularly fluctuating population. Any fluctuating population can be understood by knowing first in detail the mechanism of changes in births, deaths and movements which are the proximate causes of the changes in numbers. The predator s fluctuating population follows those of the prey population through time. However, stochastic models are becoming an important mathematical tool for understanding ecological complexity and play a fundamental role in predator prey population processes 2. It helps to explain observable population phenomena. A stochastic process is a natural model for describing the evolution of real-life processes, objects and systems in space and time 4. It presents contributions on the mathematical approaches from structural, analytical and algorithmic to experimental methodologies. It also offers an interdisciplinary simulation on the uses of probability theory and discusses real-world applications of stochastic models to various areas such as biology, queuing theory, inventories and dams, storage, computer science, telecommunication modeling, reliability, and operations research. Stochasticity is the extensions to differential equation models and there are definitely many lessons for artificial life researchers in these equations. Most likely, both techniques will have an important role to play in further study of population dynamics. In this paper, simulation of stochastic processes of continuous time Lotka-Volterra model is presented. Euler method has been used to solve the predator prey system. The trajectory spiral graph has been plotted based on obtained solution to show the population cycle of predator as a function of time. 2. The Deterministic Model Deterministic mathematical models have frequently been used as tools in the study of species interaction in an ecological situation. In the classical representation of predator prey interactions as formulated by Lotka-Volterra model, the prey population grows exponentially in the absence of predators. This is based on the assumption that there is always sufficient food for the prey and there is no other threat to its growth.

3 A Numerical Study on Predator Prey Model 349 The model involves two mathematical equations since we are considering two species, one describes how the prey densities changes and the second which describes how the predator densities changes. Consider two species where H ( t) denotes the population of prey and P( t) denotes the population of predator at time t. Suppose that in the absence of predators, prey increase at rate α (which, for stochastic simulations, is calculated as the birth rate b minus the natural prey death rate), whilst in the absence of prey, predator die at rate γ. A particular case of the Lotka-Volterra differential system are given as: dh / dt = α H β HP dp / dt = λhp γ P Here within-species competition has been ignored. The constant β measures the death rate of prey due to being eaten by predators; the prey population will be depleted faster when the number of predator population is greater. The constant λ measures the skill of the predator in catching prey; the availability of predator food resource will be greater when the number of prey is greater. The solution for the deterministic Lotka-Volterra model represents sustained oscillations for positive constants,,, α β λ γ along the closed curves γ log H λh + α log P β P = const excepts if initially the system does start in the equilibrium point = / and H = /. α β 3. A Stochastic Lotka Volterra Model P γ β The stochastic Lotka-Volterra takes into version the discreteness of the population and their random fluctuations. In the stochastic model, extinction of species is possible and depending on the initial conditions. The dynamics of the system can deviate drastically from the deterministic model. The stochastic model for predator prey system is formulated as follows: P (Prey death N N 1) = bpnδ t P (Prey birth N N + 1) = ( a rn ) N t P (Predator birth P P 1 P (Predator death P P 1 + ) = cpnδ t ) = dpδ t δ

4 350 M. F. Laham, I. Krishnarajah and A. K. Jumaat Where the constants N and P are the time dependent prey and predator population sizes respectively. a and r is the prey birth rate parameter and d is the predator death rate parameter. Thus in the absence of prey, the predator population decreases exponentially with rate c. In the presence of both species, interactions are modeled as proportional to the product of the sizes of prey population and predator population. The interaction results in prey being eaten by predator with death rate of the prey bp( t) N( t ). The survival of the predator population depends solely on the prey. The greater the number of prey shows the greater the availability of food for the predators. Thus the birth rate for predator is cp( t) N ( t) and the ratio c / a measures the efficiency of predation in terms of birth of predators. In the absence of predators, the prey population exhibits logistic growth with rate a and 2 carrying capacity a / r. Without the term rn, the prey will grow exponentially at rate a in the absence of predators. However, this term ensures that the prey population never exceeds the carrying capacity. 4. Numerical Simulations To demonstrate the numerical solution of the stochastic predator prey model, we set up three initial conditions; P (0) = 12, H (0) = 1000 ; P (0) = 15, H (0) = 1000 and P (0) = 18, H (0) = Figure 1 and Figure 2 show the solution using Euler method for t up to t = 1. Mainly we simulate the trajectories graphs of the predator densities versus prey densities. The system has been solved numerically using Euler method and was determined using Matlab software. Based on the graph, when the number of predator initial population is increase, then the shape of cycle graph becomes smaller.

5 A Numerical Study on Predator Prey Model 351 Fig. 1: Numerically solve a predator prey model

6 352 M. F. Laham, I. Krishnarajah and A. K. Jumaat Fig. 2: Stability for Euler s method in a simple predator prey model without noise

7 A Numerical Study on Predator Prey Model Discussion and Conclusion In Conclusion, this Lotka-Volterra Predator-Prey Model is a fundamental model of the complex ecology of this world. It assumes just one prey for the predator, and vice versa. It also assumes no outside influences like disease, changing conditions, pollution, and so on. However, the model can be expanded to include other variables, and we have stochastic Lotka-Volterra model, which models two competing species and the resources they need for survival. We can enhance the equations by adding more variables to get a better picture of the ecology. However with more variables, the equations becomes more complex and would require more mathematical analysis and numerical simulations. This model is an excellent tool to teach the principles involved in ecology, and to show some rather counter-initiative results. References 1. Alan, A, Berryman. Ecology. 73, 5 (1992). 2. Keeling M.J., Wilson H.B., Pacala S.W. Naturalists. 159, 1 (2002). 3. Krebs J.C., Boonstra R., Boutin S., and Sinclair A.R.A. Bioscience. 51, 1 (2001). 4. Renshaw E. Modelling Biological Populations in Space and Time. (Cambridge, 1991). 5. Murray J.D. Mathematical Biology I, An Introduction. (Springer-Verlag, New York 1993a). 6. Murray J.D. Mathematical Biology II, Spatial Models and Biomedical Applications. (Springer- Verlag, 1993b)

STABILITY OF EIGENVALUES FOR PREDATOR- PREY RELATIONSHIPS

STABILITY OF EIGENVALUES FOR PREDATOR- PREY RELATIONSHIPS Research Article STABILITY OF EIGENVALUES FOR PREDATOR- PREY RELATIONSHIPS Tailor Ravi M., 2 Bhathawala P.H. Address for Correspondence Assistant professor of Laxmi Institute of Technology, Sarigam, Valsad

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

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

Lecture 20/Lab 21: Systems of Nonlinear ODEs

Lecture 20/Lab 21: Systems of Nonlinear ODEs Lecture 20/Lab 21: Systems of Nonlinear ODEs MAR514 Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth Coupled ODEs: Species

More information

Predator-Prey Population Models

Predator-Prey Population Models 21 Predator-Prey Population Models Tools Used in Lab 21 Hudson Bay Data (Hare- Lynx) Lotka-Volterra Lotka-Volterra with Harvest How can we model the interaction between a species of predators and their

More information

Chapter 9 Population Dynamics, Carrying Capacity, and Conservation Biology

Chapter 9 Population Dynamics, Carrying Capacity, and Conservation Biology Chapter 9 Population Dynamics, Carrying Capacity, and Conservation Biology 9-1 Population Dynamics & Carrying Capacity Populations change in response to enviromental stress or changes in evironmental conditions

More information

Motivation and Goals. Modelling with ODEs. Continuous Processes. Ordinary Differential Equations. dy = dt

Motivation and Goals. Modelling with ODEs. Continuous Processes. Ordinary Differential Equations. dy = dt Motivation and Goals Modelling with ODEs 24.10.01 Motivation: Ordinary Differential Equations (ODEs) are very important in all branches of Science and Engineering ODEs form the basis for the simulation

More information

Phenomenon: Canadian lynx and snowshoe hares

Phenomenon: Canadian lynx and snowshoe hares Outline Outline of Topics Shan He School for Computational Science University of Birmingham Module 06-23836: Computational Modelling with MATLAB Phenomenon: Canadian lynx and snowshoe hares All began with

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

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

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

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

Name Student ID. Good luck and impress us with your toolkit of ecological knowledge and concepts!

Name Student ID. Good luck and impress us with your toolkit of ecological knowledge and concepts! Page 1 BIOLOGY 150 Final Exam Winter Quarter 2000 Before starting be sure to put your name and student number on the top of each page. MINUS 3 POINTS IF YOU DO NOT WRITE YOUR NAME ON EACH PAGE! You have

More information

Predation. Vine snake eating a young iguana, Panama. Vertebrate predators: lions and jaguars

Predation. Vine snake eating a young iguana, Panama. Vertebrate predators: lions and jaguars Predation Vine snake eating a young iguana, Panama Vertebrate predators: lions and jaguars 1 Most predators are insects Parasitoids lay eggs in their hosts, and the larvae consume the host from the inside,

More information

Interactions between predators and prey

Interactions between predators and prey Interactions between predators and prey What is a predator? Predator An organism that consumes other organisms and inevitably kills them. Predators attack and kill many different prey individuals over

More information

The Dynamic Behaviour of the Competing Species with Linear and Holling Type II Functional Responses by the Second Competitor

The Dynamic Behaviour of the Competing Species with Linear and Holling Type II Functional Responses by the Second Competitor , pp. 35-46 http://dx.doi.org/10.14257/ijbsbt.2017.9.3.04 The Dynamic Behaviour of the Competing Species with Linear and Holling Type II Functional Responses by the Second Competitor Alemu Geleta Wedajo

More information

INTERPRETING POPULATION DYNAMICS GRAPH

INTERPRETING POPULATION DYNAMICS GRAPH INTERPRETING POPULATION DYNAMIS GRAPH OJETIVES TASKS Name: To learn about three types of population dynamics graphs To determine which type of graph you constructed from the Pike and Perch Game To interpret

More information

BIO S380T Page 1 Summer 2005: Exam 2

BIO S380T Page 1 Summer 2005: Exam 2 BIO S380T Page 1 Part I: Definitions. [5 points for each term] For each term, provide a brief definition that also indicates why the term is important in ecology or evolutionary biology. Where I ve provided

More information

All living organisms are limited by factors in the environment

All living organisms are limited by factors in the environment All living organisms are limited by factors in the environment Monday, October 30 POPULATION ECOLOGY Monday, October 30 POPULATION ECOLOGY Population Definition Root of the word: The word in another language

More information

1. Population dynamics of rabbits and foxes

1. Population dynamics of rabbits and foxes 1. Population dynamics of rabbits and foxes (a) A simple Lotka Volterra Model We have discussed in detail the Lotka Volterra model for predator-prey relationships dn prey dt = +R prey,o N prey (t) γn prey

More information

Gerardo Zavala. Math 388. Predator-Prey Models

Gerardo Zavala. Math 388. Predator-Prey Models Gerardo Zavala Math 388 Predator-Prey Models Spring 2013 1 History In the 1920s A. J. Lotka developed a mathematical model for the interaction between two species. The mathematician Vito Volterra worked

More information

Chapter 6 Population and Community Ecology

Chapter 6 Population and Community Ecology Chapter 6 Population and Community Ecology Friedland and Relyea Environmental Science for AP, second edition 2015 W.H. Freeman and Company/BFW AP is a trademark registered and/or owned by the College Board,

More information

Chapter 6 Population and Community Ecology. Thursday, October 19, 17

Chapter 6 Population and Community Ecology. Thursday, October 19, 17 Chapter 6 Population and Community Ecology Module 18 The Abundance and Distribution of After reading this module you should be able to explain how nature exists at several levels of complexity. discuss

More information

14.1. KEY CONCEPT Every organism has a habitat and a niche. 38 Reinforcement Unit 5 Resource Book

14.1. KEY CONCEPT Every organism has a habitat and a niche. 38 Reinforcement Unit 5 Resource Book 14.1 HABITAT AND NICHE KEY CONCEPT Every organism has a habitat and a niche. A habitat is all of the living and nonliving factors in the area where an organism lives. For example, the habitat of a frog

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

Population Dynamics II

Population Dynamics II Population Dynamics II In this class, we shall analyze behavioral patterns of ecosystems, in which more than two species interact with each other. Such systems frequently exhibit chaotic behavior. Chaotic

More information

3.5 Competition Models: Principle of Competitive Exclusion

3.5 Competition Models: Principle of Competitive Exclusion 94 3. Models for Interacting Populations different dimensional parameter changes. For example, doubling the carrying capacity K is exactly equivalent to halving the predator response parameter D. The dimensionless

More information

Population Dynamics Graphs

Population Dynamics Graphs Dynamics Graphs OJETIVES: - to learn about three types of population dynamics graphs - to determine which type of graph you constructed from the Pike and Perch Game - to interpret (describe, analyze) graphs

More information

Population Dynamics. Max Flöttmann and Jannis Uhlendorf. June 12, Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, / 54

Population Dynamics. Max Flöttmann and Jannis Uhlendorf. June 12, Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, / 54 Population Dynamics Max Flöttmann and Jannis Uhlendorf June 12, 2007 Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, 2007 1 / 54 1 Discrete Population Models Introduction Example: Fibonacci

More information

2D-Volterra-Lotka Modeling For 2 Species

2D-Volterra-Lotka Modeling For 2 Species Majalat Al-Ulum Al-Insaniya wat - Tatbiqiya 2D-Volterra-Lotka Modeling For 2 Species Alhashmi Darah 1 University of Almergeb Department of Mathematics Faculty of Science Zliten Libya. Abstract The purpose

More information

MATH3203 Lecture 1 Mathematical Modelling and ODEs

MATH3203 Lecture 1 Mathematical Modelling and ODEs MATH3203 Lecture 1 Mathematical Modelling and ODEs Dion Weatherley Earth Systems Science Computational Centre, University of Queensland February 27, 2006 Abstract Contents 1 Mathematical Modelling 2 1.1

More information

Populations Study Guide (KEY) All the members of a species living in the same place at the same time.

Populations Study Guide (KEY) All the members of a species living in the same place at the same time. Populations Study Guide (KEY) 1. Define Population. All the members of a species living in the same place at the same time. 2. List and explain the three terms that describe population. a. Size. How large

More information

Time correlation function in systems with two coexisting biological species

Time correlation function in systems with two coexisting biological species Time correlation function in systems with two coexisting biological species E. Arashiro, A. L. Rodrigues, M. J. de Oliveira, and T. Tomé* Instituto de Física, Universidade de São Paulo, Caixa Postal 66318,

More information

CS 365 Introduction to Scientific Modeling Fall Semester, 2011 Review

CS 365 Introduction to Scientific Modeling Fall Semester, 2011 Review CS 365 Introduction to Scientific Modeling Fall Semester, 2011 Review Topics" What is a model?" Styles of modeling" How do we evaluate models?" Aggregate models vs. individual models." Cellular automata"

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

POPULATION GROWTH MODELING

POPULATION GROWTH MODELING POPULATION GROWTH MODELING INTRODUCTION All organisms tend to show the capability of unlimited exponential growth. Consequently, mathematical models have been developed to try to simulate this phenomenon.

More information

Predation is.. The eating of live organisms, regardless of their identity

Predation is.. The eating of live organisms, regardless of their identity Predation Predation Predation is.. The eating of live organisms, regardless of their identity Predation 1)Moves energy and nutrients through the ecosystem 2)Regulates populations 3)Weeds the unfit from

More information

SIMPLE MATHEMATICAL MODELS WITH EXCEL

SIMPLE MATHEMATICAL MODELS WITH EXCEL SIMPLE MATHEMATICAL MODELS WITH EXCEL Traugott H. Schelker Abstract Maybe twenty or thirty years ago only physicists and engineers had any use for mathematical models. Today the situation has totally changed.

More information

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger Project I: Predator-Prey Equations The Lotka-Volterra Predator-Prey Model is given by: du dv = αu βuv = ρβuv

More information

ROLE OF TIME-DELAY IN AN ECOTOXICOLOGICAL PROBLEM

ROLE OF TIME-DELAY IN AN ECOTOXICOLOGICAL PROBLEM CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 6, Number 1, Winter 1997 ROLE OF TIME-DELAY IN AN ECOTOXICOLOGICAL PROBLEM J. CHATTOPADHYAY, E. BERETTA AND F. SOLIMANO ABSTRACT. The present paper deals with

More information

Local Stability Analysis of a Mathematical Model of the Interaction of Two Populations of Differential Equations (Host-Parasitoid)

Local Stability Analysis of a Mathematical Model of the Interaction of Two Populations of Differential Equations (Host-Parasitoid) Biology Medicine & Natural Product Chemistry ISSN: 089-6514 Volume 5 Number 1 016 Pages: 9-14 DOI: 10.1441/biomedich.016.51.9-14 Local Stability Analysis of a Mathematical Model of the Interaction of Two

More information

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics Applications of nonlinear ODE systems: Physics: spring-mass system, planet motion, pendulum Chemistry: mixing problems, chemical reactions Biology: ecology problem, neural conduction, epidemics Economy:

More information

Lesson 9: Predator-Prey and ode45

Lesson 9: Predator-Prey and ode45 Lesson 9: Predator-Prey and ode45 9.1 Applied Problem. In this lesson we will allow for more than one population where they depend on each other. One population could be the predator such as a fox, and

More information

NUMERICAL SIMULATION DYNAMICAL MODEL OF THREE-SPECIES FOOD CHAIN WITH LOTKA-VOLTERRA LINEAR FUNCTIONAL RESPONSE

NUMERICAL SIMULATION DYNAMICAL MODEL OF THREE-SPECIES FOOD CHAIN WITH LOTKA-VOLTERRA LINEAR FUNCTIONAL RESPONSE Journal of Sustainability Science and Management Volume 6 Number 1, June 2011: 44-50 ISSN: 1823-8556 Universiti Malaysia Terengganu Publisher NUMERICAL SIMULATION DYNAMICAL MODEL OF THREE-SPECIES FOOD

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

Fish Population Modeling

Fish Population Modeling Fish Population Modeling Thomas Wood 5/11/9 Logistic Model of a Fishing Season A fish population can be modelled using the Logistic Model, P = kp(1 P/a) P is the population at time t k is a growth constant

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

Interspecific Competition

Interspecific Competition Interspecific Competition Intraspecific competition Classic logistic model Interspecific extension of densitydependence Individuals of other species may also have an effect on per capita birth & death

More information

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science EAD 115 Numerical Solution of Engineering and Scientific Problems David M. Rocke Department of Applied Science Transient Response of a Chemical Reactor Concentration of a substance in a chemical reactor

More information

Levels of Ecological Organization. Biotic and Abiotic Factors. Studying Ecology. Chapter 4 Population Ecology

Levels of Ecological Organization. Biotic and Abiotic Factors. Studying Ecology. Chapter 4 Population Ecology Chapter 4 Population Ecology Lesson 4.1 Studying Ecology Levels of Ecological Organization Biotic and Abiotic Factors The study of how organisms interact with each other and with their environments Scientists

More information

Chapter 4 Population Ecology

Chapter 4 Population Ecology Chapter 4 Population Ecology Lesson 4.1 Studying Ecology Levels of Ecological Organization The study of how organisms interact with each other and with their environments Scientists study ecology at various

More information

1 An Introduction to Stochastic Population Models

1 An Introduction to Stochastic Population Models 1 An Introduction to Stochastic Population Models References [1] J. H. Matis and T. R. Kiffe. Stochastic Population Models, a Compartmental Perective. Springer-Verlag, New York, 2000. [2] E. Renshaw. Modelling

More information

Population Ecology. Chapter 44

Population Ecology. Chapter 44 Population Ecology Chapter 44 Stages of Biology O Ecology is the interactions of organisms with other organisms and with their environments O These interactions occur in different hierarchies O The simplest

More information

14 Periodic phenomena in nature and limit cycles

14 Periodic phenomena in nature and limit cycles 14 Periodic phenomena in nature and limit cycles 14.1 Periodic phenomena in nature As it was discussed while I talked about the Lotka Volterra model, a great deal of natural phenomena show periodic behavior.

More information

Reproduction leads to growth in the number of interacting, interbreeding organisms of one species in a contiguous area--these form a population.

Reproduction leads to growth in the number of interacting, interbreeding organisms of one species in a contiguous area--these form a population. POPULATION DYNAMICS Reproduction leads to growth in the number of interacting, interbreeding organisms of one species in a contiguous area--these form a population. (Distinguish between unitary and modular

More information

4. Ecology and Population Biology

4. Ecology and Population Biology 4. Ecology and Population Biology 4.1 Ecology and The Energy Cycle 4.2 Ecological Cycles 4.3 Population Growth and Models 4.4 Population Growth and Limiting Factors 4.5 Community Structure and Biogeography

More information

Modeling and Simulation Study of Mutuality Interactions with Type II functional Response and Harvesting

Modeling and Simulation Study of Mutuality Interactions with Type II functional Response and Harvesting American Journal of Applied Mathematics 201; 6(3): 109-116 http://www.sciencepublishinggroup.com/j/ajam doi: 10.116/j.ajam.2010603.12 ISSN: 2330-003 (Print); ISSN: 2330-006X (Online) Modeling and Simulation

More information

A Discrete Numerical Scheme of Modified Leslie-Gower With Harvesting Model

A Discrete Numerical Scheme of Modified Leslie-Gower With Harvesting Model CAUCHY Jurnal Matematika Murni dan Aplikasi Volume 5(2) (2018), Pages 42-47 p-issn: 2086-0382; e-issn: 2477-3344 A Discrete Numerical Scheme of Modified Leslie-Gower With Harvesting Model Riski Nur Istiqomah

More information

Chapter 53 POPULATION ECOLOGY

Chapter 53 POPULATION ECOLOGY Ch. 53 Warm-Up 1. Sketch an exponential population growth curve and a logistic population growth curve. 2. What is an ecological footprint? 3. What are ways that you can reduce your ecological footprint?

More information

PREDATOR-PREY DYNAMICS

PREDATOR-PREY DYNAMICS 10 PREDATOR-PREY DYNAMICS Objectives Set up a spreadsheet model of interacting predator and prey populations. Modify the model to include an explicit carrying capacity for the prey population, independent

More information

Unit 8: Ecology: Ecosystems and Communities

Unit 8: Ecology: Ecosystems and Communities Unit 8: Ecology: Ecosystems and Communities An ecosystem consists of all the plants and animals that interact with the nonliving things in an area. Biosphere = area on Earth where living things are found

More information

Students will observe how population size can vary from generation to generation in response to changing environmental conditions.

Students will observe how population size can vary from generation to generation in response to changing environmental conditions. Activity Description of "The Natural Selection of Forks and Beans" This lab was modified from an activity authored by Mike Basham and is available on Access Excellence (www.accessexcellence.com) Abstract:

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

Getting Started With The Predator - Prey Model: Nullclines

Getting Started With The Predator - Prey Model: Nullclines Getting Started With The Predator - Prey Model: Nullclines James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline The Predator

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

Dynamics Analysis of Anti-predator Model on Intermediate Predator With Ratio Dependent Functional Responses

Dynamics Analysis of Anti-predator Model on Intermediate Predator With Ratio Dependent Functional Responses Journal of Physics: Conference Series PAPER OPEN ACCESS Dynamics Analysis of Anti-predator Model on Intermediate Predator With Ratio Dependent Functional Responses To cite this article: D Savitri 2018

More information

REVISION: POPULATION ECOLOGY 01 OCTOBER 2014

REVISION: POPULATION ECOLOGY 01 OCTOBER 2014 REVISION: POPULATION ECOLOGY 01 OCTOBER 2014 Lesson Description In this lesson we revise: Introduction to Population Ecology What s Happening in the Environment Human Population: Analysis & Predictions

More information

Analysis of bacterial population growth using extended logistic Growth model with distributed delay. Abstract INTRODUCTION

Analysis of bacterial population growth using extended logistic Growth model with distributed delay. Abstract INTRODUCTION Analysis of bacterial population growth using extended logistic Growth model with distributed delay Tahani Ali Omer Department of Mathematics and Statistics University of Missouri-ansas City ansas City,

More information

Population and Community Dynamics

Population and Community Dynamics Population and Community Dynamics Part 1. Genetic Diversity in Populations Pages 676 to 701 Part 2. Population Growth and Interactions Pages 702 to 745 I) Introduction I) Introduction to understand how

More information

1 (t + 4)(t 1) dt. Solution: The denominator of the integrand is already factored with the factors being distinct, so 1 (t + 4)(t 1) = A

1 (t + 4)(t 1) dt. Solution: The denominator of the integrand is already factored with the factors being distinct, so 1 (t + 4)(t 1) = A Calculus Topic: Integration of Rational Functions Section 8. # 0: Evaluate the integral (t + )(t ) Solution: The denominator of the integrand is already factored with the factors being distinct, so (t

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

REVISION: POPULATION ECOLOGY 18 SEPTEMBER 2013

REVISION: POPULATION ECOLOGY 18 SEPTEMBER 2013 REVISION: POPULATION ECOLOGY 18 SEPTEMBER 2013 Lesson Description In this lesson we: Revise population ecology by working through some exam questions. Key Concepts Definition of Population A population

More information

11/10/13. How do populations and communities interact and change? Populations. What do you think? Do you agree or disagree? Do you agree or disagree?

11/10/13. How do populations and communities interact and change? Populations. What do you think? Do you agree or disagree? Do you agree or disagree? Chapter Introduction Lesson 1 Populations Lesson 2 Changing Populations Lesson 3 Communities Chapter Wrap-Up How do populations and communities interact and change? What do you think? Before you begin,

More information

Journal of the Vol. 36, pp , 2017 Nigerian Mathematical Society c Nigerian Mathematical Society

Journal of the Vol. 36, pp , 2017 Nigerian Mathematical Society c Nigerian Mathematical Society Journal of the Vol. 36, pp. 47-54, 2017 Nigerian Mathematical Society c Nigerian Mathematical Society A CLASS OF GENERALIZATIONS OF THE LOTKA-VOLTERRA PREDATOR-PREY EQUATIONS HAVING EXACTLY SOLUBLE SOLUTIONS

More information

ENVE203 Environmental Engineering Ecology (Nov 05, 2012)

ENVE203 Environmental Engineering Ecology (Nov 05, 2012) ENVE203 Environmental Engineering Ecology (Nov 05, 2012) Elif Soyer Ecosystems and Living Organisms Population Density How Do Populations Change in Size? Maximum Population Growth Environmental Resistance

More information

Assume closed population (no I or E). NB: why? Because it makes it easier.

Assume closed population (no I or E). NB: why? Because it makes it easier. What makes populations get larger? Birth and Immigration. What makes populations get smaller? Death and Emigration. B: The answer to the above?s are never things like "lots of resources" or "detrimental

More information

Ecology 302: Lecture VII. Species Interactions.

Ecology 302: Lecture VII. Species Interactions. Ecology 302: Lecture VII. Species Interactions. (Gotelli, Chapters 6; Ricklefs, Chapter 14-15) MacArthur s warblers. Variation in feeding behavior allows morphologically similar species of the genus Dendroica

More information

Predator-Prey Model with Ratio-dependent Food

Predator-Prey Model with Ratio-dependent Food University of Minnesota Duluth Department of Mathematics and Statistics Predator-Prey Model with Ratio-dependent Food Processing Response Advisor: Harlan Stech Jana Hurkova June 2013 Table of Contents

More information

BIO 114 Spring Protozoan Population Ecology and Interactions

BIO 114 Spring Protozoan Population Ecology and Interactions Protozoan Population Ecology and Interactions Laboratory Learning Outcomes Conceptual 1. Describe the effect of birth rate and death rate on population growth. 2. Apply the concepts in BMEs 24.1, 24.2

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

Model Stability Analysis of Marine Ecosystem

Model Stability Analysis of Marine Ecosystem Vol. 1, No. 2 International Journal of Biology Model Stability Analysis of Marine Ecosystem Yuejian Jie & Yuan Yuan College of Sciences, China Agriculture University, Beijing 100094, China E-mail: jieyj@cau.edu.cn

More information

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa Outline Calculus for the Life Sciences Lecture Notes to Differential Equations Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu 1 Department of Mathematics and Statistics Dynamical Systems Group Computational

More information

SETUP: creates the world based on the settings for each variable GO: starts and ends the simulation

SETUP: creates the world based on the settings for each variable GO: starts and ends the simulation Wolf Sheep Predation Simulation Double-click on NetLogo to open the program. Go to File..Models Library Click on the + next to Biology to show the drop-down menu. Select Wolf Sheep Predation and click

More information

COMPETITION OF FAST AND SLOW MOVERS FOR RENEWABLE AND DIFFUSIVE RESOURCE

COMPETITION OF FAST AND SLOW MOVERS FOR RENEWABLE AND DIFFUSIVE RESOURCE CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 2, Number, Spring 22 COMPETITION OF FAST AND SLOW MOVERS FOR RENEWABLE AND DIFFUSIVE RESOURCE SILOGINI THANARAJAH AND HAO WANG ABSTRACT. In many studies of

More information

Unit 6 Populations Dynamics

Unit 6 Populations Dynamics Unit 6 Populations Dynamics Define these 26 terms: Commensalism Habitat Herbivory Mutualism Niche Parasitism Predator Prey Resource Partitioning Symbiosis Age structure Population density Population distribution

More information

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, 2016 Exam Scores Question Score Total 1 10 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all

More information

Numerical Solution of a Fractional-Order Predator-Prey Model with Prey Refuge and Additional Food for Predator

Numerical Solution of a Fractional-Order Predator-Prey Model with Prey Refuge and Additional Food for Predator 66 Numerical Solution of a Fractional-Order Predator-Prey Model with Prey Refuge Additional Food for Predator Rio Satriyantara, Agus Suryanto *, Noor Hidayat Department of Mathematics, Faculty of Mathematics

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

Age (x) nx lx. Population dynamics Population size through time should be predictable N t+1 = N t + B + I - D - E

Age (x) nx lx. Population dynamics Population size through time should be predictable N t+1 = N t + B + I - D - E Population dynamics Population size through time should be predictable N t+1 = N t + B + I - D - E Time 1 N = 100 20 births 25 deaths 10 immigrants 15 emmigrants Time 2 100 + 20 +10 25 15 = 90 Life History

More information

MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P. Perhaps the most important of all the applications of calculus is to differential equations.

MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P. Perhaps the most important of all the applications of calculus is to differential equations. MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P Stewart Chapter 9 Differential Equations Perhaps the most important of all the applications of calculus is to differential equations. 9.1 Modeling

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Michael H. F. Wilkinson Institute for Mathematics and Computing Science University of Groningen The Netherlands December 2005 Overview What are Ordinary Differential Equations

More information

Population Ecology and the Distribution of Organisms. Essential Knowledge Objectives 2.D.1 (a-c), 4.A.5 (c), 4.A.6 (e)

Population Ecology and the Distribution of Organisms. Essential Knowledge Objectives 2.D.1 (a-c), 4.A.5 (c), 4.A.6 (e) Population Ecology and the Distribution of Organisms Essential Knowledge Objectives 2.D.1 (a-c), 4.A.5 (c), 4.A.6 (e) Ecology The scientific study of the interactions between organisms and the environment

More information

7. E C. 5 B. 1 D E V E L O P A N D U S E M O D E L S T O E X P L A I N H O W O R G A N I S M S I N T E R A C T I N A C O M P E T I T I V E O R M U T

7. E C. 5 B. 1 D E V E L O P A N D U S E M O D E L S T O E X P L A I N H O W O R G A N I S M S I N T E R A C T I N A C O M P E T I T I V E O R M U T 7. E C. 5 B. 1 D E V E L O P A N D U S E M O D E L S T O E X P L A I N H O W O R G A N I S M S I N T E R A C T I N A C O M P E T I T I V E O R M U T U A L L Y B E N E F I C I A L R E L A T I O N S H I

More information

The dynamics of disease transmission in a Prey Predator System with harvesting of prey

The dynamics of disease transmission in a Prey Predator System with harvesting of prey ISSN: 78 Volume, Issue, April The dynamics of disease transmission in a Prey Predator System with harvesting of prey, Kul Bhushan Agnihotri* Department of Applied Sciences and Humanties Shaheed Bhagat

More information

Predator-Prey Population Dynamics

Predator-Prey Population Dynamics Predator-Prey Population Dynamics Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ October 2,

More information

5 Alfred Lotka, Vito Volterra, and Population Cycles

5 Alfred Lotka, Vito Volterra, and Population Cycles 5 Alfred Lotka, Vito Volterra, and opulation Cycles Dr. Umberto D Ancona entertained me several times with statistics that he was compiling about fishing during the period of the war and in periods previous

More information

A Producer-Consumer Model With Stoichiometry

A Producer-Consumer Model With Stoichiometry A Producer-Consumer Model With Stoichiometry Plan B project toward the completion of the Master of Science degree in Mathematics at University of Minnesota Duluth Respectfully submitted by Laura Joan Zimmermann

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

Critical and oscillatory behavior of a system of smart preys and predators

Critical and oscillatory behavior of a system of smart preys and predators PHYSICAL REVIEW E, VOLUME 63, 061907 Critical and oscillatory behavior of a system of smart preys and predators Alejandro F. Rozenfeld* and Ezequiel V. Albano Instituto de Investigaciones Fisicoquímicas

More information

Science Home Learning Task. Year 9. Adaptation and Inheritance

Science Home Learning Task. Year 9. Adaptation and Inheritance Science Home Learning Task Year 9 Adaptation and Inheritance Name Tutor Group Teacher Given out: Monday 3 December Hand in: Monday 10 December Parent/Carer Comment Staff Comment Target Investigating Science

More information