Loadingโฆ
An intuitive introduction to the concept of limits in calculus
Learn step-by-step with practice exercises built right in.
A limit describes what happens to a function as the input gets closer and closer to a certain value. Think of it as asking: "Where is this function heading?"
Key Idea: Limits are about the journey, not the destination. We care about where a function is going, not necessarily where it is.
We write:
Using your intuition, estimate by checking values near x = 2.
| 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% | ๐ซ |
Avoid these 4 frequent errors
See how this math is used in the real world
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of cm/s. How fast is the area of the circle increasing when the radius is cm?
Review key concepts with our flashcard system
Explore more AP Calculus AB topics
This reads: "The limit of f(x) as x approaches a equals L"
Consider the function:
What is ?
As x gets close to 3:
The values are getting closer to 7!
Therefore:
Limits are the foundation of calculus because they help us:
The limit of f(x) as x approaches a might be different from f(a), or f(a) might not even exist!
Let's check values approaching 2 from both sides:
From the left (x < 2):
From the right (x > 2):
Both sides approach 5, so:
What does lim(xโ2) f(x) = 5 mean in words?
Step 1: Break down the notation: โข lim means "limit" โข xโ2 means "as x approaches 2" โข f(x) is the function โข = 5 is the value the function approaches
Step 2: Interpret: As x gets closer and closer to 2 (from both sides), the function values f(x) get closer and closer to 5
Step 3: Important note: This does NOT require f(2) = 5 The limit describes behavior NEAR x = 2, not AT x = 2
Answer: As x approaches 2, f(x) approaches 5
If f(x) = (xยฒ - 4)/(x - 2), describe what happens to f(x) as x approaches 2.
Step 1: Note that f(2) is undefined: f(2) = (4 - 4)/(2 - 2) = 0/0 (indeterminate)
Step 2: Factor the numerator: f(x) = (xยฒ - 4)/(x - 2) = [(x - 2)(x + 2)]/(x - 2)
Step 3: Simplify for x โ 2: f(x) = x + 2
Step 4: Evaluate the limit: As xโ2, f(x) = x + 2 โ 2 + 2 = 4
Step 5: Create a table to verify: x: 1.9 1.99 1.999 โ2โ 2.001 2.01 2.1 f(x): 3.9 3.99 3.999 4 4.001 4.01 4.1
Answer: As x approaches 2, f(x) approaches 4
Consider f(x) = |x|/x. What is lim(xโ0) f(x)?
Step 1: Analyze from the left (x < 0): When x < 0, |x| = -x f(x) = -x/x = -1
Step 2: Analyze from the right (x > 0): When x > 0, |x| = x f(x) = x/x = 1
Step 3: Check if left and right limits agree: lim(xโ0โป) f(x) = -1 lim(xโ0โบ) f(x) = 1
Step 4: Since left โ right: The limit does NOT exist
Step 5: Conclusion: lim(xโ0) f(x) does not exist (DNE)
Answer: The limit does not exist
Explain why a function can have a limit at x = a even if f(a) is undefined.
Step 1: Understand what a limit measures: A limit describes the behavior of f(x) as x APPROACHES a, not the value AT x = a
Step 2: Example: f(x) = (xยฒ - 1)/(x - 1) โข f(1) is undefined (0/0) โข But lim(xโ1) f(x) = 2
Step 3: Why this works: Factor: f(x) = [(x - 1)(x + 1)]/(x - 1) = x + 1 for x โ 1 As xโ1, f(x)โ2, even though f(1) doesn't exist
Step 4: The key concept: Limits care about NEARBY values, not the value AT the point We can get arbitrarily close to x = a without ever reaching it
Step 5: Practical meaning: This is why limits are useful for defining derivatives (which often involve 0/0 forms)
Answer: Limits describe nearby behavior, not the value at the point itself