Answer on question 37890 – Math – Differential equations
Solve
y′′−5y′−6y=e∧(−t)
where y′(0)=1 and y(0)=1 using LaPlace Transforms.
Solution
This problem has an inhomogeneous term. In the direct approach one solves for the homogeneous solution and the particular solution separately. For this problem the particular solution can be determined using variation of parameters or the method of undetermined coefficients. Using the Laplace transform technique we can solve for the homogeneous and particular solutions at the same time.
Let Y(s) be the Laplace transform of γ(t). Taking the Laplace transform of the differential equation we have:
L[y′′−5y′−6y]=L[e∧(−t)]
Where
L[f(n)]=snF(s)−sn−1f(0)−⋯f(n−1)(0).
The Laplace transform of the LHS L[y′′−5y′−6y] is
L[y′′−5y′−6y]=L[y′′]−5L[y′]−6L[y]=s2Y(s)−sy(0)−y′(0)−5sY(s)+5y(0)−6Y(s)
The Laplace transform of the RHS is
L[e−t]=s+11
Equating the LHS and RHS and using the fact that y′(0)=1 and y(0)=1 we obtain
s2Y(s)−s−1−5sY(s)+5−6Y(s)=s+11(s2−5s−6)Y(s)−s+4=s+11(s2−5s−6)Y(s)=s+11+s−4=s+11+(s−4)(s+1)=s+1s2−3s−3Y(s)=(s+1)(s2−5s−6)s2−3s−3=(s+1)2(s−6)s2−3s−3
Using the method of partial fractions it can be shown that
Y(s)=49(s+1)34−7(s+1)21+49(s−6)15
Using the fact that s+11 is e−t, s−61 is e6t and that the inverse of (s+1)21 is te−t, it follows that
y(t)=4934e−t−71te−t+4915e6t.
Answer:
y(t)=4934e−t−71te−t+4915e6t.