Problem
$$S=\sqrt{2000^2-1^2}+\sqrt{2000^2-2^2}+\sqrt{2000^2-3^2} + \ldots + \sqrt{2000^2 - 2000^2}$$
For $S$ as defined above, find $\dfrac{2}{2000^2}\times(2000+2\times S)$ to $2$ decimal places.
Give solution with explanation. Calculator not Allowed.
Background : I am a student of Grade-X and I reside in India.
This is a question that I came up with. I asked this question to many of my seniors and all they said that it could be done only using Integration.
But there is a different way also that we can solve it without using calculus. I would love to summarize my proof approach. Please bear with me as I am not an experienced in writing proofs.
My Proof Approach
- First, We take a semi-circle and then I drew chords parallel to the diameter.
- Second, From any 2 consecutive parallel chords we can make a trapezium with really small height and then using Baudhayan Sulv Sutra [Pythagoras Theorem] we could find the length of each chord.
- Third, We would then find the sum of the areas of all the trapeziums so that we can approximate the area of the semicircle.
After we have done it all we would reach this equation,
$$\LARGE\frac{\pi r^2}{2}=c(r+2\sum_{n=1}^{r-1}\sqrt{r^2-c^2\cdot n^2})$$
Where, $r$ is the radius, and $c$ is the height of the trapeziums.
Now, by observation we would find the following inequality for the height i.e. $c$:
$1<c<\frac{r}{r-1}$,
If we take larger values of the radii such as $2000$ we would find that the value of '$c$' gets closer and closer to $1$.
Now, we can just put $c=1$ for the value of radius is large i.e. $2000$.
So, we would get,
$${\pi}=(r+2\sum_{n=1}^{r-1}\sqrt{r^2-n^2})\cdot\frac{2}{r^2}$$
and now we can find the answer of the question.
Using trapezoidal rule
\begin{align*} f(x) &= \sqrt{1-x^2} \\ \int_{0}^{1} f(x) \, dx & \approx \frac{1}{n} \sum_{k=0}^{n} f\left(\frac{k}{n} \right)-\frac{f(0)+f(1)}{2n} \\ \frac{\pi}{4} & \approx \frac{1}{2000}\sum_{k=0}^{2000} \sqrt{1-\frac{k^2}{2000^2}}- \frac{1}{2 \times 2000} \\ &= \frac{1}{2000^2}\sum_{k=1}^{2000} \sqrt{2000^2-k^2}+ \frac{1}{2 \times 2000} \\ &= \frac{S}{2000^2}+\frac{1}{2\times 2000} \\ \frac{4S}{2000^2}+\frac{2}{2000} &\approx \pi \end{align*}