When direct substitution gives you 00, factoring is often your best friend!
The Problem
You try to evaluate and get:
📚 Practice Problems
1Problem 1easy
❓ Question:
Evaluate limx→5
Explain using:
📋 AP Calculus AB — Exam Format Guide
⏱ 3 hours 15 minutes📝 51 questions📊 4 sections
Section
Format
Questions
Time
Weight
Calculator
Multiple Choice (No Calculator)
MCQ
30
60 min
33.3%
🚫
Multiple Choice (Calculator)
MCQ
15
45 min
16.7%
✅
Free Response (Calculator)
FRQ
2
30 min
16.7%
✅
Free Response (No Calculator)
FRQ
4
60 min
33.3%
🚫
📊 Scoring: 1-5
5
Extremely Qualified
~20%
4
Well Qualified
~17%
3
Qualified
~19%
2
Possibly Qualified
~22%
1
No Recommendation
~22%
💡 Key Test-Day Tips
✓Show all work on FRQs
✓Use proper notation
✓Check units
✓Manage your time
⚠️ Common Mistakes: Factoring Method for Limits
Avoid these 4 frequent errors
🌍 Real-World Applications: Factoring Method for Limits
See how this math is used in the real world
📝 Worked Example: Related Rates — Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
Use factoring to simplify and evaluate limits with indeterminate forms
How can I study Factoring Method for Limits effectively?▾
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Factoring Method for Limits study guide free?▾
Yes — all study notes, flashcards, and practice problems for Factoring Method for Limits on Study Mondo are 100% free. No account is needed to access the content.
What course covers Factoring Method for Limits?▾
Factoring Method for Limits is part of the AP Calculus AB course on Study Mondo, specifically in the Limits & Continuity section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Factoring Method for Limits?
limx→a
g(x)f(x)
g(a)f(a)=00
This means both the numerator and denominator have (x - a) as a factor.
The Solution
Factor both the numerator and denominator
Cancel the common factor (x - a)
Re-evaluate using direct substitution
The key insight: (x−a) is causing the problem, so eliminate it!
Example 1: Basic Factoring
Find limx→2x−2x2−4
Step 1: Try direct substitution2−222−4=00 ← Indeterminate!
Step 2: Factor the numeratorx2−4=(x−2)(x+2)
Step 3: Rewrite and cancellimx→2x−2x2−4=limx→2x−2(x−2)(x+2)=limx→2(x+2)
Step 4: Now use direct substitution=2+2=4
Answer: 4
Why Can We Cancel?
We're evaluating the limit as x approaches 2, not at x = 2.
Since x=2 during the approach, we can safely divide by (x−2).
Example 2: Factor Both Parts
Find limx→3x2−5x+6x2−9
Step 1: Check for 009−15+69−9=00 ✓
Step 2: Factor everything
Numerator: x2−9=(x−3)(x+3)
Denominator: x2−5x+6=(x−3)(x−2)
Step 3: Cancel common factorlimx→3(x−3)(x−2)(x−3)(x+3)=limx→3x−2x+3
Step 4: Direct substitution=3−23+3=16=6
Answer: 6
Common Factoring Patterns
Expression
Factored Form
x2−a2
(x−a)(x+a)
x2+bx+c
Find two numbers that multiply to c, add to b
x3−a3
(x−a
x3+a3
(x+a
Strategy Summary
Always try direct substitution first
If you get 00, factor!
Look for common factors to cancel
Try direct substitution again on the simplified form
Success! ✓
What If Factoring Doesn't Work?
If you still get 00 after factoring, try:
Rationalizing (for radicals)
Multiplying by conjugates
L'Hôpital's Rule (advanced)
x−5x2−25
💡 Show Solution
Step 1: Try direct substitution
5−552−25=00
This is indeterminate, so we need to factor.
Step 2: Factor the numerator
x2−25=(x−5)(x+5)
This is a difference of squares pattern.
Step 3: Rewrite and cancel
limx→5x−5
Cancel the common factor (x−5):
=limx→5(x+5)
Step 4: Direct substitution
=5+5=10
Answer: 10
2Problem 2medium
❓ Question:
Evaluate limh→0h(x+h)2−x2 (This is important for derivatives!)
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
)
(
x2
+
ax+
a2)
)
(
x2
−
ax+
a2)
x2−25
=
limx→5x−5(x−5)(x+5)
2
=
x2+
2xh+
h2−
x2=
2xh+
h2
Step 2: Rewrite the limit
limh→0h2xh+h2
Step 3: Factor out h from the numerator
limh→0hh(2x+h)
Step 4: Cancel the common factor
limh→0(2x+h)
Step 5: Direct substitution
=2x+0=2x
Answer: 2x
Note: This limit is actually the derivative of f(x)=x2!