MA 108 - Ordinary Differential Equations: Suresh Kumar
MA 108 - Ordinary Differential Equations: Suresh Kumar
Suresh Kumar
Department of Mathematics,
Indian Institute of Technology Bombay,
Powai, Mumbai 76
suresh@math.iitb.ac.in
April 1, 2024
1/26
Outline of the lecture 8
2/26
Some Annihilators
(D − z0 )(x k e z0 x ) = kx k−1 e z0 x
(D − z0 )(P(x)e z0 x ) = P 0 (x)e z0 x
3/26
Example 4
Find a particular solution of
y 00 + y = x cos x + sin x
Form of yp is
(D − i)2 (D 2 + 1)Y = 0
1
A(D + i)(D − i)(xe ix ) + B(D + i)(D − i)(x 2 e ix ) = (xe ix − ie ix )
2
1
⇒ A(D + i)(e ix ) + 2B(D + i)(xe ix ) = (xe ix − ie ix )
2
5/26
Example 4
1
⇒ A(D −i)(e ix )+2Aie ix +2B(D −i)(xe ix )+4Bixe ix = (xe ix −ie ix )
2
1
⇒ 2Aie ix + 2Be ix + 4Bixe ix = (xe ix − ie ix )
2
1 i
This implies A = − , B = − . Therefore
8 8
1
Y (x) = − (xe ix + ix 2 e ix ).
8
Thus the particular solution
x x2
yp (x) = Y (x) + Y (x) = 2Re (Y (x)) = − cos x + sin x
4 4
6/26
Example 5
Find a particular solution of
y 00 − 3y 0 − 4y = 4t 2 − 1.
y 00 + 4y = 3 cos 2t.
Since r (t) = 3 cos 2t, and roots of the characteristic equation are
±2ı, look for solutions of the form
Then,
yp0 (t) = (B − 2At) sin 2t + (A + 2Bt) cos 2t,
yp00 (t) = −4At cos 2t − 4Bt sin 2t − 4A sin 2t + 4B cos 2t.
Substituting, we get:
Here,
r (t) = r1 (t) + r2 (t) + r3 (t) + r4 (t).
We solve
y 00 − 3y 0 − 4y = ri (t),
get a particular solution yi (t), and then
11/26
nth order Linear ODE
Assume that the functions a0 (x), a1 (x), . . . , an (x), g (x) are continuous on
an open interval I . Also assume that a0 (x) 6= 0 for every x ∈ I .
12/26
Initial Value Problem- Existence/Uniqueness
with x0 ∈ I .
Existence - Uniqueness theorem : If pi (x) are continuous in an
open interval I containing x0 , then the IVP has a unique solution on
I.
Note that both existence and uniqueness are guaranteed on the same
I where continuity of the coefficients is given.
13/26
Wronskian
14/26
th
Proof for n order - =⇒
Let y1 , · · · , yn , be linearly dependent in I . That is, ∃ k1 , · · · , kn
with ki 6= 0 for some i such that for all x ∈ I
k1 y1 (x) + · · · + kn yn (x) = 0
k1 y10 (x) + · · · + kn yn0 (x) = 0
..
.
(n−1) (n−1)
k1 y1 (x) + · · · + kn yn (x) = 0
For x0 ∈ I , in particular,
···
y1 (x0 ) y2 (x0 ) yn (x0 ) k1 0
y10 (x0 ) y 0
(x
2 0 ) · · · yn0 (x0 ) k2 0
.. .. .. .. =
.. ..
. . . . . .
(n−1) (n−1) (n−1)
y1 (x0 ) y2 (x0 ) · · · yn (x0 ) kn 0
k1 y1 (x0 ) + · · · + kn yn (x0 ) = 0
k1 y10 (x0 ) + · · · + kn yn0 (x0 ) = 0
..
.
(n−1)
k1 y1 (x0 ) + · · · + kn yn(n−1) (x0 ) = 0.
16/26
Let
y (x) = k1 y1 (x) + k2 y2 (x) + · · · + kn yn (x).
We have, y (x0 ) = y 0 (x0 ) = · · · = y (n−1) (x0 ) = 0.
By existence-uniqueness theorem, y (x) ≡ 0 is the unique solution
of the IVP
17/26
Abel’s formula
Theorem
Let p1 , p2 , . . . , pn are continuous on I and x0 ∈ I . If y1 , y2 , . . . , yn
are solutions of
then,
Rx
− p1 (t)dt
W (y1 , . . . , yn )(x) = W (y1 , . . . , yn )(x0 )e x0
,x ∈ I.
18/26
Proof
W 0 = −p1 (x)W .
is
y1 y2 y3
y10 y20 y30
y1000 y2000 y3000
19/26
Proof
y1 y2 y3 y1 y2 y3 y1 y2 y3
−p1 (x) y10 y20 y30 −p2 (x) y10 y20 y30 −p3 (x) y10 y20 y30 .
y100 y200 y300 y10 y20 y30 y1 y2 y3
20/26
Basis of solutions & General solution (nth order)
21/26
Non-homogeneous nth order Linear ODE’s
Consider the non-homogeneous DE
Summary:
In order to find the general solution of a non-homogeneous DE, we need to
get the general solution of the corresponding homogeneous DE.
get one particular solution of the non-homogeneous DE
22/26
General Solution of Homogeneous Equations with
Constant Coefficients
Consider
Ly := y (n) + p1 y (n−1) + . . . + pn y = 0
where p1 , · · · , pn are in R; that is, an nth order homogeneous linear
ODE with constant coefficients.
Recall that characteristic equation or auxiliary equation of the
linear homogeneous ODE with constant coefficients is
P(r ) := r n + p1 r n−1 + · · · + pn = 0.
Depending on the the nature of these zeros (real & unequal, real &
equal, complex ), we write down the basis and general solution of
the homogeneous DE.
23/26
Example 1
Find a basis of solutions and general solution of the DE:
y 000 − 7y 0 + 6y = 0.
m3 − 7m + 6 = 0.
c1 e x + c2 e 2x + c3 e −3x ,
where c1 , c2 , c3 ∈ R.
24/26
Example 2
Ly = (D 3 − D 2 − 8D + 12)(y ) = 0.
m3 − m2 − 8m + 12 = (m − 2)2 (m + 3) = 0.
c1 e 2x + c2 xe 2x + c3 e −3x , c1 , c2 , c3 ∈ R.
25/26
Examples 3 & 4
Find the general solution of the DE:
Ly = (D 6 + 2D 5 − 2D 3 − D 2 )(y ) = 0.
The characteristic equation is m2 (m − 1)(m + 1)3 = 0. The general
solution is (justify)
c1 + c2 x + c3 e x + c4 e −x + c5 xe −x + c6 x 2 e −x , ci ∈ R.
26/26