The most frequent use of Taylor in Year 5 is the computation of indeterminate limits: by replacing a function with its expansion, the indeterminate form is resolved in a single step.

Example — Limit via Taylor: limx0xsinxx3\lim_{x\to 0}\frac{x-\sin x}{x^3}

Substituting the expansion sinx=xx3/6+o(x4)\sin x = x - x^3/6 + o(x^4): xsinxx3=x(xx3/6+o(x4))x3=x3/6+o(x4)x3=16+o(x)x016.\frac{x-\sin x}{x^3} = \frac{x - \bigl(x - x^3/6 + o(x^4)\bigr)}{x^3} = \frac{x^3/6 + o(x^4)}{x^3} = \frac{1}{6} + o(x) \xrightarrow{x\to 0} \boxed{\frac{1}{6}}. The same result as three applications of L’Hôpital, but in a single step.

Example — Order of infinitesimal

As x0x\to 0, f(x)=1cosxf(x) = 1 - \cos x has order of infinitesimal 22 with respect to xx: from the expansion cosx=1x2/2+o(x3)\cos x = 1 - x^2/2 + o(x^3) it follows that 1cosx=x2/2+o(x3)1 - \cos x = x^2/2 + o(x^3), that is 1cosxx2/21 - \cos x \sim x^2/2.

Likewise sinxx\sin x \sim x (order 11), ex1xe^x - 1 \sim x (order 11), ln(1+x)x\ln(1+x) \sim x (order 11).

Example — Osculating parabola of f(x)=cosxf(x) = \cos x at x0=0x_0 = 0

f(0)=1f(0) = 1, f(0)=0f'(0) = 0, f(0)=1f''(0) = -1. Taylor polynomial of order 22: T2(x)=1+0x+12!x2=1x22.T_2(x) = 1 + 0\cdot x + \frac{-1}{2!}x^2 = 1 - \frac{x^2}{2}. It is the parabola that best approximates cosx\cos x near zero. For x=0,1x = 0{,}1 rad: cos(0,1)0,9950\cos(0{,}1)\approx 0{,}9950, T2(0,1)=10,005=0,995T_2(0{,}1) = 1 - 0{,}005 = 0{,}995: agreement to the first 44 digits.

Topics: Derivatives
Concepts: Order of infinitesimal · Osculating parabola · Taylor polynomial · Standard expansion
Methods: Limits via Taylor
Skills: Calculating limits · Estimating