How to find the inverse Laplace transform and solve for a?

42 Views Asked by At

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?

2

There are 2 best solutions below

0
On

$$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$.

0
On

I just joined so I can't add a comment to Ron's answer but wanted to clarify that information on y for any t can be used to find C, not just y(0).