Exercise 2.4.8

For each series, find an explicit formula for the sequence of partial sums and determine if the series converges.

(a)
n = 1 1 2 n
(b)
n = 1 1 n ( n + 1 )
(c)
n = 1 log ( n + 1 n )

(In (c), log ( x ) refers to the natural logarithm function from calculus.)

Answers

(a)
This is a geometric series, we can use the usual trick to derive s n . Let r = 1 2 for convenience s n = 1 + r + r 2 + + r n r s n = r + r 2 + + r n + 1 r s n s n = r n + 1 1 s n = r n + 1 1 r 1

This is the formula when n starts at zero, but the sum in question starts at one so we subtract the first term to correct this

n = 1 1 2 n = 1 + n = 0 1 2 n = 1 + lim n ( 1 2 ) n + 1 1 1 2 1 = 1 + 1 1 2 = 1

(b)
We can use partial fractions to get 1 n ( n + 1 ) = 1 n 1 n + 1

Which gives us a telescoping series, most of the terms cancel and we get

s n = 1 1 n + 1

Therefor

n = 1 1 n ( n + 1 ) = lim n ( 1 1 n + 1 ) = 1

(c)
Another telescoping series, since log ( n + 1 n ) = log ( n + 1 ) log ( n )

therefore most of the terms cancel and we get

s n = log ( n + 1 )

Which doesn’t converge.

User profile picture
2022-01-27 00:00
Comments