Here's the problem:
Calculate the fifth degree taylor polynomial at x = 0 for the following function:
$f(x) = (3x^2+4x-2)e^\frac{(-x^2)}{3}$
Now I know that I'm supposed to take the derivative 4 times and plug in 0 in order to get the terms, but I get a really large equation after doing the product rule just once. Is there any way to simplify this to make it easier for myself so that I don't have to do a grueling amount of work?
Insert the Taylor polynomial for $e^{-x^2/3}$ (which is just the Taylor polynomial for $e^x$, only you swap $x$ for $\frac{-x^2}3$), and multiply: $$ f(x)=(3x^2+4x+2)\left(1+\frac{-x^2}{3}+\frac12\left(\frac{-x^2}3\right)^2\right) $$ You don't need higher order terms for $e^{-x^2/3}$, since you're not going higher than degree $5$.