Can I use this formula to simplify my summations?

  • Thread starter Thread starter Luongo
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 31K views
Luongo
Messages
119
Reaction score
0
1. on #1 c) of the homework:
http://www.math.ubc.ca/~oyilmaz/courses/m267/hmk3.pdf
how do i multiply this summation?




Homework Equations





3. what i did was i multiplied the 2 expos and made on of the k indexes a 'm' instead and i got [tex]\sum e<sup>i(k+m)t</sup>[/tex]
 
Last edited by a moderator:
Physics news on Phys.org
[tex]\left( \sum_{k =1}^{N_1} f(k) \right) \left( \sum_{j=1}^{N_2} g(j) \right) = \sum_{k=1}^{N_1} \sum_{j=1}^{N_2} f(k)g(j)[/tex]

Can you try to see why the above is true?

Now in your problem, k is a dummy variable (meaning, that since it sums over, it doesn't matter if we call it k, or j). So we can replace the variable in the second summation, by j. Then you can apply the above formula.