1.3 Taylor series and linearisation
The previous two lessons developed derivatives and integrals as the two inverse operations of calculus. This third lesson sits on top of both: a Taylor series uses derivatives at a single point to approximate a function in a neighbourhood. The first-order truncation — keeping only the constant and linear terms — is linearisation, and it is the single most-used technique in all of physics. Acoustics is the linearised theory of fluid mechanics. Optics is the linearised theory of Maxwell’s equations. The harmonic oscillator is the linearised pendulum. Newton’s law of cooling is the linearised Stefan–Boltzmann law.
This lesson develops Taylor series and the linearisation it makes precise.
The Taylor expansion
For a smooth function near a base point , the Taylor expansion is
In more compact form,
The series gives the value of at the displaced point in terms of the value of and all its derivatives at the base point . The remarkable claim is that all the information about a smooth near is contained in those derivatives.
Truncating the series at degree produces the Taylor polynomial , a polynomial of degree that matches and its first derivatives at . The error in this approximation is — vanishingly small if is small and the function is well-behaved, but growing as you move away from .
The interactive builds the Taylor polynomial approximation of a chosen function. Slide the expansion point and the degree and watch the red approximation track the black true curve near — and diverge from it as you move far away. Two things to feel for:
- Near the expansion point, even low-order Taylor polynomials are nearly perfect approximations. Linear () suffices for very small ; quadratic () extends the agreement; higher orders are needed only for larger neighbourhoods or for the very tails of the function.
- Far from the expansion point, the approximation diverges. The radius over which the series converges is the famous radius of convergence; some functions (like around ) have a finite radius and diverge outside.
The Maclaurin series: Taylor at zero
When , the Taylor series is sometimes called the Maclaurin series. The most-used cases in physics:
The radii of convergence: , , converge for all . The binomial and logarithmic series converge only for .
The Maclaurin series for with is what gives Euler’s formula — see Foundations 3.1. The cancellation of every fourth term in produces the sine and cosine series exactly.
Linearisation: first-order Taylor
The first-order truncation of the Taylor expansion is
This is the linearisation of around . The approximation is excellent for small and useless for large.
Linearisation is the move that takes a nonlinear physics problem and converts it to a linear one. The full pendulum equation,
is nonlinear because depends nonlinearly on . But for small angles,
so the linearised pendulum is
which is the simple-harmonic-motion equation of Foundations 5.3 and has the closed-form solution with . For amplitudes below about this is essentially exact; above that, the cubic correction starts to matter.
Linearisation is the master move of acoustics
Every time the Sound book writes “small perturbation” or "" or “linearised theory,” it is quietly invoking a first-order Taylor expansion. The wave equation itself is the result of linearising the full nonlinear fluid-mechanics equations around a still-air equilibrium:
- The continuity equation is exact but nonlinear (because of the product). Linearise around equilibrium with and the equation becomes , linear in the small perturbations.
- Euler’s equation has a nonlinear convective term . Linearising drops it (since it is quadratic in the small velocity), leaving .
- The adiabatic equation of state becomes with — a one-line Taylor expansion of pressure-as-a-function-of-density around equilibrium.
Combine the three linearised equations and you get the wave equation . Everything in the Sound book is downstream of this single linearisation. See Sound 4.5 — Linearisation and the wave equation for the full development.
The same move runs through:
- Optics. Maxwell’s equations are linear in the EM fields but nonlinear in the medium-dependent permittivity; nonlinear optics treats the higher-order terms.
- Elasticity. Hooke’s law is the linearisation of stress-strain around the unstressed state.
- Cosmology. Linearised general relativity around a Friedmann–Robertson–Walker background gives the equations for cosmological perturbations.
- Chemistry. Linearisation of chemical kinetics around a reaction equilibrium gives the linear-response theory of fluctuations.
In every case, the underlying physics is nonlinear; linearisation is what makes it tractable.
Higher-order corrections
When linearisation is insufficient — when the perturbation is large enough that the term cannot be ignored — you keep more terms. The second-order Taylor expansion is
This is the quadratic approximation, used whenever the linear term vanishes (e.g. at an extremum) or when the first-order correction is too coarse. In acoustics, quadratic terms appear in energy and intensity calculations — kinetic energy is , quadratic in velocity — and they are exactly what links the linear acoustic field to the nonlinear quantities (energy, momentum, intensity) one ultimately wants to measure.
The third-order corrections appear in nonlinear acoustics — when amplitudes are large enough that even the quadratic terms aren’t sufficient. See Sound 10.4 — Wave steepening for what happens when those corrections compound.
What we use this for
Calculus operations across the bookshelf:
- The wave equation comes from linearising fluid mechanics around a still-air equilibrium (Sound 4.5).
- The speed of sound is a derivative evaluated at equilibrium.
- Energy, intensity, and power are integrals of pressure-times-velocity over time.
- The Fourier coefficients are integrals; the Fourier transform itself is an improper integral (Foundations 7).
- Euler’s formula is derived from the Taylor series of all three functions (Foundations 3.1).
- Every “small-angle approximation,” “weak-field limit,” or “leading-order analysis” in physics is a first-order Taylor expansion.
If any of the above looks unfamiliar, work through a textbook chapter on single-variable calculus before continuing. Spivak’s Calculus is the unsentimental favourite; Strang’s Calculus is the most physics-friendly.