I'm having difficulty with a series of problems I've been working on and I can't seem to find a straightforward explanation of how to solve them. The problem is approximating functions.
$f(x)=x^{1/3}$, $a=8$, approximate $7.5^{1/3}$ I was able to calculate $p_1(x)=2+(1/12)(x-8)$, $p_2(x)=2+(1/12)(x-8)-(1/288)(x-8)^2$
I know need to use the linear approximating polynomial and the quadratic approximating polynomial to come up with an answer. I'm unsure of how to use the $7.5^{1/3}$ to come up with an answer. Any help would be greatly appreciated.
Hint : Just plug $x=7.5$ into the approximation-polynomials.
The exact result and the approximations are (calculation with PARI/GP) :