§ 01What Is an Antiderivative?
Integration starts with a reversal. You already know how to differentiate: integration asks the opposite question: given a function f(x), which function has f(x) as its derivative?
If F′(x) = f(x) for all x on some interval, then F is called an antiderivative of f. For example, since d/dx[x²] = 2x, the function x² is an antiderivative of 2x. But so is x² + 5, x² − 100, and x² + π. Any constant added to x² differentiates to zero and disappears: which explains immediately why every indefinite integral carries +C.
If F is one antiderivative of f, then F + C for any constant C is the most general antiderivative. No other form exists.
The full family of antiderivatives of f is written ∫ f(x) dx, called the indefinite integral of f. The elongated ∫ symbol is an S for "sum" (its origin lies in the limit of sums, covered in Riemann Sums), dx names the variable, and f(x) is the integrand.
§ 02The Reverse Power Rule
The differentiation power rule states d/dx[xn] = nxn−1. Running it in reverse: to antidifferentiate xn, increase the exponent by 1 and divide by the new exponent. This holds for every real n except n = −1, where the denominator would be zero, that case produces ln|x| instead.
"Raise the power by one; divide by the new power." Works for positive, negative, and fractional exponents equally.
Verification habit: differentiate the result and check it equals the integrand. For the reverse power rule: d/dx[xn+1/(n+1)] = (n+1)xn/(n+1) = xn. This one-line check catches every arithmetic error and should be automatic.
§ 03The Four Linearity Rules
Because differentiation is linear, antidifferentiation inherits the same four rules. None requires independent proof: each follows directly from its differentiation counterpart.
Sum/difference and constant-multiple rules, integrate term by term.
3⋅x6/6 − 8⋅x3/3 + 4⋅x2/2 − 7xNote: splitting a fraction across addition is valid. Splitting across multiplication is not.
§ 04Standard Antiderivative Table
Each entry below is verified by differentiating the right-hand side and confirming it equals the integrand. Every form follows from a differentiation rule you already know: none was invented independently. Learn the first eight by heart; derive the rest as needed.
| Integrand f(x) | Antiderivative F(x) + C | Source rule |
|---|---|---|
| xn (n ≠ −1) | xn+1/(n+1) | Reverse power rule |
| 1/x = x−1 | ln|x| | d/dx[ln|x|] = 1/x |
| ex | ex | ex is its own derivative |
| eax | (1/a) eax | Chain rule reversed; divide by inner coefficient |
| ax (a > 0, a ≠ 1) | ax / ln a | d/dx[ax] = ax ln a |
| sin x | −cos x | d/dx[cos x] = −sin x |
| cos x | sin x | d/dx[sin x] = cos x |
| sec2 x | tan x | d/dx[tan x] = sec2 x |
| csc2 x | −cot x | d/dx[cot x] = −csc2 x |
| sec x tan x | sec x | d/dx[sec x] = sec x tan x |
| csc x cot x | −csc x | d/dx[csc x] = −csc x cot x |
| tan x | ln|sec x| | Substitution u = cos x |
| cot x | ln|sin x| | Substitution u = sin x |
| sec x | ln|sec x + tan x| | Multiply by (sec x+tan x)/(sec x+tan x) |
| csc x | −ln|csc x + cot x| | Same technique |
| 1/√(1−x2) | arcsin x | d/dx[arcsin x] = 1/√(1−x2) |
| 1/(1+x2) | arctan x | d/dx[arctan x] = 1/(1+x2) |
| 1/(a2+x2) | (1/a) arctan(x/a) | Scaled arctan form |
§ 05More Worked Examples — Mixed Integrands
For e2x: divide by the inner coefficient 2, giving (1/2)e2x; scale by 3 to get (3/2)e2x.
§ 06Initial Value Problems — Pinning Down C
An indefinite integral produces a family of functions, one for each value of C. An initial value problem (IVP) supplies one extra condition, usually the value of F at a specific point, which determines C exactly and gives a unique solution.
Apply f′(0) = 2: C1 = 2 → f′(x) = 3x2 + 2
Apply f(0) = −1: C2 = −1
§ 07Common Mistakes
§ 0810-Question Quiz
Test your understanding of antiderivatives, the +C convention, and the standard rules. Each question has one correct answer: feedback is shown immediately.
§ 09What Comes Next
You can now identify antiderivatives, justify the +C convention, apply the reverse power rule to any real exponent, use the four linearity rules to integrate polynomials and sums, read the standard table fluently, and solve basic initial value problems. Every technique page in this series builds on exactly these skills.
The next two pages explain why antidifferentiation computes area, via Riemann sums and the Fundamental Theorem, before the technique pages (substitution, parts, partial fractions, and onwards) expand what you can integrate.