Value of $\frac{\sqrt{10+\sqrt{1}}+\sqrt{10+\sqrt{2}}+\cdots+\sqrt{10+\sqrt{99}} }{\sqrt{10-\sqrt{1}}+\sqrt{10-\sqrt{2}}+\cdots+\sqrt{10-\sqrt{99}}}$

11.9k Views Asked by At

Here is the question:

$$\frac{\sqrt{10+\sqrt{1}}+\sqrt{10+\sqrt{2}}+\cdots+\sqrt{10+\sqrt{99}} }{\sqrt{10-\sqrt{1}}+\sqrt{10-\sqrt{2}}+\cdots+\sqrt{10-\sqrt{99}}} = \;?$$

(original image)

I think we need to simplify it writing it in summation sign as you can see here:

$$\frac{\sum\limits_{n=1}^{99} \sqrt{10 + \sqrt{n}}}{\sum\limits_{n=1}^{99} \sqrt{10 - \sqrt{n}}}$$

or in Wolfram Alpha input in comments.

I can compute it too! It's easy to write a script for this kind of question. I need a way to solve it. How would you solve it on a piece of paper?

2

There are 2 best solutions below

9
On

Hint: Show that for all relevant $n$ $$ \frac{\sqrt{10+\sqrt{100-n}}+\sqrt{10+\sqrt{n}}}{\sqrt{10-\sqrt{100-n}}+ \sqrt{10-\sqrt{n}}}=\sqrt2 +1. $$ IOW pair up terms in the numerator and the denominator starting from both ends.


[Edit:]

Claim. Assume that $a,b,c$, all positive, are the lengths of the sides of a right angled triangle - a Pythagorean triple if you like - $c$ is the hypotenuse. Then $$ \frac{\sqrt{c+a}+\sqrt{c+b}}{\sqrt{c-a}+\sqrt{c-b}}=1+\sqrt2. $$

Proof. The left hand side of the claim is clearly immune to scaling. We can adjust the scale so that $c-b=2$. Then a calculation (familiar to enthusiasts of Pythagorean triples) shows that for some positive real number $m$ we have $$c=m^2+1,\quad b=m^2-1,\quad a=2m.$$ (IOW instead of the usual integer parametrization in terms of $(m,n)$ we set $n=1$, and let $m$ be arbitrary.) We then see that the numerator is $m+1+\sqrt2 m=m(1+\sqrt2)+1$, and the denominator is $m-1+\sqrt2$. Because $(\sqrt2+1)^{-1}=\sqrt2-1$ the claim follows. Q.E.D.

Leaving it to the reader to derive the identity of my hint as a corollary of the claim.

3
On

For the Calculation of $$\displaystyle \frac{\sum_{k=1}^{n^2-1}\sqrt{n+\sqrt{k}}}{\sum_{k=1}^{n^2-1}\sqrt{n-\sqrt{k}}} = $$

Let $$\displaystyle A_{n} = \sum_{k=1}^{n^2-1}\sqrt{n+\sqrt{k}}$$ and $$\displaystyle B_{n} = \sum_{k=1}^{n^2-1}\sqrt{n-\sqrt{k}}$$ , where $n>1$

Now $$\left(\sqrt{n+\sqrt{k}}-\sqrt{n-\sqrt{k}}\right)^2 = 2n-2\sqrt{n^2-k}$$

So $$\left(\sqrt{n+\sqrt{k}}-\sqrt{n-\sqrt{k}}\right) = \sqrt{2}\cdot \sqrt{n-\sqrt{n^2-k}}$$

So $$\displaystyle \sum_{k=1}^{n^2-1}\left(\sqrt{n+\sqrt{k}}-\sqrt{n-\sqrt{k}}\right) = \sum_{k=1}^{n^2-1}\sqrt{2}\cdot \sqrt{n-\sqrt{n^2-k}}$$

So So $$\displaystyle \sum_{k=1}^{n^2-1}\left(\sqrt{n+\sqrt{k}}-\sqrt{n-\sqrt{k}}\right) = \sum_{k=1}^{n^2-1}\sqrt{2}\cdot \sqrt{n-\sqrt{k}}$$

So $$A_{n}-B_{n} = B_{n}\sqrt{2}$$

So $$A_{n} = B_{n}\left(1+\sqrt{2}\right)$$

So $$\displaystyle \frac{A_{n}}{B_{n}} = 1+\sqrt{2}$$

Now Put $\displaystyle n^2-1 = 99\Rightarrow n= 10\;,$ So we get $$\displaystyle \frac{\sum_{k=1}^{99}\sqrt{n+\sqrt{k}}}{\sum_{k=1}^{99}\sqrt{n-\sqrt{k}}} =\frac{A_{10}}{B_{10}} = 1+\sqrt{2}.$$