I would like to know how to solve this partial integration. The equation I got is based on the following convolution:
$$t^2e^{-2t} * te^t$$
The part I am having a hard time with is the (t-u) coefficient.
$$\int_0^t ue^{u} (t-u)e^{(t-u)}du$$ $$ = \int_0^t ue^{u} e^t e^{-u} (t-u)du$$ $$ = \int_0^t ue^{-2u} (t-u)e^{t}du$$
I tried turning the convolution the other way around but I think this might result in an even harder integration.
I would do the following way :
Let, $ t-u = p ==> dt = dp $
$\int_{-u}^0 p e^p dp$
Now try integration by parts.
$\int_{-u}^0 p e^p dp = pe^p|_{-u}^0 - \int_{-u}^0 e^p dp = -e^{-u} - 1+e^{-u}$
The answer is:
$-e^{p-t} - 1+e^{p-t} $
Hope this might help!