Is there any numerical method to solve $f(x,y)-g(x,y)=0$ within $[x_0,y_0]$ to $[x_n,y_n]$? $f(x,y)$ and $g(x,y)$, both are differentiable within the given range (in case if it's matter).
Example:
$f(x,y)=\frac{1}{x+y}$ and $g(x,y)=\frac{1}{x^2+y^2}$
I would like to find all roots (if exists) of the following equation from $x=0,y=1$ to $x=1,y=0$
$$f(x,y)-g(x,y)=0$$