Very quick Taylor Approximation Question

michonamona
Messages
120
Reaction score
0

Homework Statement


Let f(x) = sin x
a) find p_6 (taylor polynomial 6th degree) for f at x = 0
b) How accurate is this on the interval [-1,1]



Homework Equations





The Attempt at a Solution



I got p_6 = x + (x^3)/6 + (x^5)/120, which was correct as per the solution manual. My issue is with part b.

What's the procedure that one takes to estimate the accuracy of a taylor approximation within a given interval?

Thank you all for your help
M
 
Physics news on Phys.org
One of your signs is wrong in your polynomial. The Maclaurin series for sin(x) (which is a Taylor series evaluated at 0) is an alternating series. Do you know a formula for estimating the error when you truncate an alternating series? There's also a formula for a bound on the error in a Taylor series.
 
My mistake, the correct formula is:

p_6(x) = x - (x^3)/6 + (x^5)/120


I understand that, in order to find the error, we must f(x) - p_6(x) = R_6(x). Where R_6(x) represents the error. What I don't understand is where the interval [-1,1] come into play.

Thanks!

M
 
The error expression, R_6(x) is a function of x. Since x is in the interval [-1, 1], then R_6(x) has a maximum value somewhere on that interval.
 
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