I see people use the substitution:
$$u = \frac{1 − x}{1 + x}$$
in integrals, but I have no idea when to use it. I can see that the function
$$f(x) = \frac{1 − x}{1 + x},$$
has an interesting property when trying to find the inverse function:
$$f(f(x)) = x.$$
I want to know when one should use this substitution and why, for example when one sees $\sqrt{1 − x^2}$, the first thing that comes to mind is $x = \sin u$ because $1 − \sin^2 u = \cos^2 u$, when one sees $1 + x^2$, the first thing that comes to the is $x = \tan u $ because $1 + \tan^2 u = \sec^2 u$. In these examples, the substitution is used to make use of some formula that will simplify the equation in the integral, but I don’t see the reason why people use:
$$u = \frac{1 − x}{1 + x},$$
or
$$u^2 = \frac{1 − x}{1 + x}.$$
Another question is: Does this substitution have a name?