3.14159265358979
- 43
- 0
How many terms of the series \sum^{\infty}_{n=2} \frac{1}{n(ln\;n)^{2}} would you need to add to find its sum to within 0.01?
Here's what i got:
let f(n) = \frac{1}{n(ln\;n)^{2}}. Since f(n) is continuous, positive and decreasing for all n over the interval [2,\infty], we can use the integral test to evaluate the series.
\sum^{\infty}_{n=2} \frac{1}{n(ln\;n)^{2}} = \lim_{b \to \infty} \int_{2}^{b} \frac{1}{n(ln\;n)^{2}} = \frac{1}{ln\;n}
thus,
R_{n} \leq \frac{1}{ln\;n}
since we want R_{n} \leq 0.01,
\frac{1}{ln\;n} \leq 0.01
implying n = e^{100}.
but that can't be right...e^100 is way too big, isn't it? thanks in advance.
Here's what i got:
let f(n) = \frac{1}{n(ln\;n)^{2}}. Since f(n) is continuous, positive and decreasing for all n over the interval [2,\infty], we can use the integral test to evaluate the series.
\sum^{\infty}_{n=2} \frac{1}{n(ln\;n)^{2}} = \lim_{b \to \infty} \int_{2}^{b} \frac{1}{n(ln\;n)^{2}} = \frac{1}{ln\;n}
thus,
R_{n} \leq \frac{1}{ln\;n}
since we want R_{n} \leq 0.01,
\frac{1}{ln\;n} \leq 0.01
implying n = e^{100}.
but that can't be right...e^100 is way too big, isn't it? thanks in advance.