Let $0\le a,b,c,d\le 1$, prove that $$\frac{a}{1+b}+\frac{b}{1+c}+\frac{c}{1+d}+\frac{d}{1+a}\le2.$$
I’ve solved it, but I want a solution without derivatives. My solution is posted below.
The part of the expression concerning $a$ is $\frac{a}{1+b}+ \frac{d}{1+a}$, the second derivative of which is $0\le\frac{2d}{1+a^3}$. This means that to reach its maximum value, there must be $a=0$ or $a=1$. Similarly, $b,c,d$ must be either $1$ or $0$. Plug in the values to find it does not exceed 2. Done.