How to Approach Any Limit Problem
Every limit problem has a hierarchy of techniques. You should always try them in order — start with the simplest and escalate only when the previous technique fails. Knowing which technique to reach for first is half the battle.
Simply substitute x = a into the expression. If the result is a finite number, that is the limit. This works for all polynomials, and for rational/trig/exponential functions wherever they are defined.
Factor both numerator and denominator. If they share a common factor (x − a), cancel it — this removes the 0/0 form. Then substitute.
💡 Common factorable forms: difference of squares (a²−b²), perfect square trinomials, sum/difference of cubes.
When you cancel (x−a) from the numerator and denominator, you are not changing the limit — you are creating a new function that equals the original for all x ≠ a. The limit does not care about x = a itself, so this is valid.
Multiply numerator and denominator by the conjugate of the square root expression. This eliminates the radical from the troublesome part and creates a factorable difference of squares.
The same conjugate technique applies when the entire fraction involves a difference of square roots. Multiply through to get a rational expression, then cancel and substitute.
Two fundamental trig limits are proved using the Squeeze Theorem and are used constantly in calculus:
To use these, you often need to rewrite the expression to match the standard form. Key trick: if you have sin(3x)/x, multiply and divide by 3 to get 3·[sin(3x)/(3x)] → 3·1 = 3.
Practice Problems
Work through these before checking answers. Cover the solution and try each one independently.
- Stewart, J. (2015). Calculus, §2.3. Cengage.
- Larson, R. & Edwards, B. (2013). Calculus, §1.3. Cengage.
- Apostol, T. (1967). Calculus, Vol. 1. Wiley.