Training Manual
Training Manual
Organized By
Department of Mathematics
Introduction
As mathematician, department of mathematics expertise lies in teaching both undergraduate and
graduate mathematics courses, conducting research, successfully analyzing, writing reports, and
providing comprehensive support to various mathematical soft ware’s such as MATLAB,
This software program is a short-term, skill-building program providing the staff and graduate
class attending there education in different center in particular weekend students with a thorough
understanding of common mathematical methods and the software, the fastest growing data
science language, for high-paying careers in analytics.
PPLANE is a tool for Phase Plane Analysis of a System of Differential Equations of the form:
' dx ' dy
x= =f ( x , y ) , y = =g ( x , y )
dt dt
At each point, (x,y), of a grid, PPLANE draws an arrow indicating the direction and magnitude
of the vector (x',y'). This vector equalsdy /dt /dx /dt=dy /dx , and is independent of t; therefore, it
must be tangent to any solution curve through (x, y). Users can select from a verity of numerical
solvers, and control the parameters of those solvers. Solutions can be viewed in three
dimensions. PPLANE also graphs the linearization about equilibrium points, displays
eigenvalues, eigenvectors, nullclines, and stable & unstable orbits. This software is designed as a
companion for 'Ordinary Differential Equations using MATLAB’.
Similarly DEDiscover is also a software that enables to solve non-linear system of differential
equations that can‘t be easily solved analytically.
Concept of Phase Plane Analysis: Phase plane method is applied to Autonomous Second Order
System. The solution can be plotted in the 𝑥 − y plane called State Plane or Phase Plane
The locus in the 𝑥 − y plane is a curved named Trajectory that pass through point initial
conditions
Phase Plane Analysis is a graphical method for studying second-order systems respect to initial
conditions by:
A=
[ CA BD ][ xy ]
But, the non-linear system of differential equation of the form,
' dx
x= =f ( x , y )
dt
y '=dy /dt=g(x , y)
May not be solved analytically, but to solve such type first change in to linear after
linearization as follow
( )
∂f ∂f
( x 0 , y 0) (x , y )
∂x ∂y 0 0
J=
∂g ∂g
(x , y ) (x , y )
∂x 0 0 ∂ y 0 0
( ) ()
du
dt u
=J
dv v
dt
Procedures
I. DFIELD software
I.1. Go to Software menu, and click on DFIELD
I.2. DFIELD equation window
I.3. First –order differential equation: x ’=f (t , x )
I.4. Insert your equation
I.5. Insert your Parameter expressions
I.6. Display window (min.and max.values)
I.7. Graph phase plane
I.8. DFIELD direction field equation window is displayed file, edit, window, solution,
option.
Example: sketch the phase lines for the given differential equation. Identify the equilibrium
points as sinks, sources, or nodes
dy
1. dt =3 y ( y – 2)
dy 2
2. dt = y −4 y−12
3. dy /dt=tany
dy
4. dt =¿ = y 2 +a
dy
5. dt =¿ = ay − y 3
dy
6. dt =¿ y 2- 2y + μ (Bifurcation concepts )
II. PPlane software
II.1. Go to Software menu, and click on Pplane
II.2. Pplane equation window
II.3. System of Differential Equations of the form:
x '=dx /dt=f (x , y), y '=dy /dt=g (x , y ),
II.4. Label your variables like x,y etc
II.5. Insert your system of equations
II.6. Insert your parameter expressions,
II.7. Display window (min.and max.values)
II.8. Graph phase plane
II.9. Pplane phase plane window is displayed file, edit, window, solution, graph,
options
II.10. Click on solution or graph etc.
}
dx
=2 x – y +3 ( x 2− y 2 ) +2 xy
dt
Example: Non linear
dy 2 2
=x−3 y−3(x − y )+3 xy
dt
dx
a)
2
=−2 x +2 x
dt
dy
b)
2
=−3 x+ y+ 3 x
dt
}
dx
=ax – by+ c ( x 2− y 2 ) + dxy
dt
dy
=ex−hy −k ( x 2− y 2 )+ gxy
dt