The problem asks to find the Laplace transform of the given function:
$$ f(t) = \begin{cases} 0, & t<2 \\ (t-2)^2, & t \ge 2 \end{cases} $$
Here's how I worked out the solution:
$$\mathcal{L}[f(t)]=\mathcal{L}[0]+\mathcal{L}[u_2(t)(t-2)^2]=0+e^{-2s}\mathcal{L}[(t-2)^2]=e^{-2s}\mathcal{L}[t^2-4t+4]=2e^{-2s}\left(\frac{1}{s^3}-\frac{2}{s^2}+\frac{2}{s} \right)$$
However, the solution in the back of the book is simply:
$ 2e^{-s}s^{-3} $
What did I do wrong?
$$F(s) = \int_2^\infty (t-2)^2 e^{-st} \, dt \to F(s) =\int_0^\infty u^2e^{-s(u+2)}\, du=e^{-2s}\int_0^\infty t^2e^{-st}\, dt=\frac{2}{s^3}e^{-2s}. $$