Showing that $\sum_{k=0}^{\infty} a^{k} \cos(kx) = \frac{1- a \cos x}{1-2a \cos x + a^{2}}$ without using complex variables

1.4k Views Asked by At

The identity $$\sum_{k=0}^{\infty} a^{k} \cos(kx) = \frac{1- a \cos x}{1-2a \cos x + a^{2}} \ , \ |a| <1$$

can be derived by using the fact that $ \displaystyle \sum_{k=0}^{\infty} a^{k} \cos(kx) = \text{Re} \sum_{k=0}^{\infty} (ae^{ix})^{k}$.

But can it be derived without using complex variables?

2

There are 2 best solutions below

0
On

This has a standard approach: You multiply with the denominator of the right fraction, sort the product with the series on the left by powers of $a$ and apply trigonometric identities to the resulting coefficients of $a^n$. Everything should cancel except the lowest order terms that constitute the numerator of the right side.


One should also note that this is the Poisson kernel of the Abel summation method for Fourier series, see for instance Carl Offner: "A little harmonic analysis" (Online PDF article)

1
On

Here is a very inelegant proof: \begin{eqnarray} (1-2a\cos x+a^2)&\times&\sum_{k=0}^\infty a^k\cos(kx) \\&=&\sum_{k=0}^\infty a^k\cos(kx)-2\sum_{k=1}^\infty a^k\cos((k-1)x)\cos x+\sum_{k=2}^\infty a^k\cos((k-2)x)\\ &=&1-a\cos x+\sum_{k=2}^\infty a^k\left[\cos(kx)-2\cos((k-1)x)\cos x+\cos(k-2)x) \right]\\ &=&1-a\cos x\, . \end{eqnarray}

Edit. I just realize that this is LutzL's answer