2

If $f(x)$ is continuous on $[0,1]$ and $$\int^{1}_{0} f(x) \ \mathrm{d}x = \sqrt{2}$$ compute $$\int_{0}^{1} \int^{1}_{x} f(x)f(y) \ \mathrm{d}y \ \mathrm{d}x$$

First I change the order of integration: $$\int_{?}^{?} \int^{?}_{?} f(x)f(y) \ \mathrm{d}x \ \mathrm{d}y$$ but what happens to the limits? What do I change them to?

user2850514
  • 3,689

3 Answers3

4

Draw a picture. The region $$\{(x,y):0\leqslant x\leqslant 1\;,\;x\leqslant y\leqslant 1\}$$ is the same region as $$\{(x,y):0\leqslant y\leqslant 1\;,\;0\leqslant x\leqslant y\}$$

Pedro
  • 122,002
3

Setting $$ F(x)=\int_0^xf(t)\,dt $$ we have \begin{eqnarray} \int_0^1\int_x^1f(x)f(y)\,dxdy&=&\int_0^1f(x)\left(\int_x^1f(y)\,dy\right)\,dx =\int_0^1f(x)(F(1)-F(x))\,dx\\ &=&F(1)\int_0^1f(x)\,dx-\int_0^1f(x)F(x)\,dx =(F(1))^2-\int_0^1F'(x)F(x)\,dx\\ &=&(F(1))^2-\frac12\left[(F(x))^2\right]_0^1 =(F(1))^2-\frac12(F(1))^2\\ &=&\frac12(F(1))^2 =\frac12(\sqrt{2})^2=1. \end{eqnarray}

HorizonsMaths
  • 16,526
0

$$ \int_{0}^{1} \int^{y}_{0} f(x)f(y) \ \mathrm{d}x \ \mathrm{d}y $$

Added: Here is the region

enter image description here