How to find the sum of a geometric series that involves complex number $i$?

512 Views Asked by At

Suppose that I have the following sum: $\sum_{m=0}^{\infty}(e^{it}(1-p))^{m}$, where $i^2 = -1$.

This is a geometric series, but involving the complex number $i$. Can I just apply the geometric series formula and conclude that the sum if $\frac{1}{1-e^{it}(1-p)}$?

Thank you,

2

There are 2 best solutions below

0
On BEST ANSWER

The geometric series formula you are referring to holds for real numbers as long as the common ratio is less than 1. Analogously, the formula holds for complex numbers when the common ratio has modulus less than 1.

0
On

To prove that if $|z|<1$ then $\sum_{m\ge0}z^m=\tfrac{1}{1-z}$, note that $\tfrac{1}{1-z}-\sum_{m=0}^{n-1}z^m=\frac{z^n}{1-z}$ has $n\to\infty$ limit $0$. (By contrast, if $|z|\ge1$ then this $n\to\infty$ behaviour of the error term is lost, so the series diverges.) Note nothing about this reasoning cares whether $z$ is real or complex.