Derivative and differential are closely related but distinct mathematical objects, and confusing them is the source of many subtle calculus errors.
Derivative
The derivative (or ) is a function that gives the rate of change of at each . For , .
Numerically: at , — the slope of the tangent line at that point.
Differential
The differential is an infinitesimal change in corresponding to an infinitesimal change in :
For : .
Differentials let you write derivatives as ratios of infinitesimals — useful in substitution (-substitution in integrals: ) and in separation of variables for differential equations.
When the difference matters
In integrals: uses the differential , not the derivative.
In implicit differentiation: from , take differentials: , then solve for .
In physics: (work as differential), not "work equals derivative of force."
Linear approximation
also serves as a linear approximation to (actual change) for small :
This is the basis of error propagation, Newton's method, and the linear-approximation foundation of all of calculus.
Verdict
Use derivative when you want a rate / function. Use differential when you want an infinitesimal change, especially in integrals, substitution, or DEs.
At a glance
| Feature | Derivative | Differential |
|---|---|---|
| Mathematical type | Function | Infinitesimal change (1-form) |
| Notation | $f'(x)$ or $dy/dx$ | $dy = f'(x) dx$ |
| When evaluated | At a point gives slope | Always paired with $dx$ |
| Use in integrals | No | Yes ($u$-substitution) |
| Linear approx | Provides slope | Estimates $\Delta y$ |
Use derivative for rates and slopes; use differential when integrating, doing -substitution, or separating variables in differential equations.