A Computational Analysis of the Lotka-Volterra Equations Delon Roberts, Dr. Monika Neda Department of Mathematical Sciences, UNLV INTRODUCTION The Lotka-Volterra.

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

Modeling of Complex Social Systems MATH 800 Fall 2011.
Teaching Courses in Scientific Computing 30 September 2010 Roger Bielefeld Director, Advanced Research Computing.
Predator Prey Systems with an Alternative Food Source By Karuna Batcha and Victoria Nicolov By Karuna Batcha and Victoria Nicolov.
Lotka-Volterra, Predator-Prey Model J. Brecker April 01, 2013.
Åbo Akademi University & TUCS, Turku, Finland Ion PETRE Andrzej MIZERA COPASI Complex Pathway Simulator.
بسم الله الرحمن الرحيم وقل ربِ زدني علماً صدق الله العظيم.
Paula Gonzalez 1, Leticia Velazquez 1,2, Miguel Argaez 1,2, Carlos Castillo-Chávez 3, Eli Fenichel 4 1 Computational Science Program, University of Texas.
Computational Biology, Part 17 Biochemical Kinetics I Robert F. Murphy Copyright  1996, All rights reserved.
COMP1261 Advanced Algorithms n 15 credits, Term 1 (Wednesday 9-12) n Pre-requisites: Calculus and Mathematical Methods, Numerical Mathematics and Computer.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction.
MATH 330: Ordinary Differential Equations Fall 2014.
Chapter 12: Simulation and Modeling Invitation to Computer Science, Java Version, Third Edition.
Math-254 Numerical Methods.
AN ITERATIVE METHOD FOR MODEL PARAMETER IDENTIFICATION 4. DIFFERENTIAL EQUATION MODELS E.Dimitrova, Chr. Boyadjiev E.Dimitrova, Chr. Boyadjiev BULGARIAN.
Babeş-Bolyai University Faculty of Physics Representative courses Representative and most important courses are: simulation of structrure.
Computational Physics Introduction 3/30/11. Goals  Calculate solutions to physics problems  All physics problems can be formulated mathematically. 
Ch 9.5: Predator-Prey Systems In Section 9.4 we discussed a model of two species that interact by competing for a common food supply or other natural resource.
Computational Biology, Part 15 Biochemical Kinetics I Robert F. Murphy Copyright  1996, 1999, 2000, All rights reserved.
Boyce/DiPrima 9 th ed, Ch 1.4: Historical Remarks Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
MA2213 Lecture 11 PDE. Topics Introduction p Poisson equation p Visualization of numerical results p Boundary conditions p.
S17: Introduction to Numerical Methods TT 2008 Lecture 1 Numerical aspects of computing.
Alfred Lotka (top) Vito Volterra Predator-Prey Systems.
A METHODOLOGY FOR QUALITATIVE MODELLING OF ECONOMIC, FINANCIAL SYSTEMS WITH EMPHASIS TO CHAOS THEORY Tomas Vicha, Mirko Dohnal Faculty of Business and.
Akram Bitar and Larry Manevitz Department of Computer Science
Mathematical Modeling: Intro Patrice Koehl Department of Biological Sciences National University of Singapore
Predicting Landing Solutions for a Rocket in a Two- Body System Spring 2014 · Honors Professor Thorp · C++
Boyce/DiPrima 9 th ed, Ch1.3: Classification of Differential Equations Elementary Differential Equations and Boundary Value Problems, 9 th edition, by.
© ETH Zürich | L – Modeling and Simulating Social Systems with MATLAB Lecture 3 – Dynamical Systems © ETH Zürich | Giovanni Luca.
Differential Equations A Universal Language
244-1: INTRODUCTION TO PROGRAMMING
Operations Research Chapter one.
Chapter 12: Simulation and Modeling
Boyce/DiPrima 9th ed, Ch 9.4: Competing Species Elementary Differential Equations and Boundary Value Problems, 9th edition, by William E. Boyce and.
MATH/COMP 340: Numerical Analysis I
L – Modeling and Simulating Social Systems with MATLAB
Computational Models.
Chapter 30.
Existence of Wavetrains with Periods
Date of download: 10/22/2017 Copyright © ASME. All rights reserved.
Numerical Solution of Ordinary Differential Equation
Introduction to Soft Computing
Math-254 Numerical Methods.
In the absence of wolves, the rabbit population is always 5000
Sharks, Mullet, and Mathematical Ecology
NONLINEAR SYSTEMS IN THREE DIMENSIONS
One- and Two-Dimensional Flows
Roberto Battiti, Mauro Brunato
Fluid Flow Regularization of Navier-Stokes Equations
Differential Equations:
Computational Fluid Dynamics - Fall 2001
Chapter 0 : Introduction to Object Oriented Design
Artificial Intelligence in an Agent-Based Model
Linearization and Newton’s Method
Use power series to solve the differential equation. y ' = 7xy
EXERCISE SET 7 – Differential Equations
Systems of Differential Equations Autonomous Examples
Modeling and Prediction of Cancer Growth Louisa Owuor, Dr. Monika Neda
Solve the differential equation using the method of undetermined coefficients. y " + 4y = e 3x 1. {image}
Solve the differential equation using the method of undetermined coefficients. y " + 9y = e 2x {image}
Which equation does the function {image} satisfy ?
Abstract: The purpose for this project is to use the agent-based system to find an equation to calculate the population of all the different species at.
Eva Arnold, Dr. Monika Neda
Estimating Rate Constants in Cell Cycle Models
UNLV Enrollment Forecasting
“Many pre-calculus concepts can be taught from a discrete dynamical systems viewpoint. This approach permits the teacher to cover exciting applications.
Research in mathematical biology
Akram Bitar and Larry Manevitz Department of Computer Science
Presentation transcript:

A Computational Analysis of the Lotka-Volterra Equations Delon Roberts, Dr. Monika Neda Department of Mathematical Sciences, UNLV INTRODUCTION The Lotka-Volterra equations(fig 1.) are an intertwined system of nonlinear differential equations. These equations are essential in mathematical biology and are used to model a predator and prey interacting in an environment. They have enormous significance because any interaction between a consumer and a consumed may be framed as a “predator-prey” problem: a fox chasing a rabbit, cancer attacking the human body, or two countries going to war. Figure 1 dx dt represents the change in the prey population. dy dt represents the change in the predator population. α represents the proportional increase in the prey population by reproduction. β represents the interaction parameter of the prey with its predator. ϒ represents the proportional increase in the predator population. δ represents the interaction of the predator with its predator Images from Google image search Figure 2 Figure 4 EXPECTED FINDINGS We expect to find more robust numerical solutions for systems of nonlinear differential equations that describe natural phenomena from our environment. These numerical solutions will help us deeply understand the essence of biological processes and then we can use them to predict the future behavior of the phenomena. Images from Google image search FUTURE RESEARCH PURPOSE/AIM Figure 5 Computational analysis of differential equations involving predator-prey interactions but with more parameters such as harvesting. Computational methods for partial differential equations will also be studied (figure 6). The creation of stable and computationally robust algorithms for studying coupled biological systems of nonlinear differential equations that cannot be solved by hand. Modern biology has exceeded the human ability to adequately solve equations by hand. As a consequence, specialists` have no alternative but to program computers to approximate the solutions in the name of technological progress. The creation of algorithms to effectively solve complex mathematical equations is therefore essential. Figure 3 ACKNOWLEDGEMENTS We acknowledge our Department of Mathematical Sciences and Office of Undergraduate Research – OUR, at UNLV. Figure 6 METHODS The primary programming language we are using is Matlab, but C++ may be employed. Our methodology consists of studying present numerical techniques(fig.3 and 4.) for solving systems of differential equations. Improving their stability and robustness. Applying the more stable and robust techniques to obtain numerical solutions. REFERENCES 1) ’Elementary Differential Equations And Boundary Value Problems’ Boyce and Deprima 6th Ed. 2)Numerical Analysis’ Burden and Faires, 9th Ed. Images from Google image search