Rewriting a symbolic Summation

  • Thread starter Thread starter user3
  • Start date Start date
  • Tags Tags
    Summation
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
2 replies · 1K views
Physics news on Phys.org
user3 said:
Consider this Summation: ∑cos^2 (∏*n / 4) limits: -N to N

when I type that on wolframAlpha I get the following:

http://www.wolframalpha.com/input/?i=summation+(1++cos(pi+n+/+2))+from+-N+to+N


I have no Idea how it was performed though.


how Can I transform this from summation form to this other algebraic form?

Pick a value for N, and expand the summation.
Pick a different value for N, and expand the summation.
After you do this a few times, maybe you can discover a pattern.
 
user3 said:
Consider this Summation: ∑cos^2 (∏*n / 4) limits: -N to N

when I type that on wolframAlpha I get the following:

http://www.wolframalpha.com/input/?i=summation+(1++cos(pi+n+/+2))+from+-N+to+N


I have no Idea how it was performed though.


how Can I transform this from summation form to this other algebraic form?

Standard method:
[tex]\sum_{n=a}^{b} \cos(nw) = \frac{1}{2}\sum_{n=a}^{b} \left(e^{inw} + e^{-inw} \right)[/tex]
This is a sum of two geometric series ##\sum r^n## with ##r = e^{iw}## and ##r = e^{-iw}##.