Master limits, derivatives, and integrals • College Board AP Exam Prep
AP Calculus AB is equivalent to a first semester college calculus course. The curriculum covers limits, derivatives, integrals, and the Fundamental Theorem of Calculus. Every lesson follows the Rule of Four approach: Algebraic, Graphical, Numerical, and Verbal representations.
Define limits verbally and graphically. Estimate limit values from tables using numerical approaches.
The concept of a limit is the foundation of calculus. A limit describes the behavior of a function as the input approaches a particular value, without necessarily reaching that value.
**The Rule of Four for Limits:**
1. **Algebraically**: lim(x→c) f(x) = L means f(x) gets arbitrarily close to L as x gets arbitrarily close to c
2. **Graphically**: On a graph, trace the curve from both sides as x approaches c. Where does y approach?
3. **Numerically**: Create a table with x-values approaching c from both sides and observe f(x) values
4. **Verbally**: "As x gets closer and closer to c, f(x) gets closer and closer to L"
**Key Concepts:** - The limit may exist even if f(c) is undefined - Left-hand and right-hand limits must match for the two-sided limit to exist - Notation: lim(x→c⁻) means from the left, lim(x→c⁺) means from the right
When introducing limits, emphasize that "approaching" is different from "equaling." Use the analogy of driving toward a city—you can get arbitrarily close without actually arriving. Always have students check both one-sided limits before concluding the two-sided limit exists.
Apply properties of limits using algebraic manipulation: factoring, conjugates, and trigonometric identities.
When evaluating limits analytically, we use algebraic techniques and limit properties to find exact values.
**Limit Laws (Properties):** 1. Sum Rule: lim[f(x) + g(x)] = lim f(x) + lim g(x) 2. Difference Rule: lim[f(x) - g(x)] = lim f(x) - lim g(x) 3. Product Rule: lim[f(x) · g(x)] = [lim f(x)] · [lim g(x)] 4. Quotient Rule: lim[f(x)/g(x)] = [lim f(x)] / [lim g(x)], if lim g(x) ≠ 0 5. Power Rule: lim[f(x)]ⁿ = [lim f(x)]ⁿ
**Algebraic Techniques:** 1. **Direct Substitution**: Try first! If it works, you're done. 2. **Factoring**: Cancel common factors to resolve 0/0 forms 3. **Conjugate Multiplication**: For expressions with radicals 4. **Common Denominators**: For complex fractions 5. **Trigonometric Identities**: For trig functions
**Indeterminate Forms:** - 0/0: Most common, requires algebraic manipulation - ∞/∞: Dealt with in limits at infinity (Unit 1.4)
Always start with direct substitution! Many students waste time factoring when it's not needed. Only after getting 0/0 should you factor. Remind students that "canceling" only works for x ≠ the limit point, which is perfectly fine since limits are about approaching, not reaching.
Apply the 3-part definition of continuity. Identify types of discontinuities and use the Intermediate Value Theorem.
Continuity formalizes the idea of a function having no breaks, jumps, or holes.
**Three-Part Definition of Continuity at x = c:** 1. f(c) must be defined (the point exists) 2. lim(x→c) f(x) must exist (both one-sided limits match) 3. lim(x→c) f(x) = f(c) (the limit equals the function value)
If any condition fails, the function is discontinuous at x = c.
**Types of Discontinuities:**
1. **Removable (Hole)**: The limit exists but doesn't equal f(c) - Example: f(x) = (x² - 1)/(x - 1) at x = 1 - Can be "fixed" by redefining f(c)
2. **Jump**: Left and right limits exist but differ - Example: Piecewise functions with different formulas - Cannot be fixed
3. **Infinite (Vertical Asymptote)**: Function approaches ±∞ - Example: f(x) = 1/(x - 2) at x = 2 - Cannot be fixed
**Intermediate Value Theorem (IVT):** If f is continuous on [a, b] and N is any value between f(a) and f(b), then there exists at least one number c in (a, b) such that f(c) = N.
**Applications of IVT:** - Proving existence of zeros (roots) - Showing a function must cross a certain value
Students often confuse "the limit exists" with "the function is continuous." Emphasize that continuity requires THREE conditions, not just one. Use visual examples: show graphs with holes (removable), jumps, and vertical asymptotes to make the distinctions concrete.
Evaluate infinite limits (vertical asymptotes) and limits at infinity (horizontal asymptotes). Apply the Squeeze Theorem.
Limits involving infinity describe function behavior as x gets very large or as f(x) grows without bound.
**Two Types:**
1. **Infinite Limits** (x approaches a finite number, f(x) approaches ±∞) - Notation: lim(x→c) f(x) = ∞ or -∞ - Creates VERTICAL asymptotes at x = c - Example: lim(x→2) 1/(x-2)² = +∞
2. **Limits at Infinity** (x approaches ±∞, f(x) approaches a finite number or ±∞) - Notation: lim(x→∞) f(x) = L or ∞ - Determines HORIZONTAL asymptotes y = L - Example: lim(x→∞) (3x² + 1)/(x² + 5) = 3
**For Rational Functions lim(x→∞) P(x)/Q(x):** - If degree(P) < degree(Q): limit = 0 - If degree(P) = degree(Q): limit = ratio of leading coefficients - If degree(P) > degree(Q): limit = ±∞
**Squeeze (Sandwich) Theorem:** If f(x) ≤ g(x) ≤ h(x) near c and lim(x→c) f(x) = lim(x→c) h(x) = L, then lim(x→c) g(x) = L.
Used especially for proving lim(x→0) sin(x)/x = 1.
For infinite limits, have students check both one-sided limits—they often differ in sign! For limits at infinity with rational functions, teach the "degree comparison shortcut" first (it's faster), but also show the "divide by highest power" method for understanding. The Squeeze Theorem can seem abstract; use concrete examples like -x² ≤ x²sin(1/x) ≤ x² to make it visual.
Understand the derivative as instantaneous rate of change. Use the limit definition (difference quotient) to find derivatives.
The derivative is the central concept of differential calculus, measuring how a function changes instantaneously.
**From Average to Instantaneous:**
Average Rate of Change (Secant): slope = [f(b) - f(a)]/(b - a) - Measures change over an interval - Geometric: slope of secant line through (a, f(a)) and (b, f(b))
Instantaneous Rate of Change (Tangent): f'(a) = lim(h→0) [f(a+h) - f(a)]/h - Measures change at a single point - Geometric: slope of tangent line at (a, f(a))
**The Limit Definition of the Derivative:**
f'(x) = lim(h→0) [f(x + h) - f(x)]/h
**Alternate Form (derivative at a specific point):**
f'(a) = lim(x→a) [f(x) - f(a)]/(x - a)
**Notation:** - f'(x) = dy/dx = df/dx = d/dx[f(x)] = y'
**Physical Interpretations:** - Position → Velocity (rate of change of position) - Velocity → Acceleration (rate of change of velocity) - Economics: Marginal cost, marginal revenue
Students often confuse average and instantaneous rates. Use the speedometer analogy: average speed over a trip vs. speed at one moment. When teaching the limit definition, emphasize the pattern: expand f(x+h), subtract f(x), factor out h, cancel, then take the limit. Do LOTS of practice with this before introducing shortcut rules!
Ready for the AP Calculus AB exam? Access full-length practice tests, free-response questions, and scoring guides.