In evaluating definite integrals using substitution, we can apply similar techniques as with indefinite integrals, with the key difference being the presence of bounds. There are two effective methods to handle these bounds during the evaluation process.
Consider the definite integral from 0 to 2 of \( (x^2 + 1)^3 \cdot 2x \, dx \). To begin, we can treat this integral as if it were indefinite by ignoring the bounds temporarily. We select \( u = x^2 + 1 \), which leads to \( du = 2x \, dx \). This allows us to rewrite the integral as \( \int u^3 \, du \).
Next, we integrate with respect to \( u \). The antiderivative is calculated using the power rule, yielding \( \frac{1}{4} u^4 + C \). We then substitute back \( u = x^2 + 1 \) to get \( \frac{1}{4} (x^2 + 1)^4 + C \). However, since we are dealing with a definite integral, we must evaluate this expression at the bounds of 0 and 2.
Using the Fundamental Theorem of Calculus, we compute:
\[\frac{1}{4} \left( (2^2 + 1)^4 - (0^2 + 1)^4 \right) = \frac{1}{4} \left( 5^4 - 1^4 \right) = \frac{1}{4} (625 - 1) = \frac{624}{4} = 156.\]
For the second method, we will transform the bounds along with the integral. Again, we start with the same integral and substitution \( u = x^2 + 1 \) leading to \( du = 2x \, dx \). This time, we also change the bounds: when \( x = 0 \), \( u = 1 \) and when \( x = 2 \), \( u = 5 \). Thus, the integral becomes \( \int_1^5 u^3 \, du \).
We proceed to integrate \( u^3 \) to get \( \frac{1}{4} u^4 \) and evaluate it at the new bounds:
\[\frac{1}{4} \left( 5^4 - 1^4 \right) = \frac{1}{4} (625 - 1) = \frac{624}{4} = 156.\]
Both methods yield the same result of 156. The choice of method depends on personal preference; either approach is valid. The first method treats the integral as indefinite before applying the bounds, while the second method incorporates the bounds into the substitution process from the start. Mastery of both techniques will enhance your ability to evaluate definite integrals effectively.