I read this post and realized that if I can solve the related problem below that it might lead to an application. Their solution led to a hyperbola, so I suspect that my problem might lead to an $n$-dimensional hyperboloid or something similar. But I am unsure how to proceed from defining the level set and the derivative. Perhaps I need to consider all pairs of products of reciprocal derivatives $\frac{dx_i}{dx_j}\frac{dx_j}{dx_i} = -1$?
For the function $f(x_1, \cdots, x_n) = \prod_{j=1}^{n} x_j$ we can choose a level set:
$$\{(x_1, \cdots, x_n) \in \mathbb{R}^n : \prod_{j=1}^{n} x_j = K\phantom{space}\text{for some constant K} \}$$
The partial derivative with respect to variable $x_i$ is:
$$\frac{\partial f(x_1, \cdots, x_m)}{\partial x_i} = \sum_{k=1}^n \frac{\partial x_k}{\partial x_i} \prod_{j \neq k} x_j = 0$$
How do I complete the analsyis?