CALCULUS · INSTANTANEOUS CHANGE
Derivatives
A derivative measures how a function changes at an instant. It is simultaneously a limit, the slope of a tangent line, a local linear approximation and a rate of change.
1. Definition from a limit
The derivative of \(f\) at \(a\) is defined by the limit of secant slopes
if this limit exists and is finite. The quotient compares the change in output with the change in input over an interval of length \(h\). As \(h\to0\), the secant slope approaches the instantaneous slope.
2. Four meanings of a derivative
Tangent-line equation
3. Derivative from first principles
For \(f(x)=x^2\), compute the derivative at an arbitrary \(x\):
This derivation explains why the power rule gives \(\frac{d}{dx}x^2=2x\); the rule is not merely a memorized pattern.
4. Core differentiation rules
| Rule | Derivative |
|---|---|
| Constant | \(\frac{d}{dx}c=0\) |
| Power | \(\frac{d}{dx}x^n=nx^{n-1}\) |
| Constant multiple | \((cf)'=cf'\) |
| Sum | \((f+g)'=f'+g'\) |
| Product | \((fg)'=f'g+fg'\) |
| Quotient | \(\left(\frac fg\right)'=\frac{f'g-fg'}{g^2}\), \(g\neq0\) |
Common elementary derivatives
5. The chain rule
When one function is nested inside another, differentiate the outer function and multiply by the derivative of the inner function:
For example, with \(y=(3x^2+1)^5\), the outer function is \(u^5\) and the inner function is \(u=3x^2+1\):
6. Worked examples
A. Polynomial
Differentiate \(f(x)=4x^3-5x^2+7x-2\).
B. Product rule
For \(f(x)=x^2e^x\):
C. Quotient rule
For \(f(x)=\frac{x^2+1}{x}\), \(x\neq0\):
D. Tangent line
For \(f(x)=x^2\) at \(x=2\), \(f(2)=4\) and \(f'(2)=4\). Thus
7. Where derivatives fail to exist
A derivative may fail to exist when the local slope does not settle to one finite value.
8. Interactive polynomial derivative tool
For \(f(x)=ax^3+bx^2+cx+d\), calculate \(f'(x)\), the slope at \(x_0\), and the tangent line.
9. Practice
- Use the limit definition to find the derivative of \(f(x)=3x+2\).
- Differentiate \(f(x)=x^4-2x^2+5\).
- Differentiate \(f(x)=(2x-1)^6\).
- Find the tangent line to \(f(x)=x^3\) at \(x=1\).
Solutions
1) \(f'(x)=3\). 2) \(f'(x)=4x^3-4x\). 3) \(f'(x)=12(2x-1)^5\). 4) \(f(1)=1\), \(f'(1)=3\), so \(y=3x-2\).
10. What comes next?
Derivatives describe local change. The next major idea is accumulation: definite integrals add infinitely many tiny contributions, and the Fundamental Theorem of Calculus links integration back to differentiation.
Continue to Integrals → · Review Limits & Continuity · Graph Analysis & Extrema