In an auto-evaluation I found this problem:
Find $f(x, y)$ if $f(x + y, y/x) = x^2 − y^2$
The solution given was:
$\frac{x^2(1 − y^2)}{(1 + y)^2}$
During my try I found that $f(x,0)=f(x+0,0/x)=x^2$ but not much more.
How is this mean to be solved? Is there a methodology instead of just trying to guess? Thank you!
HINT
Consider the following change of variables: \begin{align*} \begin{cases} u = x + y\\\\ v = \dfrac{y}{x} \end{cases} \end{align*}
Now solve for $x$ and $y$.
Can you take it from here?