Can the sum of exponentials in this expression be simplified?

  • Context: Undergrad 
  • Thread starter Thread starter rock_pepper_scissors
  • Start date Start date
  • Tags Tags
    Sum
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
4 replies · 2K views
rock_pepper_scissors
Messages
12
Reaction score
0
I am looking for a way to simplify the following expression:

##\sum\limits_{n=1}^{N}\ \sum\limits_{k=0}^{N-1}\ \sum\limits_{k'=0}^{N-1}\ \tilde{p}_{k}\ \tilde{p}_{k'}\ e^{2\pi in(k+k')/N}##.

I presume that the sum of the exponentials over ##n## somehow reduce to a Kronecker delta.

Am I wrong?
 
Mathematics news on Phys.org
This formula is handy:

##\sum_{k=1}^{N}e^{2\pi ikn/N}=N\delta_{\text{n mod N}, 0}##

so that

##\sum\limits_{n=1}^{N}\ \sum\limits_{k=0}^{N-1}\ \sum\limits_{k'=0}^{N-1}\ \tilde{p}_{k}\ \tilde{p}_{k'}\ e^{2\pi in(k+k')/N}##

##=\frac{1}{2mN}\ \sum\limits_{k=0}^{N-1}\ \sum\limits_{k'=0}^{N-1}\ \tilde{p}_{k}\ \tilde{p}_{k'}\ N \delta_{(k+k') \text{mod N},0}##

##=\frac{1}{2m}\ \sum\limits_{k=0}^{N-1}\ \tilde{p}_{k}\ \tilde{p}_{N-k}##.

What do you think?
 
That first step requires that you can treat k+k' as a single integer, as required in the provided formula.
ie. requires that: $$\sum_{m=1}^N e^{2\pi i mn/N} = \sum_{k=1}^N\sum_{k'=1}^N e^{2\pi i (k+k')n/N}$$