Skip to main content

An infinite series problem

A couple of undergrads came into maths-aid today with a problem: does the series ∑n=1∞1nln⁡(n+1) converge?

Use the integral test: the sum converges if and only if limN→∞(∫1N1nln⁡(n+1)dn) is finite.

Try the substitution t=ln⁡(n+1).

dtdn=1n+1, so dn=(n+1)dt.

The integral then becomes ∫ln⁡(2)ln⁡(N+1)n+1ntdt

I’ve still got n in there a couple of times, but bear with me…

You can split the fraction into two bits: n+1nt=nnt+1nt=1t+1nt

So the integral is then ∫ln⁡(2)ln⁡(N+1)(1t+1nt)dt=[ln⁡n]ln⁡(2)ln⁡(N+1)+∫ln⁡(2)ln⁡(N+1)1ntdt=ln⁡(ln⁡(N+1))–ln⁡(ln⁡2)+∫ln⁡(2)ln⁡(N+1)1ntdt

ln⁡(ln⁡(N+1))–ln⁡(ln⁡2) is unbounded as N tends to infinity, but what about the other integral, that I can’t see how to do?

It doesn’t matter, because it’s definitely positive. So I’m sure the total integral is at least ln⁡(ln⁡(N+1))–ln⁡(ln⁡2).

The integral is unbounded, hence the series diverges.

(I wrote this post using my write maths, see maths thing. It was very easy!)

Update: A couple of other Newcastle PhDs, David Cushing and David Elliott, both pointed out that 1nln⁡(n+1)>1(n+1)ln⁡(n+1), which integrates straightforwardly to ln⁡(ln⁡(n+1)). Much nicer!