I have a system of equations with two equations containing the Lambert $W$ function as follows,
$$\begin{cases} x = 1 - W_0(\frac{C_1 e^{y + 1}}{y + 1}) \\ y = 1 - W_0(\frac{C_2 e^{x + 1}}{x + 1}) \end{cases}$$
I have already solved the system numerically using a simple iterative method. A gentleman told me that the answer to the system is $y = \frac{k_1 - k_2 x}{k_1 x - k_2}$ where $k_1 = C_2 - C_1$ and $k_2 = C_2 - C_1$ but I have no clue how can one compute the answer.
- How can I get the answer to the system (i.e the steps)?
- While we have two curves in the system of equation, the intersection (i.e the answer of the system) must be a point not a curve. But $y = \frac{k_1 - k_2 x}{k_1 x - k_2}$ is a hyperbola. How can I describe it?