Compare

Derivative vs Differential

Derivative and differential are closely related but distinct mathematical objects, and confusing them is the source of many subtle calculus errors.

Derivative

The derivative f(x)f'(x) (or dydx\frac{dy}{dx}) is a function that gives the rate of change of ff at each xx. For f(x)=x2f(x) = x^2, f(x)=2xf'(x) = 2x.

Numerically: at x=3x = 3, f(3)=6f'(3) = 6 — the slope of the tangent line at that point.

Differential

The differential dydy is an infinitesimal change in yy corresponding to an infinitesimal change dxdx in xx:

dy=f(x)dxdy = f'(x) \, dx

For y=x2y = x^2: dy=2xdxdy = 2x \, dx.

Differentials let you write derivatives as ratios of infinitesimals — useful in substitution (uu-substitution in integrals: du=u(x)dxdu = u'(x) dx) and in separation of variables for differential equations.

When the difference matters

In integrals: 2xdx\int 2x \, dx uses the differential dxdx, not the derivative.

In implicit differentiation: from x2+y2=25x^2 + y^2 = 25, take differentials: 2xdx+2ydy=02x \, dx + 2y \, dy = 0, then solve for dydx\frac{dy}{dx}.

In physics: dW=FdxdW = F \, dx (work as differential), not "work equals derivative of force."

Linear approximation

dydy also serves as a linear approximation to Δy\Delta y (actual change) for small dxdx:

Δydy=f(x)dx\Delta y \approx dy = f'(x) \, dx

This is the basis of error propagation, Newton's method, and the linear-approximation foundation of all of calculus.

Verdict

Use derivative f(x)f'(x) when you want a rate / function. Use differential dy=f(x)dxdy = f'(x) dx when you want an infinitesimal change, especially in integrals, substitution, or DEs.

At a glance

FeatureDerivativeDifferential
Mathematical typeFunctionInfinitesimal change (1-form)
Notation$f'(x)$ or $dy/dx$$dy = f'(x) dx$
When evaluatedAt a point gives slopeAlways paired with $dx$
Use in integralsNoYes ($u$-substitution)
Linear approxProvides slopeEstimates $\Delta y$
Verdict

Use derivative f(x)f'(x) for rates and slopes; use differential dy=f(x)dxdy = f'(x) dx when integrating, doing uu-substitution, or separating variables in differential equations.

Related

  • /solver/calculus/derivative
  • /solver/calculus/integral
  • /blog/derivatives-explained-from-definition-to-practice