Proving the Cosine Sum Identity for a Discrete Interval

matlabber
Messages
13
Reaction score
0
"Proof Beyond Scope of Course"

Homework Statement



\frac{1}{M}\sum_{j=1}^{M}\cos(mx_{j})=\begin{cases} 1, & \ m \equiv 0\pmod{M}\\ 0, & \text{else} \end{cases}

Homework Equations


The Attempt at a Solution



is statement truthfully accurate? how to show this?
 
Physics news on Phys.org


Your formula makes no sense without a statement of what the "x_j" are.
 


interval -\pi:\pi split into M equal intervals.

midpoints are y_K
 


This is a basic problem about geometric series and the roots of unity.

Let Z_M be an Mth root of unity. What you're considering is this:

1 + Z_M + Z_M^2 + \ldots{} + Z_M^{M-1}

But, if you multiply through by z_M, you get

Z_M + Z_M^2 + \ldots{} + Z_M^{M-1} + Z_M^M

But Z_M^M = 1, and you get the same sum all over again. No matter how many times you multiply by Z_M, the answer is the same. Since Z_M is itself neither unity nor zero, the only possible solution is that the sum's value is zero.

You can also confirm this by looking at the closed form result of the geometric series:

1 + Z_M + Z_M^2 + \ldots{} + Z_M^{M-1} = \frac{1-Z_M^M}{1-Z_M}

Again, the numerator must be zero as Z_M is an Mth root of unity.

Edit: ah, I realize the problem is slightly more complicated than this. Well, this handles the case m=1 well, at any rate.
 


matlabber said:

Homework Statement



\frac{1}{M}\sum_{j=1}^{M}\cos(mx_{j})=\begin{cases} 1, & \ m \equiv 0\pmod{M}\\ 0, & \text{else} \end{cases}is statement truthfully accurate? how to show this?

matlabber said:
interval -\pi:\pi split into M equal intervals.

midpoints are y_K

Do you mean that the x_j in your first post are these midpoints y_k? If so, then surely there must be given some restriction on M? If we allow M=1 for example, then we have a single midpoint x_1 = 0 and \frac{1}{M}\sum_{j=1}^{M}\cos(mx_{j})= 1 regardless of what the value of m is.

Edit: nevermind, just realized that there is a congruence relationship, not an an m=0.
 
Last edited:


matlabber said:
interval -\pi:\pi split into M equal intervals.

midpoints are y_K

So are you saying that the ##y_K=x_j##? In that case, try representing ##x_j## in terms of j.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top