Limits · Derivatives · Integrals · Series — the formulas, rules, and theorems you actually need
$\lim_{x \to a} f(x) = L$ iff $f(x) \to L$ as $x \to a$ from both sides.
One-sided: $\lim_{x \to a^-}$ (left), $\lim_{x \to a^+}$ (right). Two-sided limit exists iff both one-sided limits exist and are equal.
At infinity: $\lim_{x \to \pm\infty} f(x) = L$ iff $f(x) \to L$ as $x$ grows without bound.
Assume $\lim f$ and $\lim g$ exist. Then:
Squeeze: if $g \le f \le h$ and $\lim g = \lim h = L$, then $\lim f = L$.
Direct substitution gives no info. Need a tool:
$\frac{0}{0}, \ \frac{\infty}{\infty}, \ 0\cdot\infty, \ \infty-\infty, \ 0^0, \ 1^\infty, \ \infty^0$
For $\frac{0}{0}$ rationals: factor and cancel. For $\frac{\infty}{\infty}$ rationals: leading-term extraction. Else: L'Hôpital.
The two recipes that come up constantly when $f$ is a rational function (e.g. $f(x) = c/x$).
For the common-denominator recipe, distribute the $\pm$ into both pieces of the second numerator. Easy to drop a sign on the $cb$ term. Watch the negatives.
Distribute the minus sign before combining: $\dfrac{a}{b} - \dfrac{c}{d} = \dfrac{a}{b} + \dfrac{-c}{d}$, then apply the recipe with the flipped numerator. Cleaner than trying to remember which signs go where all at once.
(1) $f(a)$ defined (2) $\lim_{x\to a} f(x)$ exists (3) $f(a) = \lim_{x\to a} f(x)$
All polynomials, $\sin, \cos, e^x, \ln$ on their domains are continuous everywhere on their domain.
Removable (hole): limit exists, function value doesn't match. Fix: redefine $f(a)$.
Jump: one-sided limits exist but disagree.
Infinite (vertical asymptote): one or both one-sided limits $\to \pm\infty$.
Two points determine a line. To write its equation: get the slope, then pick a point.
For $(x_1, y_1)$ and $(x_2, y_2)$:
$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\Delta y}{\Delta x}$$
Rise over run. Order must match top-to-bottom and left-to-right.
$$y - y_1 = m(x - x_1)$$
Use this when you know $m$ and any point $(x_1, y_1)$ on the line.
$$y = mx + b$$
$m$ = slope, $b$ = $y$-intercept (the point $(0,b)$).
Slope of a line through two points on a curve — the average rate of change of $f$ between those points:
$$m_{sec} = \frac{f(a+h) - f(a)}{h} = \frac{\Delta y}{\Delta x} \quad \text{at } x = a$$
$$m_{sec} = \frac{f(x+h) - f(x)}{h} = \frac{\Delta y}{\Delta x} \quad \text{at any point } x$$
Three names for the same thing: difference quotient, slope of secant line, average rate of change.
Take the limit of the difference quotient as $h \to 0$ — the secant line "rotates" to become the tangent line:
$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} = \lim_{x \to a} \frac{f(x) - f(a)}{x-a}$$
Three names for the same thing: limit of the difference quotient, slope of the tangent line, instantaneous rate of change.
Tangent line at $a$: $\ y - f(a) = f'(a)(x-a)$
$f'(x) = \dfrac{df}{dx} = \dfrac{d}{dx}[f(x)] = y' = \dot y = D_x f$
Higher: $f''(x), \ f^{(n)}(x)$
$(f^{-1})'(x) = \dfrac{1}{f'(f^{-1}(x))}$
For $y = [f(x)]^{g(x)}$: take $\ln$ of both sides, differentiate implicitly.
$$\int_a^b f(x)\,dx = \lim_{n\to\infty} \sum_{i=1}^n f(x_i^*)\,\Delta x$$
(Riemann sum. $\Delta x = (b-a)/n$, $x_i^*$ in $[x_{i-1}, x_i]$.)
Part 1: $\dfrac{d}{dx}\!\int_a^x f(t)\,dt = f(x)$
Part 2: $\int_a^b f(x)\,dx = F(b) - F(a)$ where $F' = f$
u-substitution: $\int f(g(x))\,g'(x)\,dx = \int f(u)\,du$ where $u = g(x)$.
Integration by parts: $\int u\,dv = uv - \int v\,du$. (LIATE for choosing $u$: Logs, Inverse trig, Algebraic, Trig, Exp.)
Partial fractions: for $\dfrac{P(x)}{Q(x)}$ where $\deg P < \deg Q$ and $Q$ factors into linear/irreducible quadratics.
Trig substitution:
Mean Value Theorem: if $f$ continuous on $[a,b]$ and differentiable on $(a,b)$, then $\exists\, c \in (a,b)$ with $f'(c) = \frac{f(b)-f(a)}{b-a}$.
Intermediate Value Theorem: continuous $f$ on $[a,b]$ takes every value between $f(a)$ and $f(b)$.
Extreme Value Theorem: continuous $f$ on $[a,b]$ attains its max and min.
Rolle's Theorem: MVT with $f(a) = f(b)$: $\exists\, c$ with $f'(c) = 0$.
L'Hôpital's Rule: if $\frac{f}{g} \to \frac{0}{0}$ or $\frac{\infty}{\infty}$, then $\lim \frac{f}{g} = \lim \frac{f'}{g'}$ (when the latter limit exists).
Taylor series: $f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n$
Maclaurin series = Taylor with $a=0$. Common: $e^x = \sum x^n/n!$, $\sin x = \sum (-1)^n x^{2n+1}/(2n+1)!$, $\cos x = \sum (-1)^n x^{2n}/(2n)!$, $\frac{1}{1-x} = \sum x^n$ for $|x| < 1$.
$$(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k, \quad \binom{n}{k} = \frac{n!}{k!(n-k)!}$$
Trinomial: $a^2 + 2ab + b^2 = (a+b)^2$. $a^2 - b^2 = (a-b)(a+b)$ (difference of squares).