Calculus 1: The Substitution Rule and Symmetry in Rule of Substitution
Introduction to the Substitution Rule
The Substitution Rule, frequently referred to as "u-sub," is a fundamental technique in integral calculus used to evaluate antiderivatives of composite functions. Many functions do not have antiderivatives that can be expressed straightforwardly in terms of familiar functions. The substitution rule essentially "undoes" the chain rule used in differentiation.
Conceptual Basis of the Substitution Rule
Let F(x) be an antiderivative of f(x). If an integral can be written in the form ∫f(g(x))g′(x)dx, then, since F′=f, we can rephrase the integral as:
∫F′(g(x))g′(x)dx
According to the chain rule, this translates to:
F(g(x))+C
Formal Definition
Let u=g(x), where g′(x) is continuous over a specific interval. Let f(x) be continuous over the corresponding range of g(x). In this case:
dxdu=g′(x) or du=g′(x)dx
Substituting these into the original integral yields the Substitution Rule formula:
∫f(g(x))g′(x)dx=∫f(u)du
Indefinite Integral Examples
Example 1: Basic Substitution
Evaluate ∫2x(x2+1)4dx
Identify the substitution: Let u=x2+1.
Compute the differential: dxdu=2x, which gives du=2xdx.
Substitute into the integral: ∫u4du.
Integrate with respect to u: 5u5+C.
Back-substitute to express the result in terms of x: 5(x2+1)5+C.
Example 2: Handling Constants
Evaluate ∫xex2+1dx
Let u=x2+1.
Compute the differential: dxdu=2x→du=2xdx→21du=xdx.
Substitute: 21∫eudu.
Integrate: 21eu+C.
Back-substitute: 21ex2+1+C.
Example 3: Trigonometric Composite Functions
Evaluate ∫x3sin(x4+7)dx
Let u=x4+7.
Compute the differential: dxdu=4x3→du=4x3dx→41du=x3dx.
Substitute: 41∫sin(u)du.
Integrate: 41(−cos(u))+C=−41cos(u)+C.
Back-substitute: −41cos(x4+7)+C.
Example 4: Integrating Tangent Functions
Evaluate ∫tan(x)dx
Rewrite using trigonometric identities: ∫cos(x)sin(x)dx.
Let u=cos(x).
Compute the differential: dxdu=−sin(x)→−du=sin(x)dx.
Substitute: ∫−u1du=−∫u1du.
Integrate: −ln∣u∣+C.
Back-substitute: −ln∣cos(x)∣+C.
Example 5: Substitution via Algebraic Manipulation
Evaluate ∫1+xdx
Identify the substitution: Let u=1+x=1+x1/2.
Compute the differential: dxdu=21x−1/2=2x1→2xdu=dx.
Express dx solely in terms of u: Since u=1+x, then x=u−1. Therefore, dx=2(u−1)du.
There are two primary methods for handling definite integrals when using substitution:
Method 1: Find the indefinite integral first (switching back to the original variable x), and then apply the Fundamental Theorem of Calculus (FTOC) Part 2 using the original limits of integration.
Method 2: Change the original limits of integration (x-limits) into new limits corresponding to the substitution variable (u-limits) and perform the entire integration in terms of u alone.
Theoretical Formula for Method 2:∫abf(g(x))g′(x)dx=∫g(a)g(b)f(u)du
Note: It is crucial to be careful when changing the bounds to reflect the substitution. Avoid mixed notation (having both x and u in the same integral) as it is mathematically inconsistent.
Definite Integral: Method 1 (Indefinite integral first)
Evaluate ∫0π/4cos2(x)tan3(x)dx
Let u=tan(x).
Compute the differential: du=sec2(x)dx=cos2(x)1dx.
Find the indefinite integral in u (temporarily ignoring bounds): ∫u3du=4u4.
Switch back to x to use original bounds:
[4tan4(x)]0π/4=4tan4(π/4)−4tan4(0)
Evaluate: 414−404=41.
Definite Integral: Method 2 (Changing bounds)
Evaluate ∫02(1+x2)2xdx
Let u=1+x2.
Compute the differential: du=2xdx→21du=xdx.
Change the limits:
If x=0, then u=1+02=1.
If x=2, then u=1+22=5.
Set up the new integral in u: 21∫15u−2du.
Integrate and evaluate directly:
21[−u1]15=−21(51−11)=−21(51−1)=−21(−54)=52.
Symmetry in Integration
Symmetry provides a significant shortcut for calculating integrals that are centered at the origin (from −a to a).
Even Functions
Definition:f(−x)=f(x). The graph is symmetric with respect to the y-axis (e.g., y=cos(x)).
Property: If (x,y) is a point on the function, then (−x,y) is also on the function.
Integration Rule:∫−aaf(x)dx=2∫0af(x)dx
Odd Functions
Definition:f(−x)=−f(x). The graph is symmetric with respect to the origin (e.g., y=sin(x)).
Property: If (x,y) is a point on the function, then (−x,−y) is also on the function.
Integration Rule:∫−aaf(x)dx=0
Example: Applying Symmetry
Evaluate ∫−22(x9−3x5+3x2+10)dx
Observe the function. The terms x9 and −3x5 are odd functions, while the terms 3x2 and 10 are even functions.
Apply symmetry rules: The integral of the odd terms from −2 to 2 is zero.
The integral becomes: ∫−22(3x2+10)dx=2∫02(3x2+10)dx.