The Derivative

The fundamental tool for measuring instantaneous change.

In calculus, The Derivative is a measure of how a function changes as its input changes. Loosely speaking, a derivative can be thought of as how much one quantity is changing in response to changes in some other quantity; for example, the derivative of the position of a moving object with respect to time is the object's instantaneous velocity.

1. Geometric Interpretation: Slope

Geometrically, the derivative of a function at a certain point is the slope of the tangent line to the graph of the function at that point.

Imagine drawing a line connecting two points on a curve. This is called a secant line. If you move those two points closer and closer together until they are virtually on top of each other, the secant line becomes the tangent line.

[Image of secant line becoming tangent line limit]

The slope of this tangent line represents the Instantaneous Rate of Change.

2. The Formal Definition

We define the derivative using limits. This is known as the "Difference Quotient". It calculates the slope between two points, x and x+h, and then shrinks the distance h to zero.

[Image of difference quotient graph]
Definition:
f'(x) = lim (h→0) [ f(x + h) - f(x) ] / h

This formula is the bedrock of differential calculus. Every "shortcut" rule (like the Power Rule) is proven using this specific limit.

3. Notation

There are two common ways to write a derivative, named after the fathers of calculus:

4. Differentiability vs. Continuity

A function must be continuous to be differentiable, but being continuous isn't enough. A function fails to have a derivative if it has:

[Image of non-differentiable function sharp corner]

At a sharp corner, you cannot draw a single unique tangent line; the "slope" is different depending on which side you approach from.