I am trying to compute
$$\inf_{x,y} \frac{ax-by}{1+x^2+y^2}$$
subject to the constraint $x^2+y^2 \leq 1$. Here $a,b$ are any two fixed, real numbers. I am having trouble computing this using standard derivative techniques, and Wolfram alpha is unable to recognize $a,b$ as constants. I have plugged in $\pi$ and $e$ as constants into WA and gotten a result, but this obviously is not sufficient when trying to achieve a general result.
I suspect the answer is (assuming $a,b>0$, for example), that this infimum occurs at $x= \frac{-a}{\sqrt{a^2+b^2}}$ and $y= \frac{b}{\sqrt{a^2+b^2}}$, but I cannot rigorously show it, or get WA to give me a general answer.