Step 1: Find the Complementary Function (CF).
The auxiliary equation is m2+5m+6=0.
Factoring gives (m+2)(m+3)=0, so the roots are m1=−2 and m2=−3.
The CF is yCF=Ae−2x+Be−3x.
Step 2: Find the Particular Integral (PI).
The right-hand side is 12e−x. This form is not in the CF.
Try a PI of the form yPI=Ce−x.
Then dxdyPI=−Ce−x and dx2d2yPI=Ce−x.
Substitute into the original DE:
(Ce−x)+5(−Ce−x)+6(Ce−x)=12e−x
Ce−x−5Ce−x+6Ce−x=12e−x
2Ce−x=12e−x
2C=12⟹C=6.
So, the PI is yPI=6e−x.
Step 3: Form the General Solution.
y=yCF+yPI=Ae−2x+Be−3x+6e−x.
Step 4: Use initial conditions to find A and B.
We have y(0)=1 and y′(0)=0.
First, find dxdy=−2Ae−2x−3Be−3x−6e−x.
Using y(0)=1: 1=Ae0+Be0+6e0⟹1=A+B+6⟹A+B=−5 (Eq 1).
Using y′(0)=0: 0=−2Ae0−3Be0−6e0⟹0=−2A−3B−6⟹2A+3B=−6 (Eq 2).
Solving simultaneously: Multiply (Eq 1) by 2: 2A+2B=−10.
Subtract this from (Eq 2): (2A+3B)−(2A+2B)=−6−(−10)⟹B=4.
Substitute B=4 into A+B=−5 to get A+4=−5⟹A=−9.
Step 5: Write the particular solution.
y=−9e−2x+4e−3x+6e−x.