#Thanks

14 messages · Page 1 of 1 (latest)

tall moss
merry locustBOT
tall moss
#

can't find what n is

mint gate
#

394822

fallen river
mint gate
#

3/(n^0.8) < 0.0001

#

implies
n>300000 3^(1/4)

#

So n>394822

#

You mean why ?

#

Or how?

fallen river
fallen river
#

Im not able to understand the question

mint gate
#

The series converges (by the alternating series criterion)
So denote by $S$ the sum of this series.

They are asking how many terms should we sum till we get close to S by 0.0001.
This means we want to find the number $k$ of terms to add such that
$|S-S_k| < 0.0001$
Where $S_k = \sum_{n=1}^{n=k} \frac{(-1)^n \times 3}{n^{0.8}}$