Telemachus
- 820
- 30
Homework Statement
Find an approximated value for \sqrt[ ]{9.03} using a Taylors polynomial of third degree and estimate the error.
Homework Equations
The Attempt at a Solution
I thought of solving it by using
f(x)=\sqrt[]{x} centered at x_0=9
So
P_n(x)=3+\dysplaystyle\frac{(x-9)}{6}-\dysplaystyle\frac{(x-9)^2}{216}+\dysplaystyle\frac{3(x-9)^3}{3888}
Then I evaluated it at x=9.03, so I get:
P_n(x)=3+\dysplaystyle\frac{(0.3)}{6}-\dysplaystyle\frac{(0.3)^2}{216}+\dysplaystyle\frac{3(0.3)^3}{3888}\approx{3.049604167}
I don't know if this is right, I've tried with the calculator and it gives 3.00500... Now, how do I estimate the error? just by resting to the value the calculator gives the one I get?