Example
Use the limit definition to derive the derivative exactly. This limit is the definition of the derivative; the shortcut rules in later lessons are theorems proved from it, which this book states rather than proves.
highlighted = computed this step
Step 1 — Set up
Start with the limit definition of the derivative.
f′(x)=h→0limhf(x+h)−f(x)
Step 2 — Expand f of x plus h
Substitute f of x plus h and f of x.
h→0limh(x+h)2−x2
Step 3 — Expand numerator
Expand the numerator to get 2xh plus h squared.
h→0limh2xh+h2
Step 4 — Cancel h
Cancel the common h before taking the limit.
h→0lim2x+h
Step 5 — Take h to zero
Let h go to 0 to get 2x.
f′(x)=2x
derivative-definition
The derivative f'(x) is defined as lim_{h→0} [f(x+h)-f(x)]/h. For f(x)=x² the difference quotient simplifies to 2x+h, and as h→0 the limit is 2x — the slope of the tangent at any point x.