0% found this document useful (0 votes)
7 views71 pages

ODE Final Project

The document discusses the study of Ordinary Differential Equations (ODEs), focusing on various methods for solving them and their applications in real-world scenarios such as temperature changes and medical fields. It covers fundamental concepts, classifications, and techniques like separation of variables, linear and non-linear equations, and provides a literature review, objectives, and expected outcomes. The project emphasizes the importance of ODEs in modeling dynamic systems across mathematics, science, and engineering.
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)
7 views71 pages

ODE Final Project

The document discusses the study of Ordinary Differential Equations (ODEs), focusing on various methods for solving them and their applications in real-world scenarios such as temperature changes and medical fields. It covers fundamental concepts, classifications, and techniques like separation of variables, linear and non-linear equations, and provides a literature review, objectives, and expected outcomes. The project emphasizes the importance of ODEs in modeling dynamic systems across mathematics, science, and engineering.
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

Solution of

Ordinary
Differential
Equations &
It’s
Applications
Table of Content
[Link] Topic

1. Abstract

2. Introduction

3. Literature Review

4. Objectives

5. Methodology

6. Expected Outcomes

7. References
ABSTRACT
The study of Ordinary Differential Equations (ODEs) plays a fundamental role in
mathematics as well as in various fields of science and engineering. This project, titled
“Solution of Ordinary Differential Equations and its Applications”, focuses on understanding
different methods used to solve ODEs and explores their real-world applications.

The project begins with the basic concepts of differential equations, their classification, and
the significance of solutions. It then discusses important analytical techniques such as the
method of separation of variables, integrating factor method, homogeneous and non-
homogeneous equations, and higher-order linear differential equations. These methods are
used to obtain exact or approximate solutions to differential equations arising in practical
problems.

In this project the various methods to solve first order differential equations, application of
first order differential equation in temperature and in medical field are studied. The method
of separation of variables, Newton’s law of cooling is used to find the solution of the
temperature problems that requires the use of first order differential equation and these
solutions are very useful in mathematics, biology, and physics especially in analysing
problems involving temperature which requires the use of Newton’s law of cooling.
Introduction
Introduction
A differential equation is a mathematical equation that involves an unknown function and
its derivatives. It describes the relationship between a function and the rate at which it
changes. In simple terms, differential equations are used to model change and motion in
real-world systems.

For example, a general form is:

F (x, y, dy/dx, d2y/dx2, ...) = 0

The subject of differential equation constitutes a large and very important branch of modern
mathematics. An equation involving derivatives of one or more dependent variable with
respect to one or more independent variable is called differential equation.

For example,

𝑑2y dy 2
+ xy ( ) = 0
d𝑥 2 dx

Form the early days of the calculus the subject has been an area of great theoretical research
and practical applications and so it continues to be so in our days. The nature arises several
questions. These questions indicate three major accepts of the subject; theory, method and
applications.
Differential equation occurs in connection with numerous problems that are encountered in
the various branches of science and engineering. We indicate a few such problems in the
following list:
(1) The problem of determining the motion of a projection, rocket, satellite or planet.
(2) The problem of determining the charge or current in an electric circuit.
(3) The problem of the conduction of heat in a rod or in a slab.
(4) The problem of determining the vibrations of a wire.
(5) The study of rate of decomposition of a radioactive substance or the rate of growth of
population.
(6) The study of the reaction of chemicals.

The mathematical formulation of such problems give rise to differential equations. The
situation in each of the above problems, the objects involved obeys certain scientific law.
These laws involve various rate of change of one or more quantities with respect to other
quantities.
Let us recall that such rates of changes are expressed mathematically by derivatives. In the
mathematical formulation of each of the above situation, the various rates of change are thus
expressed by various derivatives and the scientific laws are thus expressed themselves
become mathematical equations involving derivatives, that is differential equation. In this
process of mathematical formulation, certain simplifying assumptions generally have to be
made in order that the resulting differential equation be tractable.
But here the question arise that how does one obtain useful information from the
differential equation. The answer is essentially that if it is possible to so, one solves the
differential equation to obtain a solution. If this is not possible one uses the theory of
differential equation to obtain information about the solution.

Some important basic definition of the differential equations.

1) Differential equation: -

A differential equation is an equation that contains an unknown function and its derivatives.
It expresses a relationship between a function and the rate at which it changes.

In most real-life problems, we do not directly know the function; instead, we know how it
changes. Differential equations help us find that unknown function.

A differential equation is a mathematical equation that relates some function with its
derivatives. or, it may also be said that:
An equation which contains derivatives of one or more dependent variable with respect to
one or more independent variable is called differential equation.

dy
= 2x + 2
𝑑𝑥

𝑑𝑦=𝑐𝑜𝑠𝑥 𝑑𝑥
2) Order of a differential equation: -

The order of a differential equation is the order of the highest differential coefficient occurring in
it.

dy
 First order → only 𝑑𝑥
𝑑2 y
 Second order → includes d𝑥 2
𝑑3 y
 Third order → includes d𝑥 3, and so on.
Example:
d2y/dx2 + dy/dx + y = 0

Highest derivative is d2y/dx2, so


Order = 2

dy 2
𝑜𝑟𝑑𝑒𝑟 𝑜𝑓 7x + y + xy (dx) = 0 𝑖𝑠 1

𝑑2 y dy 2
𝑜𝑟𝑑𝑒𝑟 𝑜𝑓 d𝑥 2 + xy (dx) = 0 𝑖𝑠 2

The order is important because it tells the complexity of the equation and how many
constants will appear in the general solution

3) Degree of a differential equation: -


The degree of a differential equation is the degree of the highest differential coefficient when
the equation has been made free from fractions and radicals as for as the differential
coefficient is concerned. simply, the degree is the power of the highest order derivative after
removing radicals and fractions involving derivatives.

Conditions:

 The equation must be free from roots (like square roots of derivatives)
 Derivatives must be written in polynomial form
 If the derivative is inside a root or fraction, we must simplify before finding degree.
e.g.,

𝑑2 y dy 2
degree 𝑜𝑓 + xy (dx) = 0 𝑖𝑠 1
d𝑥 2

dy 2
degree 𝑜𝑓 7x + y + xy (dx) = 0 𝑖𝑠 2

4) Linear Differential Equation

A differential equation is called linear if:

 The dependent variable and its derivatives appear only in the first power
 They are not multiplied together
 No powers like (y)2 or (dy/dx) 2

General form:

dy 2
(dx) +P(x)y = Q(x)

Example:
dy
+ 𝑦 = 𝑒𝑥
𝑑𝑥

Linear equations are easier to solve and widely used in physics and engineering.

5) Non-Linear Differential Equation

A differential equation is non-linear if it does not satisfy the conditions of linearity.

This happens when:

 Powers of y or derivatives appear


 Products like y·(dy/dx) occur
 Non-linear functions of y exist

Example:

dy 2
y +( ) =x
dx

Non-linear equations are more complex and often do not have simple general solutions.
6) General Solution

A general solution is a solution of a differential equation that contains arbitrary


constants equal to the order of the equation.

For example, a second-order equation will have two constants C1 and C2.

Example:

y = C1 ex + C2 e-x

This represents a family of curves, not just one specific solution.

7) Particular Solution

A particular solution is obtained from the general solution by giving specific values to the
arbitrary constants.

These constants are found using given initial or boundary conditions. Example:
If y = C ex and condition is y(0) = 2, then C = 2, so: y = 2ex

Types of differential equation

There are two of differential equation

1) Ordinary differential equation(ODE)

2) Partial differential equation(PDE)

1) Ordinary differential equation: -

An ordinary differential equation is a differential equation that depends on only one


independent variable

e.g.
dy
+𝑋+1=0
𝑑𝑥
𝑖𝑠 𝑎𝑛 𝑜𝑟𝑑𝑖𝑛𝑎𝑟𝑦 𝑑𝑖𝑓𝑓𝑒𝑟𝑒𝑛𝑡𝑖𝑎𝑙 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛
ODEs are used in:

 population growth
 motion of objects
 temperature change
 electrical circuits

2) Partial differential equation: -

A partial differential equation is a differential equation in which the dependent variable


depends on more than two independent variables.

e.g.
∂z
+𝑋 =2
∂𝑥

PDEs are used in:

 heat transfer
 wave motion
 fluid dynamics
 electromagnetic fields

Solution of a differential equation

A solution of a differential equation is a relation between the variables such that this relation
and the derivatives obtained from this relation satisfy the given differential equation.
General solution: - The solution of a differential equation which involves as many arbitrary
constants as the order of the differential equation, is called general solution.
It is also called complete solution.
Particular solution: - A particular solution of a differential equation is that which contain no
arbitrary constant and is obtained from the general solution by giving particular values to the
arbitrary constants.
Singular solution: - A singular solution of a differential equation is that which contains no
arbitrary constant and cannot be obtained from the general solution by giving particular
values to the arbitrary constants.
Basic Methods of Solving Differential Equations
● Important Method to solve Differential equations of 1st order
(1) Variable separable method: -
The equation of the form f(x) dx + f(y) dy =0 where we can separate the variables easily, the
method we generally use to solve the differential equation is variable of separable method.

Used when equation can be written as:

dy
= 𝑓(𝑥)𝑔(𝑦)
𝑑𝑥
Steps:

1. Separate variables:

dy
= 𝑓(𝑥) 𝑑𝑥
𝑔(𝑦)

2. Integrate both sides:

1
∫ dy = 𝑓(𝑥) 𝑑𝑥
𝑔(𝑦)

3. Add constant of integration:

Solution + C
(2) Reducible to separable: -

Let us consider the equation


dy
= 𝑓(4𝑥 + 𝑦 + 1)……………………. (1)
𝑑𝑥

In the above equation (1), we can’t use variable separable method because x and y do not
separate

Which is the required solution


(3) Linear differential equation: -
There are two types of linear differential equation, x - linear and y – linear
dy .
x—linear: - The differential equation of the form (dx) +P(y)x = Q(y) is x- linear and its

integrating factor is given by 𝑒∫𝑃(𝑦)𝑑𝑦

dy .
y linear: - The differential equation which is of the form (dx) +P(x)y = Q(x) is y- linear and

its integration factor is given by

𝑥𝑒𝑡 = ∫𝑒𝑡𝑡

𝑥𝑒𝑡 = 𝑡𝑒𝑡−𝑒𝑡+𝑐

𝑥𝑒tan−1𝑦 = 𝑡𝑎𝑛−1𝑦 𝑒𝑡𝑎𝑛−1𝑦−𝑒tan−1𝑦+𝑐

𝑥 𝑒tan−1𝑦 = 𝑒tan−1𝑦 (tan−1𝑦−1) +𝑐

which is the required solution.


(4) _Reducible to linear differential equation: -
dy .
The equation of the form(dx) +P(x)y = Q(x)𝑦𝑛 are not solvable by the Linear differential

method. The method we use to solve these types of diff. eq. is Reducible to linear. The above
eq. is also known as Bernoulli diff. eq.

(5) Exact differential equation: -


The equation of the form
∂M ∂N
𝑀 (𝑥, 𝑦) 𝑑𝑥+𝑁 (𝑥, 𝑦) 𝑑𝑦=0 𝑤ℎ𝑒𝑟𝑒 =
∂𝑦 ∂𝑥

is called the exact differential equation


e.g. (𝑦3−2𝑦) 𝑑𝑥 +(3𝑥𝑦2+4𝑦3−2𝑥) 𝑑𝑦 =0…………………… (1)
Comparing it with M dx + N dy = 0 𝑀=𝑦3−2𝑦, 𝑁=3𝑥𝑦2+4𝑦3−2𝑥
Now,
∂M ∂N
= 3𝑦 2 − 2 + 𝑋 = 3𝑦 2 − 2
∂𝑦 ∂𝑥

Therefore
∂M ∂N
=
∂𝑦 ∂𝑥

So the solutions of (1) is


∫ (𝑦3 −2𝑦) 𝑑𝑥 +∫ (𝑡𝑒𝑟𝑚𝑠 𝑖𝑛 𝑁 𝑛𝑜𝑡 𝑐𝑜𝑛𝑡𝑎𝑖𝑛𝑖𝑛𝑔 𝑥) 𝑑𝑥 =𝑐

or, (𝑦3−2𝑦) ∫1 𝑑𝑥 +∫4 𝑦3𝑑𝑦 =𝑐

or, (𝑦3−2𝑦) (𝑥)+𝑦3=𝑐

or 𝑥(𝑦3−2𝑦) +𝑦4=𝑐

(6) Linear Higher order differential equation with constant coefficients: -


e.g. Consider the differential equation
𝑑2 y dy
+ 3 (dx) + 2y = x𝑒 𝑥 sinx…………………………………. (1)
d𝑥 2

The symbolic form of (1) is

(𝐷2+3𝐷+2) 𝑦 = 𝑥 𝑒𝑥sin𝑥………………………………………………………… (2)

The auxiliary equation of (1) is

𝑚2+3𝑚+2=0 ⇒𝑚2+2𝑚+𝑚+2=0

⇒𝑚(𝑚+2) +1(𝑚+2) +0

⇒(𝑚+1) (𝑚+2) =0

⇒𝑚= −1, −2

The complementary function of (1) is Y𝐶=𝐶1 𝑒−𝑥+𝐶2 𝑒−2𝑥


Now,
 Important methods to solve the Second order differential equations
with variable coefficient: -

(1) Change of dependent variable method


(2) Variation of parameter
(3) Change of independent variable

Q. Solve the differential equation


𝑑2 y
+ y = sinx
d𝑥 2
by using the method of variation of parameters.

Solution

Complementary equation:

𝑑2 y
+y =0
d𝑥 2

Therefore, complementary function is:

Yc = C1cosx + C2sinx
Take
y1 = cosx
y2 = sinx
W = y1*(dy2/dx) - y2*(dy1/dx)
W = cos x*cos x - sin x*(-sin x)
W = cos^2 x + sin^2 x
W=1
Now, Find u and v

Formulae:

u = - ∫ [ y2*R(x) / W] dx

v = ∫ [ y1*R(x) / W] dx

Here:
R(x) = sin x
Therefore,
u = - ∫sin [Link] x dx
u = - ∫sin2 x dx

Using:
sin2x = (1 - cos2x)/2
u = - ∫ (1 - cos2x)/2 dx
u = -(x/2 - sin2x/4)
u = -x/2 + sin2x/4

Now find v:
v = ∫ cos x*sin x dx

Using:
sin2x = 2sin x cos x
v = (1/2) ∫ sin2x dx
v = -cos2x/4

Particular solution:
Yp = u*y1 + v*y2
Yp = (-x/2 + sin2x/4) cos x + (-cos2x/4) sin x

Simplifying:
Yp = -(x/2) cos x
Now,
y = Yc + Yp
Therefore,
y = C1*cos x + C2*sin x - (x/2) cos x

This is the required solution.


Application of Differential Equation:
The study of Differential Equation is a wide field in pure and applied mathematics, physics
and engineering. All of these disciplines are concerned with the properties of Differential
Equations of various types.
Pure mathematics focuses on the existence and uniqueness of solutions, while applied
mathematics emphasizes the rigorous justification of the methods for approximating
solutions. Differential Equations plays an important role in modelling virtually every
physical, technical, or biological process, from celestial motion, to bridge design, to
interactions between neurons. Differential Equation such as those used to solve real life
problems may not necessarily be directly solvable i.e., do not have closed form solutions.
Instead, solutions can be approximated using numerical methods.
Many fundamentals laws of physics and chemistry can be formulated as Differential
Equations. Because laws are a set of rules followed by a system and such rules are used to
explain a phenomenon exhibited by a system and are usually expressed as a mathematical
relation. Such rules are observed by repeated experimentation. For example, Newton’s law of
cooling is the first order ordinary differential equation and is stated as the temperature of a
body changes at a rate proportional to the difference in temperature between its own
temperature and the temperature of its surroundings.
The differential equation of Newton law of cooling is given as:
dT
= −𝐾(𝑇 − 𝑇𝑆 )
𝑑𝑥
Where,

T = temperature of a body at any time, t

𝑇𝑠 = temperature of the surroundings

K = constant of proportionality

In biology and economics, differential equation is used to model the behaviour of complex
systems. The mathematical theory of Differential Equation first developed together with the
sciences where the equations had originated and where the results found applications.

However, diverse problems, sometimes originating in quite distinct scientific fields, may give
rise to identical differential equations can be viewed as a unifying principle behind diverse
phenomena.
As an example, Consider the propagation of light and sound in the atmosphere and of waves of
a pond. All of them may be described by the same second- order P.D.E. The wave equation
which allows us to think of light and sound as form of waves, much like familiar waves in the
water.

1)Physics:
Differential Equation is very important in the field of Physics because many of the important
laws, equations in physics are in the form of differential equations.
The wave equation is a hyperbolic partial differential equation. It typically concerns a time
variable ‘t’, one or more spatial variables 𝑥1, 𝑥2 . . .. and a scalar function 𝑢=𝑢 (𝑥1, 𝑥2 . . .. 𝑥𝑛;
𝑡) whose value could model, for examples the mechanical displacement of a wave, the wave
equation for u is,

2) Classical Mechanics:
As the force acting on a particle is known, Newton’s second law i.e.
dp d(mv)
𝐹= =
𝑑𝑡 𝑑𝑡

is sufficient to describe the motion of a particle. Once independent relations for each force
acting on a particle are available, they can be substituted into Newton’s second law to obtain
an ODE, which is called the equation of motion.

3)Electrodynamics:
Maxwell’s equation is a set of partial differential equation that, together with the Lorentz
force law, form the foundation of classical electrodynamics, classical optics, and electric
circuits, these fields in turn underlie modern electrical and communication technologies.
Maxwell’s equation describe how electric and magnetic fields are generated and altered by
each other and by charges and currents. They are named after the Scottish Physicist and
mathematician James Clerk Maxwell’s, who published an early form of those equations
between 1861 and 1862.
4)General relativity:
The Einstein field equations also known as Einstein equations are a set of ten partial
differential equations in Albert Einstein’s general theory of relativity which describe the
fundamental interaction of gravitation as a result of space time being curved by matter and
energy.
5)Quantum Mechanics:
In quantum Mechanics, the analogue of Newton’s law is Schrodinger’s equation (a partial
differential equation) for a quantum system (usually atoms, molecules and subs-atomic
particles whether free bound, or localized). It is not a simple algebraic equation, but in
general a linear partial differential equation, describing the time evolution of the system’s
wave function also called a state function.

6)Biology:
Predator prey equations:
The Lotka - Volterra equation also known as the predator-prey equations, are a pair of first-
order, non-linear, differential equations is frequently used to describe the population
dynamics of two species that interact, one as a predator and the other as prey.
The population change through time according to the pair of equation:

Physical meaning of the equation


The Lotka-Volterra model males a number of assumptions about the environment of the
predator and prey populations:
1. The prey population finds ample food at all times.
2. The food supply of the predator population depends entirely on the species of the prey
population.
3. The rate of change of population is proportional to its size.
4. During the process, the environment does not change in favour of one species and genetic
adaptation is inconsequential.
5. Predators have limitless appetite.

As differential equation is used, the solution is deterministic and continuous. This in turn
implies that the generations of both the predator and prey are continually overlapping.
7)Chemistry:
Chemical reactions kinetics is the study of rates of chemical processes (reactions). The goal is
to find the relations between the concentrations ‘c’ of products of a chemical reaction (as
depending variable) and the time t (as independent variable)
In general, all chemical reactions can be described mathematically by first order differential
equation.
Simple reaction like the transformation of A to B (A→B) can be describe by the differential
equation.
−𝑑𝑐𝐴=𝑘.𝑐𝐴 .𝑑𝑡
Following a separable of variables, the integration result is

In majority of chemical reactions, however more than one product involves


e.g. A+B→C+D (1)
These are second order reactions in chemical kinetics, because the exponent of concentrations of
A and B in the rate of law is two.
In case of a simple reaction, first order differential equation is resulting for the math description

For equal initial concentration of A and B, Reaction (1) can be written as


2A→C+D
With the differential equation

8)Economics:
1) The key equation of the Solow-Swan model is

𝜕𝑘(𝑡)𝜕𝑥=𝑆[𝑘(𝑡)]𝛼−𝑆𝑘(𝑡)
2) The Black-Scholes equation is the P.D.E governing the price evolution of European call or
European put under the Black-chokes model.

For a European call or put on an underlying stock paying no dividends, the eq. is
∂v 1 ∂2 𝑉 ∂v
+ 2 𝜎2 𝑆2 ∂𝑆2 + 𝑟𝑆 ∂𝑆 –𝑟𝑉 =0
∂𝑡

where ‘V’ is the price of option as a function of stock price ‘S’ and time ‘t’
‘r’ is the risk-free interest rate
′𝜎′ is the volatility of the stock
3) The Sethi advertising model or simply the Sethi model provides a sales advertising
dynamics in the form of the following stochastic differential equation
𝑑𝑋𝑡= (𝑟𝑈𝑡 √1−𝑋𝑡−𝛿𝑋𝑡) 𝑑𝑡+𝜎 (𝑋𝑡)𝑑𝑧𝑡, 𝑋0=𝑥
where,
′𝑋𝑡’ is the market share at time ‘t’
′𝑈𝑡′ is the rate of advertising at time ‘t’
‘r’ is the coefficient of the effectiveness of advertising
′𝛿′ is the decay constant
𝜎(𝑋𝑡) is the diffusion coefficient
′𝑧𝑡′ is the wienes process (Standard Brownian motion)
′𝑑𝑧𝑡′ is known as White noise
APPLICATION OF FIRST ORDER DIFFERENTIAL EQUATION IN
TEMPERATURE PROBLEM
The few common application of some elementary differential equation in temperature are
discussed
Temperature problems in differential equation
Assuming that the question involves the temperature (T) of a certain body placed in a
medium of constant temperature (M) and as time (t) varies so does T. In this case Newton’s
law of cooling tells us the following.
dy
=− k (T − M) …………………. (1)
𝑑𝑥

“The rate of change of temperature of the body is proportional to the difference in


temperature of the body and the medium in which it is placed”.
The another one is, greater the difference in temperature between the system and
surroundings, more rapidly the heat is transferred i.e., the more rapidly the body
temperature of body changes. Newton’s law of cooling formula is expressed by
T(t) = Ts + (T0 – TS) e-kt
Example 1
A metal bar at a temperature of 1000F is placed in a room at constant temperature of 00F, if
after 20 minutes the temperature of the bar is 500F, find
(a)The time it will take the bar to reach the temperature of 250F, and
(b)The temperature of the bar after 10 minutes.
Solution
T=1000 F,
M=00 F
Using equation 1
𝑑𝑇/𝑑𝑡 = − k (T − M)
𝑑𝑇/𝑑𝑡 =−k (T − 0)
dT = −kT dt
∫𝑑𝑇𝑇= −∫𝑘𝑑𝑡
ln (T)= − kt + c
T = 𝑒−𝑘𝑡+𝑐
Now,
T= ce-kt…………………………………………………………………………………. (2)
Since T=1000F, at t=0, (the temperature of the bar is initially 1000F) and it follows from
equation 20 above
100 = c e-k(o)
This implies that
C=100
And so equation 20 becomes
T=100e-kt ………………………………………………………………………………. (3)
And at t=20, we are given that T=500F, hence from equation (3),
50 = 100e-k (20)
50/100= e-20k
ln (0.5) = e-20k
k = 𝑙𝑛 (0.5)/ −20
k =0.035
Now substituting the value of k into equation 3,
T=100e-0.035t……………………………………………………………………………. (4)
Equation 22 represent the temperature of the bar at any time,
(a) To find t when T=250F, now from equation (4)
25=100e-0.035t
14= e-0.035t
ln (0.25) =-0.035t
Temperature = 39.6min.
Hence the 39.6 min will take the bar to reach the temperature of 25 F.
(b) Find T when t=10min, In equation (4)
t = 100e-0.035t
t = 100e-0.035(10)
Temperature = 70.5 F.
Hence the 70.5 F of the bar after 10 min
Example 2:

A boiling (100℃) solution is set on a table where the room temperature is assumed to be

constant at 20℃, the solution cooled to 60℃ after five minutes

(a) Find a formula for the temperature (T) of the solution, t minutes after it is placed on the

table.

(b) Determine how long it will take for the solution to cool to 22℃.

Solution: (a) To find an explicit formula for T in terms of t, but this kind of problem requires

the use of Newton’s law of cooling which states that

𝑑𝑇
= k (T − M) for some constant k
𝑑𝑡

Where M is the constant temperature.

Solving the equations using variable separable

dT = k (T − 20) dt for some constant k

dT= k (T −20) dt

𝑑𝑇
=kt+c
𝑇−20

Integrate both sides of the equation

dT = k (T−20) dt

𝑑𝑇
∫𝑇−20 = ∫𝑘𝑡+𝑐

ln(T−20) = kt+c

T−20= 𝑒𝑘𝑡+𝑐

T = A𝑒𝑘𝑡+20

where A = 𝑒𝑐

Since the initial temperature of the solution was 100℃, T = 100℃

From T = A𝑒𝑘𝑡+20

Substituting
T=100 and t=0,

100 =A𝑒𝑘 (0) + 20

A = 80

So,

T = 80𝑒𝑘𝑡 + 20

Now using t = 5 minutes and T =60℃, to find k

60 = 80𝑒𝑘 (5) + 20

40 = 80𝑒5𝑘

4080 = 𝑒5𝑘

12 =𝑒5𝑘

Taken ln of both sides

5k = ln (12)

k = 15 ln (12)

k = −0.139

T = 80𝑒 (−0.139) 𝑡 + 20(23)

(b) To find out what is t when T is 22℃,

T = 80𝑒 (−0.139) 𝑡 +20

At T = 22℃ we have

22 = 80𝑒 (−0.139) 𝑡 +20

Collecting like terms together,

22-20 = 80𝑒 (−0.139) 𝑡

2 = 80𝑒 (−0.139) 𝑡
2
= 𝑒 (−0.139) 𝑡
80

1
= 𝑒 (−0.139) 𝑡
40
1 (−0.139) 𝑡
ln( ) =
40

t = 27 minutes
Therefore, after 27 minutes the temperature will reduce to 22℃.

Example 3

A cup of coffee at 1900F is left in a room of 700F. At time t=0, the coffee is cooling at

150F as per minute.

a) Find the function that models the cooling of the coffee.

b) How long will it take for the temperature to reach 1430F?

solution,

a)

T=1900F

C=700F

T=0

T(t)=aekt +C

𝑑𝑇
= -k(T-C)
𝑑𝑡

𝑑𝑇
= -150𝐹/𝑚𝑖𝑛
𝑑𝑡

Sub,

-15=-K(190-70)

-15=-K(120)

K=15/120

K=18

K= 0.125

𝑑𝑇
= - 0.125(T-70)
𝑑𝑡

𝑑𝑇
−70= - 0.125dt
𝑇
By Integrating,

𝑑𝑇
ʃ𝑇−20 −70 = ʃ-0.125dt

log(T-70) = - 0.125t+C1

Taking a power,

elog(T-70 )= e(-0.125t+C1)

T – 70=e-0.125t ec1

Let, (eC1=a)

Another Constant

T – 70=ae-0.125t

T=ae-0.125t+70

T(t)=aeKt + C

T (0) =ae-0.125t+70

190=ae-0.125t+70

190 – 70=ae-0.125t

120=ae-0.125t

120=ae-0.125(0)

120=ae0

A=120

T(t)=120e-0.125t+70

b)

T(t)=1430F

143=120e-0.125t+70

143 – 70=e-0.125t

73=120e-0.125t
73
= e-0.125t
25
73
log( ) = loge-0.125t
25

73
-0.125 t = log (25)

73
T = log ( 25 )−0.125

t=3.98 minutes

The temperature reach is 3.98 minutes.

EXAMPLE 4

To find Body temperature using Newton’s cooling law:

Newton’s law of cooling T(t) = 𝑇𝑠+ (𝑇0−𝑇𝑠) 𝑒−𝑘𝑡

Body temperature at 6 pm in 80℃ and at 7 pm it is 75℃ and the room temperature is 70℃.

To find the time of death.

SOLUTION:

T(t) = 𝑇𝑠+ (𝑇0−𝑇𝑠) 𝑒−𝑘𝑡

75 = 70 + (80-70) 𝑒−𝑘 (60)

5 = 10𝑒−𝑘 (60)
1
= 𝑒−𝑘(60)
2

1
log 2 = log𝑒−𝑘(60)

1
log 2 = -k (60)

k = 0.0116

80 = 70 + (98.6 – 70) 𝑒−0.0116𝑡

10 = 28.6 𝑒−0.0116𝑡
10
log (28.6) = -0.0116t

-1.6508 = -0.0116t ∴ t = −1.6508−0.0116 ∴ t = 90.59 minutes (91 minutes)

Therefore, time of death is 4.29 pm


Application of First Order Differential Equation in Medical Problems

First order differential equations are widely used in medical science to study and predict

changes occurring in the human body and in medical treatments. These equations help

doctors, researchers, and biomedical engineers understand how biological systems change

with time.

1. Drug Concentration in Bloodstream

One of the most important medical applications is studying how a medicine enters and leaves

the human body.

Let:

Q = amount of drug in body at time t

The rate of decrease of medicine is proportional to the amount present.

Mathematical model:

𝒅𝑸
= -kQ
𝒅𝒕

where:

 k = elimination constant

 Q = drug quantity

 t = time

Solution:

Q = Q0 e-kt

This equation helps determine:

 correct dosage

 time interval between doses

 effectiveness of medicine
2. Spread of Infectious Diseases

Differential equations are used to model spread of diseases such as:

 COVID-19

 dengue

 malaria

 tuberculosis

Simple infection model:

𝒅𝑷
= kP
𝒅𝒕

where:

 P = infected population

 k = growth rate

This helps in:

 predicting disease spread

 planning vaccination

 controlling epidemics

3. Population Growth of Bacteria

Growth of bacteria in medical laboratories follows exponential growth.

Equation:

𝒅𝑵
= kN
𝒅𝒕

Solution:

N = N0ekt

Applications:

 antibiotic testing

 medical research

 vaccine development
4. Heartbeat and Blood Flow Analysis

Differential equations are used in cardiology to study:

 blood pressure

 heartbeat rhythms

 blood circulation

Example model:

𝒅𝑷
= a - bP
𝒅𝒕

where:

 P = blood pressure

 a,b = constants

Used in monitoring cardiovascular diseases.

5. Tumour Growth Modelling

Cancer researchers use first order differential equations to estimate tumour growth.

Model:

𝒅𝑻
= kT
𝒅𝒕

where:

 T = tumour size

 k = growth constant

This helps in:

 planning chemotherapy

 predicting cancer progression

 evaluating treatment effectiveness


Example 1: Drug Decay in Human Body

A medicine injected into a patient decrease at a rate proportional to the amount present.

Step 1: Form differential equation

𝑑𝑄
= −𝑘𝑄
𝑑𝑡

Step 2: Solve the equation

𝑑𝑄
= −𝑘 𝑑𝑡
𝑄

𝑙𝑜𝑔 𝑄 = −𝑘𝑡 + 𝐶

𝑄 = 𝐶𝑒 −𝑘𝑡

Step 3: Use initial condition

𝑡 = 0 , 𝑄 = 200

𝑄 = 200𝑒 −𝑘𝑡

Step 4 : Find k

100 = 200𝑒 −4𝑘

1/2 = 𝑒 −4𝑘

𝑘 = (𝑙𝑜𝑔 2)/4

Step 5 : Find amount after 8 hours

𝑄 = 200𝑒^[−8(𝑙𝑜𝑔2)/4]

𝑄 = 50 𝑚𝑔

Answer: Amount of medicine after 8 hours is 50 mg.


Example 2: Spread of Infection

The rate of increase of infected people is proportional to the number already infected.

Step 1: Form equation

𝑑𝑃
= 𝑘𝑃
𝑑𝑡

Step 2: Solve the equation

𝑑𝑃
= 𝑘 𝑑𝑡
𝑃

𝑙𝑜𝑔 𝑃 = 𝑘𝑡 + 𝐶

𝑃 = 𝐶𝑒^(𝑘𝑡)

Step 3: Use initial condition

𝑡 = 0 , 𝑃 = 500

𝑃 = 500𝑒 −𝑘𝑡

Step 4: Find k

1000 = 500𝑒 −3𝑘

2 = 𝑒 3𝑘

𝑘 = (𝑙𝑜𝑔2)/3

Step 5: Find population after 6 days

𝑃 = 500𝑒^[6(𝑙𝑜𝑔2)/3]

𝑃 = 2000

Answer: Number of infected people after 6 days is 2000 people.


Literature Review
Literature Review

Ordinary Differential Equations (ODEs) are one of the most important branches of applied

mathematics. They are used to describe various natural and scientific phenomena involving

rates of change. Researchers from mathematics, physics, engineering, economics, and

biology have extensively studied ODEs because of their practical applications in solving real-

world problems. Various analytical and numerical methods have been developed over time

for solving ordinary differential equations efficiently.

1. Historical Development of Ordinary Differential Equations

Research Paper:

“A History of Differential Equations from Newton to Poincaré”

Author: Jesper Lützen

The historical development of ordinary differential equations began with the invention of

calculus by Isaac Newton and Gottfried Wilhelm Leibniz during the seventeenth century.

Early studies focused on motion, astronomy, and mechanics. Leonhard Euler later introduced

systematic techniques for solving linear differential equations and contributed significantly to

numerical methods.

The literature shows that differential equations became an essential mathematical tool in

modeling scientific phenomena. During the nineteenth century, researchers studied existence

theorems, uniqueness conditions, and stability analysis. Modern research has expanded

toward nonlinear systems, chaos theory, and computational approaches.

2. Classification of Ordinary Differential Equations

Research Paper:

“Ordinary Differential Equations and Their Applications”

Author: Martin Braun


Researchers classify ordinary differential equations according to order, degree, linearity, and

homogeneity. First-order equations involve only first derivatives, while higher-order

equations contain second or higher derivatives.

The literature explains that linear differential equations are easier to solve because they

satisfy the principle of superposition. Nonlinear equations are more complex and are widely

used in fluid dynamics, population models, and weather systems.

Studies indicate that first-order differential equations are extensively used in growth and

decay problems, while second-order differential equations are applied in vibration and

oscillation problems in engineering and physics.

3. Analytical Methods for Solving ODEs

Research Paper:

“Elementary Differential Equations and Boundary Value Problems”

Authors: William E. Boyce and Richard C. DiPrima

The literature describes several analytical methods developed for solving ordinary differential

equations. One of the simplest methods is the separation of variables technique, which is

applicable when variables can be separated into independent parts.

Example:

dy
= 𝑘𝑦
𝑑𝑥
This equation represents exponential growth and decay models.

Researchers also discussed the integrating factor method for solving first-order linear

differential equations.

General form:

dy
+ 𝑃𝑦 = 𝑄
𝑑𝑥
The method of exact equations is useful when differential expressions satisfy exactness

conditions. The literature further explains the use of higher-order solution methods such as

variation of parameters and the method of undetermined coefficients.

These analytical methods provide exact solutions and are widely applied in mechanics,

thermodynamics, and electrical engineering.

4. Laplace Transform Method

Research Paper:

“Advanced Engineering Mathematics”

Author: Erwin Kreyszig

The Laplace transform method is considered one of the most powerful tools for solving linear

differential equations with initial conditions. Researchers have shown that this method

transforms differential equations into algebraic equations, which are easier to solve.

The literature highlights its applications in electrical circuits, control systems, signal

processing, and mechanical engineering. The Laplace transform is especially effective in

solving non-homogeneous differential equations involving discontinuous functions.

Researchers conclude that the method simplifies complicated engineering calculations and

reduces computational difficulty.

5. Numerical Methods for Solving ODEs

Research Paper:

“Numerical Solution of Ordinary Differential Equations”

Authors: Kendall E. Atkinson and Weimin Han

Many real-world differential equations cannot be solved analytically. Therefore, numerical

methods have become essential in applied mathematics.


The literature discusses Euler’s Method as one of the earliest approximation techniques.

Although simple, its accuracy is limited. Researchers later developed Runge–Kutta methods,

which provide more accurate numerical solutions.

The fourth-order Runge–Kutta method is widely accepted due to its balance between

accuracy and computational efficiency. Numerical methods are now extensively used in

computer simulations and scientific modelling.

Modern mathematical software such as MATLAB and Python has further enhanced the

practical implementation of numerical techniques.

6. Applications of ODEs in Physics

Research Paper:

“Mathematical Methods in the Physical Sciences”

Author: Mary L. Boas

The literature reveals that ordinary differential equations are fundamental in physics.

Newton’s laws of motion are expressed in differential equation form.

𝑑2 x
F = md𝑡 2

Researchers have applied ODEs in mechanics, thermodynamics, electromagnetism, and wave

motion. Differential equations are also used to describe harmonic oscillations, radioactive

decay, and heat transfer.

The studies conclude that ODEs form the mathematical foundation of classical and modern

physics.
7. Applications of ODEs in Engineering

Research Paper:

“Differential Equations with Applications and Historical Notes”

Author: George F. Simmons

Engineering systems are frequently modelled using ordinary differential equations.

Researchers have applied ODEs in electrical circuits, mechanical vibrations, control systems,

and structural analysis.

For example, the equation of an RL electrical circuit is:

di
𝐿 + 𝑅𝑖 = 𝐸(𝑡)
𝑑𝑡
The literature explains that engineers use differential equations to predict system behaviour,

improve stability, and optimize industrial processes.

Modern control engineering heavily depends on differential equation models for automation

and robotics.

8. Applications of ODEs in Biology and Medicine

Research Paper:

“Mathematical Biology”

Author: James D. Murray

Biological and medical sciences use differential equations to study population growth, spread

of infectious diseases, and drug concentration in the human body.

Researchers developed epidemic models using systems of differential equations to analyse

disease transmission. ODEs are also applied in heart dynamics, neural networks, and

pharmacokinetics.

The literature indicates that mathematical modelling through ODEs has become increasingly

important in medical research and healthcare planning.


9. Applications of ODEs in Economics and Environmental Science

Research Paper:

“Differential Equations, Dynamical Systems, and Economic Modeling”

Author: Harold W. Broer

Economists use ordinary differential equations to study market growth, investment models,

and economic forecasting. Environmental scientists apply ODEs in climate studies, pollution

control, and ecosystem modelling.

The literature suggests that dynamic mathematical models help researchers understand long-

term environmental and economic changes.

Differential equations are particularly useful in predicting system behaviour under varying

conditions and policy changes.

10. Recent Research Trends in ODEs

Research Paper:

“Recent Advances in Computational Differential Equations”

Author: Uri M. Ascher

Recent studies focus on nonlinear differential equations, computational mathematics, and

artificial intelligence-based solution techniques. Researchers are integrating machine learning

with numerical solvers to improve prediction accuracy and computational speed.

The literature also highlights the growing importance of computer simulations in solving

complex industrial and scientific problems.

Advanced computational methods are now widely used in robotics, aerospace engineering,

biomedical engineering, and data science.


11. Stability Theory of Differential Equations

Research Paper:

“Stability Theory of Differential Equations”

Author: Richard Bellman

The literature on stability theory focuses on determining whether the solutions of differential

equations remain stable under small disturbances. Researchers explain that stability analysis

is very important in control systems, aerospace engineering, and mechanical systems.

Studies discuss the concept of asymptotic stability and equilibrium points. The work of

Aleksandr Lyapunov introduced Lyapunov’s stability method, which is widely used in

nonlinear differential equations.

Researchers conclude that stability theory helps engineers and scientists predict the long-term

behaviour of dynamic systems and avoid system failures.

12. Boundary Value Problems in Ordinary Differential Equations

Research Paper:

“Boundary Value Problems and Partial Differential Equations”

Author: David L. Powers

Boundary value problems arise when conditions are specified at more than one point. The

literature indicates that these problems are important in heat transfer, beam deflection, fluid

mechanics, and quantum mechanics.

Researchers have developed several methods such as finite difference methods, shooting

methods, and Green’s function techniques for solving boundary value problems.

The studies reveal that boundary value problems provide accurate mathematical models for

many physical and engineering systems.


13. Nonlinear Ordinary Differential Equations

Research Paper:

“Nonlinear Differential Equations and Dynamical Systems”

Author: Ferdinand Verhulst

The literature on nonlinear differential equations explains that most real-world systems are

nonlinear in nature. Unlike linear equations, nonlinear equations may exhibit multiple

solutions, bifurcations, and chaotic behaviour.

Researchers have applied nonlinear ODEs in fluid mechanics, weather forecasting, biological

systems, and population dynamics. The logistic population model is one of the most common

nonlinear differential equations.

Example:

dp 𝑃
= 𝑟𝑃(1 − 𝐾)
𝑑𝑡

Studies conclude that nonlinear differential equations are essential for understanding complex

dynamic systems.

14. Differential Equations in Chemical Reaction Models

Research Paper:

“Chemical Kinetics and Reaction Dynamics”

Author: Paul L. Houston

Researchers have extensively used ordinary differential equations in chemical kinetics to

study reaction rates and concentration changes over time.

The literature explains that first-order and second-order differential equations are commonly

applied in reaction dynamics and industrial chemical processes. Differential equations help

chemists determine reaction mechanisms and optimize production efficiency.

For radioactive decay and chemical decomposition processes:

𝑑𝑁
= −𝜆N
𝑑𝑡
Studies indicate that mathematical modelling through ODEs improves industrial process

control and chemical manufacturing systems.

15. Differential Equations in Population Dynamics

Research Paper:

“Theory of Population Genetics and Evolutionary Ecology”

Author: Ronald Fisher

Population dynamics is one of the most important application areas of ordinary differential

equations. Researchers use ODEs to study population growth, predator-prey interactions,

migration, and species competition.

The literature discusses the Malthusian growth model and the Lotka–Volterra predator-prey

model. These models help biologists understand ecological balance and environmental

sustainability.

Predator-prey interaction model:

𝑑𝑥
= ax − bxy
𝑑𝑡

Researchers conclude that differential equations provide valuable insights into ecosystem

management and biological conservation.


Objectives
Objectives

The main objective of this project is to study ordinary differential equations, understand

various analytical and numerical methods used for solving them, and explore their

applications in different scientific and engineering fields. Ordinary Differential Equations

(ODEs) are important mathematical tools used to represent physical systems and real-life

phenomena involving rates of change. This project aims to provide both theoretical

understanding and practical applications of ODEs.

The specific objectives of the project are as follows:

1. To Study the Basic Concepts of Ordinary Differential Equations

One of the primary objectives of this project is to understand the fundamental concepts

related to ordinary differential equations. This includes studying the definition, formation,

order, degree, and classification of differential equations. The project also aims to develop a

clear understanding of linear and nonlinear differential equations, homogeneous and non-

homogeneous equations, and initial and boundary value problems.

2. To Understand Various Methods of Solving Differential Equations

Another important objective is to study different analytical methods used for solving ordinary

differential equations. The project focuses on methods such as:

 Separation of Variables

 Integrating Factor Method

 Exact Differential Equations

 Homogeneous Equations

 Bernoulli’s Equation

 Method of Undetermined Coefficients

 Variation of Parameters
 Laplace Transform Method

The objective is to compare these methods and understand their suitability for different types

of differential equations.

3. To Study Numerical Methods for Solving ODEs

Many differential equations arising in practical situations cannot be solved analytically.

Therefore, this project aims to study numerical methods used for approximate solutions of

ODEs. The project includes methods such as Euler’s Method and Runge–Kutta Methods.

The objective is to understand how numerical techniques provide accurate approximations

and how computer-based methods help solve complex mathematical problems efficiently.

4. To Analyse the Role of Differential Equations in Real-Life Applications

One of the major objectives of this project is to study the practical applications of ordinary

differential equations in different fields. Differential equations are widely used to model

physical, biological, and engineering systems.

The project aims to study applications such as:

 Population Growth Models

 Radioactive Decay

 Heat Transfer Problems

 Electrical Circuits

 Mechanical Vibrations

 Chemical Reaction Models

 Fluid Flow Problems

 Epidemic and Disease Spread Models


The objective is to understand how mathematical models based on ODEs help in predicting

and analysing real-world phenomena.

5. To Understand Applications of ODEs in Engineering and Physics

Engineering and physics make extensive use of differential equations for modelling dynamic

systems. This project aims to study how ODEs are applied in mechanics, thermodynamics,

electrical engineering, and control systems.

The objective is to understand how physical laws such as Newton’s laws of motion, electrical

circuit equations, and oscillation models can be represented and solved using differential

equations.

6. To Explore Applications of ODEs in Biology and Medicine

This project also aims to study the use of ordinary differential equations in biological and

medical sciences. Differential equations are used in studying population dynamics, spread of

infectious diseases, drug concentration in the bloodstream, and biological growth models.

The objective is to understand how mathematical modelling contributes to medical research,

healthcare planning, and biological analysis.

7. To Study the Importance of Computational Tools in Solving ODEs

With advancements in technology, computational tools have become important in solving

complex differential equations. This project aims to study the role of software such as

MATLAB, Mathematica, and Python in solving and visualizing ODEs.

The objective is to understand how modern computational methods improve accuracy,

efficiency, and graphical representation of mathematical solutions.


8. To Develop Problem-Solving and Analytical Skills

Another important objective of the project is to improve mathematical thinking, analytical

ability, and problem-solving skills. Solving differential equations requires logical reasoning

and systematic mathematical procedures.

The project aims to strengthen the ability to analyse mathematical models and apply suitable

methods to obtain solutions.

9. To Understand Current Research Trends in Differential Equations

The project also aims to explore modern developments and research trends in ordinary

differential equations. Current research includes nonlinear differential equations,

computational mathematics, stability analysis, artificial intelligence-based numerical

methods, and interdisciplinary applications.

The objective is to understand how ODEs continue to evolve as an important area of

mathematical research and scientific innovation.

10. To Establish the Importance of ODEs in Modern Science and Technology

The final objective of the project is to demonstrate the overall importance of ordinary

differential equations in science, engineering, economics, environmental studies, and

industrial applications.

The project aims to show that differential equations are not only theoretical mathematical

concepts but also practical tools used in solving real-world problems and technological

advancements.
11. To Study Stability and behaviour of Solutions

An important objective of this project is to study the stability and long-term behaviour of

solutions of ordinary differential equations. Stability analysis helps determine whether a

system remains stable when small disturbances occur.

The project aims to understand concepts such as equilibrium points, asymptotic stability, and

Lyapunov stability. This study is important in engineering systems, control theory, and

physical models where system stability is necessary for proper functioning.

12. To Study Boundary Value Problems and Initial Value Problems

Another objective of the project is to understand the difference between boundary value

problems and initial value problems in ordinary differential equations.

The project focuses on studying methods used for solving these problems and their practical

applications in heat conduction, fluid mechanics, beam deflection, and wave motion.

The objective is to understand how conditions imposed on solutions affect the behaviour and

uniqueness of differential equation models.

13. To Explore Nonlinear Differential Equations and Their Applications

Most real-life systems are nonlinear in nature. Therefore, this project aims to study nonlinear

ordinary differential equations and their applications.

The objective is to understand nonlinear behaviour such as oscillations, bifurcations, and

chaotic systems. The project also aims to study applications of nonlinear differential

equations in population dynamics, fluid mechanics, climate models, and biological systems.
14. To Study Mathematical Modelling Using Differential Equations

One of the important objectives of the project is to understand how ordinary differential

equations are used in mathematical modelling.

The project aims to study the process of converting real-life problems into mathematical

equations and analysing them mathematically. Applications include industrial processes,

environmental systems, transportation models, and economic growth models.

The objective is to understand the practical usefulness of mathematics in solving real-world

problems.

15. To Encourage Further Research in Differential Equations

The final objective of this project is to motivate further study and research in the field of

ordinary differential equations and applied mathematics.

The project aims to create interest in advanced topics such as partial differential equations,

fractional differential equations, computational fluid dynamics, and artificial intelligence-

based numerical methods.

This objective highlights the growing importance of differential equations in scientific

research, technology, and interdisciplinary studies.


Methodology
Methodology

The methodology of this project is based on a systematic study of ordinary differential

equations, their solution techniques, and their practical applications in different scientific and

engineering fields. The project combines theoretical study, analytical methods, numerical

approaches, and application-based analysis to achieve a comprehensive understanding of

ordinary differential equations (ODEs).

The methodology adopted for this project is described below.

1. Collection of Information and Literature Study

The first step of the methodology involves collecting information from various reliable

academic sources such as textbooks, research papers, journals, articles, and online

educational resources related to ordinary differential equations.

Standard mathematical books on differential equations and applied mathematics were

referred to for understanding the theoretical background and solution methods of ODEs.

Previous research studies and literature reviews were also studied to understand the historical

development, importance, and applications of differential equations in different fields.

This step helped in identifying the major concepts, theories, methods, and practical

applications associated with ordinary differential equations.

2. Study of Fundamental Concepts of ODEs

The next stage of the methodology focused on studying the basic concepts and classifications

of ordinary differential equations. Important topics studied include:

 Definition of ordinary differential equations

 Order and degree of differential equations

 Linear and nonlinear differential equations

 Homogeneous and non-homogeneous equations


 Initial value and boundary value problems

This stage provided the theoretical foundation necessary for understanding advanced solution

methods and applications.

3. Analytical Methods for Solving ODEs

A major part of the methodology involved studying analytical techniques used for solving

ordinary differential equations. Different types of equations were solved using standard

mathematical procedures.

The following methods were studied and applied:

 Separation of Variables

 Integrating Factor Method

 Exact Differential Equations

 Homogeneous Equations

 Bernoulli’s Equation

 Method of Undetermined Coefficients

 Variation of Parameters

 Laplace Transform Method

Example problems were solved for each method to understand the procedure and

applicability of the techniques. The solutions obtained through analytical methods were

carefully verified mathematically.

4. Numerical Methods and Computational Approaches

Since many practical differential equations cannot be solved analytically, numerical methods

were also included in the methodology.

The project studied numerical approximation methods such as:


 Euler’s Method

 Modified Euler’s Method

 Runge–Kutta Methods

The objective of this stage was to understand how approximate solutions can be obtained for

complex equations.

Computational tools and mathematical software such as MATLAB, Python, and other

numerical computing techniques were studied for solving and visualizing differential

equations. Graphical representation of solutions was also analysed wherever necessary.

5. Application-Based Analysis

The methodology also included studying practical applications of ordinary differential

equations in different fields. Real-life models involving rates of change were analyzed

mathematically using ODEs.

The following application areas were studied:

Applications in Physics

Differential equations related to motion, oscillations, heat transfer, and wave motion were

analysed.

Applications in Engineering

ODEs used in electrical circuits, mechanical vibrations, and control systems were studied.

Applications in Biology and Medicine

Population growth models, epidemic spread models, and biological growth equations were

examined.

Applications in Economics

Economic growth models and investment-related differential equations were studied.

Applications in Environmental Science


Environmental models related to pollution, climate change, and ecosystem analysis were

explored.

The purpose of this stage was to understand how mathematical equations can represent real-

world systems accurately.

6. Comparative Study of Solution Methods

Another important part of the methodology was the comparison of different methods used for

solving differential equations.

The project analysed:

 Accuracy of analytical and numerical methods

 Simplicity and computational efficiency

 Advantages and limitations of different techniques

 Suitability of methods for different types of equations

This comparative analysis helped in understanding which methods are more appropriate

under different mathematical conditions.

7. Graphical Interpretation and Analysis

Graphical methods were also used to understand the behaviour of solutions of differential

equations. Solution curves and graphical representations were studied to analyse trends,

stability, and long-term behaviour of systems.

Graphs help in understanding:

 Growth and decay behaviour

 Oscillatory motion

 Stability of solutions

 Population changes over time


This stage improved the visualization and interpretation of mathematical models.

8. Interpretation and Conclusion

After completing the theoretical study, solution procedures, numerical analysis, and

applications, the obtained results were interpreted systematically.

The final conclusions were drawn based on:

 Effectiveness of different solution methods

 Importance of ODEs in mathematical modelling

 Practical usefulness of differential equations in science and engineering

 Role of computational tools in solving modern mathematical problems

The findings of the project were summarized to highlight the significance of ordinary

differential equations in real-life applications and scientific research.

9. Study of Stability of Solutions

The methodology also includes the study of stability analysis of ordinary differential

equations. Stability analysis helps determine whether the solutions remain stable when small

changes or disturbances occur in the system.

Different concepts such as equilibrium points, asymptotic stability, and Lyapunov stability

were studied. This analysis is important in engineering, mechanics, economics, and control

systems where system stability is necessary for proper operation.

10. Study of Boundary Value Problems

Another important methodological step involved studying boundary value problems

associated with ordinary differential equations.


The project focused on solving equations where conditions are given at different points of the

independent variable. Boundary value problems commonly arise in heat conduction,

structural analysis, fluid flow, and vibration problems.

Various mathematical techniques used for solving boundary value problems were examined

and analysed.

11. Study of Nonlinear Differential Equations

The methodology also includes the study of nonlinear ordinary differential equations. Since

many real-world systems are nonlinear, understanding nonlinear behaviour is important for

practical applications.

The project studied nonlinear equations related to:

 Population dynamics

 Fluid mechanics

 Climate models

 Biological systems

The behaviour of nonlinear systems such as oscillations and chaotic behaviour was also

analysed.

12. Mathematical Modelling of Real-Life Problems

One of the important methodological approaches used in this project was mathematical

modelling.

Real-life situations from science, engineering, biology, and economics were converted into

mathematical equations using differential equations. The developed models were then solved

and interpreted mathematically.


This process helped in understanding how ODEs are used to describe practical systems

involving rates of change.

13. Use of Graphical and Visualization Techniques

Graphical interpretation formed another important part of the methodology. Graphs and

solution curves were used to study the behaviour of solutions visually.

The project analysed:

 Growth and decay curves

 Oscillatory motion

 Population trends

 Stability behaviour

Graphical visualization improved the understanding of mathematical results and practical

interpretations.

14. Verification and Validation of Results

After obtaining analytical and numerical solutions, the results were verified mathematically

to ensure correctness and accuracy.

The project methodology included:

 Cross-checking calculations

 Comparing analytical and numerical results

 Verifying initial and boundary conditions

 Analysing approximation errors

This process ensured reliability and validity of the obtained solutions.


15. Preparation of Final Analysis and Documentation

The final stage of the methodology involved organizing all theoretical concepts, solved

examples, applications, graphs, and interpretations into a systematic project report.

The findings of the study were summarized clearly and conclusions were drawn regarding:

 Efficiency of solution methods

 Importance of ODEs in real-life applications

 Role of computational techniques

 Scope of future research in differential equations

Proper documentation and presentation techniques were used to prepare the final project

report in a clear and structured manner.


Expected Outcomes
Expected Outcomes

The project titled “Solution of Ordinary Differential Equations and Its Applications” is

expected to provide a detailed understanding of ordinary differential equations (ODEs), their

solution methods, and their practical applications in various scientific and engineering fields.

The project aims to combine theoretical knowledge with practical problem-solving

techniques and application-based analysis.

The expected outcomes of the project are described below.

1. Comprehensive Understanding of Ordinary Differential Equations

One of the major expected outcomes of this project is to develop a clear and detailed

understanding of ordinary differential equations and their importance in mathematics and

applied sciences.

The project is expected to help in understanding:

 Definition and formation of ODEs

 Order and degree of equations

 Linear and nonlinear differential equations

 Homogeneous and non-homogeneous equations

 Initial value and boundary value problems

This understanding will provide a strong mathematical foundation for further study and

research in differential equations.

2. Knowledge of Different Solution Techniques

The project is expected to provide detailed knowledge of various analytical methods used for

solving ordinary differential equations.

The expected outcome includes understanding and application of methods such as:
 Separation of Variables

 Integrating Factor Method

 Exact Differential Equations

 Bernoulli’s Equation

 Homogeneous Equations

 Method of Undetermined Coefficients

 Variation of Parameters

 Laplace Transform Method

The project is expected to improve the ability to identify appropriate methods for solving

different types of equations.

3. Improvement in Problem-Solving Skills

Another important expected outcome is the development of mathematical reasoning and

analytical problem-solving skills.

Through solving different types of ordinary differential equations, the project is expected to:

 Improve logical thinking

 Strengthen analytical ability

 Increase mathematical accuracy

 Develop systematic problem-solving techniques

These skills will be useful in higher mathematics, engineering studies, and research activities.

4. Understanding of Numerical Methods and Computational Techniques

The project is expected to provide knowledge about numerical approximation methods used

when analytical solutions are difficult or impossible to obtain.

Students are expected to gain understanding of:


 Euler’s Method

 Modified Euler’s Method

 Runge–Kutta Methods

The project is also expected to introduce the role of computational tools and software such as

MATLAB and Python in solving differential equations efficiently.

5. Understanding Real-Life Applications of ODEs

One of the important expected outcomes is understanding how ordinary differential equations

are applied in real-world situations.

The project is expected to demonstrate applications in:

 Physics

 Engineering

 Biology and Medicine

 Economics

 Environmental Science

 Chemical Reactions

 Population Dynamics

This outcome will help in understanding the practical significance of mathematical modelling

in daily life and industrial applications.

6. Ability to Develop Mathematical Models

The project is expected to improve the ability to convert practical problems into mathematical

equations using ordinary differential equations.

Students are expected to learn:

 Formulation of mathematical models


 Interpretation of variables and parameters

 Analysis of system behaviour

 Prediction of future outcomes using mathematical equations

This skill is very important in scientific research, engineering analysis, and technological

development.

7. Better Understanding of Dynamic Systems

Ordinary differential equations are widely used to describe systems that change with time.

The project is expected to improve understanding of dynamic systems and their behaviour.

The project is expected to help analyse:

 Growth and decay processes

 Oscillatory motion

 Stability of systems

 Population changes

 Heat and fluid flow behaviour

Understanding these systems will help in analysing scientific and engineering phenomena

more effectively.

8. Understanding of Stability and Long-Term behaviour of Solutions

The project is expected to provide knowledge regarding stability analysis of solutions of

differential equations.

Students are expected to understand:

 Stable and unstable equilibrium points

 Long-term behaviour of solutions

 Stability criteria for mathematical models


 Importance of stability in engineering and physical systems

This understanding is important for designing safe and efficient systems in engineering and

applied sciences.

9. Development of Visualization and Interpretation Skills

Another expected outcome is the ability to interpret mathematical solutions graphically and

analytically.

The project is expected to improve:

 Graphical representation skills

 Interpretation of solution curves

 Visualization of oscillations and growth patterns

 Understanding of system behaviour through graphs

Graphical visualization helps in simplifying complex mathematical concepts and improving

conceptual understanding.

10. Awareness of Modern Research and Technological Applications

The project is expected to create awareness about current research trends and technological

developments related to ordinary differential equations.

Students are expected to gain knowledge about:

 Computational mathematics

 Artificial intelligence-based numerical methods

 Advanced engineering simulations

 Applications in robotics and data science

This outcome will encourage further study and research in advanced mathematical and

computational fields.
11. Strengthening of Academic and Research Skills

The project is expected to improve academic writing, research methodology, and technical

presentation skills.

Students are expected to develop:

 Literature review skills

 Report writing ability

 Mathematical documentation techniques

 Analytical presentation methods

These skills are important for higher education, project work, and future research activities.

12. Contribution to Interdisciplinary Learning

The project is expected to demonstrate the interdisciplinary nature of ordinary differential

equations by connecting mathematics with science, engineering, economics, and biology.

This outcome will help students understand that mathematical concepts are not isolated

theories but practical tools used in multiple disciplines.


BIBLIOGRAPHY
BIBLIOGRAPHY

[1] HISTORY AND APPLICATION OF NEWTON LAWS OF COOLING


[Link]

2) Braun, M.

Differential Equations and Their Applications Springer

[Link]

[Link]

3) Simmons, G. F.

Differential Equations with Applications and Historical Notes CRC Press

[Link]

George%[Link]

Combines theory with historical development and applications in scientific modelling.

4) Amaranth, T. An Elementary Course in Partial Differential Equations, Narosa Publishing

House, New Delhi, 1997.

5) Earl A. Coddington, An Introduction to Ordinary Differential Equations, Prentice Hall of

India, New Delhi, 1991.

6) Earl A. Coddington and Norman Levinson, Theory of Ordinary Differential Equations, Ta

(. a McGraw-Hill Publishing Company, New Delhi, 1972.

7) George F. Simmons, Differential Equations, Tata McGraw-Hill Publishing Company,

New Delhi, 1972.

8) Hildebrand, F. Advanced Calculus for Applications, Prentice Hall, N.J.,

1962.

9) V. Petrovski, Ordinary Differential Equations, Prentice Hall, N.J., 1966.

10)Rai, B., Choudhury D.P. and Freedman, H.I. A Course in Ordinary Differential Equations,

Narosa Publishing House, New Delhi, 2001.


11) Caronongan, k. (2010). An Application Differential Equation in the study of Elastic

columns, Research Paper, Paper 5.

12) George F. Simmons (2017). Differential Equation with Application and Historical notes,

3rd ed. Chapman and Hall/crc.

13) Hassan, a. and Zakari, y. (2018). Application of First Order Differential Equation in

Temperature Problem.

14) Karthikeyan, N. and jayaraja, A. (2016). Application of First Order Differential Equation

to Heat Transferring in Solid.

15) Keryszig, E (2006). Advance Engineering Mathematics.9th edition, willey, India

MATH24 (2022).

16) Rehan, Z. (2020). Applications of First Order Differential Equations to Heat Convection

in a Fluid. Journal of Applied Mathematics And Physics, 8, 1456-1462.

[Link]

17) Tai-Ran Hsu (2018). Applications of First Order Differential Equations in Engineering

Analysis, Applied Engineering Analysis.

18) Tai-Ran Hsu (n.d.). Application of First Differential Equation in Mechanical Engineering

Analysis

You might also like