How to find the sum of a geometric progression involving cos using complex numbers?

3.6k Views Asked by At

Use $ 2\cos{n\theta} = z^n + z^{-n} $ to express $\cos\theta + \cos3\theta + \cos5\theta + ... + \cos(2n-1)\theta $ as a geometric progression in terms of $z$. Hence find the sum of this progression in terms of $\theta$. Any tips/help would be appreciated. I have the common ratio as $z^2$ and the first term as $z^{1-2n},$ and I can put these into the original formula, but I can't seem to get the answer I'm looking for.

z= $\cos\theta + i\sin\theta$ where i is the imaginary unit

3

There are 3 best solutions below

0
On

$$ z^{1-2n} + z^{1-2n + 2} + \cdots + z^{2n-1} = z^{1-2n} \left(1 + z^2 + \cdots + z^{4n-2}\right) = z^{1-2n} \frac{1-z^{4n-2}}{1 - z^2}.$$

2
On

Regroup sum into two geometric progressions: $$2\left(\cos\theta + \cos3\theta + \cos5\theta + ... + \cos(2n-1)\theta\right)\\ =z+\dfrac{1}{z}+z^3+\dfrac{1}{z^3}+\ldots+z^{2n-1}+\dfrac{1}{z^{2n-1}}\\= z+z^3+\ldots+z^{2n-1}+\dfrac{1}{z}+\dfrac{1}{z^3}+\ldots+\dfrac{1}{z^{2n-1}}$$

0
On

$\begin{align} answer & = \sum_{i = 1}^{n} {\cos(\theta (2i - 1))} \\ & = \sum_{i = 0}^{n - 1} {\cos(\theta (2i + 1))} \\ & = \sum_{i = 0}^{n - 1} {\frac{z^{2i + 1} + z^{-2i - 1}}{2}} \\ & = \frac z 2 \sum_{i = 0}^{n - 1} {z^{2i} + \frac 1 {2z} \sum_{i = 0}^{n - 1} z^{-2i}} \\ & = \frac z 2 \text{geometric sum in } z^2 + \frac 1 {2z} \text{geometric sum in }z^{-2} \\ & = \frac z 2 \frac {z^{2n} - 1} {z^2 - 1} + \frac 1 {2z} \frac {z^{-2n} - 1} {z^{-2} - 1}\\ & = \frac z 2 \frac {z^{2n} - 1} {z^2 - 1} + \frac 1 {2z} \frac {z^{-2n} - 1} {z^{-2} - 1} \frac {z^2}{z^2} \\ & = \frac z 2 \frac {z^{2n} - 1} {z^2 - 1} + \frac z 2 \frac {z^{-2n} - 1} {1 - z^{2}}\\ & = \frac z 2 \frac {z^{2n} - z^{-2n}} {z^2 - 1} \end{align}$