Convergence or Divergence of Infinite Series: Methods and Examples

physicsernaw
Messages
41
Reaction score
0

Homework Statement



Determine convergence or divergence using any method covered so far*:

Ʃ(1/(n*ln(n)^2 - n)) from n = 1 to infinity*The methods are the following:

- Dichotomy for positive series (if the partial sums are bounded above and the series is positive, the series converges)

- Integral Test

- Convergence of p-Series

- Comparison test

- Limit Comparison Test

Homework Equations



n/a

The Attempt at a Solution



The series is negative for n = 1 and 2, so I am left with Comparison test but I am having trouble determining what sequence to compare to. I am not "seeing" it.
 
Physics news on Phys.org
physicsernaw said:

Homework Statement



Determine convergence or divergence using any method covered so far*:

Ʃ(1/(n*ln(n)^2 - n)) from n = 1 to infinity

Is that denominator ##n\ln^2(n) -n## or ##n\ln (n^2)-n##?
*The methods are the following:

- Dichotomy for positive series (if the partial sums are bounded above and the series is positive, the series converges)

- Integral Test

- Convergence of p-Series

- Comparison test

- Limit Comparison Test

Homework Equations



n/a

The Attempt at a Solution



The series is negative for n = 1 and 2, so I am left with Comparison test but I am having trouble determining what sequence to compare to. I am not "seeing" it.

It doesn't matter if the first few terms of the series are negative. It is the tail end of the series that determines convergence or divergence. So don't rule out the other methods.
 
The denominator is the first one you posted, n*(ln(n))^2 - n.

In my book for the Limit Comparison Test it states "Let a[n] and b[n] be positive sequences." I assumed that "positive sequences" meant positive for all n [1, infinity). So it is really saying that if the sequence converges to a positive value or diverges "positively" than one can use the Limit Comp test on these sequences? Or am I still off base
 
physicsernaw said:
The denominator is the first one you posted, n*(ln(n))^2 - n.

In my book for the Limit Comparison Test it states "Let a[n] and b[n] be positive sequences." I assumed that "positive sequences" meant positive for all n [1, infinity). So it is really saying that if the sequence converges to a positive value or diverges "positively" than one can use the Limit Comp test on these sequences? Or am I still off base

If ##\sum_{n=3}^\infty a_n## converges or diverges, adding ##a_1+a_2## to it won't change the convergence or divergence. So analyze the sum from 3. I would suggest a combination of comparison and integral tests.
 
  • Like
Likes 1 person
Ahh I see thanks for clarifying. I will reattempt the problem.

EDIT: Got it by simply using integral test from n=3 to infinity. The integral converges so the series must as well. Thanks LCKurtz.
 
Last edited:
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