0% found this document useful (0 votes)
2 views29 pages

Module I Lecture Notes (Introduction To Differential Equations)

Module I introduces the fundamentals of Ordinary Differential Equations (ODEs), covering terminology, classifications, and initial value problems. It discusses the historical context of differential equations, highlighting contributions from notable mathematicians like Newton and Leibniz. The module also outlines the types of differential equations, their definitions, and the methods used to solve them, focusing primarily on ordinary differential equations.

Uploaded by

jyliu3595
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views29 pages

Module I Lecture Notes (Introduction To Differential Equations)

Module I introduces the fundamentals of Ordinary Differential Equations (ODEs), covering terminology, classifications, and initial value problems. It discusses the historical context of differential equations, highlighting contributions from notable mathematicians like Newton and Leibniz. The module also outlines the types of differential equations, their definitions, and the methods used to solve them, focusing primarily on ordinary differential equations.

Uploaded by

jyliu3595
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Module I

(Introduction to

Ordinary Differential Equation)

1
MODULE I
Module I, will include an introduction to the following topics;
1) Language and terminology associated with differential equations, and their classifications.
2) Initial Value Problem (IVP).
3) Current Technology used to plot, solve tedious Algebraic and Trigonometric equations,
complicated derivatives, and partial fraction decomposition.
4) Autonomous Differential Equations.
5) Modeling.

Introduction to Differential Equations


History is full of people who devoted much of their lives to solving equations. Algebraic
Equations at first, and eventually Differential Equations.

“Differential equations began with Leibniz, the Bernoulli brothers, and others from the
1680s, not long after Newton’s ‘fluxional equations’ in the 1670s.”

The exact chronological origin and history to the subject of differential equations is not
so clear; for what seems to be a number of reasons: one being secretiveness, two being
private publication issues (private works published only decades latter), and three being
the nature of the battle of mathematical and scientific discovery, which is a type of
intellectual "war" (in the words of English polymath Thomas Young).

2
In circa 1671, English physicist Isaac Newton wrote his then-unpublished The Method of
Fluxions and Infinite Series (published in 1736), in which he classified first order
differential equations, known to him as fluxional equations, into three groups, as follows:

dy
1) Ordinary Differential Equations of the form  f (x , y )
dx
dy
2) Ordinary Differential Equations of the form  f (y )
dx
u u
3) Partial Differential Equations of the form x y u
x y
The study of "differential equations", according to British mathematician Edward Ince,
is said to have begun in 1675, when German mathematician Gottfried Leibniz wrote the
x2
following equation  xdx 
2
.

In 1676, Newton solved his first differential equation. That same year, Leibniz
introduced the term “differential equations” (aequatio differentialis, Latin) or to denote
a relationship between the differentials dx and dy of two variables x and y.
In 1693, Leibniz solved his first differential equation and that same year Newton
published the results of previous differential equation solution methods—a year that is
said to mark the inception for the differential equations as a distinct field in
Mathematics.

Swiss mathematicians, brothers Jacob Bernoulli (1654-1705) and Johann Bernoulli


(1667-1748), in Basel, Switzerland, were among the first interpreters of Leibniz' version
of differential calculus. They were both critical of Newton's theories and maintained that
Newton’s theory of fluxions was plagiarized from Leibniz' original theories, and went to
great lengths, using differential calculus, to disprove Newton’s Principia, on account
that the brothers could not accept the theory, which Newton had proven, that
the earth and the planets rotate around the sun in elliptical orbits. The first book on
the subject of differential equations, supposedly, was Italian mathematician Gabriele
Manfredi’s 1707 On the Construction of First-degree Differential Equations, written

3
between 1701 and 1704, published in Latin. The book was largely based or themed on
the views of the Leibniz and the Bernoulli brothers. Most of the publications
on differential equations and partial differential equations, in the years to follow, in the
18th century, seemed to expand on the version developed by Leibniz, a methodology,
employed by those as Leonhard Euler, Daniel Bernoulli, Joseph Lagrange, and Pierre
Laplace.

The methods discussed in this course were developed based on the lifelong effort of
several Mathematicians, Economists, Biologist, Sociologists, and many other Scientists
in solving ordinary differential equations.

4
Definition and Terminology
Modeling the world around us is divided into two classes.
1) Discrete 2) Continuous
Equations in mathematics that model the discrete information (structures) are known as
Difference Equations and the ones that model the continuous structures are called
Differential Equations.
Formal Definition of a Differential Equation!
An equation containing the derivatives of one or more unknown functions (or dependent
variables), with respect to one or more independent variables, is said to be a
differential equation (DE).

Classification: Differential Equations are divided into two groups.


dx dy
a) Ordinary Differential Equations   2x  y 3
dt dt
2u 2u u 2 2
b) Partial Differential Equations  2  e x t
x 2
t 2
t
This course focuses mainly on techniques and the basic theory of equations that model
continuous systems (Phenomena), AKA: Ordinary Differential Equations.

Discrete Systems, Difference Equations, and Partial Differential Equations are not in the scope
of this course. They are studied in upper division Mathematics, Physics, and Engineering
programs, and most times in graduate school!

Differential equations are classified according to Type, Order, and Linearity.

TYPES
Ordinary: If contains ordinary derivatives of one or more unknown functions of a single
variable.
Partial: If contains partial derivatives of one or more unknown functions of a two or
more variable.

5
Ordinary Differential Equations (ODE’s)
dy d 2y dy dx dy
 5y  e x   6y  0   2x  y 3
dx dx 2 dx dt dt

6
Partial Differential Equations (PDE’s)
2u 2u 2u 2u u 2 2
 0  2  e x t
x 2 y 2 x 2
t 2
t

NOTATION
dy d 2y d ny
Leibniz Notation:
dx dt 2 dx n
Prime Notation: y (t ) y (t ) y (t )

Subscript Notation: uxx uxy uyy


Dot Notation: y(t ) y(t ) 
y (t )

You should also be aware that in physical sciences and engineering, Newton’s dot
notation is sometimes used to denote derivatives with respect to time t. Mostly used in
Physics.

7
d 2y
In  16x  0 , y is the dependent variable and x is the independent variable.
dx 2

The general form of an Nth order Ordinary Differential Equation in one independent


variable is F x , y, y , y , , y
(n )
  0 . Normal form: Pulls out the nth derivative from
d ny
the general form
dx n  
 f x , y, y , y , , y (n 1) . Note: Order is the highest derivative in

the equation!

LINEAR and NON-LINEAR DEs!


 
Definition: An nth order ordinary differential equation F x , y, y , , y (n )  0 is said to

be linear if F is linear in y, y , , y (n ) . That is,

Examples of Linear First and Second-order Differential Equations.

Examples of Nonlinear First, Second, and Fourth-order Differential Equations.

8
Linear (our focus in this course) Non-Linear (beyond the scope of this course)
Differential Form Prime Notation

y  x dx  4xydy  0 1  y y   2y  x 2

(Homogeneous)
(nonhomogeneous)

Prime Notation Derivative Form

y   2y  y  cos t dy2
 sin y  0
(nonhomogeneous)
dx 2
d 3y dy d 4y
x3 3
x  5y  e x 4
 y2  0
dx dx dx

Note: General differential form: M (x , y )dx  N (x , y )dy  0

dy
Example 1: Write 6xy  x 2  y 2  0 in Differential Form.
dx

x 2

 y 2 dx  6xydy  0

Normal Form of a Differential Equation

The differential Equation


d ny
dx n
 f x ,y, y , , y 
n 1

, where f x , y, y , , y 
n 1
is a real-

valued continuous function is said to be in normal or standard form.

Example 2: Write (y  x )dx  4xdy  0 in Normal Form.

dy dy x y
y  x  4x 0   .
dx dx 4x

9
Solution of an ODE
Any function  , defined on an interval I and possessing at
least n derivatives that are continuous on I , which when
substituted into an nth-order ordinary differential equation
reduces the equation to an identity, is said to be a solution
of the equation on the interval variously called the interval
of definition, the interval of existence, the interval of
validity, or the domain of the solution.

A solution of a differential equation that is identically zero on an interval I is said to be a trivial


solution. The solution Φ of an ODE is called a solution curve and is an infinite family of solution
curves!

Explicit and Implicit Solutions

dy x
Differential Equation  xy   y  x 2 sin x
dx y
x 2  y 2  25 y  cx  x cos x
Solution
Implicit Solution Explicit Solution

A solution in which the dependent variable is expressed solely in terms of the


independent variable and constants is said to be an explicit solution.
A relation f x , y  is said to be an implicit solution of an ordinary differential equation on
an interval I , provided that there exists at least one function  that satisfies the relation
as well as the differential equation on I .

Example 3: The relation x 2  y 2  25 is an implicit solution of the differential equation


dy x
  on the open interval 5, 5 . By implicit differentiation we obtain
dx y
d 2 d 2 d dy
dx
 
x 
dx
y   
dx
25 or 2x  2y
dx
 0.

10
dy
Solving for yields y   25  x 2 . The two functions y  1 x   25  x 2 and
dx
y  2 x    25  x 2 are explicit solutions defined on the interval 5, 5 .

x 2  12  25 and x 2  22  25 .

The solution curves given in figures are segments of the graph of the implicit solution in
the figure.

Analogously, we shall see that when solving a first-order differential equation


F x , y, y   0 we usually obtain a solution containing a single constant or parameter c .
A solution of F x , y, y   0 containing a constant c is a set of solutions G x , y, c   0
called a one-parameter family of solutions.

n-parameter family of solutions


G x , y, c1, c2 ,..., cn   0 . This means that a single differential
equation can possess an infinite number of solutions
corresponding to an unlimited number of choices for the parameter(s).

Example 4: The two-parameter family y  c1e x  c2xe x is an

explicit solution of the linear second-order equation


y   2y   y  0 .
Note: In DE, a solution is sometimes called an Integral of the equation, and its graph is called
the Integral Curve.

11
Initial Value Problem (IVP)
An nth-order initial-value problem (IVP) on some interval I
containing x 0 , is the problem of solving an nth-order differential
equation subject to n side conditions specified at x 0 . That is,

d ny
 
Solve n  f x , y, y ,..., y   subject to y(x 0 )  y 0, y (x 0 )  y1, ..., y
dx
n 1 n 1
(x 0 )  yn 1 (initial

conditions), where y 0 , y1,..., yn 1 are arbitrary constants.

Examples of first- and second-order initial-value problems, respectively!


dy
 f x , y  subject to y(x 0 )  y 0 .
dx
d 2y
 f x , y, y  subject to y(x 0 )  y 0, y (x 0 )  y1 .
dx 2

Example 5: We know that x = c1 cos 4t + c2 sin 4t is a two-parameter family of


solutions of x   16x  0 . Find a solution of the initial-value problem x   16x  0
  
x    2, x     1. We first apply x    2 to the given family of solutions:
 2   2   2 
c1 cos 2  c2 sin 2  2. Since cos 2  1 and sin 2  0, we can find that c1  2.

 1
We apply the same process for x     1  c2  . Hence,
 2  4
1
x  x t   2 cos 4t  sin 4t is a solution.
4

Plot of the general solution: Plot of the IVP:

12
Plotting General and IVP Solution curves!

Note: It is very important that every


student of differential equations can
utilize technology (computer program
or a CAS) to produce the plots of
solutions to an ODE and an IVP. I will
show the MATHEMATICA commands
that can produce such plots below! Let
us assume the given General solution is
y(x )  x  1  ce x .

The command to Plot the general


solution curves:

The command to plot the IVP

Both plots together:

13
Existence and Uniqueness
Two fundamental questions arise in considering an initial-value problem:
Does a solution of the problem exist? If a solution exists, is it unique?

Existence and Uniqueness Theorem:


Through a point (x 0, y 0 ) , y   f (x , y ) has only one (Existence) and only one (uniqueness)
solution.
• To guarantee existence f (x , y ) must be continuous near (x 0, y 0 )
• To guarantee uniqueness fy (x , y ) must be continuous near (x 0, y 0 )

dy
Example 6: Given  y , check the existence of a unique solution at the point (a,b) !
dx

f f
f (x , y )  y and  1 . Both f (x , y ) and are both continuous everywhere! Hence
 y
the existence of a unique solution for any initial data (a,b) .

dy
Example 7: Given x  2y , check the existence of a unique solution at the point (0, 0).
dx

2y f 2 f
f (x , y )  and  . Both f (x , y ) and are both continuous everywhere except
x  x y
at (0, 0) . There must be a unique solution near any point in the xy -plane where x  0 .

14
Autonomous Differential Equations
dy
A general first-order differential equation is Autonomous if the slope is solely a
dt
dy
function of y .  f (y )
dt

Autonomous First-Order DE’s

An important class of ordinary differential equations in which the independent variable


does not appear explicitly is said to be autonomous. If the symbol t denotes the
independent variable, then an autonomous first-order differential equation can be
dy
written f (y, y )  0 or in normal form as  f (y ) . Here, f and f  are continuous on some
dt
interval I . The first-order equations

are autonomous and non-autonomous, respectively.

Autonomous differential equations are of particular interest in medicine to ecology to


global economics because they are the mathematical model for growth or decline of the
population of a given species. I will begin with extracting some qualitative information
dy
from  f (y ) using geometry instead of solving the equation!
dt

Exponential Growth:

Let y  (t ) be the population of a given species at time t . The simplest hypothesis
(scientific assumption) concerning the variation of a population is that the rate of
dy dy
change of y is proportional to the current value of y ; that is y   ry ,
dt dt

15
where the constant of proportionality r is called the rate of growth or rate of decline,
depending on whether r  0 or r  0 .

Case I: Assume y  (t ) is growing, that is r  0 .

dy
Solving  ry subject to y(0)  y 0 , we obtain y(t )  y 0e rt .
dt
This model predicts that the population will grow
population will grow exponentially for all time!

Under ideal conditions, these solution curves are reasonably


accurate for some population and at least for some period of
time! However, it is clear that such ideal conditions cannot continue indefinitely.
Eventually, limitation of space, food supply, or other recourses (vaccination) will reduce
the growth rate and bring an end to uninhabited exponential growth.

Case II: Logistic Growth

To take account of the variability of the growth rate under realistic conditions, r is
replaced with a function. Let r  h(y ). Notice how the growth rate is a function of
dy dy
population! Hence, we can modify  ry to  h(y )  y .
dt dt

Analysis of h(y )

We want to choose h(y ) so that h(y )  r  0 when y is small. As y increases, the rate h(y)
decreases. When y is sufficiently large, h(y) > 0. The simplest function that has the
mentioned properties is h(y )  r  ay , where a is a positive constant.

dy
Hence, our differential equation becomes  (r  ay )y .
dt

It was the British Economist Thomas Malthus 1766-1834 who first observed that many
dy
biological populations increase at a rate proportional to the population.  (r  ay )y is
dt
known as the Logistic Equation. It is often convenient to write the logistic equation as

16
dy  y r r
 r 1   y where  a  K  .
dt  K  K a

In this form, the constant r is called the intrinsic growth rate – that is the growth rate in the
absence of any limiting factors.

The general solution to the Logistic Equation will be discussed in the next Module. However, I
will show how you can easily draw qualitatively correct sketch of the solution!

As qualitative methods go, we start with looking for a solution to the simplest possible case.

For a constant population function

dy dy  y  y
 0 for all t , so any constant solution of  r 1   y must satisfy r 1   y  0 .
dt dt  K   K 
y
Thus, the constant solutions are y  1(t )  0 , and y  2 (t )  1   0  y  K . 1(t )
K
and 2 (t ) are known as the Constant Solutions or the Equilibrium Solutions since they
correspond to no change or variation in y as t   .

dy
Any equilibrium solution of the more general equation  f (y ) can be found by locating the
dt
roots of f (y )  0 . The zeros of f (y ) are called the critical points!

dy  y
Analysis of the solution of  r 1   y
dt  k 

To visualize other solutions geometrically, we start with drawing the graph of f (y ) versus y .
 y 
Here, f (y )  r 1   y , so the graph of is a concave down parabola shown below.
 k 

17
dy
The intercepts at (0, 0) and (K , 0) are known as the critical points. Notice that 0
dt
for 0  y  K . Hence, y is an increasing function of t in this interval. Similarly, if y  K
dy
, then  0 , hence y is decreasing.
dt

Mathematical Models
It is often desirable to describe the behaviour of some real-life system or a
phenomenon—whether physical, sociological, or even economic—in mathematical terms.
The mathematical description of a system or a phenomenon is called a mathematical
model and is constructed with certain goals in mind. Construction of a mathematical
model of a system starts with
(i) identification of the variables that are responsible for changing the system.
We may choose not to incorporate all these variables into the model at
first. In this step we are specifying the level of resolution of the model.
(ii) we make a set of reasonable assumptions, or hypotheses, about the system
we are trying to describe. These assumptions will also include any
empirical laws that may be applicable to the system.
Video Link: https://www.youtube.com/embed/p_di4Zn4wz4?start=424&feature=oembed

18
Different approaches to the study of differential equations

19
Modeling a physical phenomenon using
differential equations
It is often desirable to describe the behavior of some real-life system in mathematical
terms. The mathematical description of a system is called a mathematical Model. For
example, we may want to understand the mechanism of a certain ecosystem by studying
the growth of animal populations in that system. Or you may wish to date fossils by
analyzing the decay of a radioactive substance!

Newton’s Second Law


Forces acting on an object

dv dv
F  ma where a  F m .
dt dt

The total force acting on the mass in the given diagram is

F  mg  v
dv
m  mg  v
dt

Differential Equation for an LRC circuit


Let Q(t ) be the charge on the capacitor, C , the
capacitance, L , the inductance, and R , the
resistance.

d 2Q(t ) dQ(t ) 1
L  R  Q(t )  E
dt 2 dt C

20
Population Dynamic
Earliest attempt to model human population growth by means of mathematics was done by
English clergyman and economist Thomas Malthus in 1798. The idea behind Malthusian Model
is the assumption that the rate at which the
population of a country grows at a certain time is
proportional to the total population of the country


at that time! If P t denotes the total population at

time t , then this assumption can be expressed as

dP dP
 P t  or  kP t 
dt dt

Radioactive Decay
dA
Let  rate of decay and A(t ) is the amount of the
dt
substance remaining at time t .
dA dA
 A(t )   kA(t )
dt dt
The Negative Exponential Function that you have
encountered in your Precalculus or Calculus classes,
dA
A(t )  A0e kt is the solution to  kA(t ) .
dt

Spread of a Disease
The Flu virus spreads throughout a community by people
coming into contact with other people. Let X (t )  # of people
contracted the disease, and Y (t )  # of people who have not.
Rate of spread is jointly proportional to X (t ) and Y (t ) .
dX dX
 X (t )Y (t )   kXY
dt dt

21
COVID – 19 and the SEIR Model

COVID -19 has struck the world at the beginning of 2020. Like the Flu virus, it spreads
through the air from person to person, so the model stays the same. One thing that does
not stay the same is the death rate.
In the SEIR model, all individuals in the population are assumed to be in a finite number of
states.
The states are susceptible (S), exposed (E), infected (I) and removed (R).
This type of compartmentalized model has many extensions (e.g. SEIRS relaxes lifetime
immunity and allow transitions from R→S).
Comments:
• Those in state R have been infected and either recovered or died. Note that in some
variations, R may refer only to recovered agents.
• Those who have recovered, and live, are assumed to have acquired immunity.
• Those in the exposed group are not yet infectious.

Changes in the Infected State


Within the SEIR model, the flow across states follows the path S→E→I→R.
We will ignore birth and non-covid death during our time horizon, and assume a large, constant,
number of individuals of size N throughout.
With this, the symbols S,E,I,R are used for the total number of individuals in each state at each
point in time, and S(t)+E(t)+I(t)+R(t)=N for all t.
Since we have assumed that N is large, we can use a continuum approximation for the number
of individuals in each state.
The transitions between those states are governed by the following rates
• (t ) is called the transmission rate or effective contact rate (the rate at which
individuals bump into others and expose them to the virus).
• σ is called the infection rate (the rate at which those who are exposed become infected)
• γ is called the recovery rate (the rate at which infected people recover or die)

22
The rate (t ) is influenced by both the characteristics of the
disease (e.g., the type and length of prolonged contact required for
a transmission) and behavior of the individuals (e.g., social
distancing, hygiene). The SEIR model can then be written
dy (1)
as Figure 1. Here, represents the time derivative for
dt
the particular variable.
I
The first term of (1), S −, is the flow of individuals moving
N
from S→E, and highlights the underlying dynamics of the epidemic
• Individuals in the susceptible state (S) have a rate (t ) of prolonged contacts with other
individuals where transmission would occur if either was infected
I (t )
• Of these contacts, a fraction will be with infected agents (since we assumed that
N
exposed individuals are not yet infectious)
• Finally, there are S (t ) susceptible individuals.
• The sign indicates that the product of those terms is the outflow from the S state, and
an inflow to the E state

Basic Reproduction Number



If β was constant, then we could define R0  . This is the famous basic reproduction

number for the SEIR model. When the transmission rate is time-varying, we will refer
to R0 (t ) as a time-varying version of the basic reproduction number.
(t )
Analyzing the system in (1) provides some intuition on R0 (t )  expression:

• Individual transitions from the infected to removed state occur at a Poisson rate γ, the
expected time in the infected state is 1/γ.
• Prolonged interactions occur at rate β, so a new individual entering the infected state
1
will potentially transmit the virus to an average of R0    to others.

23
Note that the notation R0 is standard in the epidemiology literature - though confusing,
since R0 is unrelated to R , the symbol that represents the removed state. For the remainder of
the lecture, we will avoid using R for removed state.
Prior to solving the model directly, we make a few changes to (1)
• Re-parameterize using (t )   R0 (t ).
• Define the proportion of individuals in each state
as s  S / N etc.
• Divide each equation in (1) by N , and write the system of
ODEs in terms of the proportions.

Since the states form a partition, we could reconstruct the “removed” fraction of the population
as r  1  s  e  i . However, keeping it in the system will make plotting more convenient.

24
Few fundamental examples of Modeling the nature using Differential
Equations

1) Discuss the model: TF  32  1.8TC .


This model converts temperatures from degrees on the Celsius scale to degrees on the Fahrenheit
scale.

2) Discuss the model: PV  nRT


This model is ideal gases and is known as the Perfect Gas Law. Here, P is the pressure
(in atmospheres), V is the volume (liters), n is the number of moles, R is the universal
gas constant (R = 8.3145 J/mol K), and T is the temperature (degrees Kelvin).
3) What does Boyle’s Law tell us?
Boyle’s law states that, for an ideal gas at a constant temperature, PV = k, where P
(atmospheres), V (liters) and k is a constant (atmosphere-liters). Another way of stating
this is that the pressure and volume are inversely proportional.

dq
4) Discuss the model: I 
dt
This formula is used in electricity; I represents the current (amperes), q represents the
charge (coulombs), t is the time (seconds).

d 2y dy
5) Discuss the model: m 2  a  ky  F (t )
dt dt
This is a classic model: a forced, mass-spring system. Here, y is a displacement (m), t is
time (sec), m is the mass (kg), a is a friction or damping constant (kg/sec), k is a spring
constant (kg/sec2) and F(t) is a forcing function (N). Variations of this model can be
used in problems ranging from shock absorbers on an automobile to answering
questions about the human spinal column. The differential equation uses several
classical concepts, including Newton’s second law and Hooke’s law.

6) Assume M(t) represents the mass of an element in kgs. Suppose research has shown
that the instantaneous rate of decay of this element (kg/yr) is proportional to the
amount present: M (t )  M (t ) . Set up a model for this relationship. The proportionality
relationship M (t )  M (t ) can be converted into an equation by introducing a
proportionality constant, k (1/yr). So, our model becomes M (t )  kM (t ) . We note that

25
k < 0, because M(t) is decreasing in size. This equation will be classified as a “separable
equation” (see Module II). The solution to this differential equation is qualitatively
described as “exponential decay”.
Assume research revealed that the rate of decay is proportional to the square root of the
amount present. Modeling this situation gives us
M (t )  M (t )  M (t )  k M (t )

kg 1/2
We note here that the units of k are . The solutions of this type of equations is
yr
discussed in Module II.
7) Model a population P(t), if its rate of growth is proportional to the amount present
at time t. Here we have an “exponential growth” model, P (t )  kP (t ) , where k > 0.
Assume the population described has an initial composition of 1000. That is,
P (0)  1000 . You are also told that the solution of the differential equation
P (t )  kP (t ) is given by P (t )  1000e kt , where t is in years. Since k > 0, we know that
P(t) will increase exponentially as t   . We are forced to conclude that this is (most
probably) not a reasonable model, since our growth is unlimited. We do add, however,
that this model might be helpful over a short period of time. “How helpful?” and “How
short a period?” are questions which must be looked at qualitatively and depend on the
constraints and requirements of the particular posed problem.

8) Sometimes differential equations are “coupled” (see Module VI); consider the
following Predator-Prey model:

dR

  2R  3RF
 dt
 Note : R  R(t ) and F  F (t )

dF
  4F  5RF

 dt

Here, let R represent the number of rabbits in a population, while F represents the
number of foxes, and t is time (months). Assume this model reflects the relationship
between the population of rabbits and foxes. What does this model tell us?
This system of equations above mirrors a “predator-prey” relationship. The RF terms in
both equations can be interpreted as an “interaction term”. That is, both factors are
needed to influence the equations. We see that the coefficient of R in the first equation

26
is +2; if there was no RF term in this equation, R would increase without bound. The
3 coefficient of RF has a negative impact on the rabbit population. Turning our
attention to the second equation, we see that F is multiplied by a 4 , indicating that
the fox population would decrease if they did not interact with rabbits. The positive
coefficient for RF indicates a positive impact on the fox population. Predator-prey
models are used extensively in many fields ranging from wildlife populations to military
strategic planning. In many of these models’ qualitative methods are employed.

MATHEMATICA GENERAL COMMANDS


Using MATHEMATICA to solve equations and partial fraction decomposition!

27
28
29

You might also like