Lecture 09-10 - Higher Order Linear ODES - Inverse Operator
Lecture 09-10 - Higher Order Linear ODES - Inverse Operator
𝑑2𝑦 𝑑𝑦
𝑎0 2 + 𝑎1 + 𝑎2 𝑦 = 𝑅 𝑥 ⇒ 𝑎0 𝐷2 𝑦 + 𝑎1 𝐷𝑦 + 𝑎2 𝑦 = 𝑅 𝑥 ⇒ 𝑓 𝐷 𝑦 = 𝑅(𝑥)
𝑑𝑥 𝑑𝑥
Where 𝑓 𝐷 = 𝑎0 𝐷2 + 𝑎1 𝐷 + 𝑎2
❑ Linear differential equation of order Three : constant coefficients (𝑎0 , 𝑎1 , 𝑎2 , 𝑎3 )
𝑑3𝑦 𝑑2𝑦 𝑑𝑦
𝑎0 3 + 𝑎1 2 + 𝑎2 + 𝑎3 𝑦 = 𝑅 𝑥 ⇒ 𝑎0 𝐷3 𝑦 + 𝑎1 𝐷2 𝑦 + 𝑎2 𝐷𝑦 + 𝑎3 𝑦 = 𝑅 𝑥
𝑑𝑥 𝑑𝑥 𝑑𝑥
⇒ 𝑓 𝐷 𝑦 = 𝑅(𝑥)
Where 𝑓 𝐷 = 𝑎0 𝐷3 + 𝑎1 𝐷2 + 𝑎2 𝐷 + 𝑎3
Example.
𝐷 3 𝑦 − 𝐷 2 𝑦 = 3𝑒 𝑥 [Non−Homogeneous, third order]
(𝐷2 +1)𝑦 = sin 𝑥 [Non−Homogeneous, second order]
(𝐷 3 − 𝐷)𝑦 = 4𝑒 −𝑥 + 3𝑒 2𝑥 Non−Homogeneous, third order
𝐷 2 𝑦 − 6𝐷𝑦 + 9𝑦 = 𝑒 𝑥 [Non−Homogeneous, second order]
1
Lesson 07: Second Order Linear Non-Homogenous ODEs-Inverse Operator
Higher Order Linear ODEs : Non-Homogeneous
Example. Find the general solution of the following higher order homogeneous ODE
(a) D3 + 3𝐷2 − 4 𝑦 = 0 (b) (D4 + 2D2 + 1) 𝑦 = 0 (c) D2 D + 4 2 𝑦 = 0
A number of methods are used to obtain particular integrals for non-homogeneous differential
equations. Some of the standard methods are
1. Variation of Parameters
2. Inverse Operator method
3. The method of Undetermined Coefficients
1 1
𝑦𝑝 = 𝑒 𝑎𝑥 ⋅ 𝑉(𝑥) = 𝑒 𝑎𝑥 𝑉(𝑥)
𝑓(𝐷) 𝑓 𝐷+𝑎
Lesson 07: Second Order Linear Non-
5
Homogenous ODEs-Inverse Operator
Higher Order Linear ODEs : Non-Homogeneous
𝟏
Inverse Operator Method
𝒇(𝑫)
Example. Find the general solution of the following non-homogeneous ODE:
(a) 𝐷 2 + 1 𝑦 = 𝑒 2𝑥 (b) 𝐷 2 𝐷 + 4 2 𝑦 = 96𝑒 −4𝑥 (c) 𝐷 2 − 2𝐷 + 1 𝑦 = 𝑥𝑒 𝑥
Solution. (a) Here, the auxiliary equation is, 𝑚2 + 1 = 0 ⇒ 𝑚 = ±𝑖.
Therefore, the complementary solution yields, 𝑦𝑐 = 𝑐1 cos 𝑥 + 𝑐2 sin 𝑥.
1 1 1
For the particular solution, 𝑦𝑝 = 𝐷2+1 𝑒 2𝑥 = 22+1 𝑒 2𝑥 = 5 𝑒 2𝑥 .
1
The general solution becomes, 𝑦 = 𝑦𝑐 + 𝑦𝑝 = 𝑐1 cos 𝑥 + 𝑐2 sin 𝑥 + 5 𝑒 2𝑥 .
1 1 𝑥 2 𝑒 −4𝑥
𝑦𝑝 = 2 2
96𝑒 −4𝑥 = 96 ⋅ 2 2
𝑒 −4𝑥 = 96 ⋅ 2
= 3𝑥 2 𝑒 −4𝑥
𝐷 𝐷+4 𝐷 𝐷+4 −4 2!
The general solution becomes, 𝑦 = 𝑦𝑐 + 𝑦𝑝 = 𝑐1 + 𝑐2 𝑥 + 𝑐3 + 𝑐4 𝑥 𝑒 −4𝑥 + 3𝑥 2 𝑒 −4𝑥
Lesson 07: Second Order Linear Non-
6
Homogenous ODEs-Inverse Operator
Higher Order Linear ODEs : Non-Homogeneous
𝟏
Inverse Operator Method
𝒇(𝑫)
Example. Find the general solution of the following non-homogeneous ODE:
(a) 𝐷 2 + 1 𝑦 = 𝑒 2𝑥 (b) 𝐷 2 𝐷 + 4 2 𝑦 = 96𝑒 −4𝑥 (c) 𝐷 2 − 2𝐷 + 1 𝑦 = 𝑥𝑒 𝑥
Solution. (c) Here, the auxiliary equation is, 𝑚2 − 2𝑚 + 1 = 0 ⇒ 𝑚 − 1 2 = 0 ⇒ 𝑚 = 1, 1.
Therefore, the complementary solution yields, 𝑦𝑐 = 𝑐1 + 𝑐2 𝑥 𝑒 𝑥 .
1 1 1 1
For the particular solution, 𝑦𝑝 = 𝑥𝑒 𝑥 = 𝑒 𝑥 𝑥 = 𝑒 𝑥 𝐷2 𝑥 = 6 𝑥 3 𝑒 𝑥 .
𝐷−1 2 𝐷+1−1 2
1
The general solution becomes, 𝑦 = 𝑦𝑐 + 𝑦𝑝 = 𝑐1 + 𝑐2 𝑥 𝑒 𝑥 + 6 𝑥 3 𝑒 𝑥 .
1
= 𝑒 −𝑥 2
12 + 9𝑥 = 𝑒 −𝑥 𝐷 − 3 −2
12 + 9𝑥
𝐷−3
−2
𝑒 −𝑥 𝐷 𝑒 −𝑥 2
= 1− 9𝑥 + 12 = 1+ 𝐷 9𝑥 + 12
9 3 9 3
𝑒 −𝑥 2
= 9𝑥 + 12 + ⋅ 9 = 𝑒 −𝑥 (𝑥 + 2)
9 3
1 1 𝑥 1 𝑒 −4𝑥
𝑦𝑝 = 14𝑒 −4𝑥 = 14 1
𝑒 −4𝑥 = 14 = −2𝑥𝑒 −4𝑥
𝐷+4 𝐷−3 𝐷+4 𝐷−3 1! (−4 − 3)
1 1
= 𝑒𝑥 cos 2𝑥 = 𝑒 𝑥 𝐷2+4 cos 2𝑥
𝐷+1−1 2 +4
𝑥 1
= 𝑒𝑥 ⋅ sin 2𝑥 = 𝑥𝑒 𝑥 sin 2𝑥
2⋅2 4
1
The general solution becomes, 𝑦 = 𝑦𝑐 + 𝑦𝑝 = 𝑐1 cos 2𝑥 + 𝑐2 sin 2𝑥 𝑒 𝑥 + 4 𝑥𝑒 𝑥 sin 2𝑥.
Lesson 07: Second Order Linear Non-
12
Homogenous ODEs-Inverse Operator
Higher Order Linear ODEs : Non-Homogeneous
Exercise Problems: