Define $f(n)=\sqrt[2]{n^4+\frac{1}{4}}-n^2.$
Find $$\sqrt{\frac{1}{2}-f(1)}+\dots+ \sqrt{\frac{1}{2}-f(99)}$$
I tried to simply $f(n).$ So rationalising, we get $$\sqrt{\frac{1}{2}-f(n)}\sqrt{\frac{1}{2}+f(n)}=\sqrt{\frac{1}{2}+n^2-\sqrt{n^4+\frac{1}{4}}}\sqrt{\frac{1}{2}+n^2+\sqrt[2]{n^4+\frac{1}{4}}}=\sqrt{(\frac{1}{2}+n^2)^2-n^4-\frac{1}{4}}=\sqrt{n^2}=n$$
So $$\sqrt{\frac{1}{2}-f(n)}=\frac{n}{\sqrt{\frac{1}{2}+f(n)}}.$$
EDIT: Using the hints given below, we have to find We have to find $$\sum_{n=1}^{99} \frac{n}{\sqrt{n^2+1/4}+1/2}=\sum_{n=1}^{99} \frac{n({\sqrt{n^2+1/4}-1/2})}{(\sqrt{n^2+1/4}+1/2)(\sqrt{n^2+1/4}-1/2)}=\sum_{n=1}^{99}\frac{n({\sqrt{n^2+1/4}-1/2})}{n^2}= \frac{\sqrt{n^2+1/4}-1/2}{n}$$
Any solutions?
Proof: Let $$x=\sqrt{\frac12-f(n)}=\sqrt{\frac12+n^2-\sqrt{n^4+\frac14}},\quad y=\sqrt{\frac12+n^2\color{red}{+}\sqrt{n^4+\frac14}},$$ then by simple calculations, \begin{align*} \begin{cases} x^2+y^2&=2n^2+1\\ xy&=n \end{cases} \end{align*} so \begin{align*} \begin{cases} y+x=\sqrt{x^2+y^2+2xy}&=\sqrt{2n^2+2n+1}\\ y-x=\sqrt{x^2+y^2-2xy}&=\sqrt{2n^2-2n+1} \end{cases} \end{align*} The claim is proved by solving $x$.
Now the problem is reduced to a telescoping sum.