Complex Summation: Understanding Discrete Time Function

  • Thread starter Thread starter WolfOfTheSteps
  • Start date Start date
  • Tags Tags
    Complex Summation
WolfOfTheSteps
Messages
134
Reaction score
0
This is not really a homework problem, but I'm studying a text, and I came across this:

http://img198.imageshack.us/img198/4586/sumh.jpg

I know how to get that fraction with the exponents in it (using a summation formula). But for the life of me, I can't figure out how to manipulate that fraction to give the final result.

For example, if I put k=0 into that fraction, I get 0/0, not 5. I tried a bunch of manipulation of the fraction to get sines and cosines, and make the denominator real, but I still can't get a closed form solution that gives the final result.

What am I missing?

Thanks!

UPDATE: Forgot to mention, this is a discrete time function. k is always an integer.
 
Last edited by a moderator:
Physics news on Phys.org
I totally forgot about that factoring trick:

<br /> 1-e^{-j x} = e^{-j x/2}(e^{j x/2}-e^{-j x/2}) = e^{-j x/2}jsin(x/2)<br />

That's all I needed!

UPDATE:

Wait, I was wrong. :frown: :frown:

Even with that factoring trick, I get:

<br /> e^{-j(\pi k-\pi k/5)}*sin(\pi k)/sin(\pi k/5)<br />

But this is still 0/0 for k=0. How do I get the real result?? I'm so frustrated with this! :confused:
 
Last edited:
No matter what k is, the top is 0. If k is not 0,+/-5,+/-10,..., then the bottom is not 0, so that is how they get 0 for otherwise. For k=0,+/-5,+/-10,..., you need to find the limit as k approaches those values, because 0/0 has no meaning. Use l'Hospital's rule to evaluate your function at those points.
 
n!kofeyn said:
No matter what k is, the top is 0. If k is not 0,+/-5,+/-10,..., then the bottom is not 0, so that is how they get 0 for otherwise. For k=0,+/-5,+/-10,..., you need to find the limit as k approaches those values, because 0/0 has no meaning. Use l'Hospital's rule to evaluate your function at those points.

Thanks, that makes sense.

Also, instead of going to L'Hospital's rule, I could just go back to the summation for k=0,+-5, etc and show that it is a summation of ones... while the fraction would prove the "0 otherwise" for the other k values. This would work too.

Thanks a lot!
 
No problem. Yea, you're right about the summation giving you the five.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top