| Law | Formula |
|---|---|
| Constant | $\lim_{x \to a} c = c$ |
| Sum | $\lim [f \pm g] = L \pm M$ |
| Product | $\lim [f \cdot g] = L \cdot M$ |
| Quotient | $\lim [f/g] = L/M$ (if $M \neq 0$) |
| Power | $\lim [f]^n = L^n$ |
| Root | $\lim \sqrt[n]{f} = \sqrt[n]{L}$ |
| Rule | Formula |
|---|---|
| Constant | $\frac{d}{dx}[c] = 0$ |
| Power | $\frac{d}{dx}[x^n] = nx^{n-1}$ |
| Const. Mult. | $\frac{d}{dx}[cf] = c \cdot f'$ |
| Sum/Diff. | $\frac{d}{dx}[f \pm g] = f' \pm g'$ |
| Product | $(fg)' = f'g + fg'$ |
| Quotient | $\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}$ |
| Chain | $\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)$ |
| $\frac{d}{dx}[\sin x]$ | $= \cos x$ |
| $\frac{d}{dx}[\cos x]$ | $= -\sin x$ |
| $\frac{d}{dx}[\tan x]$ | $= \sec^2 x$ |
| $\frac{d}{dx}[\cot x]$ | $= -\csc^2 x$ |
| $\frac{d}{dx}[\sec x]$ | $= \sec x \tan x$ |
| $\frac{d}{dx}[\csc x]$ | $= -\csc x \cot x$ |
| $\frac{d}{dx}[\sin^{-1} x]$ | $= \frac{1}{\sqrt{1-x^2}}$ |
| $\frac{d}{dx}[\cos^{-1} x]$ | $= \frac{-1}{\sqrt{1-x^2}}$ |
| $\frac{d}{dx}[\tan^{-1} x]$ | $= \frac{1}{1+x^2}$ |
| $\frac{d}{dx}[\cot^{-1} x]$ | $= \frac{-1}{1+x^2}$ |
| $\frac{d}{dx}[\sec^{-1} x]$ | $= \frac{1}{|x|\sqrt{x^2-1}}$ |
| $\frac{d}{dx}[\csc^{-1} x]$ | $= \frac{-1}{|x|\sqrt{x^2-1}}$ |
| $\frac{d}{dx}[e^x]$ | $= e^x$ |
| $\frac{d}{dx}[a^x]$ | $= a^x \ln a$ |
| $\frac{d}{dx}[\ln x]$ | $= \frac{1}{x}$ |
| $\frac{d}{dx}[\log_a x]$ | $= \frac{1}{x \ln a}$ |
| $\frac{d}{dx}[e^{g(x)}]$ | $= e^{g(x)} \cdot g'(x)$ |
| $\frac{d}{dx}[\ln g(x)]$ | $= \frac{g'(x)}{g(x)}$ |
| $f'$ Changes | Conclusion |
|---|---|
| $+ \to -$ | Local maximum |
| $- \to +$ | Local minimum |
| Same sign | Not an extremum |
| $f''(c)$ | Conclusion |
|---|---|
| $> 0$ | Local minimum |
| $< 0$ | Local maximum |
| $= 0$ | Inconclusive (use 1st test) |
| $f(x)$ | $\int f(x)\,dx$ |
|---|---|
| $k$ | $kx + C$ |
| $x^n$ $(n \neq -1)$ | $\frac{x^{n+1}}{n+1} + C$ |
| $\frac{1}{x}$ | $\ln|x| + C$ |
| $e^x$ | $e^x + C$ |
| $a^x$ | $\frac{a^x}{\ln a} + C$ |
| $\sin x$ | $-\cos x + C$ |
| $\cos x$ | $\sin x + C$ |
| $\sec^2 x$ | $\tan x + C$ |
| $\csc^2 x$ | $-\cot x + C$ |
| $\sec x \tan x$ | $\sec x + C$ |
| $\csc x \cot x$ | $-\csc x + C$ |
| $\frac{1}{\sqrt{1-x^2}}$ | $\sin^{-1} x + C$ |
| $\frac{1}{1+x^2}$ | $\tan^{-1} x + C$ |
| Method | Formula |
|---|---|
| Disk | $V = \pi\int_a^b [R(x)]^2\,dx$ |
| Washer | $V = \pi\int_a^b [R^2 - r^2]\,dx$ |
| Shell | $V = 2\pi\int_a^b x \cdot f(x)\,dx$ |