The equation
$\dfrac{Y(s)}{s^2} + \dfrac{Y'(s)}{s} = \dfrac{-a}{s^4}$
is in the Laplace transform. How can I take the inverse i.e transform back to time domain and solve for a?
The equation
$\dfrac{Y(s)}{s^2} + \dfrac{Y'(s)}{s} = \dfrac{-a}{s^4}$
is in the Laplace transform. How can I take the inverse i.e transform back to time domain and solve for a?
$$s Y'(s) +Y(s) = \frac{d}{ds} (s Y(s)) = -\frac{a}{s^2} \implies sY(s) = \frac{a}{s} + C$$
Thus,
$$Y(s) = \frac{a}{s^2} + \frac{C}{s} $$
Inverting the LT, we have
$$y(t) = a t +C$$
Information on $y(0)$ would determine $C$.