Why does $\lim_{x\to\infty}{\frac{1}{\sqrt{x}}}=0$, yet $\int_1^\infty \frac{1}{\sqrt{x}} \mathrm d x$ diverges?

302 Views Asked by At

As far as I am aware, $\displaystyle \int_1^\infty \displaystyle \frac{1}{\sqrt{x}} \mathrm d x$ diverges due to the $p$ test, meaning that the series $\displaystyle \sum_{x=1}^\infty \displaystyle \frac{1}{\sqrt{x}}$ also diverges (integral comparison test). But this would mean that $\displaystyle \lim_{x\to\infty}{\frac{1}{\sqrt{x}}}=0,$ which isn't true for a diverging series?

EDIT: Isn't there a theorem about how the series $\displaystyle \sum_{x=0}^\infty a_n$ converges for a sequence $a_n$ if $\displaystyle \lim_{n\to\infty} a_n=0$?

EDIT #2: I've found the caveat to this theorem, so I suppose the explanation about the rate of increase of $\displaystyle \frac{1}{\sqrt{x}}$ suffices

1

There are 1 best solutions below

3
On BEST ANSWER

A sum like $\displaystyle\sum_1^\infty \frac{1}{n^p}$ is called a $p$-series (for "power" law), and it converges for $p>1$, but diverges for $p<1.$ For the boundary case $p=1,$ the series is called the harmonic series, which also diverges. Powers higher than one make fractions below one get smaller, which enhances convergence, while powers less than one get those fractions bigger, closer to one, which does not help convergence. So it's not too surprising that there is some cutoff below which the power laws do not converge, despite going to zero termwise.

Although your question was about the integral, not the sum, it turns out that the convergence of the $p$-series sum $\displaystyle\sum_1^\infty \frac{1}{n^p}$ and the integral $\displaystyle\int_1^\infty \frac{dx}{x^p}$ is the same. I hope you don't mind the shift in context.

So the upshot is, it's not enough that the function go to zero. A reciprocal power law only converges if its power is greater than one, so that it's going to zero faster than $\frac{1}{n}$.

So how do we reconcile this fact with the statement:

the series $\displaystyle \sum_{x=0}^\infty a_n$ converges for a sequence $a_n$ if $\displaystyle \lim_{n\to\infty} a_n=0$?

Well the statement, as written, is not correct. For example, the harmonic series has terms $a_n=\frac{1}{n}$ with $\lim a_n = 0,$ and yet the sum $\sum^\infty\frac{1}{n}$ and integral $\int^\infty\frac{dx}{x}$ do not converge. So where did you get the idea? Well, the inverse (if a statement is an implication $p\to q$, then its inverse is $\neg p\to\neg q$) of this statement is a theorem, sometimes called the divergence test

If $\displaystyle \lim_{n\to\infty} a_n\neq 0,$ then $\displaystyle \sum_{x=0}^\infty a_n$ does not converge.

Going to zero termwise is not sufficient to guarantee convergence, but failing to go to zero is sufficient to guarantee divergence.

And in general, the truth of a statement $p\to q$ does not guarantee the truth of the converse $q\to p$ nor the inverse $\neg p \to \neg q.$ Although it is a common mistake to assume that they do. One statement which you can conclude is the contrapositive: $\neg q\to\neg p.$ Thus an alternate true statement we can make is:

If $\displaystyle \sum_{x=0}^\infty a_n$ converges, then it follows that $\displaystyle \lim_{n\to\infty} a_n = 0.$