Step 1: Apply the Laplace Transform to the differential equation.
The given differential equation is y′′+5y′+6y(t)=7.
The initial conditions are y′(0)=0 and y(0)=1.
Applying the Laplace Transform to each term:
L{y′′(t)}=s2Y(s)−sy(0)−y′(0)
L{y′(t)}=sY(s)−y(0)
L{y(t)}=Y(s)
L{7}=s7
Substitute these into the differential equation:
(s2Y(s)−sy(0)−y′(0))+5(sY(s)−y(0))+6Y(s)=s7
Step 2: Substitute the initial conditions.
Substitute y(0)=1 and y′(0)=0:
(s2Y(s)−s(1)−0)+5(sY(s)−1)+6Y(s)=s7
s2Y(s)−s+5sY(s)−5+6Y(s)=s7
Step 3: Solve for Y(s).
Group the terms containing Y(s):
(s2+5s+6)Y(s)−s−5=s7
Move the terms without Y(s) to the right side:
(s2+5s+6)Y(s)=s7+s+5
Combine the terms on the right side into a single fraction:
(s2+5s+6)Y(s)=s7+s2+5s
Isolate Y(s):
Y(s)=s(s2+5s+6)s2+5s+7
Factor the quadratic term in the denominator: s2+5s+6=(s+2)(s+3).
Y(s)=s(s+2)(s+3)s2+5s+7
Step 4: Perform partial fraction decomposition on Y(s).
Set up the partial fraction expansion:
s(s+2)(s+3)s2+5s+7=sA+s+2B+s+3C
Multiply both sides by s(s+2)(s+3) to clear the denominators:
s2+5s+7=A(s+2)(s+3)+Bs(s+3)+Cs(s+2)
To find A, set s=0:
02+5(0)+7=A(0+2)(0+3)+B(0)+C(0)
7=A(2)(3)
7=6A⟹A=67
To find B, set s=−2:
(−2)2+5(−2)+7=A(0)+B(−2)(−2+3)+C(0)
4−10+7=B(−2)(1)
1=−2B⟹B=−21
To find C, set s=−3:
(−3)2+5(−3)+7=A(0)+B(0)+C(−3)(−3+2)
9−15+7=C(−3)(−1)
1=3C⟹C=31
Substitute the values of A, B, and C back into the partial fraction expansion:
Y(s)=6s7−2(s+2)1+3(s+3)1
Step 5: Apply the inverse Laplace Transform to find y(t).
y(t)=L−1{6s7−2(s+2)1+3(s+3)1}
Using the inverse Laplace Transform properties L−1{s1}=1 and L−1{s−a1}=eat:
y(t)=67L−1{s1}−21L−1{s+21}+31L−1{s+31}
y(t)=67(1)−21e−2t+31e−3t
y(t)=67−21e−2t+31e−3t
The solution is:
y(t) = \frac{7{6} - \frac{1}{2}e^{-2t} + \frac{1}{3}e^{-3t}}
Send me the next one 📸