In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. For example, the derivative of the position of a moving object with respect to time is the object’s velocity: this measures how quickly the position of the object changes when time advances.

The derivative of a function of a single variable at a chosen input value, when it exists, is the slope of the tangent line to the graph of the function at that point. The tangent line is the best linear approximation of the function near that input value. For this reason, the derivative is often described as the “instantaneous rate of change”, the ratio of the instantaneous change in the dependent variable to that of the independent variable.

[…]

The process of finding a derivative is called differentiation [Differentiation]. The reverse process is called antidifferentiation [Antiderivative]. The fundamental theorem of calculus [Fundamental theorem of calculus] relates antidifferentiation with integration [Integration]. Differentiation and integration constitute the two fundamental operations in single-variable calculus.

(“Derivative” 2022)

Geometric interpretation of derivatives

\(f’(x)\) is the slope of the tangent line of \(f(x)\).

Finding Maxima and minima with differentiation

The Global minima of \(y = x^2 + 4x - 5\) is at \(y=-2\). To solve:

  1. Find the Extrema

    $$

    \begin{align} y &= x^2 + 4x - 5 \\ \frac{dy}{dx} &= 2x + 4 \\ \end{align}

    $$

    Now equate to zero…

    $$

    \begin{align} 0 &= 2x + 4 \\ x &= \frac{-4}{2} \\ x &= -2 \end{align}

    $$

  2. Determine maxima or minima

    $$

    \begin{align} y &= x^2 + 4x - 5 \\ \frac{d^2y}{(dx)^2} &= 2 \end{align}

    $$

    The slope of the slope is positive (\(2 > 0\)), so the Extrema is a Global minima.

Another example with a higher Degree: \(f(x) = x^3 - 2x^2 + 8x + 1\)

$$

\begin{align} f(x) &= \frac{4}{3}x^3 + x^2 - 5x + 1 \\ f’(x) &= 4x^2 + 2x - 5 \end{align}

$$

This has two solutions by the Quadratic formula:

\(x = -\frac{1}{4} \pm \frac{\sqrt{21}}{4}\)

You can perform the second step from above to determine whether these are maxima or minima.

Expand

Related: Differential calculus (“Derivative” 2022)

Bibliography