Use Laplace to solve IVP:
$y'' - 2y' 3y = 3e^t ; y(0)=-1, y'(0)=2$
I solved for:
$\mathscr{L}[3e^t] = \dfrac{3}{s-1}$
$\mathscr{L}[y''] = s^2Y(s) + s - 2$
$\mathscr{L}[y'] = sY(s) + 1$
and got as far as:
$Y(s)*(s^2 - 2s -3) = \frac{3}{s-1} - s + 4$
How do I go further to solve for $y(t)$?
Hints:
We have:
We now find $y(s)$ as:
$$(s^2 -2s - 3)y(s) = \dfrac{3}{s-1} - s +4$$
So:
$$y(s) =- \dfrac{3}{4 (s-1)}-\dfrac{7}{8 (s+1)} + \dfrac{5}{8 (s-3)}$$
Now just find the inverse of each of those.
Final result:
$$y(t) = \dfrac{1}{8} e^{-t} (-6 e^{2 t}+9 e^{4 t}+5)$$