Taylor Polynomial for Square Root Function at x = 100

  • Thread starter Thread starter Math_Frank
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
Math_Frank
Messages
27
Reaction score
0
Hi Guys,

I have an assigment which I would very much appreciate if You would tell if I have done it correct :)

Use the Taylor Polynomial for f(x) = \sqrt(x) of degree 2 in x = 100. To the the approximation for the value \sqrt(99)

First I find the Taylor polynomial of degree 2.

T_2(x) = \sqrt(100) + \frac{\frac{1}{(2) \sqrt(100)}}{1!} (x-100) \frac{\frac{1}{(4) (100)^{3/2}}}{2!} (x-100)^2
 
Last edited:
Physics news on Phys.org
benorin said:
now plug-in x=99.

Hello Benorin,

I plugin x = 99 and get

T_2(99) = \frac{1599999}{160000}
 
Last edited:
Only plug-in 99 where you see an x, i.e.

T_2(99) = \sqrt(100) + \frac{\frac{1}{(2) \sqrt(100)}}{1!} (99-100) -\frac{\frac{1}{(4) (100)^{3/2}}}{2!} (99-100)^2 = 10+50(1)-\frac{1}{8000}(1)^2=60-\frac{1}{8000}=59.999875
 
benorin said:
Only plug-in 99 where you see an x, i.e.

T_2(99) = \sqrt(100) + \frac{\frac{1}{(2) \sqrt(100)}}{1!} (99-100) -\frac{\frac{1}{(4) (100)^{3/2}}}{2!} (99-100)^2 = 10+50(1)-\frac{1}{8000}(1)^2=60-\frac{1}{8000}=59.999875

The result You get there 59.999875 is that the approximation in procent?

/Frank
 
59.99.. obviously cannot be correct. It's not anywhere close to root of 99.

From the formula above I see 10 - 1/20 - 1/8000 = 9.949875. Which squared equals about 99.0000125..., what is pretty close.
 
Hello Again Benorin,

So the conclusion is that T_2(99) cannot be used to find the approximation for 99?

If I insert 99 into the polymial I get T_2(99) = 9,999996875

which squared gives 99,9999

Is that wrong?

/Frank
vladb said:
59.99.. obviously cannot be correct. It's not anywhere close to root of 99.

From the formula above I see 10 - 1/20 - 1/8000 = 9.949875. Which squared equals about 99.0000125..., what is pretty close.
 
Last edited:
benorin said:
Only plug-in 99 where you see an x, i.e.

T_2(99) = \sqrt(100) + \frac{\frac{1}{(2) \sqrt(100)}}{1!} (99-100) -\frac{\frac{1}{(4) (100)^{3/2}}}{2!} (99-100)^2 = 10+\frac{1}{20}(-1)-\frac{1}{8000}(1)^2=10-\frac{1}{20}-\frac{1}{8000}=9.949875

My bad, my post should have read as above, and note that the actual value is closer to

\sqrt{99}\approx 9.9498743710661995473447982100121
 
Last edited:
Note that your original formula is wrong, because instead of adding up the terms (with derivatives of various order) you multiply them.
The formula posted by Benorin (4th post) is the correct one, which will give 10 - 1/20 - 1/8000.

To Benorin: < deleted :) >
 
Last edited:
Back
Top