- Calculate $$\sum_{i=1}^{99}\frac{1}{\sqrt{i+1}+\sqrt{i}}$$
I've figured out that the answer is 9 -there is a pattern that I've figured out. I've created a code and solved it... but how could I do it more mathematically?
- Calculate $$\sum_{i=1}^{9999}\frac{1}{(\sqrt{i}+\sqrt{i+1}) (\sqrt[4]{i}+\sqrt[4]{i+1})}$$
This one is a total mystery, any help would be appreciated. Sorry for bad formatting. And, I almost forgot; I'm new with computing sums, please provide clear and well explained answers.
Hint. The first sum can be easily handled observing that $$ \frac{1}{\sqrt{i+1}+\sqrt{i}}=\sqrt{i+1}-\sqrt{i} $$ then by telescoping one gets
The second sum can also be easily handled observing that $$ \frac{1}{(\sqrt{i+1}+\sqrt{i})(\sqrt[4]{i+1}+\sqrt[4]{i})}=\sqrt[4]{i+1}-\sqrt[4]{i} $$ then by telescoping one gets