3

What is an elementary method to compute $\zeta (3)$ which can be understood by a high school student? I know how to compute $\zeta (2)$ but not $\zeta (3)$.

Any help is very much appreciated.

1 Answers1

4

By definition $$ \zeta(3)=\sum_{n=1}^\infty\frac1{n^3} $$ This can be used to compute $\zeta(3)$, but the convergence is fairly slow (you'd need to sum $200,000$ terms to get $10$ places).

There are ways to accelerate the convergence such as Euler's transform. The Euler-Maclaurin Sum Formula can also be used to accelerate the series. However, these acceleration methods are probably beyond most high school students (Euler's transform might be accessible).

robjohn
  • 345,667