Ma1002: (Ordinary Differential Equations) : Part-I: First Oder Odes
Ma1002: (Ordinary Differential Equations) : Part-I: First Oder Odes
Department of Mathematics
National Institute of Technology Rourkela
Syllabus
I ODEs of first order: Separable equations, Exact equations, Integrating factors,
Linear equations, Bernoulli equations, orthogonal trajectories, Existence and
uniqueness of IVP and Applications.
I ODEs of higher order: Fundamental/ general solutions of order two,
homogeneous equations , Wronskian, reduction of order, Solution of
non-homogeneous equations by method of undetermined coefficients and
variation of parameters. Extension to higher order differential equations,
Euler-Cauchy equation, Power series method and Applications
I Laplace Transform: Laplace/inverse Laplace transforms, existence, first shifting
theorem, transforms of derivative/integral, second shifting theorem,
differentiation/ integration, Convolution theorem, Solution of ODEs
I Matrix Theory: Gauss elimination/ Gauss-Jordon methods, Vector space,
subspace, linear span, linear dependence/ independence, Basis/dimension, Row
and column spaces, Rank and Nullity Theorem, Inner product spaces, Matrix
representation of Linear Transformations, Solvability of systems of linear
equations, Eigen values, Eigen vectors, Diagonalization of matrices, Reduction
of a quadratic form to canonical form.
I One can find the detailed syllabus: NITRIS → CURRICULUM → VIEW
CURRICULLA AND SYLLABI.
Definition
An equation involving derivatives of one or more dependent
variables with respect to one or more independent variables is
called a differential equation (DE). If we have only one
independent variable then we call the DE an ordinary differential
equation (ODE). If there are more than one independent
variables, we call it a partial differential equation (PDE).
Examples of DE in Natural Phenomena
Definition
The order of an ODE is the order of the highest derivative
appearing in the equation.
Definition
A crucial classification of ODE is whether it is linear or not. An
ODE
F (x, y, y (1) , y (2) , . . . , y (n) ) = 0
is said to be linear if F is a linear function of the variables
di y
y, y (1) , y (2) , . . . , y (n) , where y (i) = dx i.
Classification of ODE
If g(x) is zero for all x in the domain, we say that (4) is a linear
homogenous ODE. Else, we call it non-homogenous.
But for non-linear equations, this need not be the case. For
example, consider Clairut’s equation:
For example,
y (2) + y = 0, y(0) = 1, y (1) (0) = 0, I = [−π, π].
For example,
⇒ −(xy)−2 + ln | x | −2 ln | y |= c.
Homogenous ODE
dy F (x, y)
= ,
dx G(x, y)
For example,
dy −2x2 + y 2
= .
dx x2
dy −2x2 +y 2
Example: Find general solution of dx = x2 .
Solution:
dy
y = ux ⇒ dx = u + x du
dx = −2 + u
2
du dx
=⇒ u2 −u−2 = x (separablef orm)
1 u−2
=⇒ 3 ln | u+1 |= ln |x| + c
y−2x
=⇒ | y+x |= ax3
x = X + h, y = Y + k; where h, k satisfy
a1 h + b1 k + c1 = 0, a2 h + b2 k + c2 = 0,
to express (10) as a homogenous ODE
Let x = X + h, y = Y + k,
where h − 2k + 1 = 0, and 4h − 3k − 6 = 0.
Thus, h = 3, and k = 2.
Substituting, we get
dφ = φx dx + φy dy.
From (1),
Rx
fy = ∂
∂y
M (x, y)dx + h0 (y)
x0
Rx
fy = ∂
∂y
M (x, y)dx + h0 (y)
x0
To determine h(y) from (2), we must show that the right side is a
function of y alone. Differentiating the RHS of (2) with respect to x,
we obtain:
∂
Rx
Nx (x, y) − ∂x My (x, y)dx = Nx (x, y) − My (x, y)= 0.
x0
Sufficient Condition for Exactness
Solution:
Here, M = y cos x + 2xey and N = sin x + x2 ey − 1. We have
My = cos x + 2xey = Nx , hence the given equation is exact.
y sin x + x2 ey − y = c.
Integrating Factors
dy
+ p(x)y = q(x).
dx
R
Multiplying by e p(x)dx
, we obtain
d
R
p(x)dx
R
p(x)dx
R
p(x)dx
R R
p(x)dx
dx (e y)=q(x)e =⇒ e y= q(x)e dx+c,
Example: Consider
R
dy 2x+1 −2x p(x)dx
dx + x y=e , e =e2x+ln x =xe2x .
Definition
Bernoulli equation is a first order ODE of the form
dy
+ p(x)y = q(x)y n , n 6= 0, 1
dx
We can reduce the above non-linear ODE to a linear equation by
substituting z = y 1−n .
Example: Bernoulli Equation
dy
Example: Find general solution of dx + xy = xy −1 .