Thread Closed

Taylor Polynomial

 
Share Thread Thread Tools
Feb18-10, 08:30 PM   #1
 

Taylor Polynomial


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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Feb18-10, 08:51 PM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Look up some form of the remainder term for a Taylor series and try to bound it by 0.001. I'm guessing you know the Taylor series for e^x, right?
 
Feb18-10, 08:59 PM   #3
 
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.
 
Feb18-10, 09:10 PM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Taylor Polynomial


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?
 
Feb18-10, 09:18 PM   #5
 
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.
 
Feb18-10, 09:23 PM   #6

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by IntegrateMe View Post
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?
 
Feb18-10, 09:31 PM   #7
 
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?
 
Feb18-10, 09:43 PM   #8

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
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?
 
Feb18-10, 09:49 PM   #9
 
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] ?
 
Feb18-10, 09:52 PM   #10
 
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.
 
Feb18-10, 09:53 PM   #11

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Yes. That will bound M. Now write the whole remainder term in terms of n and try to find an n so it's less than 0.001.
 
Feb18-10, 09:58 PM   #12
 
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.
 
Feb18-10, 10:03 PM   #13

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
"a" is 0, isn't it? You were the one who said "Maclaurin series". So ok, 1.648*(0.5)^(n+1)/(n+1)!. Find an n so that's less than 0.001. This isn't all that hard, right?
 
Feb18-10, 10:09 PM   #14
 
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!
 
Feb18-10, 10:13 PM   #15

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Testing different values of n is the perfect way to do it. Just looking at that expression you know n can't be too big. You're welcome.
 
Feb18-10, 10:14 PM   #16
 
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?
 
Feb18-10, 10:19 PM   #17

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
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.
 
Thread Closed
Thread Tools


Similar Threads for: Taylor Polynomial
Thread Forum Replies
Taylor Polynomial Calculus & Beyond Homework 1
Taylor Polynomial Calculus & Beyond Homework 10
Taylor Polynomial Calculus & Beyond Homework 2
Taylor Polynomial (can you help me?) Calculus & Beyond Homework 8
Taylor Polynomial Introductory Physics Homework 2