Determine the Convergence of E(ln(n)/n3) and Justify Your Answer

  • Thread starter Thread starter IntegrateMe
  • Start date Start date
IntegrateMe
Messages
214
Reaction score
1
Determine if the series converges absolutely, conditionally, or if it diverges. Give justifications for your answers.

(note: "E" is the sigma notation)

1. E from 1 to infinity of ln(n)/n3

Ok, i basically used the limit comparison test and pulled out a 1/n3. As we know by p-series, 1/n3 converges and now becomes our "bn."

So, using the LCT i get... limit going to infinity of an/bn = lim to infinity of [ln(n)/n3]/(1/n3) which results in the lim to infinity of ln(n) which = infinity. Because our limit is infinity it means that if bn diverges, an diverges as well. But in this case, bn converged! Any thoughts??

Because bn converged i thought the answer would be "converges conditionally" but i was marked points off because the answer is "converges absolutely."
 
Physics news on Phys.org
IntegrateMe said:
Determine if the series converges absolutely, conditionally, or if it diverges. Give justifications for your answers.

(note: "E" is the sigma notation)

1. E from 1 to infinity of ln(n)/n3

Ok, i basically used the limit comparison test and pulled out a 1/n3. As we know by p-series, 1/n3 converges and now becomes our "bn."

So, using the LCT i get... limit going to infinity of an/bn = lim to infinity of [ln(n)/n3]/(1/n3) which results in the lim to infinity of ln(n) which = infinity. Because our limit is infinity it means that if bn diverges, an diverges as well. But in this case, bn converged! Any thoughts??

Because bn converged i thought the answer would be "converges conditionally" but i was marked points off because the answer is "converges absolutely."

I would just show that,

\log n < n \implies \frac{\log n}{n^3} < \frac{1}{n^2}.

What do you know about the latter series?
 
Coto, how does that prove the series converges absolutely? And why did you pull a 1/n^2 out instead of a 1/n^3
 
Hey IntegrateMe,

Well first off, what does it mean for a series to absolutely converge?

Second, what do you know about:

\sum_1 ^{\infty} \frac{1}{n^2}.

Does it converge?

Lastly,
\log n < n \implies \frac{\log n}{n^3} < \frac{n}{n^3} = \frac{1}{n^2},

and for n \geq 1, \log n \geq 0.

Hopefully this leads you in the right direction.
 
Thanks Coto!

I was just trying to gain some intuition; you helped a lot and i understand convergence a lot better now.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top