AP Calculus BC

Does the Sum of ln(n)/n^2 Converge? Yes

The sum of ln n over n squared CONVERGES. Comparison with 1 over n squared fails, because ln n is bigger than 1 and makes the terms larger, not smaller. The integral test decides it: the integral of ln x over x squared from 2 to infinity is finite.

n=1lnnn2\sum_{n=1}^{\infty}\frac{\ln n}{n^{2}}

Converges

Settled by the integral test.

The obvious comparison is the wrong one

The instinct is to compare with 1n2\frac{1}{n^{2}}, which converges. Check the direction before writing it down: for n3n \ge 3 the logarithm is bigger than 11.

lnnn2>1n2(n3)\frac{\ln n}{n^{2}} > \frac{1}{n^{2}} \quad (n \ge 3)

So the terms sit above a convergent series, which permits no conclusion at all. Direct comparison only decides when the inequality faces the useful way, and here it faces the other way.

Give away a power of n

A logarithm grows more slowly than any positive power of nn, so lnn\ln n can be traded for n\sqrt{n} and the inequality still holds for every n1n \ge 1.

lnnn2<nn2=1n3/2\frac{\ln n}{n^{2}} < \frac{\sqrt{n}}{n^{2}} = \frac{1}{n^{3/2}}

The p-series with p=32p = \frac{3}{2} converges, and now the comparison points downhill onto a convergent series, so the original converges. Half a power of nn was more than enough slack.

The integral test settles it directly

Take f(x)=lnxx2f(x) = \frac{\ln x}{x^{2}}. It is positive and continuous on [2,)[2, \infty), and f(x)=12lnxx3f'(x) = \frac{1 - 2\ln x}{x^{3}} is negative once lnx>12\ln x > \frac{1}{2}, so ff decreases from x=2x = 2 onwards. Integration by parts gives the antiderivative.

2lnxx2dx=limb[lnx+1x]2b=ln2+12\int_{2}^{\infty}\frac{\ln x}{x^{2}}\,dx = \lim_{b \to \infty}\left[-\frac{\ln x + 1}{x}\right]_{2}^{b} = \frac{\ln 2 + 1}{2}

The integral converges, so the series does too. Starting at n=2n = 2 costs nothing, because the n=1n = 1 term is ln1=0\ln 1 = 0.

The mistakes students make

Compare this page with lnnn\sum \frac{\ln n}{n}, which diverges. The logarithm is the same; the power of nn decides everything.

  • Comparing with 1n2\frac{1}{n^{2}} and stopping. From n=3n = 3 the terms are larger than 1n2\frac{1}{n^{2}}, and sitting above a convergent series proves nothing.
  • Assuming lnn\ln n eventually overpowers a power of nn. It never does: lnnnp0\frac{\ln n}{n^{p}} \to 0 for every p>0p > 0, which is why the trade for n\sqrt{n} is safe.
  • Using the integral test without checking that ff decreases. It rises until x=ex = \sqrt{e}, so state the test on [2,)[2, \infty).

Not sure which test a series wants?

The Convergence Test Chooser walks the decision in order: nth term first, then geometric and p-series pattern matching, then alternating structure, then the ratio test, and finally the comparison family.

Frequently asked questions

Does the sum of ln(n)/n^2 converge?

Yes. The integral test gives a finite improper integral, and comparison with 1n3/2\frac{1}{n^{3/2}} gives the same answer.

Why can I not just compare with 1/n^2?

Because lnnn2\frac{\ln n}{n^{2}} is larger than 1n2\frac{1}{n^{2}} for n3n \ge 3, and sitting above a convergent series tells you nothing.

Why does ln(n)/n diverge but ln(n)/n^2 converge?

The extra power of nn is decisive. 1n\frac{1}{n} diverges and 1n2\frac{1}{n^{2}} converges, and the logarithm is too slow to overturn either.