-1

The functions $f$ and $g$ are inverse and monotonically increasing. Determine what the following expression is equal to! $$ \int_a^b f(x)\, dx + \int_{f(a)}^{f(b)} g(x)\, dx $$

Matti P.
  • 6,012
Matt
  • 51

1 Answers1

0

This is integration by parts. See for example the picture here.

Formally you substitute $f(y)=x$ and get $$\int_{f(a)}^{f(b)} g(x)\, dx=\int_a^bg(f(y))f'(y)dy=\int_a^b yf'(y)dy$$ hence $$\int_a^b f(x)\, dx + \int_{f(a)}^{f(b)} g(x)\, dx=\int_a^b(x') f(x)\, dx + \int_a^b xf'(x)dx=f(b)b-f(a)a$$ where in the last step we used the integration by parts formula (or the product formula for the derivative).