Imagine that you need to compute e^0.4 but you have no calculator or other aid to enable you to compute it exactly, only paper and pencil. You decide to use a third-degree Taylor polynomial expanded around x =0. Use the fact that e^0.4 < e < 3 and the Error Bound for Taylor Polynomials to find an upper bound for the error in your approximation.

|error| <= _________

Respuesta :

Answer:

0.0032

Step-by-step explanation:

We need to compute [tex]e^{0.4}[/tex] by the help of third-degree Taylor polynomial that is expanded around at x = 0.

Given :

[tex]e^{0.4}[/tex] < e < 3

Therefore, the Taylor's Error Bound formula is given by :

[tex]$|\text{Error}| \leq \frac{M}{(N+1)!} |x-a|^{N+1}$[/tex]   , where [tex]$M=|F^{N+1}(x)|$[/tex]

         [tex]$\leq \frac{3}{(3+1)!} |-0.4|^4$[/tex]

         [tex]$\leq \frac{3}{24} \times (0.4)^4$[/tex]

         [tex]$\leq 0.0032$[/tex]

Therefore, |Error| ≤ 0.0032