If $x_1,x_2,x_3,....,x_n$ are in Arithmetic Progression such that $x_i>0$ for all $i$, then prove that:
$$\frac{n-1}{\sqrt{x_1}+\sqrt{x_n}}-\frac{1}{\sqrt{x_{n-1}}+\sqrt{x_n}}=\frac{1}{\sqrt{x_1}+\sqrt{x_2}}+\frac{1}{\sqrt{x_2}+\sqrt{x_3}}+....+\frac{1}{\sqrt{x_{n-2}}+\sqrt{x_{n-1}}}$$
Could someone help me with this. I am not able to initiate this problem.
We have to evaluate the sum $\frac{1}{\sqrt{x_1}+\sqrt{x_2}}+\frac{1}{\sqrt{x_2}+\sqrt{x_3}}+....+\frac{1}{\sqrt{x_{n-2}}+\sqrt{x_{n-1}}}$.
To do this conjugate all of the roots.
So if $d$ is the common difference then this sum is equal to the sum:
$\frac{\sqrt{x_2}-\sqrt{x_1}}{x_2-x_1}+\frac{\sqrt{x_3}-\sqrt{x_2}}{x_3-x_2}+....+\frac{\sqrt{x_{n-1}}-\sqrt{x_{n-2}}}{x_{n-1}-x_{n-2}}=\frac{\sqrt{x_2}-\sqrt{x_1}}{d}+\frac{\sqrt{x_3}-\sqrt{x_2}}{d}+....+\frac{\sqrt{x_{n-1}}-\sqrt{x_{n-2}}}{d}$
The sum is telescoping and equal to:
$\frac{\sqrt{x_{n-1}}-\sqrt{x_1}}{d}=\frac{\sqrt{x_{n-1}}-\sqrt{x_1}}{(x_n-x_1)/(n-1)}=(n-1)\frac{\sqrt{x_{n-1}}-\sqrt{x_1}}{x_n-x_1}=(n-1)(\frac{\sqrt{x_n}-\sqrt{x_1}}{x_n-x_1}-\frac{\sqrt{x_n}-\sqrt{x_{n-1}}}{x_n-x_1})=(n-1)(\frac{1}{\sqrt{x_1}+\sqrt{x_n}}-\frac{x_n-x_{n-1}}{(n-1)(x_n-x_{n-1})})=\frac{n-1}{\sqrt{x_1}+\sqrt{x_n}}-\frac{1}{\sqrt{x_{n-1}}+\sqrt{x_{n}}}$