Limits and Derivatives
Calculus is the mathematics of change. This chapter introduces limits and derivatives, the foundational concepts of differential calculus.
Start with the simplest version: this lesson is about Limits and Derivatives. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
Calculus is the mathematics of change. This chapter introduces limits and derivatives, the foundational concepts of differential calculus. A limit describes what happens as we approach a value; a derivative measures the instantaneous rate of change of a function. These concepts revolutionized mathematics and physics by enabling the analysis of motion, optimization, and growth. From understanding velocity (the derivative of position) to optimizing costs and profits, derivatives are essential tools in science, engineering, economics, and virtually every quantitative discipline. This chapter opens the door to one of humanity's most powerful mathematical frameworks.
The Concept of a Limit
Imagine walking toward a wall. As you get closer, you approach the wall. The limit describes what value a function "approaches" as the input gets arbitrarily close to some point.
Intuitive definition: The limit of f(x) as x approaches a is L, written:
lim(x→a) f(x) = L
if f(x) gets arbitrarily close to L as x gets arbitrarily close to a (but x ≠ a). Importantly, the limit can exist even if f(a) is undefined or different from L.
Example: Consider f(x) = (x² - 1)/(x - 1). At x = 1, this is undefined (0/0). But:
lim(x→1) (x² - 1)/(x - 1) = lim(x→1) (x - 1)(x + 1)/(x - 1) = lim(x→1) (x + 1) = 2
By factoring and canceling, we see the limit is 2 even though f(1) is undefined.
Properties of Limits
Limits follow intuitive algebraic rules:
Sum rule: lim(x→a) [f(x) + g(x)] = lim(x→a) f(x) + lim(x→a) g(x)
Product rule: lim(x→a) [f(x) × g(x)] = lim(x→a) f(x) × lim(x→a) g(x)
Quotient rule: lim(x→a) [f(x)/g(x)] = [lim(x→a) f(x)] / [lim(x→a) g(x)], provided the denominator limit ≠ 0
Power rule: lim(x→a) [f(x)]ⁿ = [lim(x→a) f(x)]ⁿ
These rules let us evaluate limits algebraically without computing them directly.
Continuity
A function is continuous at x = a if:
- f(a) is defined
- lim(x→a) f(x) exists
- lim(x→a) f(x) = f(a)
Intuitively, continuous functions don't have breaks or jumps. You can draw them without lifting your pencil.
Polynomials, exponentials, and trigonometric functions are continuous everywhere in their domains. Functions like f(x) = 1/x are continuous except where undefined.
The Derivative: Instantaneous Rate of Change
The derivative measures how fast a function changes at a specific point. It's the slope of the tangent line to the curve.
Geometric intuition: The slope of a secant line through f(a) and f(a + h) is [f(a + h) - f(a)] / h. As h approaches 0, the secant becomes the tangent.
Definition: The derivative of f at x = a is:
f'(a) = lim(h→0) [f(a + h) - f(a)] / h
If this limit exists, f is differentiable at a.
Alternatively: f'(a) = lim(x→a) [f(x) - f(a)] / (x - a)
Computing Derivatives
Using the definition is tedious. Instead, use derivative rules:
Power Rule: If f(x) = xⁿ, then f'(x) = nxⁿ⁻¹
For f(x) = x⁵: f'(x) = 5x⁴
Constant Multiple Rule: If f(x) = cf(x), then f'(x) = c × f'(x)
Sum Rule: (f + g)' = f' + g'
Product Rule: (f × g)' = f' × g + f × g'
For f(x) = x² × sin(x): f'(x) = 2x × sin(x) + x² × cos(x)
Quotient Rule: (f/g)' = [f' × g - f × g'] / g²
Chain Rule: (f ∘ g)' = f'(g(x)) × g'(x)
For f(x) = sin(x³): f'(x) = cos(x³) × 3x²
Interpretation of Derivatives
Velocity: If s(t) is position, then ds/dt is velocity—the rate of position change.
Growth rate: If P(t) is population, then dP/dt is the growth rate.
Marginal cost: In business, dC/dq is the marginal cost—the cost of producing one more unit.
The derivative provides the instantaneous rate of change at any moment.
Higher-Order Derivatives
The derivative of the derivative is the second derivative, denoted f''(x) or d²f/dx².
For motion, the second derivative is acceleration: d²s/dt² = a(t).
Concavity is related to the second derivative:
- f''(x) > 0: Curve is concave up (accelerating)
- f''(x) < 0: Curve is concave down (decelerating)
Critical Points and Extrema
Points where f'(x) = 0 or f'(x) is undefined are critical points. These are candidates for local maxima, minima, or inflection points—essential for optimization problems.
Key Concepts
- Limit: Value approached as input nears a point
- Continuity: No breaks or jumps in the function
- Derivative: Instantaneous rate of change; slope of tangent
- Differentiability: Existence of a derivative at a point
- Critical point: Where f'(x) = 0 or undefined
Socratic Questions
- When f(x) is undefined at x = a (like division by zero), can the limit as x approaches a still exist and be useful? Why would we care about this limit?
- The derivative is the limit of secant slopes as the secant approaches a tangent line. Why is this limiting process necessary? What does it mean to have an instantaneous rate of change?
- If a function is differentiable at a point, it must be continuous there. But can a function be continuous without being differentiable? Can you sketch an example?
- The second derivative describes acceleration and concavity. How would you interpret f''(x) < 0 in the context of a car's motion? How about for the profit function of a business?
- Critical points occur where f'(x) = 0. Why are these special? Could the maximum or minimum of a function occur where the derivative is not zero? In what situations?
