1

I need to determine if the following series cponverges. Which I believe I have done correctly, but then I must determine how many terms must be summed to guarantee an error no greater than $\frac {1}{10}$. This second part I am having some trouble with.

$\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n^{0.001}}$. Clearly this series is alternating so I used the criteria for alternating series test.

First looking at the limit criteria as $a_n$ must go to $0$ for a alternating series to converge.

$lim \frac{1}{n^{0.001}} = 0$.

Then comparing the $n+1$ to $n$ we see that $\frac {1}{(n+1)^{0.001}}$ is clearly less than $\frac {1}{n^{0.001}}$. So this series must converge by the alternating series test.

Now looking at the second part I began to calculate the sum of the series,

$\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n^{0.001}} = 1- 0.993+ 0.9989- 0.9986$. Looking at this sum how can I possibly get it to be no greater than $\frac {1}{10}$

hburt
  • 57
  • 8

1 Answers1

2

One may use the fact that $\frac1{n^{0.001}}$ converges monotonically to $0$, thus,

$$\left|\sum_{n=k}^\infty\frac{(-1)^{n+1}}{n^{0.001}}\right|<\frac1{k^{0.001}}$$

And just choose the proper value of $k$ (it's going to have to be big, as the series converges super slowly).

If one is interested in evaluating the series faster, applying an Euler transform, I get

$$\sum_{n=1}^\infty\frac{(-1)^{n+1}}{n^{0.001}}=\sum_{j=0}^\infty\frac1{2^{j+1}}\sum_{n=0}^j\binom jn\frac{(-1)^n}{(n+1)^{0.001}}$$

Estimating with an upper bound of $p$, I get

$$\begin{array}{c|c}p&\sum_{j=0}^p\frac1{2^{j+1}}\sum_{n=0}^j\binom jn\frac{(-1)^n}{(n+1)^{0.001}}\\\hline 1&0.500\ 173\ 226\ 752\ 386\ 869\ 519\\ 2&0.500\ 209\ 202\ 375\ 383\ 508\ 224\\ 3&0.500\ 219\ 829\ 114\ 274\ 006\ 399\\ 10&0.500\ 225\ 746\ 925\ 048\ 072\ 352\\ 20&0.500\ 225\ 760\ 827\ 952\ 674\ 479\\ 30&0.500\ 225\ 760\ 834\ 158\ 697\ 626\\ 40&0.500\ 225\ 760\ 834\ 162\ 478\ 372\end{array}$$

which is the correct value out $16$ places.

The exact value is given by

$$\sum_{n=1}^\infty\frac{(-1)^{n+1}}{n^{0.001}}=\eta(0.001)\\=0.500\ 225\ 760\ 834\ 162\ 481\ 008\ 261\ 982\ 830\ 758\ 637\ 859\ 937\ 556\ 152\ 849$$

which should agree conceptually with the linear approximation of the eta function around $x=0$:

$$\eta(x)\approx\left(\frac12\ln\frac\pi2\right)x+\frac12$$

$$\eta(0)\approx0.500225791$$