Change of variable in $\int_0^t\int_{\mathbb{R}}e^{-y^2/(2u)}dydu$

32 Views Asked by At

I want to separate the variables $y$ and $u$ in this double integral:

$$\int_{0}^{t} \int_{\mathbb{R}} \text{exp}\left(-\frac{y^{2}}{2u}\right)dy du,\qquad t>0.$$

Can we do this change of variable

$$x=\frac{y}{\sqrt{2u}}$$ giving

$$\int_{0}^{t} \int_{\mathbb{R}} \sqrt{2u}\: \text{exp}\left(-x^2\right)dxdu\,?$$

1

There are 1 best solutions below

0
On

Yes, your change of variable is correct. You may then write $$ \int_{0}^{t} \int_{\mathbb{R}} \sqrt{2u}\: \text{exp}(-x^{2})dxdu=\left(\int_{0}^{t} \sqrt{2u}\:du\right)\left( \int_{\mathbb{R}}\text{exp}(-x^{2})dx\right) $$ and conclude with the gaussian integral.