How would one proof if the complex series $s_N = \sum_{n=1}^N a_n$ with $a_n=i^n$ converges or diverges?
$s = \sum_{n=1}^\infty i^n$ where $i^2=-1$.
Thanks in advance for all tips, links and references!
How would one proof if the complex series $s_N = \sum_{n=1}^N a_n$ with $a_n=i^n$ converges or diverges?
$s = \sum_{n=1}^\infty i^n$ where $i^2=-1$.
Thanks in advance for all tips, links and references!
A (real or complex) sequence $b_n$ is defined to "converge to a limit $b$" iff for every choice of $\epsilon>0$ there exists a choice of $N_0$ such that the implication $n>N_0 \implies |b_n - b|<\epsilon$ holds true.
By negating the condition:
A (real or complex) sequence $b_n$ is defined to "diverge" iff for every proposed limit $b$ there exists a choice of $\epsilon > 0$ such that for every choice of $N_0$ there exists some $n>N_0$ such that $|b_n-b|\geq \epsilon$
In lay terms, that is to say that a sequence converges if it gets closer and closer to a limit and that for any desired closeness there is some point in the sequence such that from that point on all terms in the sequence are at least that close.
On the other hand, a sequence diverges if regardless how far we look in the sequence there are always at least some terms which are farther away than we would like.
For your specific series, we look at the sequence of partial sums. We see that the sequence of partial sums goes $i,-1+i, -1, 0, i, -1+i, -1, 0, i, -1+i, -1, 0,\dots$ repeating this pattern ad infinitum.
We can see that by setting $\epsilon = \frac{1}{4}$ for instance that regardless what proposed limit we take, at least one of $0$ or $-1$ will be further away from the limit than $\frac{1}{4}$ and for any choice of $N_0$ there will always be some $n>N_0$ such that the term is equal to whichever of $0$ or $1$ is further than $\frac{1}{4}$ of the proposed limit.
Thus, the sequence diverges.
Note, the choice of $\frac{1}{4}$ here was entirely arbitrary. I could have used $\frac{1}{10}$ or $\frac{1}{\pi}$ or $0.42$ or whatever else so long as it was small enough. I just needed to pick something such that being within that range of one of the values in the sequence necessarily implied it was outside of that range of another value in the sequence.
As for taking shortcuts, I emphasize that given that you asked this question you should not be worrying about them yet. Focus on your basic definitions. That said, there are many ways you can see this series diverges very quickly. The most basic of which is the "basic divergence test."
You can prove that every series who converges must necessarily have the summands approach zero. The contrapositive of this statement is that if you have a series whose summands do not approach zero, then the series necessarily must diverge. Your summands here are all of absolute value equal to $1$ and do not approach zero.