Consider the function $f(x,y) = \dfrac{ax+by}{x+y}$ , where $x,y>0$.
I'd like to find out over what region $f(x,y)$ is monotonically decreasing (i.e. for $x'>x$ and $y'>y$, then $f(x',y')<f(x,y)~)$. Computing the individual partial derivatives, we get -
$\begin{eqnarray} \dfrac{\partial f}{\partial x} &=& \dfrac{(a-b)y}{(x+y)^{2}} \\ \dfrac{\partial f}{\partial y} &=& \dfrac{(b-a)x}{(x+y)^{2}} \end{eqnarray}$
Hence, if $a>b$, $f$ is monotonically increasing over $x$ and decreasing over $y$ (and vice-versa). I'm curious whether the double partial derivative has any significance?
$\begin{eqnarray} \dfrac{\partial^{2} f}{\partial x \partial y} &=& \dfrac{(a-b)(x-y)}{(x+y)^{3}} \end{eqnarray}$
Would it be right to say that if $\dfrac{\partial^{2} f}{\partial x \partial y} < 0$ for some region (such as when $x>y$ and $a<b$), then $f$ is monotonically decreasing over this region?
It would be helpful if someone could point me to a reference paper/book for determining the monotonicity of such functions.