1

The question is regarding how to solve a general set of series. If a series whose nth terms goes like this a= (-1)^n/ (n^3+2n) , how should I find whether the series is convergent or not.

Since the nth term is (-1)^n/(n^3+2n) , Can I compare it with a series b= 1/(n^3) and say that a is convergent since b is convergent. What I don't understand is this -

The p series test says that if limit (a/b) as n tends to infinity exists and is not 0 and if b is convergent then so is a. So can I say for the above example that limit (a/b) as n tends to infinity is either 1 or -1 ( both of which are finite and non zero) and since b is convergent so is a. I don't think this should be correct because the limit should be a single number. But I found a similar answer to an almost similar question here on Stack. (Final answer . I thought that for the answer to be ' convergent ' and the method to be the comparison test , the argument would be like this )

Or should I apply Leibniz's test. The nth terms as n tends to infinity tends to 0. But what about (n+1)th term <=nth term condition ? Wouldn't the above condition depend on n since we have (-1)^n sitting in the numerator and hence (n+1)th term can be positive or negative depending upon n and hence the condition (n+1)th term <=nth would vary . Am I wrong ? The last line is confusing me a lot.

I have written all the points which were causing major conceptual confusion in bold. Help regarding the solution laying stress on and explaining the points in bold is needed. Thanks in advance.

Shashaank
  • 903
  • 1
    Note that absolutely convergent series are also convergent. Note further that $\sum\limits_{n=1}^\infty |\frac{(-1)^n}{n^3+2n}|=\sum\limits_{n=1}^\infty \frac{1}{n^3+2n}\leq \sum\limits_{n=1}^\infty \frac{1}{n^3}$. As for applying your "p series test" (which I think you are confusing with some other theorem), the way you've stated it it sounds like you are talking about sequences, not series converging, so you haven't yet shown the series converges with that method. – JMoravitz Nov 19 '16 at 21:27
  • @JMoravitz By the P series test I mean the normal comparison test where a series like 1/( n^2) where exponent is greater than 1 are convergent and series like 1/n with exponent less than equal to 1 are divergent. Have I applied d it wrong – Shashaank Nov 19 '16 at 21:33
  • By the $p$ series test, indeed $\sum\limits_{n=1}^\infty \frac{1}{n^3}$ converges., my point was that you wrote the sentence "the p-series test says that if limit ..." where what follows seems completely unrelated. The end result is that focusing your efforts on proving the series of absolute values of terms is convergent will be the easiest method and using that result to imply your original question. – JMoravitz Nov 19 '16 at 21:35
  • @JMoravitz Ok I got it . So is the above series convergent. Shouldn't I use Leibniz's test. If you could explain laying stress on the points in bold , it would be great. Thanks in advance! – Shashaank Nov 19 '16 at 21:39

1 Answers1

1

If $\lim\limits_{n\to\infty}\frac{a_n}{b_n}$ exists and is nonzero then $\sum\limits_{n=1}^\infty a_n$ and $\sum\limits_{n=1}^\infty b_n$ either both converge or both diverge. Otherwise if the limit was zero and $\sum\limits_{n=1}^\infty b_n$ is convergent, then so too is $\sum\limits_{n=1}^\infty a_n$

This is what is known as the Limit Comparison Test, (not the $p$-series test as you had written). This is true given a few extra conditions, namely $a_n\geq 0$ and $b_n\geq 0$. One can generalize it a bit further, as is done in this related question, but care needs to be taken. In particular things can break where one of the series is alternating in sign but not the other.

You suggested that by letting $a_n = \frac{(-1)^n}{n^3+2n}$ and $b_n=\frac{1}{n^3}$ and taking the limit of the ratio, "the limit is either $1$ or $-1$" but... as you allude to, the limit is only ever one number at a time! The sequence $(-1,1,-1,1,-1,1,-1,1,\dots)$ by definition diverges. In other words, the limit does not exist. Since the limit does not exist, the test above cannot successfully be directly applied. That doesn't mean that it tells us it diverges, it just means that we don't get any information about it directly.

(one can use the limit comparison test after deciding to discuss the absolute convergence of the series and there is no issue at that point)


The Leibniz Test (alternating series test) does actually apply here and give an immediate conclusive answer.

A series of the form $\sum\limits_{n=1}^\infty (-1)^n a_n$ where the sign of all $a_n$ is the same (i.e. all positive or all negative) and $|a_n|$ decreases monotonically with $\lim\limits_{n\to\infty}a_n=0$ then $\sum\limits_{n=1}^\infty (-1)^na_n$ converges.

In your case, letting $a_n = \frac{1}{n^3+2n}$ we see that the series in question is exactly of the form $\sum\limits_{n=1}^\infty (-1)^na_n$. Since $a_{n}\frac{1}{n^3+2n}>\frac{1}{(n+1)^3+2(n+1)}=a_{n+1}$ and $\lim\limits_{n\to\infty}a_n=0$ the test applies.

You say "Wouldn't the above condition depend on n since we have (-1)^n sitting in the numerator..." The answer is that there is no $(-1)^n$ in the numerator of $a_n$ at all. The $(-1)^n$ is separate from $a_n$. All terms of $\frac{1}{n^3+2n}$ are positive and do not have a $(-1)^n$ involved anywhere.


While the Leibniz test us useful to tell us about conditional convergence for an alternating series, it is not powerful enough to tell us about absolute convergence. In many exercises in introductory calculus, you will not only be asked if a series converges, but will also be asked if it does so absolutely.

Absolute convergence implies convergence. Convergence however does not imply absolute convergence.

For your series in question, as alluded to in the comments above, $\sum\limits_{n=1}^\infty\left|\frac{(-1)^n}{n^3+2n}\right| = \sum\limits_{n=1}^\infty\frac{1}{n^3+2n}\leq \sum\limits_{n=1}^\infty\frac{1}{n^3}$ which converges by the $p$-series test. Thus, the original series is absolutely convergent by direct comparison and is therefore convergent as well.

JMoravitz
  • 79,518
  • Thanks ! Great Answer ! It cleared all the conceptual doubts. Just one thing more . Can I just test for absolute convergence and say that since it's absolutely convergent , it has to be convergent and do away with the Leibniz test . – Shashaank Nov 20 '16 at 06:18
  • And just one thing more. You said the sign of all a(n) is the same (all positive or all negative ). Can I then start with taking a(n) = -1/(n^3+2n) . Would this give a different result ? – Shashaank Nov 20 '16 at 06:25
  • @Shashaank To the first, yes, and that was what my original comment implied and alluded to. To the second, yes you may and no the result doesn't change. The point is that all entries in the sequence must all have the same sign. – JMoravitz Nov 20 '16 at 06:25