6.1 Antiderivatives and Indefinite Integrals
Key Takeaways
- An antiderivative of a function f(x) is any differentiable function F(x) satisfying F'(x) = f(x) across its domain.
- The indefinite integral int f(x) dx = F(x) + C represents the entire family of antiderivatives, where C is the arbitrary constant of integration representing vertical shifts of the curve.
- The Power Rule for integration states int x^n dx = (x^(n+1))/(n+1) + C for all real n != -1; the singular case n = -1 yields the logarithmic form int (1/x) dx = ln|x| + C.
- Indefinite integration is a linear operation: constants factor out and the integral of a sum or difference equals the sum or difference of individual integrals.
- Initial Value Problems (IVPs) provide a differential equation alongside a specific coordinate point (x_0, y_0), enabling the exact calculation of the constant C to produce a unique particular solution.
6.1 Antiderivatives and Indefinite Integrals
Core CLEP Concept: Integral calculus is built upon the inverse operation of differentiation. While differential calculus determines the instantaneous rate of change of a known quantity, integral calculus reconstructs the original total quantity from its rate of change. On the CLEP Calculus exam, mastery of antiderivative rules, algebraic manipulation of integrands prior to integration, and solving initial value problems are tested across both calculator and non-calculator sections.
1. Definition and Notation of the Antiderivative
A function $F$ is called an antiderivative of a function $f$ on an open interval $I$ if:
For example, if $f(x) = 3x^2$, an antiderivative is $F(x) = x^3$ because $\frac{d}{dx}[x^3] = 3x^2$. However, $F(x) = x^3 + 4$ and $F(x) = x^3 - 97$ are also valid antiderivatives because the derivative of any constant is zero.
Indefinite Integral Notation
The collection of all antiderivatives of $f(x)$ is called the indefinite integral of $f$ with respect to $x$, denoted by:
Integral Sign
|
v
/
| f(x) dx = F(x) + C
/ ^ ^ ^ ^
| | | |
Integrand | | Constant of Integration
| Particular
Variable of Antiderivative
Integration [F'(x) = f(x)]
- $\int$ (Integral Sign): An elongated "S" representing a continuous summation.
- $f(x)$ (Integrand): The rate of change function being integrated.
- $dx$ (Differential): Identifies $x$ as the independent variable of integration.
- $C$ (Constant of Integration): An arbitrary real constant representing the vertical translation parameter of the antiderivative.
Inverse Operations
Differentiation and indefinite integration are inverse operations:
Differentiating an indefinite integral recovers the original integrand exactly, whereas integrating a derivative returns the original function up to an additive constant $C$.
2. Geometric Interpretation: Family of Curves & Slope Fields
The presence of $+ C$ means that an indefinite integral does not yield a single static curve, but an infinite family of parallel curves vertically translated along the $y$-axis.
y
^
| / / /
| / / / y = x^3 + 4 (C = +4)
| / / /
| / / / y = x^3 (C = 0)
| / / /
| / / / y = x^3 - 4 (C = -4)
| / / /
---+--+----------+----------+----------> x
| | |
For every curve in the family $y = F(x) + C$:
- The vertical shift does not alter the steepness or curvature.
- At any given vertical line $x = x_0$, the tangent line slopes for all curves in the family are identical: $m = F'(x_0) = f(x_0)$.
- In a slope field (direction field), the hash marks with identical slopes line up along vertical columns, confirming that the derivative depends strictly on $x$.
3. Master Catalog of Fundamental Antiderivatives
Every derivative rule from differential calculus generates a corresponding integration formula. The following table represents the essential formulas required for the CLEP exam:
| Function Type | Derivative Rule | Indefinite Integral Formula |
|---|---|---|
| Constant | $\frac{d}{dx}[kx] = k$ | $\int k , dx = kx + C$ |
| Power Rule ($n \neq -1$) | $\frac{d}{dx}\left[\frac{x^{n+1}}{n+1}\right] = x^n$ | $\int x^n , dx = \frac{x^{n+1}}{n+1} + C$ |
| Logarithmic ($n = -1$) | $\frac{d}{dx}[\ln | x |
| Exponential (Base $e$) | $\frac{d}{dx}[e^x] = e^x$ | $\int e^x , dx = e^x + C$ |
| Exponential (Base $a$) | $\frac{d}{dx}\left[\frac{a^x}{\ln a}\right] = a^x$ | $\int a^x , dx = \frac{a^x}{\ln a} + C \quad (a > 0, a \neq 1)$ |
| Sine | $\frac{d}{dx}[-\cos x] = \sin x$ | $\int \sin x , dx = -\cos x + C$ |
| Cosine | $\frac{d}{dx}[\sin x] = \cos x$ | $\int \cos x , dx = \sin x + C$ |
| Secant Squared | $\frac{d}{dx}[\tan x] = \sec^2 x$ | $\int \sec^2 x , dx = \tan x + C$ |
| Cosecant Squared | $\frac{d}{dx}[-\cot x] = \csc^2 x$ | $\int \csc^2 x , dx = -\cot x + C$ |
| Secant-Tangent | $\frac{d}{dx}[\sec x] = \sec x \tan x$ | $\int \sec x \tan x , dx = \sec x + C$ |
| Cosecant-Cotangent | $\frac{d}{dx}[-\csc x] = \csc x \cot x$ | $\int \csc x \cot x , dx = -\csc x + C$ |
| Inverse Sine Form | $\frac{d}{dx}[\arcsin x] = \frac{1}{\sqrt{1 - x^2}}$ | $\int \frac{1}{\sqrt{1 - x^2}} , dx = \arcsin x + C$ |
| Inverse Tangent Form | $\frac{d}{dx}[\arctan x] = \frac{1}{1 + x^2}$ | $\int \frac{1}{1 + x^2} , dx = \arctan x + C$ |
Critical Observations on the Rules
- The Logarithm Absolute Value: When integrating $\frac{1}{x}$, the absolute value bars in $\ln|x| + C$ are mathematically required. The domain of $f(x) = \frac{1}{x}$ is $(-\infty, 0) \cup (0, \infty)$. Including the absolute value extends the domain of the antiderivative to negative real numbers: for $x < 0$, $\frac{d}{dx}[\ln(-x)] = \frac{1}{-x}(-1) = \frac{1}{x}$.
- Generalized Inverse Trigonometric Forms: For any constant $a > 0$: Note the scaling factor $\frac{1}{a}$ present in the arctangent formula but absent in the arcsine formula!
4. Linearity Properties & Algebraic Preparation
Indefinite integration satisfies two fundamental linearity properties:
- Constant Multiple Rule: $\int k f(x) , dx = k \int f(x) , dx$ (constants factor across the integral sign).
- Sum and Difference Rule: $\int [f(x) \pm g(x)] , dx = \int f(x) , dx \pm \int g(x) , dx$.
Algebraic Preprocessing Techniques
There is no "Product Rule" or "Quotient Rule" for integration. When encountering products, quotients, or roots, you must rewrite the integrand algebraically before applying standard rules.
Technique 1: Polynomial Expansion
Technique 2: Splitting Monomial Denominators
Technique 3: Rewriting Radicals into Rational Exponents
5. Initial Value Problems (Differential Equations)
An Initial Value Problem (IVP) consists of a differential equation $\frac{dy}{dx} = f(x)$ paired with an initial condition $y(x_0) = y_0$. The general solution contains $+ C$; substituting the initial condition isolates the single particular solution passing through $(x_0, y_0)$.
Systematic Solution Protocol
- Integrate the rate equation $\frac{dy}{dx} = f(x)$ to obtain the general family of solutions $y(x) = F(x) + C$.
- Substitute $x = x_0$ and set $y(x_0) = y_0$.
- Solve the resulting algebraic equation for the numerical value of $C$.
- State the unique particular solution $y(x) = F(x) + C_{\text{val}}$.
Second-Order Differential Equations and Rectilinear Motion
In physics and particle kinematics, acceleration $a(t)$ is the derivative of velocity $v(t)$, and velocity is the derivative of position $s(t)$:
Solving second-order problems requires two successive integrations, determining two constants of integration sequentially.
Rigorous Worked Example: Kinematic Initial Value Problem
Problem: A particle moves along the $x$-axis with acceleration $a(t) = 12t - 6$ for $t \ge 0$. At time $t = 0$, the particle's initial velocity is $v(0) = 5$ and its initial position is $s(0) = -3$. Determine the position function $s(t)$ and compute $s(2)$.
Step 1: Integrate acceleration to find velocity $v(t)$.
Step 2: Apply the velocity initial condition $v(0) = 5$.
Step 3: Integrate velocity to find position $s(t)$.
Step 4: Apply the position initial condition $s(0) = -3$.
Step 5: Evaluate position at $t = 2$.
6. Common CLEP Pitfalls & Traps
- Sign Confusion on Trigonometric Integrals: Differentiating $\cos x$ yields $-\sin x$, but integrating $\sin x$ yields $-\cos x$. Differentiating $\sin x$ yields $+\cos x$, but integrating $\cos x$ yields $+\sin x$. Mixing up these signs is one of the most frequent errors on the CLEP.
- Blindly Applying the Power Rule to $1/x$: Attempting to integrate $\int x^{-1} , dx$ via the power rule produces $\frac{x^0}{0}$, which is undefined. The power rule explicitly requires $n \neq -1$. When $n = -1$, the antiderivative is $\ln|x| + C$.
- Inventing Product and Quotient Integration Rules: Writing $\int f(x)g(x) , dx = \left(\int f(x) , dx\right)\left(\int g(x) , dx\right)$ is mathematically invalid. Always expand polynomials or divide monomials prior to integrating.
- Forgetting $+ C$ on Indefinite Integrals: On free-response and conceptual questions, omitting $+ C$ represents an incomplete general antiderivative.
Evaluate the indefinite integral: int (6x^2 - 4/x^3 + 5/x - sec^2(x)) dx.
A differentiable function f(x) satisfies f'(x) = 4e^x - 3sin(x) + 2x with initial condition f(0) = 5. What is the particular solution f(x)?
A particle moves along a coordinate line with acceleration a(t) = 6t - 8 for t >= 0. Given initial velocity v(0) = 10 and initial position s(0) = 4, what is the position of the particle at time t = 2?
Evaluate the indefinite integral: int (7/(1 + x^2) - 4/sqrt(9 - x^2)) dx.