Limits: The Foundation of Calculus
1. What is a Limit? π€
A limit describes the value that a function approaches as the input (x) approaches some value. It's the fundamental concept behind calculus, allowing us to define instantaneous rates of change (derivatives) and areas under curves (integrals). We use the notation: limxβa f(x) = L.
2. How to Find a Limit: A Step-by-Step Guide
- Step 1: Direct Substitution. Plug the value a into the function. If you get a real number, that's your limit!
- Step 2: Indeterminate Form (0/0). If substitution gives 0/0, you need to simplify the function.
- Step 3: Simplify. Try factoring, expanding, or rationalizing to cancel the term causing the zero.
- Step 4: Substitute Again. After simplifying, substitute the value a again to find the limit.
3. Worked Examples
Example 1: Direct Substitution
Find limxβ3 (2x + 1)
Step 1: Substitute x = 3: 2(3) + 1 = 7.
Answer: The limit is 7.
Example 2: Factoring to Resolve 0/0
Find limxβ2 (xΒ² - 4)/(x - 2)
Step 1: Substitute: (4 - 4)/(2 - 2) = 0/0 (Indeterminate).
Step 2: Factor the numerator: (x - 2)(x + 2)/(x - 2).
Step 3: Cancel the (x - 2) terms, leaving (x + 2).
Step 4: Substitute x = 2: 2 + 2 = 4.
Answer: The limit is 4.
4. Common Mistakes to Avoid π«
Mistake 1: Thinking 0/0 equals 1 or 0. It's undefined and means you need to do more work!
Mistake 2: Cancelling terms before checking for indeterminate form. Always try substitution first.
Mistake 3: Confusing the value a function approaches with the value it actually is at a point (if it's even defined there).
5. Tips & Tricks
- Memory Aid: "Hole-y Cow!" A limit helps you find the y-value of a "hole" in a graph.
- Shortcut: For rational functions, if direct substitution fails, factoring is almost always the first tool to try.
- Strategy: If you see a radical, consider multiplying by the conjugate.
6. How to Practice
Master limits with these steps:
- Start with simple polynomials to master direct substitution.
- Move to rational functions and practice factoring.
- Tackle problems with radicals that require rationalizing.
- Challenge yourself with piecewise functions and graphs to interpret limits visually.