How can I get the sum inside the exponential?

  • Thread starter Thread starter matlabber
  • Start date Start date
  • Tags Tags
    Exponential Sum
matlabber
Messages
13
Reaction score
0

Homework Statement


Show if true:
\sum_{i=1}^{n-1}e^{2 \pi ift}=\frac{e^{2 \pi ifn}-1}{e^{2 \pi if}-1}=e^{\pi if(n-1)}\frac{e^{\pi ifn}-e^{-\pi i f n}}{e^{ \pi if}-e^{-\pi if}}\\\\\\\\

Homework Equations



I'm really stuck here, just looking for a suggestion as to what equation to use...
Can I take the log? How can I get the sum inside the exponential?

The Attempt at a Solution

 
Last edited:
Physics news on Phys.org


Hint: Geometric series.
 


matlabber said:

Homework Statement


Show if true:
\sum_{i=1}^{n-1}e^{2 \pi ift}=\frac{e^{2 \pi ifn}-1}{e^{2 \pi if}-1}=e^{\pi if(n-1)}\frac{e^{\pi ifn}-e^{-\pi i f n}}{e^{ \pi if}-e^{-\pi if}}\\\\\\\\
This does not look right, no matter how I read your sum. The expression is incorrect if the sum is over i; you should have a t somewhere on the right hand side. The expression is also incorrect if the sum is over t rather than i.

\sum_{i=1}^{n-1} e^{2 \pi i f t} =<br /> \frac{e^{2\pi f n t} - e^{2\pi f t}} {e^{2\pi f t} - 1}<br /> = e^{2\pi f t} \frac{e^{2\pi f (n-1) t} - 1} {e^{2\pi f t} - 1}

and

\sum_{t=1}^{n-1} e^{2 \pi i f t} =<br /> \frac{e^{2\pi i f n} - e^{2\pi i f}} {e^{2\pi i f} - 1}<br /> = e^{2\pi i f} \frac{e^{2\pi i f (n-1)} - 1} {e^{2\pi i f} - 1}

Since you mentioned Euler in the title, I suspect it is the latter that you are supposed to prove.

Or perhaps it is

\sum_{t=0}^{n-1} e^{2 \pi i f t} =<br /> \frac{e^{2\pi i f n} - 1} {e^{2\pi i f} - 1}
 


Hi,

You are correct my mistake.\sum_{t=0}^{n-1}e^{2 \pi ift}=\frac{e^{2 \pi ifn}-1}{e^{2 \pi if}-1}=e^{\pi if(n-1)}\frac{e^{\pi ifn}-e^{-\pi i f n}}{e^{ \pi if}-e^{-\pi if}}\\\\\\\\
 
Last edited:


Using Geometric Series I get...

\frac{1-e^{2 \pi ifn}}{1-e^{2 \pi if}} =\frac{e^{2 \pi ifn}-1}{e^{2 \pi if}-1}

Do I want to split up the pieces in the numerator? or Factor?
 
Last edited:


You have:

\frac{e^{2nx}-1}{e^{2x}-1}=\frac{e^{nx}}{e^{x}}\;\frac{e^{nx}-e^{-nx}}{e^x-e^{-x}}

and the result follows simplifying the first factor in the right had side of the equality.
 


matlabber said:

Homework Statement


Show if true:
\sum_{i=1}^{n-1}e^{2 \pi ift}=\frac{e^{2 \pi ifn}-1}{e^{2 \pi if}-1}=e^{\pi if(n-1)}\frac{e^{\pi ifn}-e^{-\pi i f n}}{e^{ \pi if}-e^{-\pi if}}\\\\\\\\

Homework Equations



I'm really stuck here, just looking for a suggestion as to what equation to use...
Can I take the log? How can I get the sum inside the exponential?

The Attempt at a Solution


How is this even related to Euler's formula, since i is an index? But, as vela said, geometric series makes it obvious here. But first you really have to simplify that mess. Replace 2πft with something else, like ##A##, or even ##x## since it isn't used so far.
 
Back
Top