Dr. Pradeep Kumar Saroj: Introduction To Differential Equations (With Applications)
Dr. Pradeep Kumar Saroj: Introduction To Differential Equations (With Applications)
(with Applications)
What is a Does
it Signify ?
Method
Where and how
do Diff. Eq.
originate?
Application
What use are
they ?
Definition
• A differential equation is an equation which involves unknown function(s)
and their derivatives.
Differential Equation
dy +5y = ex , dx + dy = 2x + y 2u 2u 2u 2u u
+ = 0, = − 2
dx dt dt x 2 y 2 x 2 t 2 t
Order and Degree of the Differential Equation
The order of a differential equation is the order of the highest order derivative
occurring in the differential equation.
The degree of a differential equation is the degree of the highest order derivative, when
differential coefficients are made free from fractions and radicals.
Examples: d 3 y d 2 y dy d2y
3
+ 2 + = 0, 2
+ sin ( y ) = 0,
dx dx dx dx
d2y dy
+ sin = 0.
dx
2
dx
Applications of Differential Equation
• The study of differential equations is a wide field in pure and applied
mathematics, physics, and engineering.
• Many fundamental laws of physics and chemistry can be formulated as
differential equations.
• In biology and economics, differential equations are used to model the
behaviour of complex systems.
Linear and Non-Linear Differential Equation
A differential equation in which the dependent variable and its differential coefficients occur
only in the first degree and are not multiplied together is called a linear differential equation.
Otherwise, it is a non-linear differential equation.
dy
2
d y dy y -4=x
-3 + 7y = 4x dx
dx2 dx
Note: It should be noted that a solution of differential equation does not involve the derivative
of the dependent variable with respect to independent variable or variables.
General and Particular Solution
If the solution of a differential equation of nth order contains n arbitrary constants, the
solution is called the general solution.
d2 y
y = Acosx - Bsinx is the general solution of the differential equation +y=0
2
dx
y = −B sin x is not the general solution as it contains one arbitrary constant.
A solution obtained by giving particular values to the arbitrary constants in general solution
is called particular solution.
y = 3 cos x − 2 sin x
d2 y
is a particular solution of the differential equation + y = 0.
2
dx
Initial Value Problems and Boundary value problem
d2y dy
Example: 1.
2
+ 3 + 9 y = 0. is linear.
dx dx
4
d 3
y dy
Example: 2. + + 6y = 3
dx
3
dx
is non - linear because in 2nd term is not of degree one.
1st – order differential equation
Differential Equation of first Order and first Degree
• Variable separable .
• Homogeneous Equation
• Linear Equation
• Exact Equation 11
Variable separable
If in an equation all the function of x and dx on one side and all the other
function y and dy on the other side, then the variables are said to be separable.
Also,
The differential equation M(x,y)dx + N(x,y)dy = 0 is separable if the equation
can be written in the form:
Examples:
dy y3 + 3xy2
Example: =
dx x3
is a homogenous differential equation as y3 + 3xy2
dy dy dx y
Examples : (1) +2y = 6ex ; (2 ) + ytanx = cosx ; (3 ) + = y2 etc.
dx dx dy x
Continue…
dy
Rule for solving + Py = Q
dx
Pdx
Integrating factor (I..F.) = e
Note: if the equation is not exact , it can be made exact by multiplying suitable factor called an
Integrating factor.
Introduction of partial differential equation
• The order of PDE is defined as the order of the highest partial derivative occurring in the partial
differential equation.
• The degree of a PDE is the degree of the highest order derivative which occurs in it
after the equation has been made free from radicals and fractions.
• A PDE is said to be linear if the dependent variable and its partial derivative occurs only
in the first degree and are not multiplied. If PDE is not linear is called non-linear pde.
z z z z
2 3
z
+ = z + xy
2
z z z
2 3
+ = 2 x
x x + 3 = 2x x x
3
x
x x x
First order, first degree and Linear Third order, first degree and non-linear
Third order, second degree and non-linear
Classification of first order PDE
Linear Equation
P ( x, y ) p + Q ( x, y ) q = R ( x , y ) z + S ( x , y )
Semi-linear equation
P ( x, y ) p + Q ( x, y ) q = R ( x, y , z )
Quasi-linear equation
P ( x, y , z ) p + Q ( x, y , z ) q = R ( x , y , z )
Linear Second Order PDEs
Classification
A second order linear PDE (2-independent variables)
2u 2u 2u u u
A +B +C +D +E + Fu = G
x 2 xy y 2 x y
is classified based on (B 2 − 4 AC) as follows:
B 2 − 4 AC 0 Elliptic
B 2 − 4 AC = 0 Parabolic
B 2 − 4 AC 0 Hyperbolic
u y = e x cos y, u yy = −e x sin y A = c 2 0, B = 0, C = −1 B 2 − 4 AC 0
u xx + u yy = 0 Wave Equation is Hyperbolic