Step 1: Apply the Laplace transform to the given differential equation.\[ \mathcal{L}\{y''\} + \mathcal{L}\{4y\} = \mathcal{L}\{0\} \]\[ \mathcal{L}\{y''\} + 4\mathcal{L}\{y\} = 0 \]
Step 2: Use the Laplace transform of the second derivative. Letting \(Y(s) = \mathcal{L}\{y(t)\}\), we have \( \mathcal{L}\{y''\} = s^2Y(s) - sy(0) - y'(0) \). Substitute into the transformed equation:\[ (s^2Y(s) - sy(0) - y'(0)) + 4Y(s) = 0 \]
Step 3: Insert the initial conditions \(y(0)=1\) and \(y'(0)=-6\).\[ s^2Y(s) - s(1) - (-6) + 4Y(s) = 0 \]\[ s^2Y(s) - s + 6 + 4Y(s) = 0 \]
Step 4: Solve the equation for \(Y(s)\).\[ (s^2+4)Y(s) = s-6 \]\[ Y(s) = \frac{s-6}{s^2+4} \]Equivalently, \( Y(s) = \frac{s}{s^2+4} - \frac{6}{s^2+4} \).