Find the points $x$ at which the equation $$y-\ln(x+y)=0$$ defines $y$ implicitly as a function of $x$.
I'm not really sure what is meant by this question. If I define the function $g(x,y) = y - \ln(x+y)$ then it is implicit. Does it mean for me to solve for $x$ like \begin{align*} y-\ln(x+y)=0 &\iff y = \ln(x+y) \\ &\iff e^y = x+y \\ &\iff x = e^y - y \end{align*} So for the function $f^{-1}(y) = x$ described above, we have that $f^{-1} : \mathbb{R} \to [1,\infty)$, so the function $y = f(x)$, the points $x$ at which the equation $y-\ln(x+y)=0$ defines $y$ implicitly as a function of $x$ would be $[1,\infty)$.
I don't know if this right. This is a question out of Numerical Analysis by Cheney.