0

$$S=1+{1 \over 2^2}+{1 \over 3^2}+{1 \over 4^2}+\cdots\tag1$$

it is known $$S={\pi^2\over 6}$$

How about the series

$$L=1+{1 \over 2^{1/2}}+{1 \over 3^{1/2}}+{1 \over 4^{1/2}}+\cdots\tag2$$

Does L converges?. If it does. Has its got any closed form? I look around but could find anywhere.

Suppose that it is found online. Can anyone show how its closed form is derived.

4 Answers4

1

$$L > 1 + \frac 12 + \frac 13 + \frac 14 + \cdots \to \infty$$

Kenny Lau
  • 25,049
0

Consider the integral $\displaystyle\int_{1}^{\infty}\dfrac{1}{x^{1/2}}dx$, it is divergent, and hence by Integral Test, the series is divergent as well.

user284331
  • 55,591
0

Since $\frac{1}{\sqrt{n}} \ge \frac{1}{n}$ for all $n$, the series

$ \sum_{n=1}^{\infty}\frac{1}{\sqrt{n}}$ diverges, by the comparison test.

Fred
  • 77,394
0

No, the series does not converge. It has the same convergence as integral: $$\int_1^{\infty} \frac{1}{\sqrt{x}}dx = \lim_{x \to \infty} \frac{\sqrt{x}}{2} - \frac{1}{2} = \infty$$ By integral test your sum and my integrals have same convergence.

Andronicus
  • 3,436