Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I'm trying to prove the convergence of $$ \sum_{n=1}^{\infty}\frac{1}{n^\alpha}$$ with $\alpha > 1$.

For $\alpha \geq 2$ I can use the comparison test ($\sum_{n=1}^{\infty} \frac{1}{n^2}$ converges) so I'm missing $2>\alpha>1$ and I'm pretty much out of ideas.

If you could offer some advice I would very much appreciate it.
Thanks in advance

share|improve this question
2  
use the integral test – Ittay Weiss Nov 12 '12 at 9:15
1  
How do you know $\sum 1/n^2$ converges? Use the same proof for $\sum 1/n^\alpha$ when $\alpha>1$. – wj32 Nov 12 '12 at 9:20
@wj32 I used $\sum_{k=1}^n \frac{1}{k(k+1)} <\sum_{k=1}^n \frac{1}{k^2} <1+ \sum_{k=1}^n \frac{1}{k(k-1)}$ but I don't see how I could use this proof for any real exponent $\alpha$ other than $2$. – hauptbenutzer Nov 12 '12 at 12:04

2 Answers

$$\frac{1}{n^{\alpha}} \le \int_{n-1}^n \frac{1}{x^{\alpha}}dx $$ for $\alpha \gt 1$ so
$$\sum_{n=1}^{\infty}\frac{1}{n^\alpha} = 1 + \sum_{n=2}^{\infty}\frac{1}{n^\alpha} \le 1+\int_{1}^\infty \frac{1}{x^{\alpha}}dx = 1+ \frac{1}{\alpha-1}.$$

Since each term is positive and the sum is bounded above, the series is convergent.

share|improve this answer
1  
$\int_1^\infty\frac1{x^\alpha}\mathrm{d}x=\frac1{\alpha-1}$ – robjohn Nov 12 '12 at 9:32
@robjohn: thank you - now edited – Henry Nov 12 '12 at 9:56

As the sequence $\displaystyle<n^\alpha>_{n=1}^{\infty}$ is decresing we can use the integral test to check its convergence.

$\displaystyle\int_{1}^{\infty}\frac{1}{x^\alpha}dx=1$ for all $\alpha>1$.

Hence the series is convergent.

share|improve this answer
1  
$\int_1^\infty\frac1{x^\alpha}\mathrm{d}x=\frac1{\alpha-1}$ – robjohn Nov 12 '12 at 9:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.