Calculating Degree of Taylor Polynomial for Approximating sqrt(e)

  • Thread starter Thread starter IntegrateMe
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
21 replies · 3K views
IntegrateMe
Messages
214
Reaction score
1
I just need help on how to start the problem, I'm not asking anyone to do it for me, I'm just slightly confused.

What is the degree of the Taylor polynomial needed to approximate sqrt(e) with error < 0.001. Use ex as your function, with x = 0.5.

I'm just honestly confused on where to even start, any help is greatly appreciated. Thanks.
 
Physics news on Phys.org
Yes, by "Taylor series" I'm assuming you mean the Maclaurin series centered at 0, so:

xn/n!

By "remainder form" do you mean Taylor's inequality:

R(x) = [M/(n+1)!][x-a]n+1

?

Thanks for the help.
 
You asked "how to even start". I told you how to start. If you had presented that info to begin with we could have skipped the preliminaries. Ok, so now try to bound your R by 0.001. What's the largest M can be if x=1/2?
 
I'm sorry. Don't get mad at me, I'm really trying.

How would i find out the M value without knowing what a or n equal? Taylor's inequality is what i really struggle with, I'm pretty good with figuring out series, but when it comes to "error" problems I'm a little shakey.
 
IntegrateMe said:
I'm sorry. Don't get mad at me, I'm really trying.

How would i find out the M value without knowing what a or n equal? Taylor's inequality is what i really struggle with, I'm pretty good with figuring out series, but when it comes to "error" problems I'm a little shakey.

Sure. What is M? That's the thing you really need to estimate. How is it defined?
 
We want to show that as n goes to infinity, the remainder will go to 0, correct? Because doesn't that show that we have a series that adequately represents our function? But in this case it's asking for the "degree" and isn't "n" the degree of the polynomial? I'm not sure what "M" represents, is it the upperbound?
 
Ok, sure M will go to zero if it's a convergent Taylor series. But you want to know how fast it goes to zero so you can decide how many terms to keep. Doesn't M have something to do with the (n+1)th derivative of e^x on the interval [0,1/2]? Surely you can estimate that?
 
The derivative of e^x will always be e^x, so no matter how many terms we add ( (n+1)th ), we will always have the same function.

So, am i trying to calculate the values of x that will make e^x bound within [0,1/2] ?
 
Wait, so does that mean the fx+1(x) must be less than M.

So the nth derivative being ex:

ex<M
So, e0.5 < M
1.6487 < M

I may be completely wrong, just throwing something out there that i saw.
 
You lost me there, I'm sorry :/

I'm trying to find "n." I have all of my values except "n" and "a" so:

0.001 = [1.648/(n+1)!](0.5 - a)^(n+1)

I'm up to this point...if I'm correct.
 
Haha, i get frightened to assume things that i don't know are 100% fact. Thanks for reassuring :)

Oh, ok. So i just set 1.648*(0.5)^(n+1)/(n+1)! < 0.001 and solve for n?

I get n = 4 by just plugging in different values for "n." Is there a more efficient way of doing this or is testing different values optimal?

btw, thanks a ton for the help...life saver!
 
Thanks, i just have one more question. When we did this problem, our function e^x always had the save derivative. What happens if we get a different function where the f^n+1 isn't always the same?
 
Then you have to find some other way to estimate the max of f^(n+1) by some other method. Like if f(x)=sin(x), then it's pretty safe to say |f^(n+1)(x)|<=1. Stuff like that.
 
Ahh, ok. I have a pretty incompetent teacher and trying to make sense of the proofs represented in the book is often hard. Thanks for your help and care :)
 
What if f(x) is equal cos(0.5)?
 
No I am just asking because would that mean that M is >= 0? Because the n+1'th derivative of cos(0.5) is just 0. Or, is M just the function itself?...

M >= cos(0.5)
 
Oh, I see, you want cos(0.5) using the Taylor series for cos(x) around x=0. Not f(x)=cos(0.5). Do the same thing IntegrateMe did. M is related to a derivative of cos(x). Isn't it bounded by 1?