Calculating Coefficients Using Geometric Series

  • Thread starter Thread starter bakerconspira
  • Start date Start date
  • Tags Tags
    Coefficients
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
bakerconspira
Messages
1
Reaction score
0

Homework Statement


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

Homework Equations


Just the geometric series.

The Attempt at a Solution


This is what I got so far [tex][x^n] (1-2x+x^2)^{(-k)} = [x^n]((x-1)^2)^{(-k)} = [x^n] \frac{1}{(x-1)^{(2k)}}[/tex]
Basically, how do I put this into a sum form? or can I just multiply like this [tex]\frac{1}{(x-1)^{(2k)}} * \frac{1-x}{1-x} \Rightarrow a_n = \frac{(1-x)}{(x-1)^{(2k)}}[/tex]?
 
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:

[tex]\frac{1}{1-x} = 1 + x + x^2 + x^3 + \cdots[/tex]

NB: Halls, [x^n]f(x) is sometimes used to denote the coefficient of x^n in f(x) .