Prove that (1-2) - (1-2^(1/2)) + (1 - 2^(1/3)) - (1 - 2^(1/4)) + ... converges.
Printable View
Prove that (1-2) - (1-2^(1/2)) + (1 - 2^(1/3)) - (1 - 2^(1/4)) + ... converges.
Ah, so since (1-2) - (1- 2^(1/2))+... = (-1)(2-1) + (1)(2^(1/2) -1)-... = \sum (-1)^n(2^(1/n)-1). Lim 2^(1/n) = 1 ==> Lim 2^(1/n)-1 = 0. Also, 2^(1/n)>=2^1/(n+1)>=2^(1/n+2)... so {2^(1/n)} is nonincreasing. Thus this series is convergent by alternate series test. That will work, right? Thanks!