5. Power and Maclaurin Series #
5.1. Approximating functions using series #
We can already see how higher derivatives can enable functions to be analysed for critical points including maxima and minima. Another, even more powerful application of higher derivatives is approximating functions as polynomials. This is really useful because the resulting polynomials, although approximate, are often much easier to study and evaluate than the original functions. Applied to physics, this approach enables complicated analytical expressions to be simplified. Hence, whenever you are attempting to solve some complex physical model, series approximations can reduce the work involved and may ultimately enable predictions or deeper insights to be made.
5.2. Power series #
An infinite power series about some point \(x=c\) is defined as
Typically, \(c\) represents a point near to which we are particularly interested in knowing the behaviour of the function. Often in physics, we try to choose our coordinate system, or independent variable, such that \(c = 0\).
Having defined a power series, we now show that we can rewrite functions by relating the coefficients \(a_n\) to the appropriate order of derivative of \(f(x)\) evaluated at \(x=c\). Consider the 3rd order polynomial
Note firstly that we have \(a_0=f(x=c)\). The first three derivatives are:
Hence we can see that the \(n\)^th^ coefficient in the polynomial corresponds to the \(n\)^th^ derivative evaluated at \(x=c\); i.e.,
We could repeat this process for a higher order polynomial to find the general result that
so that
where the factor \(1/n!\) arises from the repeated differentiations which reduce the power by one each time as we saw above for the 3rd order polynomial.
If the function \(f(x)\) is a polynomial, the final relation above is exact for all values of \(x\). However, we can generalise the techniques to find approximate expressions to more complex functions. We are able to do this due to the \(1/n!\) prefactor such that higher order terms might become increasingly small as long as the higher order derivatives also become increasingly small. Such an approximation is referred to as a Taylor series.
5.3. Taylor series centred at zero #
This special case is often referred to as a Maclaurin series. It takes the form
Writing the first \(n\) terms, we create a \(n\)-degree polynomial of the form:
The key ingredient here is the specific function \(f\) we are attempting to approximate. We need to calculate the value of this function and its derivatives at \(x=0\). By doing so, we are then able to approximate the function for \(x \ne 0\).
5.3.1. Example 1: The exponential series#
The easiest example to start with is the function \(e^{x}\), since its derivatives all equal the function itself. Here we expand the series to a 4\(^{\mathrm{th}}\) degree polynomial:
and since \(e^{0}=1\), we have:
As shown in Fig. 5.1, this simple approximation is accurate up to \(x\approx 2\) and diverges afterwards.

Fig. 5.1 The Taylor approximation of \(e^{x}\) is shown as a 4th degree, 6th degree and 10th degree polynomial.#
We can improve the approximation by adding more higher order terms. Since we can see the form of the series as:
adding more terms is simple, so a 6-degree polynomial approximation is:
5.3.2. Example 2: The Binomial series #
Binomial functions are of the form
which can be expanded by performing a Taylor approximation centred at \(x=0\). The first three derivatives are:
Hence, the series is:
The binomial series is a useful analytical tool. For example, when both \(|x|\ll1\) and \(|nx|\ll1\) than we use just the first two terms in the expansion:
You will see this applied in many cases in your physics courses where approximations can be made for certain limiting conditions.
The total energy derived from the theory of special relativity is \(E=mc^{2}(1-v^{2}/c^{2})^{-\frac{1}{2}}\).
For \(v << c\), this can be simplified using a binomial expansion of \((1+x)^k\): The quantity \(-v^{2}/c^{2}\) corresponds to \(x\) and \(k=-\tfrac{1}{2}\).
For \(x << 1\), \((1+x)^{k}\) approximates to \((1+\tfrac{1}{2}x)\). Hence
When we then multiple the constant \(mc^{2}\) term, we can discover that the classical form of kinetic energy appears in the low speed limit of special relatively.