Maths Olympiad Prep

Library / /492 of 520

Algebra Difficulty 6.3 National olympiad Prove it

Show that: 11+2+12+3+13+4++199+100=9\frac{1}{\sqrt{1}+\sqrt{2}}+\frac{1}{\sqrt{2}+\sqrt{3}}+\frac{1}{\sqrt{3}+\sqrt{4}}+\ldots+\frac{1}{\sqrt{99}+\sqrt{100}}=9.

## 2 Test Solution

Translate the text above into English, keep the original text's line breaks and format, and directly output the translation result.

Solution

The main idea of the exercise is to use the relation a2b2=(ab)(a+b)a^{2}-b^{2}=(a-b)(a+b) to write: 1=(k+1+k)(k+1k)1=(\sqrt{k+1}+\sqrt{k}) \cdot(\sqrt{k+1}-\sqrt{k}), or equivalently 1k+1+k=k+1k\frac{1}{\sqrt{k+1}+\sqrt{k}}=\sqrt{k+1}-\sqrt{k}.

In other words, 11+2=21,12+3=32199+100=10099\frac{1}{\sqrt{1}+\sqrt{2}}=\sqrt{2}-\sqrt{1}, \frac{1}{\sqrt{2}+\sqrt{3}}=\sqrt{3}-\sqrt{2} \cdots \frac{1}{\sqrt{99}+\sqrt{100}}=\sqrt{100}-\sqrt{99}. This leads to:

11+2+12+3+13+4++199+100=(1+2)+(2+3)+ \frac{1}{\sqrt{1}+\sqrt{2}}+\frac{1}{\sqrt{2}+\sqrt{3}}+\frac{1}{\sqrt{3}+\sqrt{4}}+\cdots+\frac{1}{\sqrt{99}+\sqrt{100}}=(-\sqrt{1}+\sqrt{2})+(-\sqrt{2}+\sqrt{3})+\cdots

+(k+k+1)+(99+100)=1+100=9\cdots+(-\sqrt{k}+\sqrt{k+1})+(-\sqrt{99}+\sqrt{100})=-\sqrt{1}+\sqrt{100}=9 because all the other square roots cancel out ("telescoping simplifications").

Whenever we see square roots in a sum in the denominator, we should have the reflex to eliminate them using this same technique, by multiplying the numerator and the denominator by what is called the "conjugate expression."

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.