$$f(t)=\left\{\begin{array}{ll}t^2&\text{if}\ 0\leq t\lt 1\\2t-1&\text{if}\ 1\leq t\lt5\\9&\text{if}\ t\geq5\end{array}\right.$$
Please help, I don't understand the steps.
$$f(t)=\left\{\begin{array}{ll}t^2&\text{if}\ 0\leq t\lt 1\\2t-1&\text{if}\ 1\leq t\lt5\\9&\text{if}\ t\geq5\end{array}\right.$$
Please help, I don't understand the steps.
Well, you know the definition of the Laplace transform:
$$\text{F}\left(\text{s}\right)=\mathcal{L}_t\left[\text{f}\left(t\right)\right]_{\left(\text{s}\right)}=\int_0^\infty\text{f}\left(t\right)\exp\left(-\text{s}t\right)\space\text{d}t\tag1$$
So, for your function we get:
$$\text{F}\left(\text{s}\right)=\int_0^1t^2\exp\left(-\text{s}t\right)\space\text{d}t+\int_1^5\left(2t-1\right)\exp\left(-\text{s}t\right)\space\text{d}t+\int_5^\infty9\exp\left(-\text{s}t\right)\space\text{d}t\tag2$$