Evaluating Sum Expression - Help Needed

  • Thread starter Thread starter vladimir69
  • Start date Start date
  • Tags Tags
    Sum
AI Thread Summary
The discussion focuses on evaluating the sum A=\sum_{m=-N}^{N} \cos(\frac{mk\pi}{N+1})\cos(\frac{mj\pi}{N+1}). The user presents initial results for specific cases of k and j, suggesting values of A based on whether k equals j or the parity of k+j. However, there is confusion regarding the consistency of these results, as the conditions cannot all hold simultaneously. Suggestions are made to utilize trigonometric identities to reframe the problem, particularly by relating it to known sums involving sine and cosine. The final solution is proposed to involve a recurrence relation that incorporates the delta function for cases when k equals j.
vladimir69
Messages
124
Reaction score
0
hi,
i am trying to evaluate the following
<br /> A=\sum_{m=-N}^{N} \cos(\frac{mk\pi}{N+1})\cos(\frac{mj\pi}{N+1})

to give you an idea of the sort of answer i am after i present to you the following
<br /> \sum_{m=-N}^{N} \sin(\frac{mk\pi}{N+1})\sin(\frac{mj\pi}{N+1})=(N+1)\delta_{k,j}

hopefully there are some knowledgeable people that can shed some light on the matter
thanks.

i come up with the following
A=2N+1 if k=j=0
A=N if k=j, k not equal to 0
A=1 if (k+j) is even
A=-1 if (k+j) is odd
but i am not sure how to get this into one nice function so to speak like the example i gave above
 
Last edited:
Mathematics news on Phys.org
The statements you have at the end can't all be true. k + j is always either even or odd, but A is not always -1 or 1.

Since the example is so similar to what you have, you may be able to use trigonometric identities to write your problem in terms of sums in the example form and sums that you know. For example
cos x cos y = sin x sin y + cos (x + y), so if you can sum the case when j or k = 0, you can find A.
 
In fact, summing cos(x + y) is in a standard form for a recurrence relation. You have
(with \theta = \frac{(k + j) \pi}{N+1})
a_n = a_{n-1}+2cos(\theta n)
And a_0 = 1
The homogenous solution to this is of the form C_0, and the particular solution is of the form C_1 sin(\theta n) + C_2 cos(\theta n)
So the solution to your whole problem, N, is
(N+1)\delta_{k,j} + a_N
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top