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)F(x) be an antiderivative of f(x)f(x). If an integral can be written in the form f(g(x))g(x)dx\int f(g(x))g'(x)\,dx, then, since F=fF' = f, we can rephrase the integral as:

F(g(x))g(x)dx\int F'(g(x))g'(x)\,dx

According to the chain rule, this translates to:

F(g(x))+CF(g(x)) + C

Formal Definition

Let u=g(x)u = g(x), where g(x)g'(x) is continuous over a specific interval. Let f(x)f(x) be continuous over the corresponding range of g(x)g(x). In this case:

dudx=g(x) or du=g(x)dx\frac{du}{dx} = g'(x) \text{ 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\int f(g(x))g'(x)\,dx = \int f(u)\,du

Indefinite Integral Examples

Example 1: Basic Substitution

Evaluate 2x(x2+1)4dx\int 2x(x^2 + 1)^4\,dx

  1. Identify the substitution: Let u=x2+1u = x^2 + 1.
  2. Compute the differential: dudx=2x\frac{du}{dx} = 2x, which gives du=2xdxdu = 2x\,dx.
  3. Substitute into the integral: u4du\int u^4\,du.
  4. Integrate with respect to uu: u55+C\frac{u^5}{5} + C.
  5. Back-substitute to express the result in terms of xx: (x2+1)55+C\frac{(x^2 + 1)^5}{5} + C.
Example 2: Handling Constants

Evaluate xex2+1dx\int x e^{x^2 + 1}\,dx

  1. Let u=x2+1u = x^2 + 1.
  2. Compute the differential: dudx=2xdu=2xdx12du=xdx\frac{du}{dx} = 2x \rightarrow du = 2x\,dx \rightarrow \frac{1}{2}\,du = x\,dx.
  3. Substitute: 12eudu\frac{1}{2} \int e^u\,du.
  4. Integrate: 12eu+C\frac{1}{2} e^u + C.
  5. Back-substitute: 12ex2+1+C\frac{1}{2} e^{x^2 + 1} + C.
Example 3: Trigonometric Composite Functions

Evaluate x3sin(x4+7)dx\int x^3 \sin(x^4 + 7)\,dx

  1. Let u=x4+7u = x^4 + 7.
  2. Compute the differential: dudx=4x3du=4x3dx14du=x3dx\frac{du}{dx} = 4x^3 \rightarrow du = 4x^3\,dx \rightarrow \frac{1}{4}\,du = x^3\,dx.
  3. Substitute: 14sin(u)du\frac{1}{4} \int \sin(u)\,du.
  4. Integrate: 14(cos(u))+C=14cos(u)+C\frac{1}{4}(-\cos(u)) + C = -\frac{1}{4}\cos(u) + C.
  5. Back-substitute: 14cos(x4+7)+C-\frac{1}{4}\cos(x^4 + 7) + C.
Example 4: Integrating Tangent Functions

Evaluate tan(x)dx\int \tan(x)\,dx

  1. Rewrite using trigonometric identities: sin(x)cos(x)dx\int \frac{\sin(x)}{\cos(x)}\,dx.
  2. Let u=cos(x)u = \cos(x).
  3. Compute the differential: dudx=sin(x)du=sin(x)dx\frac{du}{dx} = -\sin(x) \rightarrow -du = \sin(x)\,dx.
  4. Substitute: 1udu=1udu\int -\frac{1}{u}\,du = -\int \frac{1}{u}\,du.
  5. Integrate: lnu+C-\ln|u| + C.
  6. Back-substitute: lncos(x)+C-\ln|\cos(x)| + C.
Example 5: Substitution via Algebraic Manipulation

Evaluate 1+xdx\int \sqrt{1 + \sqrt{x}}\,dx

  1. Identify the substitution: Let u=1+x=1+x1/2u = 1 + \sqrt{x} = 1 + x^{1/2}.
  2. Compute the differential: dudx=12x1/2=12x2xdu=dx\frac{du}{dx} = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}} \rightarrow 2\sqrt{x}\,du = dx.
  3. Express dxdx solely in terms of uu: Since u=1+xu = 1 + \sqrt{x}, then x=u1\sqrt{x} = u - 1. Therefore, dx=2(u1)dudx = 2(u - 1)\,du.
  4. Substitute: u2(u1)du=2u1/2(u1)du=2(u3/2u1/2)du\int \sqrt{u} \cdot 2(u - 1)\,du = 2 \int u^{1/2}(u - 1)\,du = 2 \int (u^{3/2} - u^{1/2})\,du.
  5. Integrate: 2(u5/25/2u3/23/2)+C=2(25u5/223u3/2)+C2(\frac{u^{5/2}}{5/2} - \frac{u^{3/2}}{3/2}) + C = 2(\frac{2}{5}u^{5/2} - \frac{2}{3}u^{3/2}) + C.
  6. Back-substitute: 45(1+x)5/243(1+x)3/2+C\frac{4}{5}(1 + \sqrt{x})^{5/2} - \frac{4}{3}(1 + \sqrt{x})^{3/2} + C.

Substitution Rule with Definite Integrals

There are two primary methods for handling definite integrals when using substitution:

  1. Method 1: Find the indefinite integral first (switching back to the original variable xx), and then apply the Fundamental Theorem of Calculus (FTOC) Part 2 using the original limits of integration.
  2. Method 2: Change the original limits of integration (xx-limits) into new limits corresponding to the substitution variable (uu-limits) and perform the entire integration in terms of uu alone.

Theoretical Formula for Method 2:abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_a^b f(g(x))g'(x)\,dx = \int_{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 xx and uu in the same integral) as it is mathematically inconsistent.

Definite Integral: Method 1 (Indefinite integral first)

Evaluate 0π/4tan3(x)cos2(x)dx\int_0^{\pi/4} \frac{\tan^3(x)}{\cos^2(x)}\,dx

  1. Let u=tan(x)u = \tan(x).
  2. Compute the differential: du=sec2(x)dx=1cos2(x)dxdu = \sec^2(x)\,dx = \frac{1}{\cos^2(x)}\,dx.
  3. Find the indefinite integral in uu (temporarily ignoring bounds): u3du=u44\int u^3\,du = \frac{u^4}{4}.
  4. Switch back to xx to use original bounds:    [tan4(x)4]0π/4=tan4(π/4)4tan4(0)4[\frac{\tan^4(x)}{4}]_0^{\pi/4} = \frac{\tan^4(\pi/4)}{4} - \frac{\tan^4(0)}{4}
  5. Evaluate: 144044=14\frac{1^4}{4} - \frac{0^4}{4} = \frac{1}{4}.
Definite Integral: Method 2 (Changing bounds)

Evaluate 02x(1+x2)2dx\int_0^2 \frac{x}{(1 + x^2)^2}\,dx

  1. Let u=1+x2u = 1 + x^2.
  2. Compute the differential: du=2xdx12du=xdxdu = 2x\,dx \rightarrow \frac{1}{2}\,du = x\,dx.
  3. Change the limits:
    • If x=0x = 0, then u=1+02=1u = 1 + 0^2 = 1.
    • If x=2x = 2, then u=1+22=5u = 1 + 2^2 = 5.
  4. Set up the new integral in uu: 1215u2du\frac{1}{2} \int_1^5 u^{-2}\,du.
  5. Integrate and evaluate directly:    12[1u]15=12(1511)=12(151)=12(45)=25\frac{1}{2} [-\frac{1}{u}]_1^5 = -\frac{1}{2} (\frac{1}{5} - \frac{1}{1}) = -\frac{1}{2} (\frac{1}{5} - 1) = -\frac{1}{2} (-\frac{4}{5}) = \frac{2}{5}.

Symmetry in Integration

Symmetry provides a significant shortcut for calculating integrals that are centered at the origin (from a-a to aa).

Even Functions
  • Definition: f(x)=f(x)f(-x) = f(x). The graph is symmetric with respect to the y-axis (e.g., y=cos(x)y = \cos(x)).
  • Property: If (x,y)(x, y) is a point on the function, then (x,y)(-x, y) is also on the function.
  • Integration Rule:aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2 \int_0^a f(x)\,dx
Odd Functions
  • Definition: f(x)=f(x)f(-x) = -f(x). The graph is symmetric with respect to the origin (e.g., y=sin(x)y = \sin(x)).
  • Property: If (x,y)(x, y) is a point on the function, then (x,y)(-x, -y) is also on the function.
  • Integration Rule:aaf(x)dx=0\int_{-a}^{a} f(x)\,dx = 0
Example: Applying Symmetry

Evaluate 22(x93x5+3x2+10)dx\int_{-2}^2 (x^9 - 3x^5 + 3x^2 + 10)\,dx

  1. Observe the function. The terms x9x^9 and 3x5-3x^5 are odd functions, while the terms 3x23x^2 and 1010 are even functions.
  2. Apply symmetry rules: The integral of the odd terms from 2-2 to 22 is zero.
  3. The integral becomes: 22(3x2+10)dx=202(3x2+10)dx\int_{-2}^2 (3x^2 + 10)\,dx = 2 \int_0^2 (3x^2 + 10)\,dx.
  4. Integrate: 2[x3+10x]022 [x^3 + 10x]_0^2.
  5. Evaluate: 2[(23+10(2))(03+10(0))]=2[8+20]=2(28)=562 [(2^3 + 10(2)) - (0^3 + 10(0))] = 2 [8 + 20] = 2(28) = 56.