Taylor Series coefficient of x^n

berbek16
Messages
4
Reaction score
0

Homework Statement


Find the Taylor series for 0.5x^2[e^x-e^(-x)] around x=0. What is the coefficient of x^n?


Homework Equations


e^x=∑x^n/n!


The Attempt at a Solution


I understand how to find the Taylor series for this equation (it being ∑[x^(2n+3)/n!]; x^3+x^5+x^7/2!+...) through manipulation of the Taylor series for e^x; however I'm not quite sure what it means by the "coefficient of x^n?" The answer is apparently 0 when n is 1 or even, and otherwise it is given by 1/[(n-3)/2]!, but how is this found? Thank you so much for any help!
 
Physics news on Phys.org
The coefficient of ##x^n## is simply the value by which ##x^n## is multiplied when you write out the series. So in your case, assuming your series is correct (which I haven't checked),
$$x^3 + x^5 + \frac{x^7}{2!} + \cdots$$
There is no constant term (##x^0##), so the coefficient of ##x^0## is zero. Similarly, the coefficient for ##x^1## is zero and likewise for all ##x^n## where ##n## is even, since these terms do not appear in the series.

So look at what remains: the coefficient for ##x^3## is ##1##, the coefficient for ##x^5## is also ##1##, and the coefficient for ##x^7## is ##1/(2!) = 1/2##. If you plug ##n=3,5,7## into the formula given in the answer, you can see that it matches these values.

To find the general formula, the question comes down to: what is the coefficient of ##x^n## in your series ##\sum x^{2n+3}/(n!)##?

Hint: try using a different letter instead of ##n## to avoid confusion: ##\sum x^{2m+3}/(m!)##. What is the ##x^n## term of this series?
 
The coefficient of ##x^n## is precisely what it means. If your given a value ##n## what is the coefficient for that specific term ##x^n##.
 
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