Academy
Taylor Polynomials
Level 1 - Math I (Physics) topic page in Power Series.
Principle
A Taylor polynomial is a finite polynomial chosen so that its value and derivatives match a function at one centre. It is the finite version of a Taylor series and is often the practical object used for approximation.
In physics, Taylor polynomials describe local behaviour: linear response, quadratic energy near equilibrium, and small-angle approximations are all Taylor-polynomial ideas.
Notation
The degree \(N\) is the highest power retained. Higher degree usually improves the approximation near the centre, but it also needs more derivative information.
Method
Step 1: Choose the centre and degree
Pick a centre \(c\) near the input values of interest. Choose \(N\) based on how many derivatives are available and how accurate the approximation needs to be.
Step 2: Compute derivatives at the centre
Find \(f(c), f'(c), f''(c),\ldots,f^{(N)}(c)\).
Step 3: Assemble the polynomial
Substitute the derivative values into the Taylor polynomial formula:
Rules
The polynomial is exact at \(x=c\) up to the derivative order used: \(P_N^{(k)}(c)=f^{(k)}(c)\) for \(0\le k\le N\).
Examples
Checks
- Taylor polynomials are finite sums.
- The centre controls where the approximation is most accurate.
- The coefficient of \((x-c)^n\) uses \(n!\) in the denominator.
- A Taylor polynomial is not automatically a global approximation.