Question:medium

\( \int_a^b f(x) \, dx \) is equal to:

Show Hint

In definite integrals, substitution with a linear transformation often results in limits being swapped, simplifying the integral.
Updated On: Jan 13, 2026
  • \( \int_a^b f(a - x) \, dx \)
  • \( \int_a^b f(a + b - x) \, dx \)
  • \( \int_a^b f(x - (a + b)) \, dx \)
  • \( \int_a^b f((a - x) + (b - x)) \, dx \)
Show Solution

The Correct Option is B

Solution and Explanation

To assess the transformation, define \( u = a + b - x \).

The derivative is: \[ \frac{du}{dx} = -1 \quad \text{which implies} \quad dx = -du. \] The limits change as follows: when \( x = a \), \( u = b \); and when \( x = b \), \( u = a \). 

The integral transforms to: \[ \int_a^b f(x) \, dx = \int_b^a f(a + b - u) (-du). \] 

By inverting the integration limits, the negative sign is eliminated: \[ \int_a^b f(x) \, dx = \int_a^b f(a + b - x) \, dx. \]

Was this answer helpful?
0