Im trying to understand how the equation below was generated. A step-by-step solution would be awesome. $$\sqrt{n+1}-\sqrt{n} = \frac{1}{\sqrt{n+1}+\sqrt{n}}$$
2026-04-08 15:01:47.1775660507
why is $\sqrt{n+1}-\sqrt{n} = \frac{1}{\sqrt{n+1}+\sqrt{n}}$ correct?
92 Views Asked by user52950 https://math.techqa.club/user/user52950/detail At
2
$(a+b)(a-b) = a^2 - b^2.$
Put $\ a = \sqrt{n+1},\quad b = \sqrt{n}\ .$
$\left(\sqrt{n+1}+\sqrt{n}\right)\left(\sqrt{n+1}-\sqrt{n}\right) = \left(\sqrt{n+1}\right)^2 - \left(\sqrt{n}\right)^2 = n+1 - n =1.$
Therefore, starting with the RHS and rationalising the denominator,
\begin{align}\frac{1}{\sqrt{n+1}+\sqrt{n}} =\frac{1}{\sqrt{n+1}+\sqrt{n}} \times 1\\ \\ =\frac{1}{\sqrt{n+1}+\sqrt{n}} \times \frac{\sqrt{n+1}-\sqrt{n}}{\sqrt{n+1}-\sqrt{n}}\\ \\ = \frac{\sqrt{n+1}-\sqrt{n}}{\left(\sqrt{n+1}+\sqrt{n}\right)\left(\sqrt{n+1}-\sqrt{n}\right)}\\ \\ = \frac{\sqrt{n+1}-\sqrt{n}}{1}\\ \\ = \sqrt{n+1}-\sqrt{n}\ .\\ \end{align}