Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Common Limits


Reference table of common limit identities. Try puzzle mode to drill, or read the full limits explanation →

Common limits tool

Search by expression, by value, by name — or pick a family.

View

Reference mode: click any card to see the full identity and details.

Basic limits
limxac\displaystyle\lim_{x \to a} c
Constant
cc
Basic limits
limxax\displaystyle\lim_{x \to a} x
Identity
aa
Basic limits
limxaxn\displaystyle\lim_{x \to a} x^n
Power at a point
ana^n
Trigonometric limits
limx0sin(x)x\displaystyle\lim_{x \to 0} \dfrac{\sin(x)}{x}
Sine over x
11
Trigonometric limits
limx0tan(x)x\displaystyle\lim_{x \to 0} \dfrac{\tan(x)}{x}
Tangent over x
11
Trigonometric limits
limx01cos(x)x\displaystyle\lim_{x \to 0} \dfrac{1 - \cos(x)}{x}
(1 - cos x) over x
00
Trigonometric limits
limx01cos(x)x2\displaystyle\lim_{x \to 0} \dfrac{1 - \cos(x)}{x^2}
(1 - cos x) over x squared
12\dfrac{1}{2}
Trigonometric limits
limx0sin(kx)x\displaystyle\lim_{x \to 0} \dfrac{\sin(kx)}{x}
Sine of kx over x
kk
Trigonometric limits
limxsin(x)x\displaystyle\lim_{x \to \infty} \dfrac{\sin(x)}{x}
Sine over x at infinity
00
Exponential limits
limx(1+1x)x\displaystyle\lim_{x \to \infty} \left(1 + \dfrac{1}{x}\right)^x
Definition of e at infinity
ee
Exponential limits
limx0(1+x)1/x\displaystyle\lim_{x \to 0} (1 + x)^{1/x}
Definition of e at zero
ee
Exponential limits
limx(1+ax)x\displaystyle\lim_{x \to \infty} \left(1 + \dfrac{a}{x}\right)^x
Scaled definition of e
eae^a
Exponential limits
limx0ex1x\displaystyle\lim_{x \to 0} \dfrac{e^x - 1}{x}
e to the x minus one over x
11
Exponential limits
limx0ax1x\displaystyle\lim_{x \to 0} \dfrac{a^x - 1}{x}
a to the x minus one over x
ln(a)\ln(a)
Logarithmic limits
limx0ln(1+x)x\displaystyle\lim_{x \to 0} \dfrac{\ln(1 + x)}{x}
ln(1+x) over x
11
Logarithmic limits
limxln(x)x\displaystyle\lim_{x \to \infty} \dfrac{\ln(x)}{x}
ln x over x at infinity
00
Logarithmic limits
limx0+xln(x)\displaystyle\lim_{x \to 0^+} x\ln(x)
x times ln x at 0+
00
Limits at infinity
limx1x\displaystyle\lim_{x \to \infty} \dfrac{1}{x}
Reciprocal at infinity
00
Limits at infinity
limx1xn\displaystyle\lim_{x \to \infty} \dfrac{1}{x^n}
Reciprocal power at infinity
00
Limits at infinity
limxxn\displaystyle\lim_{x \to \infty} x^n
Power at infinity
\infty
Limits at infinity
limxxnex\displaystyle\lim_{x \to \infty} \dfrac{x^n}{e^x}
Power over exponential
00
Limits at infinity
limxln(x)xn\displaystyle\lim_{x \to \infty} \dfrac{\ln(x)}{x^n}
Logarithm over power
00
Limits at infinity
limxex\displaystyle\lim_{x \to \infty} e^{-x}
Negative exponential
00
Limits at infinity
limxx1/x\displaystyle\lim_{x \to \infty} x^{1/x}
x to the one over x
11
One-sided limits
limx0+1x\displaystyle\lim_{x \to 0^+} \dfrac{1}{x}
Reciprocal from the right
++\infty
One-sided limits
limx01x\displaystyle\lim_{x \to 0^-} \dfrac{1}{x}
Reciprocal from the left
-\infty
One-sided limits
limx0+x\displaystyle\lim_{x \to 0^+} \sqrt{x}
Square root from the right
00
One-sided limits
limx0+xx\displaystyle\lim_{x \to 0^+} x^x
x to the x from the right
11

Families of limits

Click a family to highlight its entries in the table above.

c

Basic limits

Constant, identity, and other elementary limits that follow from continuity.

3 matchesClick to highlight
sin

Trigonometric limits

Classical trigonometric limits — the foundation of every trig derivative.

6 matchesClick to highlight
e^x

Exponential limits

Limits that define or relate to the constant ee.

5 matchesClick to highlight
ln

Logarithmic limits

Limits involving the natural logarithm.

3 matchesClick to highlight

Limits at infinity

End behavior of polynomial, rational, exponential, and logarithmic expressions.

7 matchesClick to highlight
0⁺

One-sided limits

Limits approached from the right or left only — useful where the two-sided limit fails to exist.

4 matchesClick to highlight

Limit laws and theorems

The rules that combine, transform, and evaluate limits.

+

Sum and difference

The limit of a sum (or difference) is the sum (or difference) of the limits, provided both exist.

limxa(f(x)±g(x))=limxaf(x)±limxag(x)\displaystyle\lim_{x \to a}\bigl(f(x) \pm g(x)\bigr) = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)
×

Product and constant multiple

The limit of a product is the product of the limits. Constants pull out of the limit.

limxa(f(x)g(x))=limxaf(x)limxag(x)\displaystyle\lim_{x \to a}\bigl(f(x)\,g(x)\bigr) = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
÷

Quotient

The limit of a quotient is the quotient of the limits, provided the denominator's limit is not zero.

limxaf(x)g(x)=limxaf(x)limxag(x),limg0\displaystyle\lim_{x \to a}\dfrac{f(x)}{g(x)} = \dfrac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, \quad \lim g \neq 0

Squeeze theorem

If f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) near aa and limf=limh=L\lim f = \lim h = L, then limg=L\lim g = L as well. Useful when direct evaluation is hard but bounds are easy.

limx0x2sin(1/x)=0sincex2x2sin(1/x)x2\displaystyle\lim_{x \to 0} x^2 \sin(1/x) = 0 \quad \text{since} \quad -x^2 \leq x^2\sin(1/x) \leq x^2
L

L\'Hôpital\'s rule

For indeterminate forms 0/00/0 or /\infty/\infty, differentiating top and bottom separately gives a limit of the same value (when it exists).

limxaf(x)g(x)=limxaf(ˊx)g(ˊx)\displaystyle\lim_{x \to a}\dfrac{f(x)}{g(x)} = \lim_{x \to a}\dfrac{f\'(x)}{g\'(x)}
C

Continuity

A function is continuous at aa exactly when the limit equals the value. Every polynomial, rational, exponential, logarithmic, and trig function is continuous on its domain.

f continuous at a    limxaf(x)=f(a)\displaystyle f \text{ continuous at } a \iff \lim_{x \to a} f(x) = f(a)
Loading...