let $C$ is give the constant ,if the function $f(x,y)$ such $$\dfrac{xf'_{x}}{f'_{y}}+\dfrac{yf'_{y}}{f'_{x}}+x+y=C$$
Find the all $f(x,y)$
I found this problem one solution: $$f(x,y)=\sqrt{x}+\sqrt{y}-C$$ is such it,because $$f'_{x}=\dfrac{1}{2\sqrt{x}},f'_{y}=\dfrac{1}{2\sqrt{y}}$$ so $$(xf'_{x}+yf'_{y})\left(\dfrac{1}{f'_{x}}+\dfrac{1}{f'_{y}}\right)=C$$
My question: this PDE Have other solution?if this solution is uniqueness,then How prove it?
this problem background is from this
show that: the length of the portion of any tangent line to the astroid $$f(x,y)=0$$ cut off by the coordinate axes is constant $C$,find $f(x,y)$
my idea: the tangent line is $$f'_{x}(X-x)+f'_{y}(Y-y)=0$$ so let $$x=0,\Longrightarrow Y=\dfrac{xf'_{x}}{f'_{y}}+y$$ let $$y=0\Longrightarrow X=\dfrac{yf'_{y}}{f'_{x}}+x$$ so $$X+Y=C\Longrightarrow \dfrac{xf'_{x}}{f'_{y}}+\dfrac{yf'_{y}}{f'_{x}}+x+y=C$$
then I can't solve this equation. Thank you for you help.