Taylor Series Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
Use three terms of the Maclaurin series for cosโกx\cos x to approximate cosโก(0.1)\cos(0.1).

Solution

  1. 1
    cosโกx=1โˆ’x2/2+x4/24โˆ’โ‹ฏ\cos x = 1 - x^2/2 + x^4/24 - \cdots
  2. 2
    At x=0.1x=0.1: 1โˆ’0.005+0.0000042โ‰ˆ0.99500421 - 0.005 + 0.0000042 \approx 0.9950042.

Answer

cosโก(0.1)โ‰ˆ0.99500\cos(0.1) \approx 0.99500
Taylor series give polynomial approximations. For small xx, few terms suffice. This is how calculators compute cosโก\cos.

About Taylor Series

A representation of a function as an infinite sum of terms calculated from the function's derivatives at a single point: f(x)=โˆ‘n=0โˆžf(n)(a)n!(xโˆ’a)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n
When a=0a = 0, it's called a Maclaurin series.

Learn more about Taylor Series โ†’

More Taylor Series Examples