Remainder Estimation Theorem & Maclaurin Polynomials :[

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
27 replies · 13K views
raincheck
Messages
38
Reaction score
0

Homework Statement



Use the Remainder Estimation Theorem to find an interval containing x=0 over which f(x) can be approximated by p(x) to three decimal-place accuracy throughout the interval. Check your answer by graphing |f(x) - p(x)| over the interval you obtained.

f(x)= sinx
p(x)= x - (x^(3)/3!)


Homework Equations



Remainder Estimation Theorem:
|Rn(x)| is less than or equal to (M/(n+1)!)|x-xo|^(n+1)


The Attempt at a Solution



i honestly have NO idea how to do this problem.. am i supposed to find the Maclaurin polynomial of sinx?

any help would be sooo appreciated!
 
Physics news on Phys.org
Hmm well that makes sense, but how do I find the remainder term? I don't understand that..
 
Oh.. is it Rn(x) = f(x) - pn(x) = f(x) - [sigma] (f^(k)*(xo))/k! * (x-xo)^k ?

That's the only other equation I can find..
 
I guess I would say xo is 0? And M is |F^(n+1)(x)| ?
 
That's a pretty good guess. Except that M is the maximum of the expression you wrote over all of the x in the interval where we are going to use R. Is that what you meant to say? Now can you think of a good ESTIMATE (upper bound) for M?
 
Right.. M is the upper bound.. And I'm trying to find an interval with x=0 in it, so could the upper bound be pi? or 1? Ok, I'm not sure.
 
Isnt it the nth+1 derivative of ...sinx?
Hahah I don't feel like I'm getting it at all :[
 
Hmm.. I don't know isn't just infinity? Or does it get a value?
 
It definitely gets a value! The series expansion may be infinite, but the remainder term estimates the error in truncating the infinite series to a finite one. What is the highest power in our FINITE series? (It's on your question page.)
 
OH! Hmm..all that's on my question page is.. 0?
 
raincheck said:
f(x)= sinx
p(x)= x - (x^(3)/3!)

One of these is a truncated series. Exercise: DO work out the Maclaurin expansion of sin(x). Maybe this is not what you are getting.
 
So: let xo = 0?
f(x)= sinx, f(0)=0 po(x)=0
f'(x)= cosx, f'(0)=1 p1(x)=x
f''(x)= -sinx, f''(0)=0 p2(x)= x
f'''(x)= -cosx, f'''(0)=-1 p3(x)=x - (1/3!)x^3
 
Hahah ummmmm... the p3?
 
Right again! So you want R3(x). You could also use R4(x) since the x^4 term in the series vanishes, right? Now give me R3 and R4 - and tell me how to estimate the max(f^(n+1)(x)) part. Then you are practically done.
 
Ohh ok awesome!
So R3(x) would be f(x) - p3(x) since its the remainder?
maybe... .008?
 
" |Rn(x)| is less than or equal to (M/(n+1)!)|x-xo|^(n+1) "

so am I using 3 as n?
Sorry for completely not getting this!
 
OH ok
" |Rn(x)| is less than or equal to (M/(n+1)!)|x-xo|^(n+1) "

so (1/4!)|-xo|^(4) ?
I already know xo right? I still don't know what it is though..
 
Let's call that good enuf. So R3(x)<=|x^4|/4!. (x0=0 right?). R3(x) is the size of the error you make when you when you evaluate p3(x) as an approximation to sin(x). You can see that as x gets big, the error can get big. The question you are being asked to answer is how big can x get and still keep R3(x)<0.001 (the three decimal places).
Sorry, I've got to run. I'll check in tomorrow... Good luck!
 
so .001 = (x^4)/4! ? Would I solve for x?
Thanks so much for helping me! :]