Goal: Simplify the integral into a familiar form using a table of known integrals.
Example: Indefinite integral of (1−2x)2.
Let u=1−2x.
Find du in terms of dx:
dxdu=−2
du=−2dx
dx=−2du
Substitute u and dx into the integral:
I=∫(1−2x)2dx=∫u2−2du=−21∫u2du
Integrate with respect to u:
−21∫u2du=−21⋅3u3+C=−61u3+C
Substitute back u=1−2x:
I=−61(1−2x)3+C
Key Points:
Express the original integral in terms of the new variable u.
Ensure all x terms are replaced with u terms.
If x terms remain, re-evaluate the substitution.
Definite Integrals
Method 1: Use the antiderivative found via substitution and apply the Fundamental Theorem of Calculus using the original limits of integration.
Method 2: Change the limits of integration to correspond to the new variable u.
If the original limits are x=a to x=b, find the corresponding u limits u(a) and u(b).
Integrate with respect to u using the new limits.
Example: Definite integral of (1−2x)2 from x=0 to x=1.
Using the antiderivative: −61(1−2x)3+C
Evaluate at x=1: −61(1−2(1))3+C=61+C
Evaluate at x=0: −61(1−2(0))3+C=−61+C
Subtract: (61+C)−(−61+C)=31
Changing the limits:
Let u=1−2x.
du=−2dx
When x=0, u=1−2(0)=1
When x=1, u=1−2(1)=−1
I=∫<em>01(1−2x)2dx=∫</em>1−1u2−2du=−21∫1−1u2du
Swap the limits and change the sign: I=21∫−11u2du
Integrate: I=21⋅3u3<em>−11=61[u3]</em>−11=61[(1)3−(−1)3]=61[1−(−1)]=61(2)=31 Note: When changing variables in definite integrals, you must either revert back to the original variable x with the original limits, or convert the limits to the new variable u.
Reversing the Chain Rule
Chain Rule: If f and g are differentiable, then dxd[f(g(x))]=f′(g(x))⋅g′(x).