I am using this video to learn Laplace Transform. The example used is a fairly basic one:
$$
\int_{0}^{\infty}t.e^{-st}dt
$$
Simple enough, you need to integrate by parts.
So, $u = t$ and $v^\prime = e^{-st}$
So, $u^\prime = 1$. Well, according to the video it is $dt$ and I can not understand why. If I differentiate $t$ w.r.t. $t$ then I get 1.
Is there something I am missing ?
If $u = t$, then we need $du$, not $\frac{du}{dt}$. $$u = t \implies \dfrac {du}{dt} = 1 \iff du = 1\cdot dt = dt$$
Just as with integration by substitution, when we designate what $u$ will be, we need to know what $du$ is:
$$u = t \implies du = 1\cdot dt = dt$$