Convergence problem (nth-term test)

  • Thread starter Thread starter tolove
  • Start date Start date
  • Tags Tags
    Convergence Test
tolove
Messages
164
Reaction score
1
Show that the sum of (n/(3n+1))n from n=1 to ∞ converges.

The book solves this with a comparison test to (1/3)n, but I'm making a mistake with an n-th term test somewhere.

an = (n/(3n+1))n
Take ln of both sides, then use n = 1/(1/n) to setup for l'Hopital's rule.
ln an = ln(n/(3n+1)) / (1/n)
l'Hop
ln an = -n/(3n+1)
l'Hop
ln an = -1/3
raise both sides
an = e(-1/3)

Which would mean divergence, right? Since the nth term does not equal 0?

But this problem converges
 
Physics news on Phys.org
tolove said:
Show that the sum of (n/(3n+1))n from n=1 to ∞ converges.

The book solves this with a comparison test to (1/3)n, but I'm making a mistake with an n-th term test somewhere.

an = (n/(3n+1))n
Take ln of both sides, then use n = 1/(1/n) to setup for l'Hopital's rule.
ln an = ln(n/(3n+1)) / (1/n)
l'Hop
But that is neither an ##\frac\infty \infty## or ##\frac 0 0## form.
 
LCKurtz said:
But that is neither an ##\frac\infty \infty## or ##\frac 0 0## form.

Ohh, ok

1) If \sum an converges, then an → 0

2) \sum an may or may not converge if an → c, c being any real number.

3) If an as n → ∞ fails to exist, then \sum an diverges.

e: thank you very much, this was driving me nuts
 
tolove said:
Ohh, ok

1) If \sum an converges, then an → 0

2) \sum an may or may not converge if an → c, c being any real number.

If ##a_n## does anything but converge to 0, the series diverges. If it does converge to zero, the series may or may not converge. That's all there is to it.
 
LCKurtz said:
If ##a_n## does anything but converge to 0, the series diverges. If it does converge to zero, the series may or may not converge. That's all there is to it.

Double thanks, my mistake is with l'Hopital's rule.

f(a) = g(a) = 0 as the limit of n → a must be true.
The top function:
ln(n/(3n+1))
does not go to 0 as n → infinity, so l'Hopital's rule cannot be applied.
 
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...

Similar threads

Back
Top