3

Given any strictly-increasing continuous function $f$ such that $f(0) = 0$ and $f(1) = 1$, show that $$\int_0^1 [f(x)+f^{-1}(x) ]dx= 1.$$

I tried using mean value theorem but it won't work. I tried few examples it is correct.

Edit:

If I draw graph of picture, and seeing integral as area, we can see the integral is just area of the square $\{(0,0),(0,1),(1,1),(1,0)\}$.

Please give me a hint to attack this problem analytically.

nmasanta
  • 9,222
Cloud JR K
  • 2,466

2 Answers2

4

By the change of variables theorem, if $f:[0,1]\to[0,1]$ is differentiable then $$\int_0^1f^{-1}(x)\,dx=\int_{f(0)}^{f(1)}f^{-1}(x)\,dx=\int_{0}^{1}f^{-1}(f(x))f'(x)\,dx=$$ $$=\int_0^1 xf'(x)\,dx=[xf(x)]_0^1-\int_0^1 f(x)\,dx=1-\int_0^1 f(x)\,dx$$ using integration by parts

augustoperez
  • 3,216
1

If $\mu$ is two dimensional Lebesgue measure then $1=\mu (0,1) \times (0,1))=\mu \{(x,y): y\leq f(x)\} + \mu \{(x,y): y> f(x)\}=\mu \{(x,y): y\leq f(x)\} + \mu \{(x,y): x <f^{-1}(y)\}$.

Use Fubini's Theorem to see that the first term is $\int_0^{1} f(x)dx$ and the second term is $\int_0^{1}f^{-1}(y)dy$.