Factoring Method for Limits

Use factoring to simplify and evaluate limits with indeterminate forms

Solving Limits by Factoring

When direct substitution gives you 00\frac{0}{0}, factoring is often your best friend!

The Problem

You try to evaluate limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} and get:

f(a)g(a)=00\frac{f(a)}{g(a)} = \frac{0}{0}

This means both the numerator and denominator have (x - a) as a factor.

The Solution

  1. Factor both the numerator and denominator
  2. Cancel the common factor (x - a)
  3. Re-evaluate using direct substitution

The key insight: (xa)(x - a) is causing the problem, so eliminate it!

Example 1: Basic Factoring

Find limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

Step 1: Try direct substitution 22422=00\frac{2^2 - 4}{2 - 2} = \frac{0}{0} ← Indeterminate!

Step 2: Factor the numerator x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)

Step 3: Rewrite and cancel limx2x24x2=limx2(x2)(x+2)x2=limx2(x+2)\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x - 2} = \lim_{x \to 2} (x + 2)

Step 4: Now use direct substitution =2+2=4= 2 + 2 = 4

Answer: 4

Why Can We Cancel?

We're evaluating the limit as x approaches 2, not at x = 2.

Since x2x \neq 2 during the approach, we can safely divide by (x2)(x - 2).

Example 2: Factor Both Parts

Find limx3x29x25x+6\lim_{x \to 3} \frac{x^2 - 9}{x^2 - 5x + 6}

Step 1: Check for 00\frac{0}{0} 99915+6=00\frac{9 - 9}{9 - 15 + 6} = \frac{0}{0}

Step 2: Factor everything

  • Numerator: x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3)
  • Denominator: x25x+6=(x3)(x2)x^2 - 5x + 6 = (x - 3)(x - 2)

Step 3: Cancel common factor limx3(x3)(x+3)(x3)(x2)=limx3x+3x2\lim_{x \to 3} \frac{(x-3)(x+3)}{(x-3)(x-2)} = \lim_{x \to 3} \frac{x + 3}{x - 2}

Step 4: Direct substitution =3+332=61=6= \frac{3 + 3}{3 - 2} = \frac{6}{1} = 6

Answer: 6

Common Factoring Patterns

| Expression | Factored Form | |------------|---------------| | x2a2x^2 - a^2 | (xa)(x+a)(x - a)(x + a) | | x2+bx+cx^2 + bx + c | Find two numbers that multiply to c, add to b | | x3a3x^3 - a^3 | (xa)(x2+ax+a2)(x - a)(x^2 + ax + a^2) | | x3+a3x^3 + a^3 | (x+a)(x2ax+a2)(x + a)(x^2 - ax + a^2) |

Strategy Summary

  1. Always try direct substitution first
  2. If you get 00\frac{0}{0}, factor!
  3. Look for common factors to cancel
  4. Try direct substitution again on the simplified form
  5. Success!

What If Factoring Doesn't Work?

If you still get 00\frac{0}{0} after factoring, try:

  • Rationalizing (for radicals)
  • Multiplying by conjugates
  • L'Hôpital's Rule (advanced)

📚 Practice Problems

1Problem 1easy

Question:

Evaluate limx5x225x5\lim_{x \to 5} \frac{x^2 - 25}{x - 5}

💡 Show Solution

Step 1: Try direct substitution

522555=00\frac{5^2 - 25}{5 - 5} = \frac{0}{0}

This is indeterminate, so we need to factor.

Step 2: Factor the numerator

x225=(x5)(x+5)x^2 - 25 = (x - 5)(x + 5)

This is a difference of squares pattern.

Step 3: Rewrite and cancel

limx5x225x5=limx5(x5)(x+5)x5\lim_{x \to 5} \frac{x^2 - 25}{x - 5} = \lim_{x \to 5} \frac{(x-5)(x+5)}{x - 5}

Cancel the common factor (x5)(x - 5):

=limx5(x+5)= \lim_{x \to 5} (x + 5)

Step 4: Direct substitution

=5+5=10= 5 + 5 = 10

Answer: 10

2Problem 2medium

Question:

Evaluate limh0(x+h)2x2h\lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} (This is important for derivatives!)

💡 Show Solution

Step 1: Expand the numerator

(x+h)2x2=x2+2xh+h2x2=2xh+h2(x + h)^2 - x^2 = x^2 + 2xh + h^2 - x^2 = 2xh + h^2

Step 2: Rewrite the limit

limh02xh+h2h\lim_{h \to 0} \frac{2xh + h^2}{h}

Step 3: Factor out h from the numerator

limh0h(2x+h)h\lim_{h \to 0} \frac{h(2x + h)}{h}

Step 4: Cancel the common factor

limh0(2x+h)\lim_{h \to 0} (2x + h)

Step 5: Direct substitution

=2x+0=2x= 2x + 0 = 2x

Answer: 2x

Note: This limit is actually the derivative of f(x)=x2f(x) = x^2!