Alternating Series estimation theorem vs taylor remainder

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
freshman2013
Messages
43
Reaction score
0

Homework Statement



Let Tn(x) be the degree n polynomial of the function sin x at a=0. Suppose you approx f(x) by Tn(x) if abs(x)<=1, how many terms are need (what is n) to obtain an error less than 1/120

Homework Equations


Rn(x)=M(x-a)^(n+1)/(n+1)!

sin(x)=sum from 0 to ∞ of (-1)^n*x^(2n+1)/(2n+1)!

The Attempt at a Solution


For the alternating series test, I plugged in 1 for x in the sin x macluarin series and got 1/(2(n+1)+1)! <= 1/120 and got n=1
Then I used the Taylor's remainder theorem, got 1/(n+1)! <= 1/120 so n=4. why am I getting a different answer from Alternating series estimation theorem?
 
Last edited:
Physics news on Phys.org
freshman2013 said:

Homework Statement



Let Tn(x) be the degree n polynomial of the function sin x at a=0. Suppose you approx f(x) by Tn(x) if abs(x)<=1, how many terms are need (what is n) to obtain an error less than 1/120

Homework Equations


Rn(x)=M(x-a)^(n+1)/(n+1)!

sin(x)=sum from 0 to ∞ of (-1)^n*x^(2n+1)/(2n+1)!

The Attempt at a Solution


For the alternating series test, I plugged in 1 for x in the sin x macluarin series and got 1/(2(n+1)+1)! <= 1/120 and got n=1
Then I used the Taylor's remainder theorem, got 1/(n+1)! <= 1/120 so n=4. why am I getting a different answer from Alternating series estimation theorem?

Let's write out a few terms of the two series. The alternating series is$$
x -\frac{x^3} 3 +\frac {x^5} 5~...$$
The Taylor series is$$
0+x+0-\frac {x^3} 3 + 0 +\frac{x^5} 5~...$$Does that give you an idea?