Quick Reference
All the formulas you need in one spot. Tap any one to try it out.
Derivative Rules
Basic Rules
Trigonometric Functions
\(\frac{d}{dx}[\sin x] = \cos x\)
Try: sin(2x) →
\(\frac{d}{dx}[\cos x] = -\sin x\)
Try: cos(3x) →
\(\frac{d}{dx}[\tan x] = \sec^2 x\)
Try: tan(3x) →
\(\frac{d}{dx}[\cot x] = -\csc^2 x\)
Try: x·cot(x) →
\(\frac{d}{dx}[\sec x] = \sec x \tan x\)
Try: sec²(x) →
\(\frac{d}{dx}[\csc x] = -\csc x \cot x\)
Try: csc(x)/x →
Inverse Trigonometric Functions
\(\frac{d}{dx}[\arcsin x] = \frac{1}{\sqrt{1-x^2}}\)
Try: arcsin(2x) →
\(\frac{d}{dx}[\arccos x] = \frac{-1}{\sqrt{1-x^2}}\)
Try: arccos(x/2) →
\(\frac{d}{dx}[\arctan x] = \frac{1}{1+x^2}\)
Try: arctan(x²) →
Exponential & Logarithmic
\(\frac{d}{dx}[e^x] = e^x\)
Try: e^(x²) →
\(\frac{d}{dx}[a^x] = a^x \ln a\)
Try: 2^(3x) →
\(\frac{d}{dx}[\ln x] = \frac{1}{x}\)
Try: ln(x²+1) →
\(\frac{d}{dx}[\log_a x] = \frac{1}{x \ln a}\)
Try: log₁₀(x²) →
Integration Formulas
Basic Integrals
\(\int \frac{1}{x} \, dx = \ln|x| + C\)
Try: 1/(2x) →
\(\int e^x \, dx = e^x + C\)
Try: e^(2x) →
\(\int a^x \, dx = \frac{a^x}{\ln a} + C\)
Try: 3^x →
Trigonometric Integrals
\(\int \sin x \, dx = -\cos x + C\)
Try: sin(3x) →
\(\int \cos x \, dx = \sin x + C\)
Try: cos(2x) →
\(\int \sec^2 x \, dx = \tan x + C\)
Try it →
\(\int \csc^2 x \, dx = -\cot x + C\)
Try it →
\(\int \tan x \, dx = -\ln|\cos x| + C\)
Try it →
Inverse Trig Forms
\(\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin x + C\)
Try: 1/√(4-x²) →
\(\int \frac{1}{1+x^2} \, dx = \arctan x + C\)
Try: 1/(9+x²) →
\(\int \frac{1}{x\sqrt{x^2-1}} \, dx = \text{arcsec}|x| + C\)
Try it →
Integration Techniques
Limit Formulas
Important Limits
Indeterminate Forms (0/0)
Limits at Infinity
\(\lim_{x \to \infty} \frac{1}{x^n} = 0\) for n > 0
Try: 1/x³ →
\(\lim_{x \to \infty} e^{-x} = 0\)
Try it →
\(\lim_{x \to \infty} x \cdot e^{-x} = 0\)
Try it →
One-Sided Limits
L'Hôpital's Rule
\(\text{If } \lim_{x \to a} \frac{f(x)}{g(x)} = \frac{0}{0} \text{ or } \frac{\pm\infty}{\pm\infty}, \text{ then } \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}\)
L'Hôpital's Rule for Indeterminate Forms
Try: (eˣ-1-x)/x² →