Methods for Finding the Second Solution of Second Order Differential Equations
📂Odinary Differential EquationsMethods for Finding the Second Solution of Second Order Differential Equations
Description
y′′+p(t)y′+q(t)y=0
Given the differential equation above, assume we know one solution y1. Let’s assume the general solution is y(t)=ν(t)y1(t). If we calculate the 1st and 2nd derivatives of y, we get the following.
y′y′′=ν′y1+νy1′=ν′′y1+ν′y1′+ν′y1′+νy1′′=ν′′y1+2ν′y1′+νy1′′
By substituting y′ and y′′ into (1),
ν′′y1+2ν′y1′+νy1′′+p(ν′y1+νy1′)+qνy1=0
After arranging for ν,
ν(y1′′+py1′+qy1)+ν′(2y1′+py1)+ν′′y1=0
Since y1 is a solution of (1), it follows that y1′′+py1′+qy=0. Therefore, the first term of (2) is 0, and upon rearranging,
ν′(2y1′+py1)+ν′′y1=0
To reduce the coefficients of the differential equation, let’s substitute with ν′≡w. Then, the equation becomes a first-order differential equation with reduced coefficients.
w(2y1′+py1)+w′y1=0
By solving the newly obtained differential equation for w using techniques like separation of variables, we can find the second solution and the general solution. Let’s see this through an example.
Example
Find the second solution and the general solution when 2t2y′′+3ty′–y=0, t>0, y1=t−1.
If we assume y=νt−1,
y′=ν′t−1−νy−2y′′=ν′′t−1−2v′t−2+2νt−3
By substituting into the given differential equation,
2t2(ν′′t−1+2νt−3−2ν′t−2)+3t(ν′t−1−νt−2)−νt−1=0
After arranging for ν, since the term ν is 0,
2tν′′−ν′=0
Once we substitute with ν′≡w,
⟹⟹⟹⟹⟹⟹2tw′–w2tw′w1dwlnwwν′ν=0=0=2t1dt=21lnt+C=lnt1/2+C=Celnt1/2=Ct1/2=w=Ct1/2=32Ct23+k
Therefore, y=νy1=νt−1,
⟹yy=(32Ct23+k)t−1=32Ct21+kt−1
■