Taylor polynomials with error

38 Views Asked by At

The question is: use second order Taylor polynomials for the given function about the point specified to approx the indicated value. Estimate the error and write the smallest interval you can be sure contains the value.

$f(x)=x^{1/3}$ about 8; approx $9^{1/3} $.

So I get that the approx about 8 is: $ 2 + \frac 1 {12}(x-8) (- 1 / (9 \times 32))\cdot(x-8)^2$

And when plugging in 9 i get that it's approximately equal to $ 2.07986 $.

When counting the error I use: $\left(\frac{f'''(c)}{3!}\right) \cdot (9-8)^3$ Since we want the error to be the maximum it can be I use $ c = 8 $. This gives that the error is maximum $0.000241$.

However, now comes the problem. I now want the interval that contains the value. I get that $9^{1/3} \text{ is } \leq 2.07986 + 0.000241 $ since it's obviously going to be equal or smaller than the approximation plus the maximum error.

But, I don't know how to get what value it's going to be bigger than. I would guess that's it going to be bigger than or equal to $2.07986 - 0.000241 $ since it can't be smaller than the approximation minus the maximum error to that. However, that's wrong when I check the solutions manual which states that $ 2.07986 < 9^{1/3} < 2.07986 + 0.000241 $.

So, two main questions:

  1. Shouldn't it be equal OR less/more than in the interval? Not just bigger or smaller than.

  2. Why don't you take that $ 9^{1/3} $ is bigger than the approximation MINUS the maxmimum error?