Numerical and Analytical Solutions of Volterra’s Population Model Malee Alexander Gabriela Rodriguez.

Slides:



Advertisements
Similar presentations
8-2: Solving Systems of Equations using Substitution
Advertisements

Ch 9.4: Competing Species In this section we explore the application of phase plane analysis to some problems in population dynamics. These problems involve.
Rectangular Coordinate System
First-Order Differential Equations
© 2010 Pearson Education, Inc. All rights reserved.
2.1 Graphs Points and Ordered Pairs Quadrants Solutions of Equations
Ordinary Differential Equations S.-Y. Leu Sept. 21,28, 2005.
3-6 Solving Systems of Linear Equations in Three Variables Objective: CA 2.0: Students solve systems of linear equations and inequalities in three variables.
Differential Equations and Boundary Value Problems
Chapter 1 Linear Equations and Graphs Section 2 Graphs and Lines.
Numerical Solution of Ordinary Differential Equation
Calculus and Analytic Geometry II Cloud County Community College Spring, 2011 Instructor: Timothy L. Warkentin.
3.5 Solving systems of equations in 3 variables
Solving Systems of Linear Equations in Three Variables; Applications
§ 2.4 Linear Functions and Slope. Blitzer, Intermediate Algebra, 5e – Slide #2 Section 2.4 x - and y -Intercepts 127 Using Intercepts to Graph Ax + By.
Copyright © 2015, 2011, 2007 Pearson Education, Inc. 1 1 Chapter 4 Systems of Linear Equations and Inequalities.
Romantic Relationships Background –Life would be very dull without the excitement (and sometimes pain) of romance! –Love affairs can be modelled by differential.
Math 3120 Differential Equations with Boundary Value Problems
3-2 Solving Equations by Using Addition and Subtraction Objective: Students will be able to solve equations by using addition and subtraction.
Ch 7 Graphs and Linear Equations Review on Graphing.
S17: Introduction to Numerical Methods TT 2008 Lecture 1 Numerical aspects of computing.
Differential Equations Copyright © Cengage Learning. All rights reserved.
SPECIALIST MATHS Differential Equations Week 1. Differential Equations The solution to a differential equations is a function that obeys it. Types of.
Presentation to the Hybrid Rocket Technical Committee, 50 th AIAA/ASME/SAE/ASEE Joint Propulsion Conference & Exhibit, July 29, Coupling Between.
1 Section 5.3 Linear Systems of Equations. 2 THREE EQUATIONS WITH THREE VARIABLES Consider the linear system of three equations below with three unknowns.
Do Now (3x + y) – (2x + y) 4(2x + 3y) – (8x – y)
Suppose we are given a differential equation and initial condition: Then we can approximate the solution to the differential equation by its linearization.
Differential equations. Many applications of mathematics involve two variables and a relation between them is required. This relation is often expressed.
Systems of Equations: Substitution
Differential Equations Linear Equations with Variable Coefficients.
Lecture 40 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
SOLVING SYSTEMS USING ELIMINATION 6-3. Solve the linear system using elimination. 5x – 6y = -32 3x + 6y = 48 (2, 7)
Lecture 39 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Notes 6.5, Date__________ (Substitution). To solve using Substitution: 1.Solve one equation for one variable (choose the variable with a coefficient of.
Ch 7 Graphs and Linear Equations Review on Graphing.
ELIMINATION on a 3x3 1. Line up equations. 2. Perform “elimination” TWICE on the SAME variable using two DIFFERENT pairs of equations. 3. With the 2 equations.
Elimination Method - Systems. Elimination Method  With the elimination method, you create like terms that add to zero.
Boyce/DiPrima 9th ed, Ch 9.4: Competing Species Elementary Differential Equations and Boundary Value Problems, 9th edition, by William E. Boyce and.
Chapter 1 Linear Equations and Graphs
SLOPE FIELDS & EULER’S METHOD
SLOPE FIELDS & EULER’S METHOD
Graphing Linear Equations
Chapter 1 Linear Equations and Graphs
Copyright 2012, 2008, 2004, 2000 Pearson Education, Inc.
Solve an equation by multiplying by a reciprocal
3-2: Solving Systems of Equations using Substitution
3.5 Solving systems of equations in 3 variables
3-2: Solving Systems of Equations using Substitution
Solving Systems of Equations using Substitution
Algebra: Graphs, Functions, and Linear Systems
Chapter 1 Graphs, Functions, and Models.
3-2: Solving Systems of Equations using Substitution
Copyright © Cengage Learning. All rights reserved.
Graphing Linear Functions
Numerical Analysis Lecture 37.
Numerical Solutions of Ordinary Differential Equations
If you can easily isolate one of the variables,
Numerical Analysis Lecture 38.
Graphing Linear Equations
Graphing Linear Equations
Chapter 1 Linear Equations and Graphs
PROGRAMME F5 LINEAR EQUATIONS and SIMULTANEOUS LINEAR EQUATIONS.
3-2: Solving Systems of Equations using Substitution
3-2: Solving Systems of Equations using Substitution
3-2: Solving Systems of Equations using Substitution
3-2: Solving Systems of Equations using Substitution
3-2: Solving Systems of Equations using Substitution
Ch. 6 Vocabulary 7.) Substitution method (6-2) 8.) Elimination method (6-3)
3.6 Systems with Three Variables
Section 4.2 Solving a System of Equations in Two Variables by the Substitution Method.
Presentation transcript:

Numerical and Analytical Solutions of Volterra’s Population Model Malee Alexander Gabriela Rodriguez

Overview Volterra’s equation models population growth of a species in a closed system We will present two ways of solving this equation: ◦ Numerically: as a coupled system of two first- order initial value problems ◦ Analytically: phase plane analysis

Volterra’s Model a > 0 is the birth rate coefficient b > 0 is the crowding coefficient c > 0 is the toxicity coefficient

Nondimensionalization For u(0)=u 0 where k=c/ab Variables are dimensionless Fewer parameters

Numerical Solution Solve it in the form of a coupled system of differential equations Substitute:

Simplify: Differentiate with respect to t to obtain a pure ordinary differential equation: Substitute: and to get:

Coupled Initial Value System Substitute: and and therefore: So we have the coupled system:

Solving using Runge-Kutta The Runge-Kutta method considers a weighted average of slopes in order to solve the equation More accurate than Euler’s method Need 4 slopes given by a function f( t, y) that defines the differential equation Slopes denoted: Also need several intermediate variables

Runge-Kutta Process First slope: Second slope: need to go halfway along t- axis to to produce a point where then use the function to determine second slope:

Follow same steps again but with new slope to obtain third slope: So, go from to the line along a line of slope to obtain a new number So the third slope is:

To obtain the fourth slope, use to produce a point on the line so we get the point To obtain the fourth slope:

Take the average of the four slopes. Slopes that come from the points with must be counted twice as heavily as the others:

Runge-Kutta Solution Therefore, our general solution is:

Solution to coupled system of Volterra Model:

Phase Plane Analysis Phase lines of similar to first order differential equations. Phase planes ◦ Have points for each ordered pair of the population for each dependent variable ◦ Are not explicitly shown at a specific time. ◦ A solution taken as t evolves. Plot many solutions in a phase plane simultaneously = phase portrait

Phase Plane Analysis x(0)= u(0)= System: Define in the original problem…

…to produce the following system Our equation: y (0) =0 u(0)=

Phase portrait of with

Methods

Conclusion Nondimensionalization of our solution  numerically solve and analyze the Volterra model. 1)solved numerically the equation in a first-order coupled system, 2)applied phase plane analysis 3)Obtain results: *The population approaches zero for any values of the parameters: birth rate, competition coefficient, and toxicity coefficient*

Bibliography R. L. Burden and J.D. Faires, Numerical Analysis, 5th ed., Prindle, Weber & Schmidt, Boston, MA, Thomson Brooks/Cole, Belmont, CA, ai_n ai_n TeBeest, Kevin. Numerical and Analytical Solutions of Volterra’s Population Model. Siam Review, Vol. 39, No. 3. (Sept 1997). Pp