-1

If $\epsilon>0$, Prove that the sum$$\sum_{n=1}^\infty \frac{1}{n^{1+\epsilon}}$$ converges.

This problem is from my calculus book, and Since this problem follows some other problems like: Show that $\sum_{n=1}^\infty 1/n^2$ And $\sum_{n=1}^\infty 1/n^3$ converges, i tried to use the same method that i used to solve these problems, but it didn’t work.

The method is very simple, all what you have to do is to find a series that you know that it definitely converges and you also know that this series Is less or equal to your series.

The series i used to prove that the above series converges is $$\sum_{n=0}^\infty \frac{1}{2^n}$$ But again it didn’t help me in this $\sum_{n=1}^\infty \frac{1}{n^{1+\epsilon}}$

Dole
  • 2,653
PNT
  • 4,164

3 Answers3

2

$$\sum_{n=1}^\infty \frac{1}{n^{1+\epsilon}}\leq\int_{1}^\infty \frac{1}{n^{1+\epsilon}}\,\mathrm{d}n=\frac{1}{\varepsilon}-\lim_{n\to\infty}\frac{n^{-\varepsilon}}{\varepsilon}$$ Only converges for $\varepsilon>0$.

vitamin d
  • 5,783
0

Since this is a decreasing positive sequence, the Cauchy Condensation test is applicable. The condensed series becomes $\displaystyle\sum_{n=1}^\infty 2^{-n\epsilon}$ in this case, which is a GP with common ratio less than $1$.

Martund
  • 14,706
  • 2
  • 13
  • 30
-2

In this case you should use the p-series test. The p-series test states that the infinite series $$\sum_{n=1}^\infty \frac{1}{n^p}$$ converges only if p > 1. For p < 1 or p = 1 (harmonic series), this series diverges. In your case, you have p = $\epsilon$ + 1. From there it's pretty straight-forward. Because $\epsilon$ by definition has to be greater than zero, it insures that p must be greater than 1. The p=series test therefore confirms that the series converges.