calculus

Derivative

A derivative measures the instantaneous rate of change of a function — equivalently, the slope of the tangent line to the function's graph at a single point.

本术语中文版本即将上线。下方暂以英文原文展示。

A derivative of a function f(x)f(x) at a point x0x_0 is defined as the limit

f(x0)=limh0f(x0+h)f(x0)hf'(x_0) = \lim_{h \to 0} \frac{f(x_0+h) - f(x_0)}{h}

provided the limit exists. Geometrically it is the slope of the tangent line at (x0,f(x0))(x_0, f(x_0)); physically it is the instantaneous rate of change of the quantity represented by ff.

Derivatives are linear (the derivative of a sum is the sum of derivatives), and a small set of rules — power, product, quotient, chain — let you differentiate most elementary functions mechanically without going back to the limit definition every time.

Derivatives are foundational to optimisation (finding maxima and minima), to physics (velocity is the derivative of position, acceleration of velocity), to machine learning (gradient descent), and to economics (marginal cost / revenue).

相关资源