1
$\begingroup$

I'd like to know if there is any approximation for the partial sum of zeta function $\sum_{i=1}^n \frac{1}{i^\beta}$ where $\beta$ is a real number less than or equal $1$,e.g., in the case $\beta = 1$, we have an approximation of $\ln (n)$.

  • 0
    If $Re(\beta) < 1$ : $\sum_{i=1}^n\frac1{i^\beta}= \int_1^{n+1}x^{-\beta} dx+\sum_{i=1}^n \int_i^{i+1}\int_i^x \beta t^{-\beta-1}dx = \frac{(n+1)^{1-\beta}}{1-\beta}+\sum_{i=1}^n O(n^{-\beta-1}) = \frac{n^{1-\beta}}{1-\beta}+O(n^{-\beta})$ for $Re(\beta) \ge 1$ it is the same with a constant $\zeta(\beta)$2017-02-02

1 Answers 1

2

In the same manner,

$$\sum_{i=1}^n\frac1{i^\beta}\sim\int_0^n\frac1{x^\beta}\ dx=\frac{n^{1-\beta}}{1-\beta}\quad;\beta<1$$

Better approximations may be done with the Euler-Maclaurin formula:

$$\sum_{i=1}^n\frac1{i^\beta}=\frac{n^{1-\beta}}{1-\beta}+\zeta(\beta)+\frac1{2n^\beta}-\frac\beta{12n^{\beta+1}}+\mathcal O\left(\frac1{n^{\beta+3}}\right)$$

if $\beta\ne1$, else,

$$\sum_{i=1}^n\frac1i=\ln(n)+\gamma+\frac1{2n}-\frac1{12n^2}+\mathcal O\left(\frac1{n^4}\right)$$

You can mess around and see how good this approximates as well as some other simpler approximations on this graph.

  • 0
    Does the lower limit of the integral need to be $1$ ? Isn't there a singularity otherwise ?2017-02-01
  • 0
    @DonaldSplutterwit Nah, $\beta<1$ covers that. I mean, you could have the integral start at $1$, but then the result doesn't look as nice in my eyes.2017-02-01
  • 1
    Oh right ! Yeah the function has a singularity but the integral converges ... sorry my bad.2017-02-01
  • 0
    @DonaldSplutterwit No problem. It's good to catch such things.2017-02-01