I have come across a mathematical problem that is to evaluate the expression: $$ lim_{n\rightarrow\infty} \left\{\frac{1}{\sqrt{2n-1^2}}+\frac{1}{\sqrt{4n-2^2}}+\frac{1}{\sqrt{6n-3^2}}+...+\frac{1}{\sqrt{2n^2-n^2}}\right\}\tag1$$ and I have considered the following approach: $$ y=lim_{n\rightarrow\infty} \left\{{\frac{1}{n}}\left[\frac{1}{\sqrt{\frac{2}{n}-\frac{1}{n^2}}}+\frac{1}{\sqrt{\frac{4}{n}-\frac{4}{n^2}}}+\frac{1}{\sqrt{\frac{6}{n}-\frac{9}{n^2}}}+...1\right]\right\} \tag2$$ $$ y=lim_{n\rightarrow\infty}\left\{\Sigma_{i=1}^{n}\frac{1}{\sqrt{\frac{2}{i}-\frac{1}{i^2}}}\frac{1}{i}\right\} \tag3$$ $$ y=\int_0^1f(x)dx \tag4$$ where it is considered that $$f(x)=\frac{1}{\sqrt{2x-x^2}}\tag5$$ and $a=0$ while $b=1$. Integrating thus, we get: $$y=\int_0^1\frac{dx}{\sqrt{2x-x^2}}=[sin^{-1}(x-1)]_0^1=\pi/2\tag6$$ Therefore, the integration says that the sum up to infinite series is $\pi/2$. But I have a query here, which is, if I write the terms of the series, this is what I get here: $$ y=lim_{n\rightarrow\infty}\left\{{1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}}+...\frac{1}{n}\right\} \tag7$$ Isn't this a harmonic series? But if so, harmonic series tend to diverge, then how can the infinite sum above be integrated and summed up to a definite value as it has converged? I am being confused.
2026-03-29 11:44:29.1774784669
On
Convergence of a sum as limit tends to infinity that seems to be harmonic series
106 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
As noticed each finite sum has exactly $n$ terms that is:
- $S_1=\frac{1}{\sqrt{2\cdot 1-1^2}}=1$
- $S_2=\frac{1}{\sqrt{2\cdot 2-1^2}}+\frac{1}{\sqrt{4\cdot 2-2^2}}=\frac{1}{\sqrt{3}}+\frac{1}{\sqrt{4}}$
- $S_3=\frac{1}{\sqrt{2\cdot 3-1^2}}+\frac{1}{\sqrt{4\cdot 3-2^2}}+\frac{1}{\sqrt{6\cdot 3-3^2}}=\frac{1}{\sqrt{5}}+\frac{1}{\sqrt{8}}+\frac{1}{\sqrt{9}}$
- $S_4=\frac{1}{\sqrt{2\cdot 4-1^2}}+\frac{1}{\sqrt{4\cdot 4-2^2}}+\frac{1}{\sqrt{6\cdot 4-3^2}}+\frac{1}{\sqrt{8\cdot 4-4^2}}=\frac{1}{\sqrt{7}}+\frac{1}{\sqrt{12}}+\frac{1}{\sqrt{15}}+\frac{1}{\sqrt{16}}$
- $S_5=\frac{1}{\sqrt{2\cdot 5-1^2}}+\frac{1}{\sqrt{4\cdot 5-2^2}}+\frac{1}{\sqrt{6\cdot 5-3^2}}+\frac{1}{\sqrt{8\cdot 5-4^2}}+\frac{1}{\sqrt{10\cdot 5-5^2}}=\frac{1}{\sqrt{9}}+\frac{1}{\sqrt{16}}+\frac{1}{\sqrt{21}}+\frac{1}{\sqrt{24}}+\frac{1}{\sqrt{25}}$
- $\ldots$
which is a completely different pattern with respect to the harmonic series.
Your summation notation use is not correct which lead to confusion, $$\frac{1}n\cdot n\left(\frac{1}{\sqrt{2n-1^2}}+\frac{1}{\sqrt{4n-2^2}}+\frac{1}{\sqrt{6n-3^2}}+...+\frac{1}{\sqrt{2n^2-n^2}}\right)=\frac{1}n\sum_{i=1}^{n}\frac{1}{\sqrt{\frac{2i}{n}-\frac{i^2}{n^2}}}$$
see $i$ varies but $n$ is constant.
Your mistake,
$$\frac{1}{\sqrt{2n-1^2}}+\frac{1}{\sqrt{4n-2^2}}+\frac{1}{\sqrt{6n-3^2}}+...+\frac{1}{\sqrt{2n^2-n^2}}\ne{1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}}+...\frac{1}{n}$$
Because, you cannot put the value of $n$ in $n$th term and up add to get the of the series.
For example, $$\frac{1}{n}(1+2+3+\ldots+n)=\frac{1}n+\frac{2}n+\frac{3}n+\frac{4}n+\ldots+\frac{n}n\ne1+1+1+\ldots n \text{ times}=n$$