Mathwords logoMathwords

Limits Cheat Sheet — All Calculus Limit Rules & Techniques

A complete reference of calculus limit rules and techniques. Includes basic properties, special limits (trig, exponential), L'Hôpital's rule, indeterminate forms, infinity limits, and one-sided limits — everything you need for AP Calculus and Calculus I.

Basic Limit Properties

Constant Limit
limxac=c\lim_{x \to a} c = c
Limit of x
limxax=a\lim_{x \to a} x = a
Sum Rule
limxa[f(x)+g(x)]=limf(x)+limg(x)\lim_{x \to a} [f(x) + g(x)] = \lim f(x) + \lim g(x)
Difference Rule
limxa[f(x)g(x)]=limf(x)limg(x)\lim_{x \to a} [f(x) - g(x)] = \lim f(x) - \lim g(x)
Constant Multiple
limxacf(x)=climxaf(x)\lim_{x \to a} c f(x) = c \lim_{x \to a} f(x)
Product Rule
limxa[f(x)g(x)]=limf(x)limg(x)\lim_{x \to a} [f(x) g(x)] = \lim f(x) \cdot \lim g(x)
Quotient Rule
limxaf(x)g(x)=limf(x)limg(x)(limg0)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim f(x)}{\lim g(x)} \quad(\lim g \ne 0)
Power Rule
limxa[f(x)]n=[limxaf(x)]n\lim_{x \to a} [f(x)]^n = \left[\lim_{x \to a} f(x)\right]^n

Special Limits

Sin x / x
limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
(1 − cos x) / x
limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0
(1 − cos x) / x²
limx01cosxx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}
tan x / x
limx0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1
Definition of e (Limit)
limn(1+1n)n=e\lim_{n \to \infty} \left(1 + \tfrac{1}{n}\right)^n = e
Exponential Limit
limx0ex1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1
Log Limit
limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1
Power Limit
limx0(1+x)n1x=n\lim_{x \to 0} \frac{(1 + x)^n - 1}{x} = n

L'Hôpital's Rule

L'Hôpital (0/0 form)
limxaf(x)g(x)=limxaf(x)g(x)(00)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} \quad\left(\tfrac{0}{0}\right)
L'Hôpital (∞/∞ form)
limxaf(x)g(x)=limxaf(x)g(x)()\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} \quad\left(\tfrac{\infty}{\infty}\right)
Convert 0 · ∞
fg=f1/g (apply L’Hoˆpital)f \cdot g = \frac{f}{1/g} \text{ (apply L'Hôpital)}
Convert ∞ − ∞
fg=1/g1/f1/(fg) (find common denominator)f - g = \frac{1/g - 1/f}{1/(fg)} \text{ (find common denominator)}

Indeterminate Forms

List of Indeterminate Forms
00, , 0, , 00, 1, 0\tfrac{0}{0},\ \tfrac{\infty}{\infty},\ 0 \cdot \infty,\ \infty - \infty,\ 0^0,\ 1^\infty,\ \infty^0
Exponential Indeterminate (general)
y=f(x)g(x)    lny=g(x)lnf(x)y = f(x)^{g(x)} \implies \ln y = g(x) \ln f(x)

Limits at Infinity

Rational Function (deg numerator < denominator)
limxP(x)Q(x)=0\lim_{x \to \infty} \frac{P(x)}{Q(x)} = 0
Rational Function (deg numerator = denominator)
limxanxn+bnxn+=anbn\lim_{x \to \infty} \frac{a_n x^n + \cdots}{b_n x^n + \cdots} = \frac{a_n}{b_n}
Rational Function (deg numerator > denominator)
limxP(x)Q(x)=±\lim_{x \to \infty} \frac{P(x)}{Q(x)} = \pm\infty
Exponential Beats Polynomial
limxxnex=0\lim_{x \to \infty} \frac{x^n}{e^x} = 0
Polynomial Beats Logarithm
limxlnxxn=0(n>0)\lim_{x \to \infty} \frac{\ln x}{x^n} = 0 \quad(n > 0)

One-Sided Limits & Continuity

Left-Hand Limit
limxaf(x)=L\lim_{x \to a^-} f(x) = L
Right-Hand Limit
limxa+f(x)=L\lim_{x \to a^+} f(x) = L
Two-Sided Limit Exists
limxaf(x)=L    limxaf=limxa+f=L\lim_{x \to a} f(x) = L \iff \lim_{x \to a^-} f = \lim_{x \to a^+} f = L
Continuity at a
f continuous at a    limxaf(x)=f(a)f \text{ continuous at } a \iff \lim_{x \to a} f(x) = f(a)
Squeeze Theorem
g(x)f(x)h(x), limg=limh=L    limf=Lg(x) \le f(x) \le h(x),\ \lim g = \lim h = L \implies \lim f = L

Related Pages