0

Given this series:

$$\sum_{m=5}^\infty\left(\frac 7{5m^{5.8}} \right)$$

I can write is as:

$$\frac 75 \sum_{m=5}^\infty\left(\frac 1{m^{5.8}} \right)$$

Now, it seems $\frac {1}{m^{5.8}}$ is a Harmonic series hence it should diverge. How to proceed from here?

$$$$ Edit

The above series is a $P$ series i.e. series of the form:

$$ \sum_{n=1}^\infty \frac 1{n^p} $$

which means the series converges if $\text{p > 1}$ and diverges if $\text{p < 1}$.

vivek
  • 179

1 Answers1

1

Note that the sequences is not convergent. From Basel's Problem, notice that $$\sum_{k=1}^\infty \frac{1}{k^{5.8}} \le \sum_{k=1}^\infty \frac{1}{k^2}=\frac{\pi^2}{6}$$

For the proof, see here.

This implies that $$\sum_{k=5}^\infty \frac{1}{k^{5.8}} \le \sum_{k=1}^\infty \frac{1}{k^{5.8}} \le \frac{\pi^2}{6}$$

Therefore, your series is convergent, and converges to a value smaller than $\frac{\pi^2}{6}$.

S.C.B.
  • 22,768