How Can I Derive Sumations with Multiple Indices and Powers?

  • Context: Graduate 
  • Thread starter Thread starter jetoso
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
jetoso
Messages
73
Reaction score
0
I have a hard time trying to figure it out how to derive the following sumations:

We know that:
P(z) = Sumation from j=0 to Infinity of [(Pj * (z^j)]
and
Q(z) = Sumation from j=0 to Infinity of [(Kj * ((z^j)]

Where j is a subindex for P and K, and a power for z.


Sumation from j=0 to Infinity of [ Sumation from i=0 to j+1 of [(z^j) * Pi * Kj-i+1] ]

Where i and j are a subindices for P and K, and a power for z.



I know that I have to play with the indices, but I have no clue. Any advice??
 
Physics news on Phys.org
Reply

Yes, you are right.
From the information above, it has to be simplified to:
[ (1/z) * P(z) * Q(z) ] - [ (1/z) * Po * Q(z) ]

The author of the book does not give much more information about how he derived this equation, but he says is trivial.
 
The basic trick is to switch the order of summation. Then you will have two parts. The main part has i=1,inf with j=i-1,inf. The other part has i=0 with j=0,inf. For the main part let n=j-i+1 (replacing j), then n=0,inf. Put it all together and you should get the required answer.
 
Sorry

I am sorry, but I still do not get it.