What is the Third Degree Taylor Polynomial of Cosine at Zero?

ptolema
Messages
82
Reaction score
0

Homework Statement



use the third degree Taylor polynomial of cos at 0 to show that the solutions of x2=cos x are approx. \pm\sqrt{2/3}, and find bounds on the error.

Homework Equations



P2n,0(x) = 1-x2/2!+x4/4!+...+(-1)nx2n/(2n)!

The Attempt at a Solution



when it says "third degree" for cos at 0, does it mean that n=3, so P6,0 is what is needed? or does it mean that 2n=3, so i should use P3,0?
because P6,0(x) = 1-x2/2!+x4/4!-x6/6! is very different from P3,0(x) = 1-x2/2!
i'm also not so hot on the finding the error, but the degree thing is most of the problem
 
Last edited:
Physics news on Phys.org
ptolema said:

Homework Statement



use the third degree Taylor polynomial of cos at 0 to show that the solutions of x2=cos x are approx. \pm\sqrt{2/3}, and find bounds on the error.

Homework Equations



P2n,0(x) = 1-x2/2!+x4/4!+...+(-1)nx2n/(2n)!

The Attempt at a Solution



when it says "third degree" for cos at 0, does it mean that n=3, so P6,0 is what is needed? or does it mean that 2n=3, so i should use P3,0?
because P6,0(x) = 1-x2/2!+x4/4!-x6/6! is very different from P3,0(x) = 1-x2/2!
i'm also not so hot on the finding the error, but the degree thing is most of the problem
By third degree, it means the polynomial of degree 3, so you can ignore all terms of higher degree. Since there is no term of degree 3 in the Maclaurin series for cos(x), your approximation is 1 - x2/2!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top