6

If $a,b$ are fixed points of $f$, then $$ \int_a^b \left[ f(x) + f^{-1}(x) \right] \, \mathrm{d}x = b^2 - a^2 $$

In the words of 2014 MIT Integration Bee Champion (Carl Lian), the above property was responsible for the champion's victory in the 2013 MIT Integration Bee. How does one go about proving this property?

Thomas Andrews
  • 177,126

3 Answers3

13

Let's assume that $f$ is monotonic and differentiable. Using the substitution $y = f(x)$ followed by integration by parts, we get:

$\displaystyle\int_{f(a)}^{f(b)}f^{-1}(y)\,dy = \int_{a}^{b}xf'(x)\,dx = \left[xf(x)\right]_{a}^{b} - \int_{a}^{b}f(x)\,dx = [bf(b)-af(a)] - \int_{a}^{b}f(x)\,dx$.

Therefore, $\displaystyle\int_{a}^{b}f(x)\,dx + \int_{f(a)}^{f(b)}f^{-1}(x)\,dx = bf(b)-af(a)$.

If we also know that $f(a) = a$ and $f(b) = b$, this becomes: $\displaystyle\int_{a}^{b}\left[f(x)+f^{-1}(x)\right]\,dx = b^2-a^2$.

JimmyK4542
  • 54,331
7

Geometric method

The area of the two colored regions are $b^2-a^2$ (difference of areas of two rectangles)

$$b(b-a)+a(b-a)=b^2-a^2$$

Kamal Saleh
  • 6,497
0

It is known that $$\int f^{-1}(x)dx=xf^{-1}(x)-F(f^{-1}(x))+C$$Where $F(x)$ is an antiderivative of $f(x)$. Substituting, we get $$I=\int_a^bf(x)+f^{-1}(x)dx=F(b)-F(a)+bf^{-1}(b)-F(f^{-1}(b))-af^{-1}(a)+F(f^{-1}(a))$$Since $f(a)=a$ and $f(b)=b$, $f^{-1}(a)=a$ and likewise for $b$. So, substituting this in: $$I=F(b)-F(a)+b^2-F(b)-a^2+F(a)=b^2-a^2$$

Kamal Saleh
  • 6,497