-3

This is not a homework question.

The series in question is: $$z_{n} = e^{-n\pi i} + (-1)^n i$$

Simplification would results into: $$ z_{n} = \cos(n\pi)+ (-1)^n i$$

and I think neither of these limits, $lim_{n \to \infty} \cos(n\pi)$ and $ \lim_{n \to \infty} (-1)^n$, exists. Correct?

Sohail
  • 145

2 Answers2

2

Hint:

If $a_n,b_n\in\mathbb R$ then $(a_n+ib_n)_n$ will converge if and only if $(a_n)_n$ and $(b_n)_n$ both converge.

drhab
  • 151,093
  • I could not figure out the use of this result, as in a present case I have two divergent series and sum of two divergent series can still converge. Where does this results of your come in? – Sohail Aug 21 '15 at 13:02
  • 1
    Yes, if $u_n,v_n\in\mathbb C$ and $u_n$ and $v_n$ both diverge, then still it is possible that $u_n+v_n$ converges (e.g. if $v_n=-u_n$). But not if the $u_n$ are real (like $a_n$ in my answer) and the $v_n$ are imaginary (like the $ib_n$ in my answer) numbers. The fact that $\cos(n\pi)$ is not converging is allready enough to conclude that there is no convergence. – drhab Aug 21 '15 at 17:12
0

Starting from the beginning where we take $n\in\Bbb Z$ with

$$z_{n} = e^{-n\pi i} + (-1)^n i\tag 1$$

we have $e^{-n\pi i}=\cos(n\pi)-i\sin(n\pi)=\cos(n\pi)-i\cdot 0$, so we can rewrite $(1)$ as

$$z_n=\cos(n\pi)+(-1)^ni\tag 2$$

Now we have two sequences, $a_n=\cos(n\pi)=1,-1,1,-1,\dots$ and $b_n=(-1)^ni=i,-i,i,-i,\dots$ Individually, neither sequence converges. Summed together, the result (i.e., $z_n$) cannot converge, since we have

$$z_n=\cos(n\pi)+(-1)^ni=1+i,-1-i,1+i,-1-i,\dots$$

abiessu
  • 8,115