Solving Infinite Sum with Negative Exponents: Step-by-Step Guide

  • Thread starter Thread starter cepheid
  • Start date Start date
  • Tags Tags
    Infinite Sum
cepheid
Staff Emeritus
Science Advisor
Gold Member
Messages
5,197
Reaction score
38
I'm trying to figure out how to do this sum and not sure where to start:

\sum_{n = -\infty}^{-1} \left(\frac{1}{2}e^{-j \omega} \right)^n

I tried rewriting it like this:

\sum_{m = 1}^{\infty} (2e^{j \omega})^m

m = -n

but I'm not sure if that helps.
 
Physics news on Phys.org
What are j and omega? Unless I'm missing something you have an infinite power series with ratio r = 2e^(j * omega) whose sum can be found by the formula r/(1-r).
 
0rthodontist said:
What are j and omega? Unless I'm missing something you have an infinite power series with ratio r = 2e^(j * omega) whose sum can be found by the formula r/(1-r).

That will work provided that (j*omega) < ln(1/2) because in order for an infinite geometric series to converge the common ratio must be less than 1.
 
d_leet said:
That will work provided that (j*omega) < ln(1/2) because in order for an infinite geometric series to converge the common ratio must be less than 1.
True.
whitespace[/color]
 
0rthodontist said:
What are j and omega?

Tsk tsk. You guys don't instantly recognize the combination jω?

j = \sqrt{-1}

I know I know. Those crazy electrical engineers...and omega is of course the angular frequency. What you are looking at is the calculation of the Fourier transform of a discrete time signal x[n], n in the set of integers.

Anyway, you must be wondering, if that's a complex exponential, then how could the series possibly converge? Well it's a moot point, because I made a mistake. Originally I had:

X(e^{j \omega}) = \sum_{n=-\infty}^{\infty}x[n]e^{-j \omega n} = \sum_{n=-\infty}^{-1}\left(\frac{1}{2}\right)^{-n}e^{-j \omega n}


Which I should have expressed like so:

\sum_{n=-\infty}^{-1}\left[\left(\frac{1}{2}\right)^{-1}e^{-j \omega }\right]^n

which is decidedly different from what I started out with in my first post. It becomes (setting m = -n):

\sum_{m=1}^{\infty}\left(\frac{1}{2}e^{j \omega }\right)^m = \frac{\frac{1}{2}e^{j \omega }}{1 - \frac{1}{2}e^{j \omega }}

Correct?
 
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