Taylor Polynomial Approximation

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
1 reply · 4K views
y_lindsay
Messages
17
Reaction score
0
How to find a polynomial P(x) of the smallest degree such that sin(x-x^2)=P(x)+o(x) as x->0?
Do I have to calculate the first six derivatives of f(x)=sin(x-x^2) to get Taylor polynomial approximation?
 
Physics news on Phys.org
If you know the Taylor series expansion for sin(x) you don't need to calculate any derivatives at all. Just replace x in the expansion with x- x2.

[itex]sin(x)= x- x^3/6+ x^5/5!+ \cdot\cdot\cdot[/itex].
[itex]sin(x-x^2)= (x-x^2)- (x-x^2)^3+ (x-x^2)^5/5!+ \cdot\cdot\cdot[/itex]