Integrals
Reverse the derivative, measure the area under a curve, and meet the Fundamental Theorem — the bridge that makes them the same thing.
01Antiderivatives: differentiation in reverse
An antiderivative of $f$ is any function $F$ with $F' = f$. Since $\frac{d}{dx}x^2 = 2x$, the function $x^2$ is an antiderivative of $2x$ — and so are $x^2 + 5$ and $x^2 - 17$, since constants die under differentiation. The MVT corollary from Module 08 guarantees that's the only ambiguity: any two antiderivatives differ by a constant. Hence the notation and its famous tail:
$$\int f(x)\,dx = F(x) + C$$
The symbol $\int f(x)\,dx$ is the indefinite integral — the whole family of antiderivatives — and omitting the $+C$ is the most reliably penalized error in Calc 1.
02The basic integration formulas
Run every derivative formula backwards. The reverse power rule: raise the exponent by one, divide by the new exponent:
$$\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \ne -1) \qquad\qquad \int \frac{1}{x}\,dx = \ln|x| + C$$
The $n = -1$ case is exactly the gap $\ln x$ fills — pleasingly, the one power the rule can't handle is covered by the one non-power derivative that produces a power. The rest of the card:
$$\int e^x dx = e^x + C \qquad \int \sin x\,dx = -\cos x + C \qquad \int \cos x\,dx = \sin x + C \qquad \int \sec^2 x\,dx = \tan x + C$$
Sign check for trig: differentiate your answer and see if you land back on the integrand — a five-second verification that catches the $\pm\cos$ confusion every time. Linearity works as before: integrate sums term by term and slide constants out front.
03Initial value problems
The $+C$ isn't decoration — it's a dial, and one data point sets it. If $f'(x) = 6x$ and $f(1) = 4$: integrate to get $f(x) = 3x^2 + C$, then impose the condition: $3 + C = 4$, so $C = 1$ and $f(x) = 3x^2 + 1$. Physics runs this twice: acceleration integrates to velocity (constant set by initial velocity), velocity integrates to position (constant set by initial position). A projectile with $a = -32$ ft/s², launched upward at $64$ ft/s from height $80$ ft, has $v(t) = -32t + 64$ and $s(t) = -16t^2 + 64t + 80$ — every constant earned from an initial condition.
04The area problem and Riemann sums
Now the second, apparently unrelated, story. To measure the area under $y = f(x)$ over $[a, b]$, slice the interval into $n$ strips of width $\Delta x = \frac{b-a}{n}$, erect a rectangle on each (height sampled at, say, each strip's left edge, right edge, or midpoint), and add them up:
$$\text{Area} \approx \sum_{i=1}^{n} f(x_i^*)\,\Delta x$$
That's a Riemann sum — the hero graph shows six right-endpoint rectangles under a curve. Coarse rectangles over- or under-shoot, but as $n \to \infty$ the error dies, and the limit is the definite integral:
$$\int_a^b f(x)\,dx = \lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^*)\,\Delta x$$
Continuous functions (Module 03, one last payoff) are guaranteed to have this limit exist.
05What the definite integral means
$\int_a^b f(x)\,dx$ is a number, not a family of functions — note the contrast with the indefinite integral. It computes signed area: regions below the $x$-axis count negative, so $\int_0^{2\pi}\sin x\,dx = 0$ by symmetry. More broadly it accumulates anything: if $v(t)$ is velocity, $\int_a^b v\,dt$ is displacement (net change in position); if $r(t)$ is a flow rate in liters/min, the integral is total liters. Useful properties fall straight out of the picture: $\int_a^b = \int_a^c + \int_c^b$ (split the region), $\int_a^a = 0$, and swapping the bounds flips the sign.
06The Fundamental Theorem of Calculus
Here is the punchline of the entire course: the area problem and the antiderivative problem are the same problem. FTC Part 2 (the evaluation theorem): if $F$ is any antiderivative of a continuous $f$, then
$$\int_a^b f(x)\,dx = F(b) - F(a)$$
No rectangles, no limits — find an antiderivative and subtract. Example: $\int_0^2 x^2\,dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3}$. Exact area under a parabola, three symbols of work. FTC Part 1 runs the bridge the other way: the accumulation function $g(x) = \int_a^x f(t)\,dt$ is an antiderivative of $f$, i.e. $g'(x) = f(x)$ — differentiating an integral hands back the integrand. Together the parts say differentiation and integration are inverse operations. Note the $+C$ vanishes in definite integrals: it cancels in the subtraction, so leave it out.
07u-substitution: the chain rule in reverse
Most integrands aren't on the formula card — they're chain-rule outputs, and substitution un-chains them. To compute $\int 2x(x^2+1)^5\,dx$: set $u = x^2 + 1$, so $du = 2x\,dx$, and the integral collapses to $\int u^5\,du = \frac{u^6}{6} + C = \frac{(x^2+1)^6}{6} + C$. The skill is spotting a function and its derivative sharing the integrand — the $2x$ standing next to $(x^2+1)^5$ is the fingerprint. If the constant is off by a factor, adjust: $\int x\,e^{x^2}dx$ has $du = 2x\,dx$, so write it as $\frac12\int e^u du = \frac12 e^{x^2} + C$. For definite integrals, convert the bounds to $u$-values and never return to $x$ at all.
08Area between the FTC and the future
Two closing applications. Exact areas: the area under $\sin x$ from $0$ to $\pi$ is $\int_0^\pi \sin x\,dx = [-\cos x]_0^\pi = 1 - (-1) = 2$ — a transcendental curve enclosing a perfectly clean area, courtesy of FTC. Net change: FTC rewritten as $F(b) = F(a) + \int_a^b F'(t)\,dt$ says any quantity's final value is its initial value plus the accumulated rate — the sentence that runs physics, economics, and biology. Everything in Calc 2 (integration techniques, volumes, series) grows from this module; if the FTC feels almost too convenient, that's the correct response to one of mathematics' genuinely great theorems.
The course, closed. Derivatives measure instantaneous change; integrals accumulate it; the FTC says each undoes the other: $\int_a^b f'(x)\,dx = f(b) - f(a)$. Integrate with the reverse power rule (+C!), fix constants with initial conditions, evaluate definite integrals by antiderivative-and-subtract, and un-chain composite integrands with u-substitution.
Evaluate $\displaystyle\int x^3\,dx$.
Solution
$\dfrac{x^4}{4} + C$.
Evaluate $\displaystyle\int (3x^2 - 4x + 5)\,dx$.
Solution
$x^3 - 2x^2 + 5x + C$.
Evaluate $\displaystyle\int \sqrt{x}\,dx$.
Solution
$\displaystyle\int x^{1/2}dx = \dfrac{x^{3/2}}{3/2} + C = \dfrac{2}{3}x^{3/2} + C$.
Evaluate $\displaystyle\int \frac{1}{x^2}\,dx$ and $\displaystyle\int \frac{1}{x}\,dx$ — and explain why they're different species.
Solution
$\displaystyle\int x^{-2}dx = -x^{-1} + C = -\dfrac{1}{x} + C$; but $n = -1$ breaks the power rule, so $\displaystyle\int \dfrac{1}{x}dx = \ln|x| + C$.
Evaluate $\displaystyle\int \left(2\sin x - 3\cos x + e^x\right) dx$.
Solution
$-2\cos x - 3\sin x + e^x + C$. (Differentiate to check the trig signs.)
Simplify first: $\displaystyle\int \frac{x^3 + 2x}{x}\,dx$.
Solution
Integrand $= x^2 + 2$, so the integral is $\dfrac{x^3}{3} + 2x + C$.
Initial value problem: $f'(x) = 6x$ with $f(1) = 4$. Find $f$.
Solution
$f(x) = 3x^2 + C$; $3 + C = 4 \Rightarrow C = 1$. $f(x) = 3x^2 + 1$.
A projectile has $a(t) = -32$ ft/s², initial velocity $64$ ft/s upward, initial height $80$ ft. Find $s(t)$ and the maximum height.
Solution
$v = -32t + 64$; $s = -16t^2 + 64t + 80$.
Peak when $v = 0$: $t = 2$, $s(2) = -64 + 128 + 80 = 144$ ft.
Estimate $\displaystyle\int_0^4 x^2\,dx$ with a right-endpoint Riemann sum, $n = 4$. Is it an over- or underestimate?
Solution
$\Delta x = 1$; heights at $1,2,3,4$: sum $= 1 + 4 + 9 + 16 = 30$.
$x^2$ is increasing, so right endpoints overestimate. (Exact value: $\tfrac{64}{3} \approx 21.3$.)
Now compute $\displaystyle\int_0^4 x^2\,dx$ exactly with the FTC.
Solution
$\left[\dfrac{x^3}{3}\right]_0^4 = \dfrac{64}{3}$.
Evaluate $\displaystyle\int_1^4 (2x + 1)\,dx$.
Solution
$\left[x^2 + x\right]_1^4 = (16 + 4) - (1 + 1) = 18$.
Evaluate $\displaystyle\int_0^\pi \sin x\,dx$.
Solution
$[-\cos x]_0^\pi = -(-1) - (-1) = 2$.
Evaluate $\displaystyle\int_1^e \frac{1}{x}\,dx$.
Solution
$[\ln|x|]_1^e = \ln e - \ln 1 = 1$.
Explain why $\displaystyle\int_0^{2\pi} \sin x\,dx = 0$ even though the curve clearly encloses area.
Solution
The integral computes signed area: the hump above the axis on $[0,\pi]$ (+2) exactly cancels the hump below on $[\pi, 2\pi]$ (−2). Total geometric area would be $\int_0^{2\pi}|\sin x|\,dx = 4$.
Given $\displaystyle\int_0^5 f\,dx = 12$ and $\displaystyle\int_0^3 f\,dx = 7$, find $\displaystyle\int_3^5 f\,dx$ and $\displaystyle\int_5^0 f\,dx$.
Solution
Splitting: $\displaystyle\int_3^5 = 12 - 7 = 5$. Reversing bounds flips sign: $\displaystyle\int_5^0 = -12$.
FTC Part 1: find $\dfrac{d}{dx}\displaystyle\int_0^x \sin(t^2)\,dt$.
Solution
Differentiating the accumulation function returns the integrand: $\sin(x^2)$. No integration required — or possible, in elementary terms.
FTC Part 1 + chain rule: find $\dfrac{d}{dx}\displaystyle\int_0^{x^2} \sqrt{1 + t^3}\,dt$.
Solution
Outer derivative at the upper bound, times the bound's derivative: $\sqrt{1 + (x^2)^3}\cdot 2x = 2x\sqrt{1 + x^6}$.
u-substitution: evaluate $\displaystyle\int 2x(x^2 + 1)^5\,dx$.
Solution
$u = x^2 + 1$, $du = 2x\,dx$: $\displaystyle\int u^5 du = \dfrac{u^6}{6} + C = \dfrac{(x^2+1)^6}{6} + C$.
u-substitution with a constant fix: evaluate $\displaystyle\int x\,e^{x^2}\,dx$ and $\displaystyle\int \cos(3x)\,dx$.
Solution
$u = x^2$: $\dfrac{1}{2}\displaystyle\int e^u du = \dfrac{1}{2}e^{x^2} + C$.
$u = 3x$: $\dfrac{1}{3}\sin(3x) + C$.
Challenge — definite u-sub with converted bounds: evaluate $\displaystyle\int_0^2 \frac{x}{\sqrt{x^2 + 1}}\,dx$.
Solution
$u = x^2 + 1$, $du = 2x\,dx$; bounds: $x=0 \to u=1$, $x=2 \to u=5$.
$\dfrac{1}{2}\displaystyle\int_1^5 u^{-1/2} du = \left[\sqrt{u}\right]_1^5 = \sqrt{5} - 1 \approx 1.24$.