agnimusayoti said:
So can I apply preliminary test to the absolute value of the terms? If that so, could you explain why it is possible?I do not understand this part. Could you please explain again, especially on "first stage" and "second stage"?
The test as prescribed at the link I gave is in two parts.
First part: if the sequence does not converge to a limit then the series does not converge.
Second part: if the sequence does converge to a limit but that limit is not zero then the series does not converge.
If you apply this test to the actual sequence, including the alternating sign, it falls at the first hurdle: the sequence does not converge.
If you apply this test to the unsigned sequence it passes the first test because |a
i| does converge, but then it falls at the second hurdle because it converges to 1, not zero.
What is less obvious is that this is a general behaviour of the test: if applying the test to a sequence a
i with varying signs shows the series does not converge then applying it to |a
i| will also show that the series does not converge, and vice versa. It does not matter which you choose.
This is because if |a
i| converges, to c say, but a
i does not converge then c is not zero.
Mark44 said:
The series you showed in post #1 is an alternating series, to which you can apply the Alternating Series Test (see
https://en.wikipedia.org/wiki/Alternating_series_test). This test says that, for a series of the form ##\sum (-1)^{n+1}a_n##, with ##a_n > 0##, the series converges if 1) the sequence ##\{a_n\}## decreases monotonically; i.e., ##a_{n+1} < a_n## for all n larger than some number N, and 2) ##\lim_{n \to \infty}a_n = 0##.
Just to be clear for the OP, the monotonicity part is a sufficient condition for convergence of the series, but not a necessary one. E.g. ##\Sigma (-1)^n\frac 1n|\sin(n)|## converges even though ##\frac 1n|\sin(n)|## never becomes monotone.
Also, there are not just positive sequences and alternating sequences. The sign can change in other patterns.