Skip to main content
United StatesCalculusSyllabus dot point

When direct substitution gives the indeterminate form 0/0, how do you rewrite the function to find the limit?

Topic 1.6 Determining Limits Using Algebraic Manipulation: resolve indeterminate forms by factoring and cancelling, rationalizing, combining fractions, or using known trigonometric limits.

A focused answer to AP Calculus AB Topic 1.6, covering how to resolve 0/0 indeterminate forms by factoring, rationalizing and combining fractions, plus the key trigonometric limits, with full worked examples.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Why 00\frac{0}{0} means "keep going"
  3. Technique 1: factor and cancel
  4. Technique 2: rationalize with a conjugate
  5. Technique 3: combine a complex fraction
  6. Known trigonometric limits
  7. Why rewriting is legal
  8. Choosing the right tool

What this topic is asking

The College Board (Topic 1.6) wants you to evaluate limits where direct substitution gives the indeterminate form 00\frac{0}{0}. The fix is to rewrite the function into an equivalent form (valid for x≠ax \neq a) on which substitution does work. The standard tools are factoring and cancelling, rationalizing with a conjugate, combining fractions, and a few known trigonometric limits.

Why 00\frac{0}{0} means "keep going"

Technique 1: factor and cancel

For rational expressions, factor numerator and denominator and cancel the factor that is zero at aa.

lim⁑xβ†’3x2βˆ’xβˆ’6xβˆ’3=lim⁑xβ†’3(xβˆ’3)(x+2)xβˆ’3=lim⁑xβ†’3(x+2)=5.\lim_{x \to 3} \frac{x^2 - x - 6}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+2)}{x-3} = \lim_{x \to 3} (x + 2) = 5.

Technique 2: rationalize with a conjugate

When a square root creates the 00\frac{0}{0}, multiply top and bottom by the conjugate to turn the root into a difference of squares.

lim⁑xβ†’0x+9βˆ’3x=lim⁑xβ†’0(x+9βˆ’3)(x+9+3)x(x+9+3)=lim⁑xβ†’0xx(x+9+3)=16.\lim_{x \to 0} \frac{\sqrt{x+9} - 3}{x} = \lim_{x \to 0} \frac{(\sqrt{x+9}-3)(\sqrt{x+9}+3)}{x(\sqrt{x+9}+3)} = \lim_{x \to 0} \frac{x}{x(\sqrt{x+9}+3)} = \frac{1}{6}.

Technique 3: combine a complex fraction

When the expression has fractions stacked inside fractions, combine them over a common denominator first.

lim⁑xβ†’21xβˆ’12xβˆ’2=lim⁑xβ†’22βˆ’x2xxβˆ’2=lim⁑xβ†’2βˆ’(xβˆ’2)2x(xβˆ’2)=lim⁑xβ†’2βˆ’12x=βˆ’14.\lim_{x \to 2} \frac{\frac{1}{x} - \frac{1}{2}}{x - 2} = \lim_{x \to 2} \frac{\frac{2 - x}{2x}}{x - 2} = \lim_{x \to 2} \frac{-(x-2)}{2x(x-2)} = \lim_{x \to 2} \frac{-1}{2x} = -\frac{1}{4}.

Known trigonometric limits

You often rewrite a trigonometric limit until one of these appears, for example lim⁑xβ†’0sin⁑5xx=lim⁑xβ†’05β‹…sin⁑5x5x=5(1)=5\lim_{x \to 0} \frac{\sin 5x}{x} = \lim_{x \to 0} 5 \cdot \frac{\sin 5x}{5x} = 5(1) = 5.

A reasonable worry is whether you are "allowed" to cancel a factor that is zero at the very point you care about. The answer is yes, precisely because a limit ignores the single point x=ax = a. When you cancel (xβˆ’a)(x - a) from (xβˆ’a)(x+2)(xβˆ’a)(xβˆ’2)\frac{(x-a)(x+2)}{(x-a)(x-2)}, the simplified function x+2xβˆ’2\frac{x+2}{x-2} disagrees with the original only at x=ax = a, where the original was undefined anyway. Everywhere else - including every point in the approach toward aa - the two functions are identical, so they must have the same limit. This is the formal justification for every algebraic rewrite in the topic: the new expression is a different function (it may be defined where the old one was not), but it shares all the nearby values that determine the limit. Stating this once to yourself dissolves the discomfort and explains why substitution into the simplified form gives the right answer.

Choosing the right tool

Match the obstacle to the technique: a factorable polynomial calls for factor-and-cancel; a root calls for the conjugate; stacked fractions call for combining; a trigonometric ratio calls for the special limits. If substitution gives a nonzero number over zero instead of 00\frac{0}{0}, the limit is infinite and these techniques do not apply. Occasionally a single limit needs two tools in sequence - for instance combining a complex fraction and then cancelling, or rationalizing and then factoring - so do not assume one move always finishes the job. After each rewrite, substitute again to check whether you have escaped the indeterminate form; if you are still at 00\frac{0}{0}, keep simplifying. This substitute-rewrite-resubstitute loop is the dependable rhythm for every algebraic limit on the exam.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2021 (style)1 marksSection I (multiple choice, no calculator). Evaluate lim⁑xβ†’5x2βˆ’25xβˆ’5\lim_{x \to 5} \frac{x^2 - 25}{x - 5}. (A) 00 (B) 55 (C) 1010 (D) Does not exist
Show worked answer β†’

The correct answer is (C), 1010.

Direct substitution gives 00\frac{0}{0}, an indeterminate form. Factor the numerator as a difference of squares: x2βˆ’25=(xβˆ’5)(x+5)x^2 - 25 = (x-5)(x+5). Cancel the common factor (xβˆ’5)(x - 5) (valid for xβ‰ 5x \neq 5): (xβˆ’5)(x+5)xβˆ’5=x+5\frac{(x-5)(x+5)}{x-5} = x + 5. Now substitute: lim⁑xβ†’5(x+5)=10\lim_{x \to 5}(x + 5) = 10.

AP 2023 (style)3 marksSection II (free response, no calculator). Evaluate lim⁑xβ†’0x+4βˆ’2x\lim_{x \to 0} \frac{\sqrt{x + 4} - 2}{x}. Show the algebraic steps that justify your answer.
Show worked answer β†’

A 3-point question requiring the rationalizing technique.

(1 point) Direct substitution gives 4βˆ’20=00\frac{\sqrt{4} - 2}{0} = \frac{0}{0}, indeterminate. (1 point) Multiply by the conjugate x+4+2x+4+2\frac{\sqrt{x+4}+2}{\sqrt{x+4}+2}: the numerator becomes (x+4)βˆ’4=x(x + 4) - 4 = x, so the expression is xx(x+4+2)=1x+4+2\frac{x}{x(\sqrt{x+4}+2)} = \frac{1}{\sqrt{x+4}+2}. (1 point) Substitute x=0x = 0: 14+2=14\frac{1}{\sqrt{4}+2} = \frac{1}{4}. So the limit is 14\frac{1}{4}.

Related dot points

Sources & how we know this