transforming a specific equation

32 Views Asked by At

how does the following equation:

$$\frac{1}{\sqrt{1+z^2}-z}$$

get transformed into:

$$\sqrt{1+z^2}+z$$

I'm sure I'm missing something obvious. Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

$$\frac1{\sqrt{1+z^2}-z} = \frac{\sqrt{1+z^2}+z}{(\sqrt{1+z^2}-z)(\sqrt{1+z^2}+z)} = \frac{\sqrt{1+z^2}+z}{(1+z^2)-(z^2)} = \sqrt{1+z^2}+z$$