Proving the Truth of a Mysterious Identity

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Identity
AI Thread Summary
The discussion revolves around the validity of a mathematical identity involving a summation of cosine functions. Participants suggest that while the identity may not be directly provable, a similar identity exists, specifically related to the Dirichlet kernel. They explain the transformation of the cosine summation into a geometric series, which can be simplified to find a closed form. The conversation includes methods for proving the identity, such as using induction and integration techniques. Ultimately, the identity's truth hinges on specific conditions related to the variable x.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
Someone told my friend, who in turn told me that this identity was true. However, I can't prove it, and when I try to use it I can't get the right answer to a rather simple problem. So, is it true that

\frac{1}{2} + \sum_{j=1}^n cos(jx) = \frac{sin([n+\frac{1}{2}]x)}{sin(\frac{x}{2})}

?? Thx!
 
Mathematics news on Phys.org
No, try n = x = 1.
 
I can't tell you off-hand whether or not that identity is true, but at least there is a very similar identity (which might be equal to the one you posted). First, note that

\cos{jx} = Re(\cos{jx} + i \sin{jx}) = Re(e^{ixj}) = Re(({e^{ix}})^j).

The Re function is linear, which means that summing cos(jx) is equivalent to summing (e^(ix))^j and then calculating the real part of that. Hence the problem can be reduced to calculating the sum of a geometric series...
 
Last edited:
Pretty nifty identity, but you forgot a factor of 2. Since the left looks like a Fourier series, you can probably prove it by multiplying by cos(mx) and integrating
 
It looks familiar. If I remember correctly, the name is the Dirichletkernel.

D_n:=\sum_{k=-n}^n e^{ikx}=1+2\sum_{k=1}^n \cos kx

Use a geometric expansion to find a closed form. It only works if e^{ix}\not= 1

D_n(x)=e^{-inx}\sum_{k=0}^{2n}e^{ikx}=\frac{\sin (n+1/2)x}{\sin x/2}

If e^{ix}\not=1 you can expand the sum geometrically. After some algeblah you'll get the answer. Treat the case e^{ix}=1 seperately.
 
Last edited:
K, thanx, I proved it by induction like the OP.
 
Back
Top