What is the convergence (absolute or conditional) of the alternate series: #f(x)=sum_{n=1} ^oo (-1)^n ((n)/(7n^2+3)) # ?
1 Answer
Mar 9, 2018
This series is conditionally convergent but not absolutely convergent.
Explanation:
Since this series is alternating, it will conditionally converge provided the individual terms tend to
#lim_(n->oo) (n/(7n^2+3)) = lim_(n->oo)1/(7n+3/n) = 0#
On the other hand, it is not absolutely convergent, since when
#7n^2+3 <= 10n^2#
So:
#n/(7n^2+3) >= n/(10n^2) = 1/10 1/n#
So:
#sum_(n=1)^oo abs((-1)^n (n/(7n^2+3))) >= 1/10 sum_(n=1)^oo 1/n = oo#