Differentiation

How to differentiate

In this topic, we will look at many different rules for how to integrate different types of functions. In general, we can define differentiation as the following operation.

f(x)=xnf(x)=nxn1\begin{aligned} f(x) &= x^n \\\\ f'(x) &= nx^{n-1} \end{aligned}

Definition

The definition of the derivative of a fuction ff is given by:

f(x)=limh0f(x+h)f(x)hf'(x) = \displaystyle\lim_{h \to 0} \dfrac{f(x + h) - f(x)}{h}

This can be very useful and there is guaranteed to be a question in the exam where you need to use this so it is worth learning.

A function is said to be differentiable at a point aa if f(a)f'(a) exists. It might be a hint that a function isn’t differentiable if it is discontinuous or has asymptotes.

Chain rule

In a previous topic, we looked at composite functions. When you have a function that is the composite of two separate functions of xx.

f(x)=f(g(x))f(x)=f(g(x))g(x)\begin{aligned} f(x) &= f(g(x)) \\\\ f'(x) &= f'(g(x))g'(x) \end{aligned}

Product rule

This is for when you need to differentiate a function that is the product of two separate functions of xx.

f(x)=f(x)g(x)f(x)=f(x)g(x)+f(x)g(x)\begin{aligned} f(x) &= f(x)g(x) \\\\ f'(x) &= f'(x)g(x) + f(x)g'(x) \end{aligned}

Quotient rule

This is for when you need to differentiate a function that is the division of two separate functions of xx.

f(x)=f(x)g(x)f(x)=f(x)g(x)f(x)g(x)g(x)2\begin{aligned} f(x) &= \dfrac{f(x)}{g(x)} \\\\ \\\\ f'(x) &= \dfrac{f'(x)g(x) - f(x)g'(x)}{g(x)^2} \end{aligned}

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.

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.