Very quick Taylor Approximation Question

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
3 replies · 2K views
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.