Derivatives and Rules
Derivatives and Rules
If limits answer the question "what value does a function approach?", then derivatives answer the next natural question: "how fast is a function changing at this very instant?" The derivative is one of the two central pillars of calculus — it gives us a precise way to measure instantaneous rate of change, something that eluded mathematicians for centuries until Newton and Leibniz independently discovered it in the late 1600s.
Geometrically, the derivative of a function at a point is the slope of the tangent line to the curve at that point. Imagine zooming in on a smooth curve with a magnifying glass: the more you zoom, the more the curve looks like a straight line. The slope of that straight line is the derivative. This geometric picture connects an abstract algebraic limit to something you can see and draw, making it one of the most visually intuitive concepts in all of mathematics.
Practically, derivatives are everywhere. In physics, velocity is the derivative of position — it tells you how fast your position is changing. In economics, marginal cost is the derivative of total cost — it tells you how much one additional unit costs to produce. In biology, the growth rate of a population is the derivative of population with respect to time. Any time you hear the phrase "rate of change," a derivative is lurking nearby.
The real power of derivatives, however, comes from a small set of rules that allow you to differentiate nearly any function without returning to the limit definition each time. The power rule, the sum rule, the product rule, and the quotient rule form a toolkit that, once mastered, lets you differentiate polynomials, trigonometric functions, exponentials, and combinations of these almost by inspection. This lesson introduces these rules and gives you the mechanical fluency to apply them confidently.
$$f'(x)=\lim_{h \to 0} \frac{f(x+h)-f(x)}{h}$$
| Function | Derivative |
|---|---|
| $c$ | $0$ |
| $x^n$ | $nx^{n-1}$ |
| $cf(x)$ | $cf'(x)$ |
| $f+g$ | $f'+g'$ |
| $\sin x$ | $\cos x$ |
| $\cos x$ | $-\sin x$ |
| $e^x$ | $e^x$ |
Differentiate $f(x)=3x^4-5x+8$.
- Apply the differentiation rules (power, product, chain).
- $$f'(x)=12x^3-5$$
Differentiate $g(x)=x^3+\sin x$.
- Apply the differentiation rules (power, product, chain).
- $$g'(x)=3x^2+\cos x$$
$$\frac{d}{dx}[uv]=u'v+uv'$$
$$\frac{d}{dx}\left[\frac{u}{v}\right]=\frac{u'v-uv'}{v^2}$$
Differentiate $h(x)=x^2e^x$.
- Apply the differentiation rules (power, product, chain).
- $$h'(x)=2xe^x+x^2e^x=e^x(x^2+2x)$$
Practice Problems
Show Answer Key
1. $35x^4$
2. $2x-4$
3. $\cos x-\sin x$
4. $3x^2e^x+x^3e^x$
5. $1-\frac{1}{x^2}$
6. A critical point, possibly a local max or min.