Calculating Coefficients Using Geometric Series

  • Thread starter Thread starter bakerconspira
  • Start date Start date
  • Tags Tags
    Coefficients
bakerconspira
Messages
1
Reaction score
0

Homework Statement


Calculate [x^n] (1-2x+x^2)^{(-k)}

Homework Equations


Just the geometric series.

The Attempt at a Solution


This is what I got so far [x^n] (1-2x+x^2)^{(-k)} = [x^n]((x-1)^2)^{(-k)} = [x^n] \frac{1}{(x-1)^{(2k)}}
Basically, how do I put this into a sum form? or can I just multiply like this \frac{1}{(x-1)^{(2k)}} * \frac{1-x}{1-x} \Rightarrow a_n = \frac{(1-x)}{(x-1)^{(2k)}}?
 
Last edited:
Physics news on Phys.org
I have no clue what you are asking! "Calculate ...". What do you mean by "calculate" an expression? You say "just the geometric series". What about a geometric series? Are you asked to write that expression in terms of a geometric series?
 
Differentiate term by term 2k times:

\frac{1}{1-x} = 1 + x + x^2 + x^3 + \cdots

NB: Halls, [x^n]f(x) is sometimes used to denote the coefficient of x^n in f(x) .
 
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