To paraphrase (only slightly) Guillemin and Pollack asks:
Given the function $f : R^3 \to R^1$ defined by: $$f(x,y,z) = x^2 + y^2 - z^2$$ Prove that if $a$ and $b$ are both positive or both negative then: $f^{-1}(a)$ is diffeomorphic to $f^{-1}(b)$.
My reasoning is that, $f^{-1}(a)$ is the locus of points in $R^3$ that satisfies:
$$a = x^2 + y^2 - z^2$$
In order to transform $f^{-1}(a)$ to $f^{-1}(b)$, the book hints scalar multiplication by $\sqrt{b/a}$. It doesn't seem to make sense to me why you would do that. It does seem like a good idea, however, to multiply by $b/a$. that way we get:
$$a \cdot \frac{b}{a} = \left(\frac{b}{a}\right)(x^2+y^2-z^2)$$
$$b = \left(\frac{b}{a}\right)(x^2+y^2-z^2)$$
So I am misunderstanding something, what is it?