I have rational functions that I need to maximize over $\mathbb{R}_+^n \setminus {0}$.
Here is an example for $n=4$ : $$ f(a,b,c,d) = \frac{a(d + a + b) + b(a + b + c) + c(b + c + d) + d(c + d + a)}{{(a + b + c + d)}^2} $$
I remark that $f$ is a quotient of $2$-homogeneous polynomials, so $\forall \lambda, \forall v \in R^4, f(\lambda v) = f(v)$, and therefore it is enough to maximize $f$ on the (positive part of the) $3$-sphere.
I wish to prove that the maximum is in $f(1,1,1,1) = \frac{3}{4}$.
Does anyone see a way of proving this "simply" (say, not using the Hessian) ?
Many thanks !
EDIT
As you pointed out, my claim was wrong. As it happens, I oversimplified my problem and failed to see it. Thank you all for pointing me wrong.
For the record, the function I really need to maximize when $n=4$ would be $$ f(a,b,c,d) = \frac{a(d + a + b) + b(a + b + c) + c(b + c + d) + d(c + d + a)}{(a + b + c + d) \cdot max(a+b, b+c, c+d, d+a)} $$
For this one all my numeric tests (besides the geometric intuition behind this question) have concluded that the maximum is in $(1,1,1,1)$.
The claim about the maximum over $\mathbb{R}_+^4 \setminus {0}$ is not true, since $f(1,1,1,5/4)=217/289>3/4$. In fact, $$ f(1,1,1,d)=\frac{d^2+4d+7}{d^2+6d+9}. $$