I'm trying to find functions $f(x)$ and $g(y)$ such that $$f(x)\cdot g(y) = x + y$$
I can't seem to find a single solution to this problem. Anything I try becomes of the form $f(x,y) \cdot g(y) or f(x) \cdot g(x,y)$
Here is my work so far:
$$f(x)g(y) = x + y$$
$$f'(x)g(y) + f(x)g'(y)\frac{dy}{dx} = 1 +\frac{dy}{dx} $$
$$f'(x)g(y) - 1 = \frac{dy}{dx} - f(x)g'(y)\frac{dy}{dx} $$
$$f'(x)g(y) - 1 = \frac{dy}{dx} (1 - f(x)g'(y))$$
$$\frac{f'(x)g(y) - 1}{1 - f(x)g'(y)} = \frac{dy}{dx} $$
But since $g(y)$ doesn't have a known or restricted order, I have no idea what $f(x)$ would be:
I am considering taking higher derivatives and then using substitutions (ex: $g(y) = (x+y)/f(x))$ but I'm not sure if that will work.