The Taylor polynomial is the polynomial that best approximates ff near a point x0x_0: it has the same value and the same first derivatives as ff at that point.

Definition — Taylor polynomial of order nn

Let ff be differentiable nn times in a neighbourhood of x0x_0. The Taylor polynomial of order nn of ff centred at x0x_0 is: Tn(x)=k=0nf(k)(x0)k!(xx0)k=f(x0)+f(x0)(xx0)+f(x0)2(xx0)2++f(n)(x0)n!(xx0)n.T_n(x) = \sum_{k=0}^{n}\frac{f^{(k)}(x_0)}{k!}(x-x_0)^k = f(x_0) + f'(x_0)(x-x_0) + \frac{f''(x_0)}{2}(x-x_0)^2 + \cdots + \frac{f^{(n)}(x_0)}{n!}(x-x_0)^n. When x0=0x_0 = 0 it is called the Maclaurin polynomial.

Remark — Key property

TnT_n is the unique polynomial of degree n\le n such that Tn(k)(x0)=f(k)(x0)T_n^{(k)}(x_0) = f^{(k)}(x_0) for every k=0,1,,nk = 0,1,\ldots,n: it has the same value and the same first nn derivatives as ff at the point x0x_0. For n=1n = 1 one recovers the tangent line; for n=2n = 2 the osculating parabola.

The approximations T1,T3,T5T_1, T_3, T_5 of sinx\sin x “embrace” the function better and better: near zero T5T_5 is visually indistinguishable from sinx\sin x, and as the degree increases the interval of good approximation widens.

Topics: Derivatives
Concepts: Higher-order derivative · Maclaurin polynomial · Taylor polynomial
Methods: Taylor polynomial
Skills: Sketching a graph · Using formulae
People: Maclaurin · Brook Taylor