Calculus guide
Understanding Limits and Indeterminate Forms
Evaluate limits with substitution, algebraic simplification, one-sided reasoning, and standard trigonometric limits.
8 min readBeginnerUpdated 2026-07-12
What you will learn
- Try direct substitution first
- Simplify 0/0 forms
- Distinguish one-sided and two-sided limits
Concept 1
A limit describes nearby behavior
The value of a function at a point and its limit at that point are different ideas. A limit only asks what values the function approaches nearby.
Concept 2
Substitute before using a more advanced method
If substitution produces an ordinary real number, the limit is usually finished. An expression such as 0/0 is indeterminate: it signals that the expression should be simplified, not that the limit is zero.
Concept 3
Both one-sided limits must agree
A two-sided limit exists only when the left-hand and right-hand limits exist and are equal. This matters near jumps, vertical asymptotes, and piecewise boundaries.
Worked example
Evaluate limₓ→₁ (x²−1)/(x−1)
- 1Direct substitution gives 0/0.
- 2Factor x²−1=(x−1)(x+1).
- 3Cancel x−1 for nearby x and evaluate x+1 at x=1.
Answer
Common mistakes
- Treating 0/0 as the answer
- Canceling terms that are added rather than multiplied
- Ignoring different left-hand and right-hand behavior
Check your understanding