Wednesday, April 13, 2016

Infinite series suminftyn=2frac1nlog(n)


Recently, I encountered a problem about infinite series. So my question is how to know whether the infinite series n=21nlog(n) is convergent?


Answer




To see whether 21/(nlogn) converges, we can use the integral test. This series converges if and only if this integral does: 21xlogxdx=[log(logx)]2

and in fact the integral diverges.


This is part of a family of examples worth remembering. Note that d/dxlog(log(logx))=d/dxlog(logx)1log(logx)=1xlogxlog(logx)

and log(log(logx)) as x hence 1nlognlog(logn) diverges as well. Similarly, by induction we can put as many iterated logs in the denominator as we want (i.e. 1nlognlog(logn)log((logn)) where the ith log is iterated i times), and it will still diverge. However, as you should check, 1xlog2x converges, and in fact (again by induction) if you square any of the iterated logs in 1nlognlog(logn)log((logn)) the sum will converge.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...