AP-CALCBC-1.6

U1.6 Determining Limits Using Algebraic Manipulation

Master 0/0 indeterminate limits with factoring, conjugates, and combining fractions, plus the key trig limits sin(x)/x and (1−cos(x))/x for AP Calculus BC.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U1.6 Determining Limits Using Algebraic Manipulation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When you plug a value into a limit and get 00\frac{0}{0}, you have not found the answer — you have found an invitation to do algebra. This indeterminate form means the function is unsettled at that point, but the limit may still exist. In this lesson you will learn the four workhorse algebraic techniques the AP exam expects you to reach for automatically: factoring and canceling, multiplying by a conjugate, combining fractions, and simplifying complex fractions. You will also memorize two special trig limits that turn otherwise impossible expressions into clean numbers. By the end you should be able to look at a limit, diagnose why direct substitution failed, and pick the tool that fixes it.

Why 0/0 Means "Do More Work"

Direct substitution is always your first move (from U1.5). When it produces a real number, you are done. But sometimes substitution yields 00\frac{0}{0}, called an indeterminate form. The word indeterminate is literal: 00\frac{0}{0} does not equal 0, does not equal 1, and does not equal infinity. It tells you nothing about the limit's value — the limit could be any number, or fail to exist entirely.

The reason this happens is almost always a common factor hiding in the numerator and denominator. That shared factor is zero at the target point, which is what drops both parts to 0. Your job is to expose and cancel that factor so the removable trouble disappears.

A critical conceptual point: limxaf(x)\lim_{x\to a} f(x) depends only on values near aa, never at aa itself. So when you cancel a factor like (xa)(x-a), you are changing the function at exactly one point — the point that does not matter for the limit. That is why the algebra is legal. The simplified expression agrees with the original everywhere except the hole, so their limits are identical.

On the exam, any limit that gives 00\frac{0}{0} signals that one of the techniques below applies. Recognizing the form fast is half the battle.

Factoring and Combining/Simplifying Fractions

Factoring is the most common fix. When numerator and denominator are polynomials that both hit 0, factor each and cancel the shared binomial. For example, limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x\to 3}\frac{x^2-9}{x-3}=\lim_{x\to 3}\frac{(x-3)(x+3)}{x-3}=\lim_{x\to 3}(x+3)=6.

Know your factoring patterns cold: difference of squares a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b), difference of cubes a3b3=(ab)(a2+ab+b2)a^3-b^3=(a-b)(a^2+ab+b^2), and grouping. If the target value makes a polynomial zero, then (xa)(x-a) is guaranteed to be a factor — that is the Factor Theorem working for you.

Combining fractions handles expressions with sums or differences of fractions in the numerator. For instance limx01x+212x\lim_{x\to 0}\frac{\frac{1}{x+2}-\frac{1}{2}}{x}. Combine the top over a common denominator first, then simplify.

Complex fractions (a fraction inside a fraction) are cleared by multiplying top and bottom by the overall common denominator.
TechniqueTriggerFirst move
Factor & cancelpolynomial / polynomialfactor both, cancel
Conjugatecontains a square rootmultiply by conjugate
Combine fractionssum/difference of fractions on topcommon denominator
Complex fractionfraction stacked in fractionmultiply by LCD
After simplifying, re-substitute. If it still gives 00\frac{0}{0}, repeat or switch techniques.

The Conjugate Trick for Square Roots

When a limit contains a square root and gives 00\frac{0}{0}, factoring usually will not work directly. Instead, multiply numerator and denominator by the conjugate of the radical expression. The conjugate of ab\sqrt{a}-b is a+b\sqrt{a}+b; multiplying them uses the difference-of-squares pattern to eliminate the radical.

Consider limx0x+42x\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}. Substitution gives 220=00\frac{2-2}{0}=\frac{0}{0}. Multiply top and bottom by x+4+2\sqrt{x+4}+2:(x+42)(x+4+2)x(x+4+2)=(x+4)4x(x+4+2)=xx(x+4+2).\frac{(\sqrt{x+4}-2)(\sqrt{x+4}+2)}{x(\sqrt{x+4}+2)}=\frac{(x+4)-4}{x(\sqrt{x+4}+2)}=\frac{x}{x(\sqrt{x+4}+2)}.Now the xx cancels, leaving 1x+4+2\frac{1}{\sqrt{x+4}+2}. Substitute x=0x=0: 12+2=14\frac{1}{2+2}=\frac14.

The key insight is that multiplying by the conjugate converts a stubborn ab\sqrt{a}-\sqrt{b} difference into a plain aba-b difference, which then produces the canceling factor. A common mistake is to expand the denominator too — leave the (x+4+2)(\sqrt{x+4}+2) factor untouched, because you want the numerator to simplify while the denominator holds onto the piece that cancels. Only multiply out the side that has the difference of squares.

The Two Special Trig Limits

Two identities appear constantly and cannot be derived by factoring; you must memorize them:limx0sinxx=1limx01cosxx=0.\lim_{x\to 0}\frac{\sin x}{x}=1 \qquad \lim_{x\to 0}\frac{1-\cos x}{x}=0.Both require the angle to be in radians and both require the argument of the trig function to match the denominator exactly. The exam tests whether you can massage an expression into these forms.

For limx0sin(5x)x\lim_{x\to 0}\frac{\sin(5x)}{x}, multiply top and bottom by 5: 5sin(5x)5x=5sin(5x)5x51=5\frac{5\sin(5x)}{5x}=5\cdot\frac{\sin(5x)}{5x}\to 5\cdot 1=5. The trick is forcing the denominator to match the argument.

For a ratio like limx0sin(3x)sin(7x)\lim_{x\to 0}\frac{\sin(3x)}{\sin(7x)}, split into sin(3x)3x7xsin(7x)3x7x\frac{\sin(3x)}{3x}\cdot\frac{7x}{\sin(7x)}\cdot\frac{3x}{7x}, giving 1137=371\cdot 1\cdot\frac37=\frac37.

A useful consequence: near 0, sinx\sin x behaves like xx, and tanx\tan x also behaves like xx, so limx0tanxx=1\lim_{x\to 0}\frac{\tan x}{x}=1. Watch the domain: these hold only as x0x\to 0, not at other points. If the problem sends xx somewhere else, use substitution or another method instead.

Common Mistakes and How the Exam Frames It

The most frequent error is stopping at 00\frac{0}{0} and writing "does not exist." That form is not an answer — it means keep going. Another is canceling incorrectly, for example canceling a term across addition rather than a factor; you may only cancel factors that multiply the whole numerator and denominator.

Students also misapply the trig limits by ignoring the argument. sin(4x)2x\frac{\sin(4x)}{2x} is not 1; it equals 22 because sin(4x)2x=2sin(4x)4x\frac{\sin(4x)}{2x}=2\cdot\frac{\sin(4x)}{4x}.

On multiple-choice, the exam loves offering the "trap" answer that results from a sign error in the conjugate step or from forgetting to distribute a coefficient. On free-response and calculator-inactive sections, you must show the algebraic simplification, not just the number — full credit requires demonstrating the canceled factor. A frequent follow-up question connects to U1.13, asking whether the point is a removable discontinuity (a hole), which is exactly the point you canceled. So the algebra you do here directly feeds the continuity topics later in Unit 1.

Key terms

Indeterminate form 0/0.
The result of direct substitution when both numerator and denominator approach 0; it gives no information and signals that algebraic work is needed.
Direct substitution.
Plugging the target value into the function; the first method to try, valid whenever the function is continuous there.
Conjugate.
For an expression a±b\sqrt{a}\pm b, the partner ab\sqrt{a}\mp b; multiplying by it removes the radical using the difference of squares.
Common factor.
A shared factor, usually (xa)(x-a), in numerator and denominator that causes the 0/0 form and can be canceled.
Complex fraction.
A fraction that contains another fraction in its numerator or denominator; cleared by multiplying by the least common denominator.
Special trig limits.
The identities limx0sinxx=1\lim_{x\to 0}\frac{\sin x}{x}=1 and limx01cosxx=0\lim_{x\to 0}\frac{1-\cos x}{x}=0, valid in radians.
Removable discontinuity.
A hole in the graph at x=ax=a where the limit exists but the function is undefined or mismatched; corresponds to the canceled factor.
Factor Theorem.
If substituting x=ax=a makes a polynomial equal 0, then (xa)(x-a) is a factor of that polynomial.

Worked example

Evaluate limx01x+313x\lim_{x\to 0}\dfrac{\frac{1}{x+3}-\frac{1}{3}}{x}.
First try direct substitution: the numerator becomes 1313=0\frac{1}{3}-\frac{1}{3}=0 and the denominator becomes 0, so we get 00\frac{0}{0}, an indeterminate form. This is a combining-fractions problem because the numerator is a difference of two fractions.

Combine the numerator over the common denominator 3(x+3)3(x+3):1x+313=3(x+3)3(x+3)=x3(x+3).\frac{1}{x+3}-\frac{1}{3}=\frac{3-(x+3)}{3(x+3)}=\frac{-x}{3(x+3)}.Now the whole expression is x3(x+3)x\dfrac{\frac{-x}{3(x+3)}}{x}. Dividing by xx is multiplying by 1x\frac{1}{x}:x3(x+3)1x=x3x(x+3).\frac{-x}{3(x+3)}\cdot\frac{1}{x}=\frac{-x}{3x(x+3)}.Cancel the common factor of xx:13(x+3).\frac{-1}{3(x+3)}.Now re-substitute x=0x=0:13(0+3)=19.\frac{-1}{3(0+3)}=\frac{-1}{9}.So the limit equals 19-\frac{1}{9}. Notice how combining fractions exposed the canceling factor of xx, exactly as factoring would in a polynomial problem.

Practice questions

Evaluate limx0sin(6x)2x\lim_{x\to 0}\dfrac{\sin(6x)}{2x}.
  1. 11
  2. 22
  3. 33
  4. 66

Answer: 33

Rewrite to match the special limit form. sin(6x)2x=62sin(6x)6x=3sin(6x)6x\frac{\sin(6x)}{2x}=\frac{6}{2}\cdot\frac{\sin(6x)}{6x}=3\cdot\frac{\sin(6x)}{6x}. As x0x\to 0, sin(6x)6x1\frac{\sin(6x)}{6x}\to 1, so the limit is 31=33\cdot 1=3. The trap answer 6 comes from forgetting the 2 in the denominator; the trap answer 1 comes from ignoring the coefficients entirely.
Evaluate limx4x2x4\lim_{x\to 4}\dfrac{\sqrt{x}-2}{x-4}, showing the algebraic method.

Answer: 14\frac{1}{4}

Direct substitution gives 220=00\frac{2-2}{0}=\frac{0}{0}, so use the conjugate. Multiply top and bottom by x+2\sqrt{x}+2: the numerator becomes (x)222=x4(\sqrt{x})^2-2^2=x-4, giving x4(x4)(x+2)\frac{x-4}{(x-4)(\sqrt{x}+2)}. Cancel (x4)(x-4) to get 1x+2\frac{1}{\sqrt{x}+2}. Substitute x=4x=4: 12+2=14\frac{1}{2+2}=\frac14. Recognizing that x4x-4 appears from the difference of squares is the key step.
Evaluate limx2x2+x2x24\lim_{x\to -2}\dfrac{x^2+x-2}{x^2-4}.
  1. 34-\frac{3}{4}
  2. 34\frac{3}{4}
  3. 00
  4. does not exist

Answer: 34\frac{3}{4}

Substitution gives 42244=00\frac{4-2-2}{4-4}=\frac{0}{0}. Factor: x2+x2=(x+2)(x1)x^2+x-2=(x+2)(x-1) and x24=(x+2)(x2)x^2-4=(x+2)(x-2). Cancel (x+2)(x+2) to get x1x2\frac{x-1}{x-2}. Substitute x=2x=-2: 34=34\frac{-3}{-4}=\frac34. Choosing "does not exist" is the trap for students who stop at 00\frac{0}{0}.

FAQ

What does it mean when a limit gives 0/0?
It is an indeterminate form, which means direct substitution failed and you must do more work. The value 00\frac{0}{0} does not equal any number by itself — the actual limit could be anything. It almost always signals a common factor you can cancel through factoring, a conjugate, or combining fractions.
How do I know whether to factor or use the conjugate?
Look for square roots. If the expression contains a radical, multiply by the conjugate to convert the difference of roots into a plain difference that cancels. If both parts are polynomials with no radicals, factor and cancel the shared binomial instead.
Do the special trig limits work for any value of x?
No. Both limx0sinxx=1\lim_{x\to 0}\frac{\sin x}{x}=1 and limx01cosxx=0\lim_{x\to 0}\frac{1-\cos x}{x}=0 hold only as x0x\to 0 and only in radians. The argument inside the trig function must match the denominator; adjust with coefficients if it does not, such as writing sin(5x)x=5sin(5x)5x\frac{\sin(5x)}{x}=5\cdot\frac{\sin(5x)}{5x}.
Why is it legal to cancel a factor if it changes the function?
A limit depends only on values near the target point, not the value at it. Canceling (xa)(x-a) changes the function only at x=ax=a, the one point that does not affect the limit. The simplified function agrees with the original everywhere else, so their limits are equal.

Learn this with a teacher, not a page

The Crimsora tutor teaches U1.6 Determining Limits Using Algebraic Manipulation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.