Second-Order Linear Homogeneous Differential Equations with Constant Coefficients and Characteristic Equation
📂Odinary Differential EquationsSecond-Order Linear Homogeneous Differential Equations with Constant Coefficients and Characteristic Equation
Theorem
The general solution of a second-order linear homogeneous differential equation with constant coefficients ay′′+by′+cy=0 is as follows.
y(x)=Aer1x+Ber2x
At this time, r1,2=2a−b±b2−4ac
Corollary
The solution of ay′′+cy=0 is as follows.
y(x)=Aeiacx+Be−iacx=Ccos(acx)+Dsin(acx)
Solution
adx2d2y+bdxdy+cy=0
First, let’s define the differential operator D as follows.
D:=dxdDf=D(f)=dxdf
Then, since D satisfies D(ay1+y2)=adxdy1+dxdy2=aDy1+Dy2, it is a linear operator. Using D to express Equation (eq1) gives the following.
⟹aD2y+bDy+cy(aD2+bD+c)y=0=0
If there is a constant r that satisfies Dy=ry, then we obtain the following equation from the above equation.
(aD2+bD+c)y=(ar2+br+c)y=0
Since we are looking for solutions that satisfy y=0, we obtain the following condition
aD2+bD+c=ar2+br+c=0
This quadratic equation is called the characteristic equation.
r1r2=2a−b+b2−4ac=2a−b−b2−4ac
Let’s say r1,r2 are two different real numbers. Then, from the above equations, we obtain the following.
(aD2+bD+c)y=0⟹ a(D−r1)(D−r2)y=0
Case 1. (D−r1)y=0
If dxdy=r1y and we find y through the method of separation of variables, then
y1(x)=Aer1t
Case 2. (D−r2)y=0
Similarly, if we find y, then
y2(x)=Ber2t
If y1 and y2 are solutions to the given differential equation, then y1+y2 is also a solution, so the general solution of the given differential equation is
y(x)=y1+y2=Aer1t+Ber2t
■