I'm studying how to use Laplace transform to solve ODEs.
I have thought to use this very simple example: $$y'(t)=t+1 \qquad y(0)=0$$
I can use integration to find $y(t)$: $$y(t)=\int (t+1) \ \ dt=\frac{1}{2} t^2+t+C$$
$C \in \mathbb{R} $, $C=0$ for the initial condition, so:
$$y(t)=\frac{1}{2} t^2+t$$
I consider $F(s)$ the Laplace transform of $f(t)=t+1$: $$F(s)=\frac{1}{s}+\frac{1}{s^2}=\frac{1+s}{s^2}$$
I consider, now, the coefficient of the linear ODE: $$H(s)=\frac{1}{s}$$
So: $$Y(s)=H(s) \ F(s)=\frac{1+s}{s^3}$$
Partial Fraction Decomposition of $Y(s)$:
$$Y(s)=\frac{1}{s^2}+\frac{1}{s^3}$$
Antitransform: $$y(t)=t^2+t \ne \frac{1}{2} t^2+t $$
Where is the mistake?
Thanks!
Your inverse Laplace transform of $\frac1{s^3}$ is wrong, it should be $\frac{t^2}2$ as you expect.
$$\mathcal L^{-1} \left\{ \frac1{s^{n+1}} \right\} = \frac{t^n}{\color{red}{n!}} $$