Chapter 8: Infinite Sequences and Series
Section 8.3: Convergence Tests
Example 8.3.17
Determine if the series ∑n=2∞−1nn lnn diverges, converges absolutely, or converges conditionally.
If it converges conditionally, determine if it also converge absolutely.
Solution
Mathematical Solution
The series is alternating, suggesting the Leibniz test. For this, 1n lnn must eventually become a monotone decreasing sequence with limit zero. Consequently, the following calculations are executed.
limn→∞1n lnn = 0 and ddx1x lnx=−ln⁡x+1x2⁢ln⁡x2<0 for x>1/e≐0.4
The conditions of the Leibniz test apply, and by that test, the series converges conditionally.
In Example 8.3.2, the Integral test is used to show that the series does not converge absolutely.
Maple Solution
Figure 8.3.17(a) contains a graph of the function fx=1x lnx (in red) and of its derivative (in green).
On the basis of this graph, it may be conjectured that f is monotone decreasing and bounded below by zero, provided x≥1. (The derivative appears to be negative for x>1.)
Consequently, the Integral test may be tried as a test for absolute convergence, provided the integration starts from, say, x=3.
module() local F,p,N; F:=1/x/ln(x); N:=10; p:=plot([F,diff(F,x)],x=1..N,color=[red,green],view=[0..N,-5..5],tickmarks=[N,4],labels=[x,y]); print(p); end module:
Figure 8.3.17(a) Graph of fx (red) and f′x (green)
To this end: Calculus palette: Definite integral template Context Panel: Evaluate and Display Inline
∫1∞1x lnx ⅆx = ∞
Since the integral diverges, the series does not converge absolutely.
The following two calculations support the use of the Integral test.
Calculus palette: Limit operator
Context Panel: Evaluate and Display Inline
limn→∞1n lnn = 0
Calculus palette: Differentiation operator
Context Panel: Factor
ⅆⅆ x 1x lnx = −1x2⁢ln⁡x−1x2⁢ln⁡x2= factor −ln⁡x+1x2⁢ln⁡x2
The derivative is negative for x>1. (This is consistent with Figure 8.3.17(a).) Since the criteria of the test are satisfied, it follows that the series does not converge absolutely. The Leibniz test applies, and by it, this alternating series is seen to converge conditionally.
<< Previous Example Section 8.3 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document