How do you determine convergence of a series?

  • Thread starter Thread starter arl146
  • Start date Start date
  • Tags Tags
    Convergence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
arl146
Messages
342
Reaction score
1
I just need to know how you determine if a series of convergent or divergent. I have this example in which I know is divergent I just don't know why: summation (n=1 to infinity) 1/(2n)

The first couple of terms are 1/2 + 1/4 + 1/6 + 1/8 + ...

Up until that point, it's already beyond equaling 1. Dont know if that means anything.

Another example is summation (k=2 to infinity) (k^2)/((k^2)-1) also divergent

Hoping if someone explains it to me with these examples that I'll understand better. Please help so I can learn this!
 
Physics news on Phys.org
arl146 said:
I just need to know how you determine if a series of convergent or divergent. I have this example in which I know is divergent I just don't know why: summation (n=1 to infinity) 1/(2n)

The first couple of terms are 1/2 + 1/4 + 1/6 + 1/8 + ...

Up until that point, it's already beyond equaling 1. Dont know if that means anything.

You should use the integral test for convergence for this kind of series.

arl146 said:
Another example is summation (k=2 to infinity) (k^2)/((k^2)-1) also divergent

Hoping if someone explains it to me with these examples that I'll understand better. Please help so I can learn this!
Well, I'm not sure if you made a typo here... But you can immediately see that the terms ak>1 for all k, so you know that
[tex]\sum_{k=2}^N a_k \ge \sum_{k=2}^N 1[/tex]
 
Your series is
[tex]\sum \frac{1}{2}\frac{1}{n}= \frac{1}{2}\sum\frac{1}{n}[/tex]
That's the "harmonic series" which is well known to be divergent (by the integral test as clamtrox suggests).

For all k, [itex]k^2/(k^2- 1)> k^2/k^2= 1[/itex] and, of course, [itex]\sum 1[/itex] diverges so by the comparison test the original series diverges.
 
Last edited by a moderator:
well up to this point, this is the first section on series. therefore, we haven't met the integral test for convergence just yet. and not sure what you mean on a typo ...



HallsofIvy said:
For all k, [itex]k^2/(k^2- 1)> k^2/k^2= 1[/itex] and, of course, [itex]\sum 1[/itex[ diverges so by the comparison test the original series diverges.[/itex]
[itex] <br /> i don't understand what youre saying[/itex]
 
I don't see that you had a typo - it looked fine to me.

For your second series, HallsOfIvy is saying that each term of your series is larger than 1, and the series $$\sum_{n = 1}^{\infty}1 = 1 + 1 + 1 + ... + 1 + ...$$ diverges, because the sequence of partial sums keeps increasing. Since that series diverges, and since each term of the series you're interested in is larger, then your series diverges, too. This is the comparison test in action.
 
so is it always that if the sequence of partial sums increases, the series in the problem diverges. but does it work the other way around, like if the sequence of partial sums decreases, the series in the problem converges?