A question about Taylor series expansion

hefnrh
Messages
2
Reaction score
0

Homework Statement


Find the Taylor series expansion for f(x)=x*e^(-x^2) about x = -1


Homework Equations





The Attempt at a Solution


I have tried replacing x with (x-1) and f(x-1) = (x-1)*e^(-(x-1)^2).
Consider the power series for e^(-(x-1)^2) about x = 0, f(x-1) = (x-1)*(1/e+(2x-x^2)/e+(2x-x^2)^2/2!e+(2x-x^2)^3/3!e+...).
Let (x-1)*e^(-(x-1)^2) = A + Bx + Cx^2 + Dx^3 + Ex^4 + ...
So (x-1)*(1/e+(2x-x^2)/e+(2x-x^2)^2/2!e+(2x-x^2)^3/3!e+...) =A + Bx + Cx^2 + Dx^3 + Ex^4 + ...
Comparing x^n coefficients and I can get A, B,...
I don't know whether my method is correct and even it is correct ,it is too complicated.
I want an easier way to solve the problem.
Can anybody help me?
Thanks.
 
Physics news on Phys.org
Sounds very complicated to me. I would suggest the following:

a) multiply you function by the fraction (\frac{-2}{-2}). Now take a look at the numerator. Remind you of anything?

b) get familar with the Hermite Polynomials, more specifically, their generating function:
<br /> H_r(x)=(-1)^r\,e^{x^2}\, \frac{d^r}{dx^r}(e^{-x^2})<br />
 
What are the Relevant equations?

In other words, how would you, in general, go about determining the Taylor expansion for some function f(x) about some point x=x0?
 
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