Calculus I · Limits and Continuity · lesson

Evaluating Limits by Factoring

Concept

Learning objectives

Evaluate finite limits by factoring a numerator or denominator, cancelling a common nonzero factor, and then substituting.

Factoring and Cancellation

Guided walkthrough

Why cancellation is legal in a limit

Evaluate

limx2x24x2.\lim_{x\to2}\frac{x^2-4}{x-2}.
Show worked solution

Direct substitution gives 0/00/0, so factor:

x24=(x2)(x+2).x^2-4=(x-2)(x+2).

For every nearby input x2x\ne2,

(x2)(x+2)x2=x+2.\frac{(x-2)(x+2)}{x-2}=x+2.

Now substitute:

2+2=4.2+2=4.

Therefore,

limx2x24x2=4.\boxed{\lim_{x\to2}\frac{x^2-4}{x-2}=4}.

We did not claim that the original expression is defined at x=2x=2. We only used the simplified expression for nearby values x2x\ne2, exactly the values a limit studies.

Interactive checkfactor-flow-01

Evaluate limx3x29x3\lim_{x\to3}\frac{x^2-9}{x-3}.

Your work stays on this device. No account or AI grader is used.

Show hint

Factor x29x^2-9.

Attempt once to unlock the solution

Submit an answer first. The hint is available now.

Worked example

Factor a quadratic

Evaluate

limx3x25x+6x3.\lim_{x\to3}\frac{x^2-5x+6}{x-3}.
Show worked solution

Substitution gives 0/00/0. Factor the numerator:

x25x+6=(x2)(x3).x^2-5x+6=(x-2)(x-3).

Cancel the common factor for x3x\ne3:

(x2)(x3)x3=x2.\frac{(x-2)(x-3)}{x-3}=x-2.

Then

limx3(x2)=32=1.\lim_{x\to3}(x-2)=3-2=\boxed{1}.
Worked example

Difference of cubes

Evaluate

limx2x38x2.\lim_{x\to2}\frac{x^3-8}{x-2}.
Show worked solution

Use

a3b3=(ab)(a2+ab+b2).a^3-b^3=(a-b)(a^2+ab+b^2).

Thus,

x38=(x2)(x2+2x+4).x^3-8=(x-2)(x^2+2x+4).

For x2x\ne2,

x38x2=x2+2x+4.\frac{x^3-8}{x-2}=x^2+2x+4.

Now substitute:

22+2(2)+4=4+4+4=12.2^2+2(2)+4=4+4+4=\boxed{12}.
Worked example

Exam-level: factor more than once

Evaluate

limx1x41x21.\lim_{x\to1}\frac{x^4-1}{x^2-1}.
Show worked solution

Substitution gives 0/00/0. Factor both differences of squares:

x41=(x21)(x2+1),x^4-1=(x^2-1)(x^2+1),

so

x41x21=x2+1,x±1.\frac{x^4-1}{x^2-1}=x^2+1,\qquad x\ne\pm1.

Therefore,

limx1(x2+1)=1+1=2.\lim_{x\to1}(x^2+1)=1+1=\boxed{2}.

An alternative full factorization is

x41=(x1)(x+1)(x2+1),x^4-1=(x-1)(x+1)(x^2+1),x21=(x1)(x+1).x^2-1=(x-1)(x+1).

Both routes lead to the same simplification.

Exam note

Cancel factors, not terms. From

x2+2xx\frac{x^2+2x}{x}

you may factor the numerator and cancel:

x(x+2)x=x+2.\frac{x(x+2)}{x}=x+2.

You may not "cancel the xx" from only one term and write x2+2x^2+2. Addition prevents cancellation until a common factor has been extracted.

After the explanation

Use the section idea

Reading lens

What did direct substitution reveal, and which algebraic move removes the obstacle without changing nearby behavior?

Mental model

Substitution is a diagnostic first move: a real number usually finishes the problem, while an indeterminate form asks for a structural rewrite.

Decision

Match the obstacle to the algebra—factor polynomial zeros, rationalize radicals, combine complex fractions, and split absolute values into one-sided cases.

Common trap

Zero over zero is not an answer, and cancellation is legal only for factors after the expression has been rewritten as a product.

Check yourself

You are ready to move on when you can justify why each rewrite preserves nearby values even if the original expression is undefined at the target.

Source & rights

Original instruction with traceable references.

The exposition is original. No Active Calculus exercise is reproduced verbatim. Public-domain examples were modernized and recomposed when used as inspiration.

The verified handoff declares original composition and requires owner provenance review. BetterGrades-original material remains separate from public-domain references; no source textbook PDF is published here.

Vocab
Limit
Math glossaryLimit
limxaf(x)=L\lim_{x\to a}f(x)=L

The value a function approaches as its input approaches a target.

Learn more
Function
Math glossaryFunction
y=f(x)y=f(x)

A rule or relation assigning exactly one output to each allowed input.

Learn more
Continuity
Math glossaryContinuity
limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)

At a point, the function value exists and equals the limit there.

Learn more
Domain
Math glossaryDomain
domf\operatorname{dom}f

The set of permitted input values.

Learn more
Math glossary