Find the Sum of the Series Using Complex Exponentials

664 Views Asked by At

Find the sum of the series $\sum_{n=0}^{\infty}\frac{\cos(nx)}{2^{n}}$ and $\sum_{n=0}^{\infty}\frac{\sin(nx)}{2^{n}}$.

Hint: Rewrite the trigonometric functions using complex exponentials. $$$$ This is what I have so far:

$\cos(nx) = \frac{e^{inx}+e^{-inx}}{2}$ and $\sin(nx) = \frac{e^{inx}-e^{-inx}}{2i}$

By substituting in the values into the given series, we get:

$\frac{1}{2}\sum_{n=0}^{\infty}\frac{e^{inx}+e^{-inx}}{2}$ + $\frac{1}{2}\sum_{n=0}^{\infty}\frac{e^{inx}-e^{-inx}}{2i}$.

I have no clue what to do from here, please help.

Edit: used latex codes \cos and \sin.

1

There are 1 best solutions below

2
On BEST ANSWER

First, $e^{inx} = \cos(nx)+i\sin(nx)$.

So, $\displaystyle\sum_{n=0}^\infty \left(\frac{\cos(nx)}{2^n}+i\frac{\sin(nx)}{2^n}\right) = \displaystyle\sum_{n=0}^\infty \frac{e^{inx}}{2^n} = \displaystyle\sum_{n=0}^\infty \left(\frac{e^{ix}}{2}\right)^n=\frac{2}{2-e^{ix}}$.

Convert the RHS to trig functions, then compare re and im parts.