Skip to content
K Knidox Search…
Reference · Calculus

Limit Rules

A copy-able sheet — limit laws, the standard limits, L’Hôpital’s rule, continuity, and asymptotes.

Showing 37 of 37. Click any formula to copy it.

Unless a limit point is written explicitly, every law above holds as x → a for any a where both limits on the right exist. Try direct substitution first: the laws only earn their keep once substitution gives an indeterminate form.

Start every limit with direct substitution — if the function is continuous there, the limit is just f(a). The rules matter when substitution gives an indeterminate form such as 0/0. The one most often needed is lim(x→0) sin x ÷ x = 1, which substitution alone cannot give.

Substitution first, rules second

A limit asks what a function approaches, not what it equals, and for continuous functions those are the same thing — which is why plugging the value in works so often. The machinery on this page exists for the cases where it does not: a denominator that vanishes, a difference of two infinities, a function defined piecewise across the point in question.

When substitution fails, the route depends on what it produced. A 0/0 from a rational function usually means a shared factor waiting to be cancelled, or a conjugate waiting to be multiplied through. A limit at infinity usually means dividing numerator and denominator by the highest power of x. Only when algebra runs out does L’Hôpital’s rule earn its place.

Why one-sided limits matter

A two-sided limit exists only when both sides agree. For f(x) = |x| ÷ x the left limit is −1 and the right limit is +1, so the limit at 0 does not exist even though the function is perfectly well behaved on either side. Any function defined by cases needs both sides checked at the boundary before you can claim a limit at all.

The indeterminate forms

These are the only forms that need work. Anything else substitution already answered.

FormWhat to do
0/0Factor and cancel, rationalise, or apply L’Hôpital’s rule
∞/∞Divide through by the highest power, or apply L’Hôpital’s rule
0 · ∞Rewrite as a quotient, then use L’Hôpital
∞ − ∞Combine over a common denominator or rationalise
1^∞Take the natural log, find that limit, then exponentiate
0⁰Take the natural log, find that limit, then exponentiate
∞⁰Take the natural log, find that limit, then exponentiate

Horizontal asymptotes of a rational function

Compare the degree of the numerator with the degree of the denominator.

DegreesAs x → ±∞Example
Numerator lowery = 0(x + 1) ÷ (x² + 3) → 0
Degrees equalRatio of leading coefficients(3x² + 1) ÷ (2x² − x) → 3/2
Numerator higher by 1No horizontal asymptote; a slant one instead(x² + 1) ÷ x → x
Numerator higher by 2 or moreNo horizontal or slant asymptote(x³ + 1) ÷ x → ±∞

Where L’Hôpital’s rule goes wrong

Three errors are common. The first is applying it to a form that is not indeterminate: a limit of the shape 2/0 is not 0/0, and differentiating both parts changes the answer rather than revealing it. Check the form before differentiating, and check it again after each application.

The second is differentiating the quotient rather than the numerator and denominator separately — the rule is lim f′ ÷ g′, never the derivative of f ÷ g. The third is looping forever: for limits such as x ÷ √(x² + 1) the rule cycles back to where it started, and the algebraic route of dividing by x finishes in one step.

What should I try first on a limit problem?
Direct substitution. If the function is continuous at the point, the limit equals f(a) and there is nothing further to do. Only when substitution produces an indeterminate form do the laws and L’Hôpital’s rule become relevant.
When can I use L’Hôpital’s rule?
Only when the limit takes the form 0/0 or ∞/∞. Other indeterminate forms must be rewritten into one of those first — products become quotients, differences are combined over a common denominator, and exponential forms are handled by taking logarithms.
Why is lim sin x ÷ x equal to 1 rather than 0?
Substitution gives 0/0, so the ratio is not determined by the values alone. Near zero sin x and x are nearly the same size, which the squeeze theorem makes precise, so their ratio approaches 1. It is the limit behind the derivative of sine.
Is c/0 an indeterminate form?
No. When the numerator approaches a nonzero constant and the denominator approaches zero, the magnitude grows without bound — the limit is +∞, −∞, or does not exist, depending on the sign from each side. Only 0/0 is indeterminate.
What is the difference between a limit existing and a function being continuous?
Continuity needs three things: f(a) is defined, the limit exists, and the two are equal. A function can have a perfectly good limit at a point where it is undefined or where its value has been set to something else — that is a removable discontinuity.
How do I find a horizontal asymptote?
Take the limit as x → ±∞. For a rational function, compare degrees: numerator lower gives y = 0, equal degrees give the ratio of the leading coefficients, and a numerator of higher degree means no horizontal asymptote.
Does differentiable mean continuous, or the other way round?
Differentiable implies continuous, never the reverse. |x| is continuous everywhere but has no derivative at 0, because the slope approaching from the left and the right disagree.