What is the Quadratic Maclaurin Polynomial for f(x)=x*sin(x)?

chief10
Messages
78
Reaction score
0

Homework Statement




I'm having a bit of trouble with this Maclaurin Series question. It should be simple enough but I can't get the answer which is given as x2. It's been a while since I've done series and my being rusty is a little annoying. Hopefully someone can help :) Consider:

f(x)=x*sin(x)

Question asks to find the Quadratic Maclaurin Polynomial for f(x).
So this is what I did. First I got the nth derivatives:

f1(x) = x*cos(x) + sin(x)
f2(x) = -x*sin(x) + cos(x) + sin(x)

P2(x): 0 + x*0 + (x^2)(0 + 1 + 0)*(1/2!)

= x2/2


I'm sure I'm doing something blatantly wrong here but I can't seem to work it out. Fresh eyes might be useful :)

Thanks a lot.
 
Physics news on Phys.org
Oh no.. it was the derivative.. lol I've been racking my brain for 20 minutes staring at Taylor's Theorem thinking I made the error there.. ugh well that's embarrassing.
 
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