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}$