How to find the sum of the series stated bellow. 1/100 + 1/101 + 1/102 + ......+1/1000
I tried but it doesn't have any patterns to go with.
Please provide the approach for the above
How to find the sum of the series stated bellow. 1/100 + 1/101 + 1/102 + ......+1/1000
I tried but it doesn't have any patterns to go with.
Please provide the approach for the above
As in Summing Finitely Many Terms of Harmonic Series: $\sum_{k=a}^{b} \frac{1}{k}$, for an approximated result, we may use $$ \sum_{k=a}^b \frac{1}{k} \approx \log\left(\frac{2b+1}{2a-1}\right) $$
to obtain
$$\sum_{k=100}^{1000} \frac{1}{k}\approx \log\left(\frac{2001}{199}\right) \approx 2.308097...$$
while first digits of the exact result are $2.308093...$
Hoping that this could be of interest to you.
I found this paper very interesting since it shows several approximations of the harmonic numbers. In particular $$H_n\approx \log \left(n+\frac{1}{2}\right)+\gamma+\frac{5}{30 \left(2n+1\right)^2+{21}}$$ which is said to overestimate the result by $$\frac{2071}{12600 (2 n+1)^6}$$ This makes $$\sum_{i=a}^b\frac 1i=H_b-H_{a-1}\approx \log \left(\frac{2 b+1}{2 a-1}\right)+\frac{5}{30 (2 b+1)^2+21}-\frac{5}{30 (2 a-1)^2+21}$$ Using $b=1000$ and $a=100$ this leads to $$\sum_{k=100}^{1000} \frac{1}{k}\approx\log \left(\frac{2001}{199}\right)-\frac{198220000}{47569582236867}\approx \color{red} {2.30809334291072}73$$ while the "exact" value would be $\approx \color{red} {2.3080933429107246}$
Computing the overestimate from the given formula, it is $\approx 2.65 \times 10^{-15}$ which matches the above values.
The approximated value of the "Harmonic Number": $$ H_n=\sum_{i=1}^n\frac{1}{i} \approx ln(n)+\gamma+\frac{1}{2n}\\ \gamma=0.577 $$ The exact value of the requested sum: $$ H_{1000}-H_{99}=2.30809334 $$