20.2 Antiderivatives, Indefinite Integrals & Integration by U-Substitution
Key Takeaways
- An antiderivative of $f(x)$ is any differentiable function $F(x)$ satisfying $F'(x) = f(x)$; the indefinite integral $\int f(x)\,dx = F(x) + C$ represents the infinite family of all antiderivatives differing solely by a vertical translation constant $C$.
- The Power Rule states $\int x^n\,dx = \frac{x^{n+1}}{n+1} + C$ for any real $n \neq -1$; the critical singularity at $n = -1$ integrates to the natural logarithm: $\int \frac{1}{x}\,dx = \ln|x| + C$.
- Exponential and trigonometric integrals follow directly from reversing standard differentiation rules: $\int e^x\,dx = e^x + C$, $\int a^x\,dx = \frac{a^x}{\ln a} + C$, $\int \cos x\,dx = \sin x + C$, $\int \sin x\,dx = -\cos x + C$, and $\int \sec^2 x\,dx = \tan x + C$.
- Integration by $u$-substitution inverts the Chain Rule by mapping an integrand into $f(g(x))g'(x)\,dx = f(u)\,du$, requiring differential matching and constant balancing factors.
- Initial value problems resolve the arbitrary constant of integration $C$ into a unique particular solution by enforcing boundary conditions, such as determining position $s(t)$ from acceleration $a(t)$ via successive integrations.
20.2 Antiderivatives, Indefinite Integrals & Integration by U-Substitution
The Concept of Antiderivatives & The Indefinite Integral
Integral calculus begins by reversing the operation of differentiation. Given a function $f$ defined on an interval $I$, a differentiable function $F$ is called an antiderivative of $f$ on $I$ if:
Antiderivatives are not unique. If $F(x)$ is an antiderivative of $f(x)$, then for any real constant $C$, the function $G(x) = F(x) + C$ is also an antiderivative because the derivative of a constant is zero: $\frac{d}{dx}[F(x) + C] = F'(x) + 0 = f(x)$.
A fundamental theorem grounded in the Mean Value Theorem guarantees that all antiderivatives of a given function differ by at most an additive constant: if $F_1'(x) = F_2'(x)$ for all $x$ in an open interval $I$, then there exists a constant $C$ such that $F_1(x) - F_2(x) = C$. The collection of all antiderivatives of $f(x)$ is designated the indefinite integral of $f$ with respect to $x$, denoted: where the elongated symbol $\int$ is the integral sign, $f(x)$ is the integrand, $x$ is the variable of integration, $dx$ is the differential indicating the variable, and $C$ is the arbitrary constant of integration. Geometrically, $\int f(x),dx$ represents an infinite family of parallel curves that are vertical translations of one another.
Linearity Properties & Basic Integration Rules
Like differentiation, indefinite integration is a linear operator:
- Constant Multiple Rule: $\int c f(x),dx = c \int f(x),dx$ for any constant $c$.
- Sum and Difference Rule: $\int [f(x) \pm g(x)],dx = \int f(x),dx \pm \int g(x),dx$.
The inverse of the power rule for differentiation yields the Power Rule for Integration: When $n = -1$, the power rule denominator becomes zero, reflecting a mathematical singularity. The antiderivative of $x^{-1} = \frac{1}{x}$ is the natural logarithm function: The absolute value bars are mathematically required because the domain of $f(x) = \frac{1}{x}$ is all non-zero real numbers $(-\infty, 0) \cup (0, \infty)$, while $\ln(x)$ is defined only for positive reals. For $x < 0$, $\frac{d}{dx}[\ln(-x)] = \frac{1}{-x}(-1) = \frac{1}{x}$, confirming validity for all $x \neq 0$.
Exponential and trigonometric integration formulas derive directly from reversing standard differentiation rules:
- Exponential Functions: $\int e^x,dx = e^x + C$, and for general base $a > 0, a \neq 1$: $\int a^x,dx = \frac{a^x}{\ln a} + C$.
- Trigonometric Functions:
Comprehensive Integral Calculus Reference
| Integrand Function $f(x)$ | Indefinite Integral $\int f(x),dx$ | Domain / Restriction Notes |
|---|---|---|
| $k$ (constant) | $kx + C$ | $x \in \mathbb{R}$ |
| $x^n$ ($n \neq -1$) | $\frac{x^{n+1}}{n+1} + C$ | $x > 0$ for fractional $n$; $x \neq 0$ for $n < -1$ |
| $\frac{1}{x} = x^{-1}$ | $\ln|x| + C$ | $x \neq 0$ |
| $e^x$ | $e^x + C$ | $x \in \mathbb{R}$ |
| $e^{kx}$ ($k \neq 0$) | $\frac{1}{k}e^{kx} + C$ | Linear argument scaling |
| $a^x$ ($a > 0, a \neq 1$) | $\frac{a^x}{\ln a} + C$ | $x \in \mathbb{R}$ |
| $\cos x$ | $\sin x + C$ | $x \in \mathbb{R}$ |
| $\sin x$ | $-\cos x + C$ | Note negative sign |
| $\sec^2 x$ | $\tan x + C$ | $x \neq \frac{\pi}{2} + k\pi$ |
| $\csc^2 x$ | $-\cot x + C$ | $x \neq k\pi$ |
| $\sec x \tan x$ | $\sec x + C$ | $x \neq \frac{\pi}{2} + k\pi$ |
| $\csc x \cot x$ | $-\csc x + C$ | $x \neq k\pi$ |
| $\frac{1}{\sqrt{1 - x^2}}$ | $\arcsin x + C$ | $-1 < x < 1$ |
| $\frac{1}{1 + x^2}$ | $\arctan x + C$ | $x \in \mathbb{R}$ |
Method of Integration by U-Substitution
The method of $u$-substitution is the integral calculus counterpart to the Chain Rule of differential calculus. By the Chain Rule, if $F$ is an antiderivative of $f$, then: Integrating both sides with respect to $x$ yields the substitution identity:
By introducing an intermediate variable $u = g(x)$, the differential is $du = g'(x),dx$. Substituting transforms the complicated integral into a standard elementary integral:
Systematic U-Substitution Protocol
- Identify the Inner Function $g(x)$: Look for a composite expression where the integrand contains both an inner function $u = g(x)$ and, up to a constant multiplicative factor, its derivative $g'(x)$.
- Compute the Differential: Differentiate to write $du = g'(x),dx$, and solve for the differential factor: $dx = \frac{du}{g'(x)}$.
- Substitute and Balance Constants: Rewrite the entire integrand in terms of $u$ and $du$. Any constant multiplier may be factored outside the integral. Every trace of the original variable $x$ must be eliminated.
- Integrate in Terms of $u$: Apply standard antiderivative formulas.
- Back-Substitute: Replace $u$ with the original function $g(x)$ so that the final antiderivative is expressed in terms of the original variable $x$.
Advanced Algebraic Substitution Techniques
In certain integrals, introducing $u = g(x)$ leaves an uncancelled polynomial factor of $x$. When this occurs, one must invert the substitution relation to express $x$ directly in terms of $u$: $x = g^{-1}(u)$.
For instance, consider $\int x \sqrt{x + 2},dx$. Let $u = x + 2$, which gives $du = dx$ and $x = u - 2$. Substituting yields: Applying the power rule to each term converts a non-distributable radical into an easily integrable sum of rational powers:
Initial Value Problems & Physical Kinematics
An initial value problem (IVP) consists of a differential equation $\frac{dy}{dx} = f(x)$ paired with an auxiliary boundary condition $y(x_0) = y_0$. While indefinite integration produces a general solution containing the arbitrary constant $C$, substituting the coordinate pair $(x_0, y_0)$ isolates the unique value of $C$ defining the particular solution curve passing through that point.
In physics and engineering kinematics, rectilinear particle motion is modeled by hierarchical derivatives:
- Position: $s(t)$
- Velocity: $v(t) = s'(t) = \frac{ds}{dt} \implies s(t) = \int v(t),dt + s_0$
- Acceleration: $a(t) = v'(t) = s''(t) = \frac{dv}{dt} \implies v(t) = \int a(t),dt + v_0$
Given the acceleration function $a(t)$ and initial conditions for velocity $v(0) = v_0$ and position $s(0) = s_0$, two successive stages of indefinite integration completely reconstruct the particle's trajectory.
Worked Exemplar: U-Substitution in a Multi-Stage Kinematic Initial Value Problem
Problem: A particle moves along a horizontal track with acceleration given by $a(t) = 12t (t^2 + 1)^2$ for $t \ge 0$. At time $t = 0$, its initial velocity is $v(0) = 5\text{ m/s}$ and its initial position is $s(0) = 2\text{ m}$. Derive the exact position function $s(t)$ and calculate the particle's position at $t = 1\text{ s}$.
Step 1: Determine Velocity via U-Substitution. Velocity is the indefinite integral of acceleration: Let $u = t^2 + 1$. The differential is $du = 2t,dt$, which implies $12t,dt = 6(2t,dt) = 6,du$. Substitute into the integral: Back-substitute $u = t^2 + 1$:
Step 2: Apply Initial Velocity to Solve for $C_1$. Use the initial condition $v(0) = 5$: Thus, the particular velocity function is:
Step 3: Determine Position via Integration. Position is the indefinite integral of velocity: Expand the cubic binomial $(t^2 + 1)^3 = (t^2)^3 + 3(t^2)^2(1) + 3(t^2)(1)^2 + 1^3 = t^6 + 3t^4 + 3t^2 + 1$: Integrate term-by-term using the Power Rule:
Step 4: Apply Initial Position to Solve for $C_2$. Use the initial condition $s(0) = 2$: The exact closed-form position function is:
Step 5: Evaluate Position at $t = 1\text{ s}$. Substitute $t = 1$ into $s(t)$: Find a common denominator of 35:
What is the evaluated indefinite integral of (6x^2 - 4) / (x^3 - 2x + 5) with respect to x?
Evaluate the indefinite integral of x * sqrt(2x + 1) with respect to x.
A curve passes through the point (1, 4) and its slope at any point x > 0 is given by dy/dx = 4x^3 - 3/x^2 + 2e^x - 2e. What is the particular equation of the curve y(x)?
What is the evaluated indefinite integral of (sec^2(ln x)) / x with respect to x for x > 0?