Skip to main content

Common Limit Patterns

The following patterns are useful after checking the expression's domain and the direction of approach.

ExpressionLimit
limxex\displaystyle\lim_{x\to\infty} e^x\infty
limxex\displaystyle\lim_{x\to-\infty} e^x00
limxlnx\displaystyle\lim_{x\to\infty}\ln x\infty
limx0+lnx\displaystyle\lim_{x\to0^+}\ln x-\infty
limx±bxr\displaystyle\lim_{x\to\pm\infty}\frac{b}{x^r}, r>0r>0 where defined00
limx0sinxx\displaystyle\lim_{x\to0}\frac{\sin x}{x}11
limx01cosxx\displaystyle\lim_{x\to0}\frac{1-\cos x}{x}00
limx0ex1x\displaystyle\lim_{x\to0}\frac{e^x-1}{x}11

For a polynomial

p(x)=anxn+an1xn1++a0,p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_0,

the leading term determines its end behavior. As xx\to\infty, the sign is the sign of ana_n. As xx\to-\infty, an even degree preserves that sign and an odd degree reverses it.

For a rational function p(x)/q(x)p(x)/q(x), compare the polynomial degrees:

Degree comparisonLimit as x±x\to\pm\infty
degp<degq\deg p<\deg q00
degp=degq\deg p=\deg qratio of leading coefficients
degp>degq\deg p>\deg qanalyze leading powers; the value is generally unbounded or has no finite limit

These are patterns, not replacements for hypotheses. One-sided behavior and domain restrictions still matter.