Course No.: Math 1213 Differential Equation Lecturer: Dr. M. Saifur Rahman
Course No.: Math 1213 Differential Equation Lecturer: Dr. M. Saifur Rahman
: Math 1213
Differential Equation
Department of Mathematics
Rajshahi University of Engineering & Technology
Rajshahi-6204, Bangladesh
Linear Differential Equations with Constant Coefficients
Linear Differential Equation: A differential equation of the form
𝑑𝑛 𝑦 𝑑 𝑛−1 𝑦 𝑑 𝑛−2 𝑦
+ 𝑃1 𝑛−1 + 𝑃2 𝑛−2 + ⋯ + 𝑃𝑛 𝑦 = 𝑋 (1)
𝑑𝑥 𝑛 𝑑𝑥 𝑑𝑥
And in terms of the operator 𝐷 the differential equation (1) can be written as
𝐷𝑛 + 𝑃1 𝐷𝑛−1 + 𝑃2 𝐷𝑛−2 + ⋯ + 𝑃𝑛 𝑦 = 𝑋
Linear Differential Equations with Constant Coefficients
Theorem: If 𝑦 = 𝑦1 , 𝑦 = 𝑦2 , … 𝑦 = 𝑦𝑛 are linearly independent solutions of
𝐷𝑛 + 𝑎1 𝐷𝑛−1 + 𝑎2 𝐷𝑛−2 + ⋯ + 𝑎𝑛 𝑦 = 0 (1)
then 𝑦 = 𝐶1 𝑦1 + 𝐶2 𝑦2 + ⋯ + 𝐶𝑛 𝑦𝑛 is the general or complete solution of the differential
equation, where 𝐶1 , 𝐶2 , … , 𝐶𝑛 are 𝑛 arbitrary constants.
⇒ 𝐶1 ∙ 0 + 𝐶2 ∙ 0 + 𝐶3 ∙ 0 + ⋯ + 𝐶𝑛 ∙ 0 = 0 ⇒0=0
Since (1) is satisfied by 𝑦 = 𝐶1 𝑦1 + 𝐶2 𝑦2 + ⋯ + 𝐶𝑛 𝑦𝑛 , it is a solution of (1). Also, since
it contains 𝑛 arbitrary constants, it is the general or complete solution of the equation.
Linear Differential Equations with Constant Coefficients
Auxiliary Equation: Consider the differential equation
(𝐷𝑛 + 𝑎1 𝐷𝑛−1 + 𝑎2 𝐷𝑛−2 + ⋯ + 𝑎𝑛 )𝑦 = 0 (1)
where 𝑎1 , 𝑎2 ,…, 𝑎𝑛 are all constant.
Let 𝑦 = 𝑒 𝑚𝑥 be a solution of this equation. Then putting in equation (1), we get
(𝑚𝑛 + 𝑎1 𝑚𝑛−1 + 𝑎2 𝑚𝑛−2 + ⋯ + 𝑎𝑛 )𝑒 𝑚𝑥 = 0
Hence 𝑒 𝑚𝑥 will be a solution of (1) if 𝑚 is a root of the algebraic equation
𝑚𝑛 + 𝑎1 𝑚𝑛−1 + 𝑎2 𝑚𝑛−2 + ⋯ + 𝑎𝑛 = 0 (2)
This equation in 𝑚 is called the auxiliary equation.
Linear Differential Equations with Constant Coefficients
Solution of the differential equation (𝐷𝑛 + 𝑎1 𝐷𝑛−1 + 𝑎2 𝐷𝑛−2 + ⋯ + 𝑎𝑛 )𝑦 = 0:
Case I. When all the roots of auxiliary equation are real and different.
If 𝑚1 , 𝑚2 ,…, 𝑚𝑛 be the 𝑛 different roots of (2), then 𝑦 = 𝑒 𝑚1 𝑥 , 𝑦 = 𝑒 𝑚2𝑥 ,…, 𝑦 =
𝑒 𝑚𝑛 𝑥 are all independent solutions of (1). Therefore, the general solution of (1) is
𝑦 = 𝐶1 𝑒 𝑚1𝑥 + 𝐶2 𝑒 𝑚2𝑥 + ⋯ + 𝐶𝑛 𝑒 𝑚𝑛 𝑥
𝑑3 𝑦 𝑑𝑦
Ex-1: Solve − 13 − 12𝑦 = 0
𝑑𝑥 3 𝑑𝑥
3𝑥 1 2 1 3𝑥 1 2 1 3𝑥 6𝐷+𝐷2 −1 2
=𝑒 𝑥 = 𝑒 2 𝑥 = 𝑒 (1 + ) 𝑥
𝐷 2 +6𝐷+5 5 6𝐷+𝐷
1+ 5 5 5
2
1 3𝑥 6𝐷+𝐷 2 6𝐷+𝐷 2
= 𝑒 (1 − + + ⋯ )𝑥 2
5 5 5
1 3𝑥 6𝐷 𝐷2 36𝐷 2 2 1 6𝐷 31𝐷 2 2
= 𝑒 (1 − − + )𝑥 = 𝑒 3𝑥 (1 − + )𝑥
5 5 5 25 5 5 25
1 3𝑥 2 6 31 1 3𝑥 2 12 62
= 𝑒 (𝑥 − 2𝑥 + 2) = 𝑒 (𝑥 − 𝑥 + )
5 5 25 5 5 25
1 12 62
Hence general solution is 𝑦 = 𝑐1 𝑒 2𝑥 + 𝑐2 𝑒 −2𝑥 + 𝑒 3𝑥 (𝑥 2 − 𝑥 + )
5 5 25