How do I prove $\frac{ \sqrt{x+h}-\sqrt{x} }{ h}=\frac{1}{\sqrt{x+h}+\sqrt{x}}$?

275 Views Asked by At

$$\frac{ \sqrt{x+h}-\sqrt{x} }{ h}=\frac{1}{\sqrt{x+h}+\sqrt{x}}$$

I know I just asked a question and I did figure out how that one worked but I'm not sure how I would go about this one.

5

There are 5 best solutions below

2
On BEST ANSWER

\begin{align} \frac{1}{\sqrt{x+h}+\sqrt{x}} &= \frac{1}{\sqrt{x+h}+\sqrt{x}} \cdot \frac{\sqrt{x+h}-\sqrt{x}}{\sqrt{x+h}-\sqrt{x}} \\ &= \frac{\sqrt{x+h}-\sqrt{x}}{(x+h)-x} \\ &= \frac{\sqrt{x+h}-\sqrt{x}}{h} \end{align}

0
On

Hint: Multiply by $$ 1 = \frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}} $$

0
On

Multiply the top and bottom by $\sqrt{x+h} + \sqrt{x}$.

0
On

Observe that $$\begin{align}\frac{\sqrt{x+h}-\sqrt{x}}{h}&=\frac{\sqrt{x+h}-\sqrt{x}}{h}\frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}} \\ &=\frac{h}{h(\sqrt{x+h}+\sqrt{x})}\\ &=\frac{1}{\sqrt{x+h}+\sqrt{x}}\end{align}$$ by multiplying by $1$.

0
On

Just like DanZimm said, multiply by numerator conjugate:

$$\frac{\sqrt{x+h}-\sqrt x}h \cdot \frac{\sqrt{x+h}+\sqrt x}{\sqrt{x+h}+\sqrt x} = \frac{(x+h)-x}{h(\sqrt{x+h}+\sqrt x)} = \frac 1{\sqrt{x+h}+\sqrt x}$$

enter image description here