-3

I would like to show that the series $$ \sum_{n=1}^\infty \frac{i^n}{n} $$ converges.

My first idea was to use ratio test but that does not help since $$ \left|\frac{a_{n+1}}{a_n}\right|=\frac{n}{n+1}\to 1 $$

BridgeTYH
  • 155

1 Answers1

0

Consider the below series: $$\sum _{n=1}^{\infty }\frac{x^n}{n}=-\ln \left(1-x\right)$$

$$x=i\Rightarrow \sum _{n=1}^{\infty }\frac{i^n}{n}=-\ln \left(1-i\right)=-\frac{1}{2}\ln \left(2\right)+\frac{i\pi }{4}$$ Finally: $$\sum _{n=1}^{\infty }\frac{i^n}{n}=-\frac{1}{2}\ln \left(2\right)+\frac{\pi }{4}i$$ note: $$\ln \left(a+bi\right)=\frac{1}{2}\ln \left(a^2+b^2\right)+i\arctan \left(\frac{b}{a}\right)$$

  • This answer is correct but "cheating": the first line suffices to answer much more than what was asked, but the knowledge it implicitly assumes does not correspond to the question's level (I wonder if the accepter fully understood it). Anyway, that question was a (multi-)duplicate. – Anne Bauval Jan 09 '23 at 13:02