The Derivative
The derivative measures the instantaneous rate of change of a function. Defined as the limit of difference quotients, it encodes information about tangent lines, velocity, and local behavior. Differentiability is stronger than continuity: every differentiable function is continuous, but not conversely. The derivative is the foundation of calculus and differential equations.
Definition
Let and . The derivative of at is
provided the limit exists. If exists, we say is differentiable at .
is the slope of the tangent line to the graph of at . The equation of the tangent line is .
For (where ), we have . Proof: using the binomial theorem,
. Proof: using and , :
Differentiability implies continuity
If is differentiable at , then is continuous at .
We have
Thus , so is continuous at .
Continuity does not imply differentiability. For example, is continuous at but not differentiable there (the left and right derivatives are and , respectively).
Rules of differentiation
If and are differentiable at , then:
- (sum rule).
- for any constant (scalar multiple rule).
- (product rule).
- If , then (quotient rule).
If is differentiable at and is differentiable at , then is differentiable at , and
Let . Then by the chain rule.
One-sided derivatives
The right derivative of at is
Similarly, the left derivative is .
is differentiable at if and only if .
For , we have
Since , is not differentiable at .
Summary
The derivative is the fundamental notion of calculus:
- Defined as the limit of difference quotients.
- Differentiability implies continuity (but not conversely).
- Rules: sum, product, quotient, chain rule.
- Applications: tangent lines, rates of change, optimization.
See Mean Value Theorem and Taylor's Theorem for major applications.