PDA

View Full Version : Problem with Sumations


jetoso
Feb10-06, 06:42 PM
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??

mathman
Feb11-06, 10:44 PM
I may be missing something, but I can't see what your question is?

jetoso
Feb12-06, 01:16 PM
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.

mathman
Feb12-06, 07:46 PM
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.

jetoso
Feb12-06, 10:23 PM
I am sorry, but I still do not get it.

mathman
Feb13-06, 05:57 PM
Do you understand switching the order of summation?
Do you see the result of switching?
Do you understand the change of variables (n=)?