Question:medium

Let \(y(t)\) be the solution of the differential equation \(y''+4y=0\), \(y(0)=1\), \(y'(0)=-6\), then the Laplace transformation \(Y(s)\) of the solution is equal to

Show Hint

The key formula for solving initial value problems with Laplace transforms is: \( \mathcal{L}\{y^{(n)}\} = s^n Y(s) - s^{n-1}y(0) - s^{n-2}y'(0) - \dots - y^{(n-1)}(0) \).
Updated On: Feb 18, 2026
  • \( \frac{s}{s^2+4} + \frac{2}{s^2+4} \)
  • \( \frac{s-6}{s^2-4} \)
  • \( \frac{s+6}{s^2+4} \)
  • \( \frac{s-6}{s^2+4} \)
Show Solution

The Correct Option is D

Solution and Explanation

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} \).

Was this answer helpful?
0