How to multiply these summations ?

  • Context: Graduate 
  • Thread starter Thread starter praecox
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
praecox
Messages
16
Reaction score
0
Ok. I feel a little dumb for asking, but I'm working on a abstract algebra proof and this has got me stuck:

[itex]\left(\sum_{i=1}^{n}a_ib_i\right)\left(\sum_{i=1}^{k}a_ib_i\right)[/itex] where n,k are some positive integers.

I feel certain that it's not just a sum to n+k or nk, but I could be wrong. any help would be awesome. :)
 
Physics news on Phys.org
It can be written as a single sum with the cauchy product.
The terms of the new series are the convolution of the original terms.

An elementary way to see it is: attach x^i to each coefficient, then group in a single series in powers of x, then put x=1.
Like you would do for (1 + x + 3 x^2)(2 + x + x^2)= (1+2) + (1*2+1*1)x + (3*2+1*1+1*1)x^2 + ...