AP Calculus Limits- Complete Preparation Guide
What You Need to Know About AP Calculus Limits
Limits are the foundation of calculus. Period. If you don't understand limits, you're going to struggle through the entire AP Calculus AB and BC courses. This isn't a unit you can skim or memorize your way through. You need to actually get it.
The College Board tests limits in multiple ways on the AP exam. Sometimes it's straightforward evaluation. Sometimes it's embedded in a larger problem about derivatives or integrals. Either way, weak limit skills mean lost points.
What Is a Limit, Exactly?
A limit describes the value a function approaches as the input gets arbitrarily close to some number. Not what the function equals at that point—what it approaches.
This distinction matters. A function can approach a value while being undefined at that exact point. The limit still exists if the approaching values get arbitrarily close to a single number.
Formal notation looks like this: lim(x→a) f(x) = L
This reads: "the limit of f(x) as x approaches a equals L."
One-Sided vs. Two-Sided Limits
One-sided limits look at approach from only one direction:
- lim(x→a⁺) means x approaches a from values greater than a
- lim(x→a⁻) means x approaches a from values less than a
Two-sided limits require both one-sided limits to exist and be equal. If the left-hand limit and right-hand limit don't match, the two-sided limit does not exist (DNE).
Most of the time, you can skip the one-sided analysis unless the problem specifically asks for it, or unless there's a discontinuity at the point of interest.
How to Evaluate Limits
You have several techniques. The key is knowing which one applies.
1. Direct Substitution
Try plugging in the value first. If you get a real number, that's your answer. This works when the function is continuous at that point.
Example: lim(x→3) (x² + 2x - 1)
Plug in 3: 9 + 6 - 1 = 14
Done. Answer is 14.
2. Factoring
When direct substitution gives 0/0, you have an indeterminate form. Factor the expression and cancel common terms.
Example: lim(x→2) (x² - 4)/(x - 2)
Direct substitution: (4 - 4)/(2 - 2) = 0/0
Factor: (x+2)(x-2)/(x-2)
Cancel: x + 2
Substitute 2: 2 + 2 = 4
Answer is 4.
3. Rationalizing (For Roots)
When you have square roots causing the 0/0 problem, multiply by the conjugate.
Example: lim(x→4) (√x - 2)/(x - 4)
Multiply by (√x + 2)/(√x + 2)
Numerator becomes: (x - 4)
Denominator becomes: (x - 4)(√x + 2)
Cancel (x - 4): 1/(√x + 2)
Substitute 4: 1/(2 + 2) = 1/4
4. Finding Common Denominators
For rational expressions with different denominators, combine them first before substituting.
5. L'Hôpital's Rule
When you hit 0/0 or ∞/∞, take the derivative of the numerator and denominator separately, then try substitution again.
Example: lim(x→0) (sin x)/x
Direct substitution: 0/0
Apply L'Hôpital: lim(x→0) (cos x)/1
Substitute: cos(0) = 1
Answer is 1.
Watch out: L'Hôpital's Rule only works for 0/0 and ∞/∞. It does not work for 0·∞, ∞ - ∞, 1^∞, 0^0, or ∞^0. You'll need to rewrite those forms first.
Limits at Infinity
When x approaches infinity, you're looking at end behavior. This shows up constantly on the AP exam.
Polynomial End Behavior
For polynomials, the leading term dominates. Divide every term by the highest power of x.
Example: lim(x→∞) (3x² + 5x - 2)/(x² - 4)
Divide by x²: (3 + 5/x - 2/x²)/(1 - 4/x²)
As x→∞, 5/x→0 and 2/x²→0
Answer: 3/1 = 3
Rational Functions
- If degree of numerator > degree of denominator: limit is ±∞ (check signs)
- If degree of numerator < degree of denominator: limit is 0
- If degrees are equal: limit is ratio of leading coefficients
Horizontal Asymptotes
A horizontal asymptote is the value a function approaches as x→±∞. You find it by evaluating the limit at infinity.
Example: f(x) = (2x)/(x+1)
lim(x→∞) (2x)/(x+1) = 2
So y = 2 is a horizontal asymptote.
Continuity and Limits
A function is continuous at a point if three conditions are met:
- f(a) exists
- lim(x→a) f(x) exists
- lim(x→a) f(x) = f(a)
If any of these fail, there's a discontinuity. The types:
- Removable: the limit exists but doesn't equal f(a), or f(a) is undefined. You can "fill the hole."
- Jump: left and right limits exist but are different. Think absolute value at x=0.
- Infinite: vertical asymptote. Function goes to ±∞.
The Intermediate Value Theorem (IVT) is frequently tested. If f is continuous on [a,b] and k is between f(a) and f(b), then there's at least one c in [a,b] where f(c) = k. That's it. That's the whole theorem.
Common trap: students try to apply IVT when the function isn't continuous. Check continuity first.
Limits With Trigonometry
These special limits come up constantly. Memorize them:
- lim(x→0) (sin x)/x = 1
- lim(x→0) (1 - cos x)/x = 0
- lim(x→0) (tan x)/x = 1
When you see something that looks like these, try to manipulate it into one of these forms.
Example: lim(x→0) (sin 5x)/x
Multiply and divide by 5: lim(x→0) 5·(sin 5x)/(5x)
As x→0, 5x→0, so (sin 5x)/(5x)→1
Answer: 5
Common Mistakes That Cost Points
- Assuming continuity: never assume a function is continuous at a point. Check first.
- Forgetting to check both sides: for piecewise functions, always verify you're in the correct piece.
- Applying L'Hôpital incorrectly: only works for 0/0 and ∞/∞.
- Dropping negative signs: especially in rational expressions and absolute value problems.
- Rounding too early: keep exact values until the final answer.
Tools and Resources Comparison
| Resource Type | Best For | Weakness |
|---|---|---|
| College Board FRQs | Real exam format practice | Limited number of limit-specific questions |
| Khan Academy | Conceptual understanding | Can get too basic for difficult problems |
| Desmos Calculator | Visualizing limits and asymptotes | Can't use on exam, only for study |
| Barron's Review Book | Difficult practice problems | Sometimes harder than actual AP |
| Paul's Online Math Notes | Clear explanations of techniques | Not AP-aligned specifically |
Getting Started: Your Study Plan
Week 1: Master direct substitution, factoring, and rationalizing. Do 20 practice problems minimum.
Week 2: Learn L'Hôpital's Rule and limits at infinity. Practice until you can apply it without thinking.
Week 3: Focus on continuity, IVT, and trig limits. These connect to later material.
Week 4: Mixed practice. Find old AP problems. Time yourself.
Every practice problem should end with you asking: "Why did this technique work? What told me to use it?" If you can't answer that, you haven't learned the concept—you've just memorized steps.
What Comes Next
Once limits click, derivatives become logical. The derivative is literally a limit: f'(x) = lim(h→0) [f(x+h) - f(x)]/h
Same with integrals. The definite integral is a limit of Riemann sums. Understanding limits makes the rest of calculus make sense instead of feeling like a collection of random rules.
Don't rush this unit. Build solid skills now, or spend the rest of the course confused.