Do Alternating Series Have Limits?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 6K views
I'm Awesome
Messages
14
Reaction score
0
I would imagine that an alternating series that goes of to infinity doesn't have a limit because it keeps switching back and forth, but I can't find anything in my textbook about it. I just want to make sure that this is right.
 
Physics news on Phys.org
micromass said:
Some alternating series do have limits. For example:

[tex]\sum_{n=1}^{+\infty} \frac{(-1)^n}{n}[/tex]

has a limit (and it equals log(2)).

Actually [itex]-\ln 2[/itex].
 
I'm still kinda confussed, so for example if I have the series:
[tex]\sum_{n=1}^{+\infty} (-1)^n \frac{n}{n+1}[/tex]


Is the limit nonexistant or does it equal 1?
 
Okay. So in the previos example where the limit was equal -ln2 , do I have to solve for and indeterminate power to get that answer?
 
In general , an alternating series of the form [itex]\sum[/itex] (-1)k ak will converge if ak [itex]\rightarrow[/itex]0 as k[itex]\rightarrow[/itex]∞ and 0<ak+1≤ ak
 
If [itex]a_n[/itex] goes to 0 then the series [itex]\sum (-1)^na_n[/itex] converges.
If it does not, then we can determine two subseries of [itex]\sum (-1)^n a_n[itex], one with n even, the other with n odd, that converge to two different limits. And so the series itself does not converge.[/itex][/itex]
 
Last edited by a moderator:
HallsofIvy said:
If [itex]a_n[/itex] goes to 0 then the series [itex]\sum (-1)^na_n[/itex] converges.



*** The convergence to zero of [itex]a_n[/itex] must be monotone, otherwise the Leibnitz test may fail.

DonAntonio ***

If it does not, then we can determine two subseries of [itex]\sum (-1)^n a_n[itex], one with n even, the other with n odd, that converge to two different limits. And so the series itself does not converge.[/itex][/itex]
[itex][itex] <br /> ...[/itex][/itex]
 
HallsofIvy said:
If [itex]a_n[/itex] goes to 0 then the series [itex]\sum (-1)^na_n[/itex] converges.
Not necessary for the following:
Consider [itex]\sum[/itex]k=1 (-1)k+1 ak where ak= 1/k if k is odd and 1/k2 if k is even. It is possible to show that this alternating series diverge to +∞ although ak goes to zero.
This counter example indicates the necessity of the condition 0<ak+1 ≤ ak for convergence to happens.
 
I'm Awesome said:
I'm still kinda confussed, so for example if I have the series:
[tex]\sum_{n=1}^{+\infty} (-1)^n \frac{n}{n+1}[/tex]


Is the limit nonexistant or does it equal 1?

First off, it's not clear to me whether you're asking about the limit of the terms in the series or the limit of the series itself.

If you're asking about the limit of the terms, then the limit does not exist.
$$\lim_{n \to \infty} (-1)^n \frac{n}{n + 1}\text{ does not exist}$$

The reason is that for large n, successive terms oscillate between values close to 1 and -1, depending on whether n is even or odd, which affects the sign of (-1)n.

If you're asking about the sum of the series, then there too the limit does not exist. The Nth Term Test for Divergence says that if the limit of the terms of the series is different from zero or doesn't exist, then the series diverges. Since I established that the limit of the terms of the series doesn't exist, this theorem says that the series diverges (does not converge).