[Math] Easy explanation of analytic continuation

analytic-continuationcomplex-analysisnumber theoryriemann-zetaspecial functions

Today, as I was flipping through my copy of Higher Algebra by Barnard and Child, I came across a theorem which said,

The series $$ 1+\frac{1}{2^p} +\frac{1}{3^p}+…$$ diverges for $p\leq 1$ and converges for $p>1$.

But later I found out that the zeta function is defined for all complex values other than 1. Now I know that Riemann analytically continued this function to fit all complex values, but how do I explain, to a layman, that $\zeta(0)=1+1+1+…=-\frac{1}{2}$?

The Wiki articles on these topics go way over my head. I'd appreciate it if someone can explain it to me what analytic continuation actually is, and which functions can be analytically continued?


Edit

If the function diverges for $p\leq1$, how is WolframAlpha able to compute $\zeta(1/5)$? Shouldn't it give out infinity as the answer?

Best Answer

I'll give you the world's simplest example. $1+x+x^2+\dots$ converges for $|x|\lt1$ only. The function $1/(1-x)$ is analytic everywhere except for a pole at $x=1$, and agrees with $1+x+x^2+\dots$ everywhere the latter is defined, so $1/(1-x)$ is the analytic continuation of $1+x+x^2+\dots$. In that sense, $1+2+4+\dots=-1$.

Related Question