📚Study Guide: Limits and Continuity
Unit 1: Limits and Continuity
This unit forms the bedrock of all calculus. Limits describe the value a function approaches as the input approaches some value, even if the function never actually reaches it. Understanding limits intuitively, graphically, numerically, and analytically is essential because the entire concept of derivatives and integrals rests on limiting processes. You will investigate one-sided limits, limits at infinity, infinite limits, and the formal epsilon-delta definition (primarily for conceptual understanding). Continuity is then defined rigorously using limits, and you will classify discontinuities as removable, jump, or infinite. Mastery of limits allows you to justify the existence of derivatives later and to analyze end behavior of functions.
Key Concepts
- Limit Existence: The two-sided limit exists only if both one-sided limits exist and are equal. If left-hand and right-hand limits disagree, the limit does not exist (DNE).
- Limit Laws: Limits distribute over addition, subtraction, multiplication, division (nonzero denominator), and powers, provided the individual limits exist.
- Indeterminate Forms: 0/0 is indeterminate and signals that algebraic simplification (factoring, rationalizing, or using conjugates) is required.
- Squeeze Theorem: If f(x) <= g(x) <= h(x) near a point and lim f(x) = lim h(x) = L, then lim g(x) = L. This is crucial for trigonometric limits.
- Continuity at a Point: A function f is continuous at x = c if f(c) is defined, lim f(x) as x->c exists, and the limit equals f(c).
- Types of Discontinuity: Removable (hole), jump (left/right limits differ finitely), and infinite (vertical asymptote).
- Limits at Infinity: Analyze end behavior by comparing degrees of numerator and denominator for rational functions.
- Intermediate Value Theorem (IVT): If f is continuous on [a,b] and k is between f(a) and f(b), there exists at least one c in (a,b) where f(c) = k.
Vocabulary
- Limit: The value that a function f(x) approaches as x approaches a particular value c.
- One-sided limit: A limit taken from either the left (x -> c-) or the right (x -> c+).
- Removable discontinuity: A hole in the graph where the limit exists but the function is undefined or has a different value.
- Vertical asymptote: A line x = a where the function grows without bound as x approaches a.
- Horizontal asymptote: A line y = L where the function approaches L as x -> infinity or x -> -infinity.
- Indeterminate form: An expression like 0/0 that does not determine the actual limit value without further analysis.
- Continuity: The property of a function having no breaks, jumps, or holes at a point or over an interval.
Formulas
- lim(x->c) [f(x) + g(x)] = lim f(x) + lim g(x)
- lim(x->0) sin(x)/x = 1
- lim(x->0) [1 - cos(x)]/x = 0
- lim(x->inf) [P(x)/Q(x)] = ratio of leading coefficients if same degree; 0 if deg(P) < deg(Q); inf if deg(P) > deg(Q)
- f continuous at c: lim(x->c) f(x) = f(c)
- IVT condition: f(a) < k < f(b) implies exists c in (a,b) with f(c) = k
Common Mistakes
- Claiming a limit DNE just because the function value is undefined at that point; limits care about approach, not the point itself.
- Forgetting to check both one-sided limits when evaluating limits at piecewise boundaries or absolute value transitions.
- Applying limit laws before confirming that the individual limits actually exist.
- Confusing vertical asymptotes (infinite limits) with holes (removable discontinuities).
AP Exam Strategies
- On FRQs, always justify continuity by explicitly checking the three conditions: defined, limit exists, and limit equals value.
- When a limit yields 0/0, immediately factor, rationalize, or use algebraic manipulation rather than concluding the limit is 0.
- Use tables of values carefully; only trust values extremely close to the target, not far away.
- For justification questions, reference the Intermediate Value Theorem by name and verify the continuity hypothesis explicitly.
Real-World Applications
- Instantaneous Velocity: The limit of average velocity over shrinking time intervals gives the exact speed at a moment.
- Population Growth Models: Limits at infinity predict carrying capacity and long-term stable population levels.
- Signal Processing: Continuous signals ensure that small input errors do not cause catastrophic output jumps.