Master the foundation of calculus with limits and continuity
← Back to UnitsUnit 1 establishes the foundation for all of calculus. You'll learn how to:
A limit describes the value that a function approaches as the input approaches a certain value. We write:
"The limit of f(x) as x approaches a equals L"
Limits don't care about what happens AT the point x = a, only what happens NEAR it.
Find limx→2 (x² + 3)
Solution: As x approaches 2, x² approaches 4, so the limit is 4 + 3 = 7
Try plugging in the value directly first.
limx→3 (2x + 1) = 2(3) + 1 = 7 ✓
When you get 0/0, try factoring to cancel common terms.
limx→2 (x²-4)/(x-2) = limx→2 (x+2) = 4
For expressions with radicals, multiply by conjugate.
Memorize key limits like limx→0 sin(x)/x = 1
One-sided limits approach a value from only one direction:
Left-hand limit (approaching from below)
Right-hand limit (approaching from above)
A two-sided limit exists if and only if both one-sided limits exist and are equal.
limx→a f(x) = L ⇔ limx→a⁻ f(x) = limx→a⁺ f(x) = L
For f(x) = |x|/x, find limx→0 f(x)
Solution:
A function f(x) is continuous at x = a if:
A function is continuous if you can draw its graph without lifting your pencil. No jumps, breaks, or holes!
Is f(x) = x² continuous at x = 2?
Solution:
Answer: Yes, f(x) is continuous at x = 2
Type | Description | Example |
---|---|---|
Removable | Hole in the graph | f(x) = (x²-1)/(x-1) at x = 1 |
Jump | Function "jumps" to different value | f(x) = |x|/x at x = 0 |
Infinite | Function approaches ±∞ | f(x) = 1/x at x = 0 |
Sine limit
Cosine limit
Natural number e
Exponential limit
Find limx→3 (x²-9)/(x-3)
Solution:
This gives us 0/0 when we substitute x = 3, so we need to factor:
(x²-9)/(x-3) = (x+3)(x-3)/(x-3) = x+3
Therefore, limx→3 (x²-9)/(x-3) = limx→3 (x+3) = 6
Is the function f(x) = 1/x continuous at x = 0? Explain.
Solution:
No, f(x) = 1/x is NOT continuous at x = 0 because:
This is an infinite discontinuity.
Find limx→0 sin(3x)/x
Solution:
We can use the special limit limx→0 sin(x)/x = 1
Let u = 3x, then as x → 0, u → 0
limx→0 sin(3x)/x = limu→0 sin(u)/(u/3) = 3 × limu→0 sin(u)/u = 3 × 1 = 3
Take our comprehensive Unit 1 practice test with 15 multiple choice questions and 3 free response problems!
Progressive difficulty levels
Show your work
Real exam conditions
Get instant feedback and detailed solutions!
In Unit 2, you'll learn about differentiation and its fundamental properties.
Go to Unit 2: Differentiation →