Applications of Differentiation

Maxima & minima

Many of the problems you will come across that apply differentiation involve optimisation of some kind. This means you are trying to find the maximums or minimums of a function. You may recall studying stationary points in high school.

"Stationary points occour at f(x)=0f'(x) = 0" - Ms Fyfe 2K16

The values of xx such that f(x)=0f'(x) = 0 are called critical points. However, there are two different types of maximums and minimums found in functions:

  • Local maximum / minimum
    A value is considered a local critical point if it is greater than or less than other values of f(x)f(x) near that xx.

  • Absolute maximum / minimum
    A value is considered an absolute critical point if it is greater than or less than other values of f(x)f(x) for all xx in the domain.

Note that absolute maxima & minima are also technically local maxima & minima in restricted bounds.

Extreme value theorem

If ff is continuous on a closed interval [a,b][a,b], then ff attains an absolute maximum value f(c)f(c) and an absolute minimum value f(d)f(d) at some numbers cc and dd in the interval [a,b][a,b].

Fermat’s theorem

If ff has a local maximum or minimum at cc, and f(c)f'(c) exists, then f(c)=0f'(c) = 0.

This is just the formal definition of what is said at the top of this topic.

Critical numbers

A critical number of a function ff is a number cc in the domain of ff such that either f(c)=0f'(c) = 0 or f(c)f'(c) does not exist.

Finding the critical numbers of a function is like finding the roots of the derivative.

Rolle’s theorem

Let ff be a function that satisfies the following three hypotheses:

  1. ff is continuous on the closed interval [a,b][a,b]
  2. ff is differentiable on the open interval (a,b)(a,b)
  3. f(a)=f(b)f(a) = f(b)

Then there is a number cc in (a,b)(a,b) such that f(c)=0f'(c) = 0.

Mean value theorem

The mean value theorem states that if a function ff is continuous over [a,b][a,b] and differentiable over (a,b)(a,b) then there exists a number cc in (a,b)(a,b) such that:

f(c)=f(b)f(a)baf'(c) = \dfrac{f(b) - f(a)}{b - a}

This is essentially saying that you can draw a tangent line at point cc that is parallel to a straight line drawn between points at aa and bb.

Also check out the extreme value theorem or intermediate value theorem when asked about any proof for roots, critical points or concavity. Sometimes proof just needs to be explained without any actual working.