Method of Substitution
5.5 The Substitution Rule
- The Substitution Rule is a method used to integrate indefinite integrals, denoted as ∫f(x)dx.
The Fundamental Theorem of Calculus
- To evaluate a definite integral ∫abf(x)dx, we first need to find its indefinite counterpart, ∫f(x)dx.
Method of Substitution
- The method of substitution is a technique to simplify integration by changing the variable.
Example
- Consider the integral ∫2x1+x2dx.
- The differential of 1+x2 is d(1+x2)=(1+x2)′dx=2xdx.
- Rewrite the integral as ∫1+x2⋅2xdx=∫1+x2d(1+x2).
- Let u=1+x2 be the substitution, then ∫1+x2d(1+x2)=∫udu.
- Integrating ∫udu gives 32u3/2+C=32(1+x2)3/2+C.