I am trying to solve the following question:
Let n be a positive integer. Show that $\mathcal{L(t^n)(s)=\frac{n}{s}} \mathcal{L(t^{n-1})}$ and use mathematical induction to prove $\mathcal{L(t^n)(s)=\frac{n!}{s^{n+1}}}$ for every positive integer $n$.
How would I go about doing this? I am not sure how to manipulate the indefinite integral or use the Laplace transform to get the result. I tried to begin by using the derivative of a Laplace transform, but ended up in a loop.
Any guidance is greatly appreciated!
Your question title says it: Integrate by parts. $$\int_{a}^{b}u dv = uv|_{a}^{b}- \int_{a}^{b} vdu$$ Let $u = t^n$, so $dv = e^{-st}dt$, and so $du = nt^{n-1}dt$ while $$v = \frac{e^{-st}}{-s}$$ The limit of the $uv$ term as $t \rightarrow 0$ and as $t \rightarrow \infty$ are both $0$. Now look at what you have left: $$\int_{0}^{\infty}\frac{1}{s}nt^{n-1}e^{-st} dt$$ Pull out constants and you have it.