Chapter 12 — Key Takeaways

The one-page recap of antidifferentiation: the families, the table, the notation, initial value problems, kinematics, the common errors, and the area mystery that opens Part III.


The Core Idea

Antidifferentiation is differentiation run backward. Given a rate of change $f'$, you recover the function $f$ it came from. The function you find is an antiderivative (Section 12.1).

The catch that never goes away: differentiation forgets constants (the derivative of any constant is zero), so antidifferentiation cannot recover them. The answer is unique only up to an additive constant.

Antiderivative Families and the +C (Section 12.2)

If $F'(x) = G'(x)$ on an interval, then $F(x) = G(x) + C$ for some constant $C$. (This follows from the Mean Value Theorem: a function with zero derivative on an interval is constant.)

So the antiderivatives of a given function form a family — one antiderivative plus an arbitrary constant. Geometrically, a stack of identical curves, each a vertical shift of the others, all sharing the same slope at each $x$.

The +C is not optional. Writing $\int 2x\,dx = x^2$ (without $+C$) is a wrong answer, not a shorthand. The constant carries the information differentiation destroyed, and it is the entire point of an initial value problem.

Caveat: the "differ by a constant" theorem needs a single interval. On a disconnected domain (like $1/x$ across $x=0$) you may need one constant per interval.

Indefinite Integral Notation (Section 12.3)

$$\int f(x)\,dx = F(x) + C$$

  • $\int$ — the integral sign, an elongated "S" for sum (a hint about area, paid off in Chapters 13–14).
  • $f(x)$ — the integrand.
  • $dx$ — the variable of integration (not decoration; it names the variable).
  • $F(x) + C$ — the whole antiderivative family.

The Basic Antiderivative Table (Section 12.4)

Every differentiation formula run backward. All entries carry an implicit $+C$.

$f(x)$ $\displaystyle\int f(x)\,dx$
$x^n\ (n \neq -1)$ $\dfrac{x^{n+1}}{n+1}$
$\dfrac{1}{x}$ $\ln\lvert x\rvert$
$e^x$ $e^x$
$a^x\ (a>0,\ a\neq 1)$ $\dfrac{a^x}{\ln a}$
$\cos x$ $\sin x$
$\sin x$ $-\cos x$
$\sec^2 x$ $\tan x$
$\sec x \tan x$ $\sec x$
$\dfrac{1}{1+x^2}$ $\arctan x$
$\dfrac{1}{\sqrt{1-x^2}}$ $\arcsin x$

The power rule (Section 12.5): raise the exponent by one, divide by the new exponent — $\int x^n\,dx = \frac{x^{n+1}}{n+1} + C$, valid for every $n$ except $n = -1$.

The $n = -1$ exception (Section 12.6): $\int \frac{1}{x}\,dx = \ln\lvert x\rvert + C$. The absolute value extends the antiderivative to negative $x$. This is the one place a rational integrand yields a transcendental antiderivative.

Linearity (Section 12.7)

$$\int \big(a f(x) + b g(x)\big)\,dx = a\int f(x)\,dx + b\int g(x)\,dx.$$

Constant factors pull out; sums split; bundle all the constants into one $C$ at the end.

No product or quotient rule for integrals. $\int fg\,dx \neq \left(\int f\right)\left(\int g\right)$ in general. Expand or simplify into a sum before integrating; genuine products wait for Chapter 15.

Reading the Chain Rule Backward (Section 12.7½)

For a standard function of a linear interior $ax+b$: integrate as usual, then divide by the inner slope $a$.

$\displaystyle\int e^{kx}\,dx = \dfrac{1}{k}e^{kx}+C$ $\displaystyle\int \sin(kx)\,dx = -\dfrac{1}{k}\cos(kx)+C$ $\displaystyle\int \dfrac{1}{ax+b}\,dx = \dfrac{1}{a}\ln\lvert ax+b\rvert+C$

This works only for linear interiors; for a nonlinear interior like $x^2$ the slope $2x$ is not constant and you cannot divide it out — that needs substitution (Chapter 15).

Initial Value Problems (Section 12.8)

To solve $f'(x) = g(x)$ with $f(a) = b$:

  1. Antidifferentiate: $f(x) = G(x) + C$.
  2. Apply the condition: $G(a) + C = b \Rightarrow C = b - G(a)$.
  3. Write the particular solution: $f(x) = G(x) + (b - G(a))$.

The initial condition selects one curve from the family. Each antidifferentiation adds one constant; each condition removes one — the bookkeeping always balances. (For $f''$ you integrate twice and need two conditions.)

Kinematics: Acceleration → Velocity → Position (Section 12.10)

$$s(t) \xrightarrow{\ d/dt\ } v(t) \xrightarrow{\ d/dt\ } a(t).$$

Antidifferentiate to walk this chain left, picking up one constant per step:

Given Find Method
$v(t)$ and $s_0$ $s(t)$ $s = s_0 + \int v\,dt$
$a(t)$ and $v_0$ $v(t)$ $v = v_0 + \int a\,dt$
$a(t)$, $v_0$, $s_0$ $s(t)$ two antidifferentiations, two conditions

Constant acceleration gives the standard equations $v(t) = v_0 + at$ and $s(t) = s_0 + v_0 t + \tfrac12 a t^2$. Because position integrates a linear velocity, braking distance grows with the square of speed (Case Study 1).

Reconstructing Totals from Rates, Across Fields (Section 12.11)

The same recipe, different vocabulary: known rate + one known value → antidifferentiate → total.

Field Rate (derivative) Total (antiderivative)
Physics current $I(t) = Q'(t)$ charge $Q(t)$
Economics marginal cost $C'(q)$ total cost $C(q)$; constant = fixed cost
Biology growth rate $P'(t)$ population $P(t)$
Data science density $p(x) = F'(x)$ CDF $F(x)$

Pitfall: when the rate depends on the quantity itself (e.g. $P' = kP$), this is a differential equation, not plain antidifferentiation — see Chapter 19 (Section 12.11, 12.12). Plain antidifferentiation solves only $y' = g(x)$.

Verify by Differentiating (Section 12.13)

If $\int f(x)\,dx = F(x) + C$, then $F'(x)$ must equal $f(x)$. Differentiation is mechanical and reliable, so every integration answer can and should be checked by differentiating it back. This catches sign slips, wrong coefficients, and forgotten chain-rule factors in ten seconds.

Not Every Antiderivative Is Elementary (Section 12.9)

You can differentiate anything; you cannot always integrate it in closed form. By Liouville's theorem, some innocent-looking integrands have antiderivatives that exist but cannot be written with finitely many elementary functions:

$$\int e^{-x^2}\,dx\ (\to \mathrm{erf}), \quad \int \sin(x^2)\,dx\ (\to \text{Fresnel}), \quad \int \frac{1}{\ln x}\,dx, \quad \int \frac{e^x}{x}\,dx.$$

The bell curve $e^{-x^2}$ is the most important of these — an anchor example revisited in Chapters 13 and 23.

Common Errors to Avoid

  • Dropping the $+C$ — it is a wrong answer, and it sinks every initial value problem.
  • Forcing the power rule at $n = -1$ — that case is $\ln\lvert x\rvert$, not $\frac{x^0}{0}$.
  • Sign slips — remember $\int \sin x\,dx = -\cos x + C$ (the minus is with $\sin$).
  • Inventing a product/quotient rule — there is none; expand into a sum first.
  • Over-applying the divide-by-the-slope trick — it is for linear interiors only, never $x^2$ or $\sqrt{x}$.

The Mystery That Opens Part III (Section 12.15)

The integral sign $\int$ is the symbol for a sum. Why write "find the function whose derivative is $f$" with a sum sign? Because there is a second, ancient problem — the area under a curve — that uses the same symbol $\int_a^b f(x)\,dx$, and the connection is no coincidence.

The Fundamental Theorem of Calculus (Chapter 14) will reveal that finding areas (accumulating change) and finding antiderivatives (reversing rates) are the same problem in disguise:

$$\int_a^b f(x)\,dx = F(b) - F(a).$$

The "$+C$" you fought with all chapter cancels in this subtraction — which is why it never mattered which antiderivative you picked.

Connections

  • Chapter 9 — the Mean Value Theorem, which proves antiderivatives differ by a constant.
  • Chapter 13 — the definite integral $\int_a^b f(x)\,dx$ as the limit of a sum (area under a curve).
  • Chapter 14 — the Fundamental Theorem of Calculus, welding antiderivatives to areas.
  • Chapters 15–16 — integration techniques (substitution, parts, trig methods, partial fractions) for finding the antiderivatives Chapter 14 demands.
  • Chapter 19 — differential equations, for when the rate depends on the quantity itself.

What's Next

Chapter 12 is the last of Part II and the doorway into Part III. You arrived able to differentiate; you leave able to antidifferentiate, to solve initial value problems, and to reconstruct motion and totals from rates. Chapter 13 defines what $\int_a^b$ truly means, and Chapter 14 delivers the payoff: the moment differentiation and integration are revealed to be two sides of one coin. Keep the table close — you are about to use it constantly.