I Can the sum of exponentials in this expression be simplified?

  • I
  • Thread starter Thread starter rock_pepper_scissors
  • Start date Start date
  • Tags Tags
    Sum
AI Thread Summary
The discussion focuses on simplifying the expression involving a triple sum of exponentials. The main point is that the sum over n can be reduced to a Kronecker delta, as indicated by the formula that states the sum of exponentials results in N times the delta function. This leads to a simplified expression that combines terms based on the condition of k+k' modulo N. The participants emphasize the necessity of treating k+k' as a single integer for the simplification to hold. Ultimately, the discussion confirms that the proposed simplification is valid under the specified conditions.
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}$$
 
thanks!
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top