Integral change that I don't understand

334 Views Asked by At

If $f(t)$ is a Probability density function of a positive RV.

$\int_0^\infty\int_x^{\infty}f(t)dtdx$ Using fubini theorem should become $\int_0^\infty\int_0^{t}f(t)dxdt$

But why? Surely the answer is very simple but I don't see it. Fubini theorem allows the change of the order of integration. So it should become $\int_0^\infty\int_x^{\infty}f(t)dxdt$

but then I don't understand what meaning could have $\int_x^{\infty}dx$

3

There are 3 best solutions below

1
On BEST ANSWER

Note that the integral can be written as $$ \int_0^\infty \int_x^\infty f(t)\,\mathrm dt\,\mathrm dx=\int_0^\infty \int_0^\infty f(t)\mathbf{1}_{t\geq x}\,\mathrm dt\,\mathrm dx $$ and using Fubini we get $$ \int_0^\infty \int_0^\infty f(t)\mathbf{1}_{t\geq x}\,\mathrm dx\,\mathrm dt=\int_0^\infty \int_0^t f(t)\,\mathrm dx\,\mathrm dt. $$

Here $\mathbf{1}_{t\geq x}$ is the indicator functions which is $1$ if $t\geq x$ and $0$ otherwise.

0
On

In the original integral, you first pick an $x$, and then let $t$ run from $x$ to infty. This means that you are integrating over the area $\{(x,t)| x>0\wedge t>x\}$

When you flip the order of operations, you must integrate over $t$ first, and as before, $t$ can go from $0$ to $\infty$. However, once picking the value of $t$, you can only integrate over $x$ for the values $x\in(0,t)$, otherwise you fall out of your integration area.

0
On

Hint: when $g\ge 0$, $$ \int_0^\infty dx\int_x^\infty dt g(x,t) = \iint 1_{0\le x} 1_{x\le t} g(x,t) dxdt $$