Determine the Laplace transform of $f(t)$ below: $$ f(t)= \begin{cases} 0, & \text{if } t < 2 \\ (t-2)^2, & \text{if } t \geqslant 2 \end{cases} $$
So my answer is
$$ 2e^{-2s}/s^3 $$
But the actual answer [the answer in the book] is
$$ 2e^{-s}/s^3 $$
Why? What am i doing wrong? I raised the boundary to the negative e just as how its supposed to be done. Thanks
Given the Laplace transform as \begin{align} f(s) = \int_{0}^{\infty} e^{-st} f(t) \, dt \end{align} then for $$ f(t)= \begin{cases} 0, & \text{if } t < 2 \\ (t-2)^2, & \text{if } t \geqslant 2 \end{cases} $$ it is seen that \begin{align} f(s) &= \int_{0}^{2} e^{-st} \, (0) \, dt + \int_{2}^{\infty} e^{-st} (t-2)^{2} \, dt \\ &= 0 + \int_{0}^{\infty} e^{-s(u+2)} u^{2} \, du \\ &= \frac{2 e^{-2s}}{s^{3}}. \end{align}
If the answer is stated in a book then the most likely difference is due to a typo.