Let $a$, $b$ and $c$ be positive reals such that $$\dfrac{a^3+2a}{a^2+1}+\dfrac{b^3+2b}{b^2+1}+\dfrac{c^3+2c}{c^2+1}=\dfrac 92,$$
then is it true that $\dfrac 1a+\dfrac1b+\dfrac1c\ge3$ ?
2026-03-25 02:56:45.1774407405
Another Inequality
125 Views Asked by user123733 https://math.techqa.club/user/user123733/detail At
2
You can easily solve the question if you transform the problem in a nonlinear programming. This can be done by posing $$\min \frac{1}{a}+\frac{1}{b}+\frac{1}{c}$$ subject to $$a^3+2a)/(a^2+1)+(b^3+2b)/(b^2+1)+(c^3+2c)/(c^2+1)-9/2=0$$.
Then you can check if this minimum is greather than 3. This is a NLP in standard form, if you apply the first order necessary condition you find out that $a=b=c=1$ is a candidate minimum point, which yields a value of 3. Then you can apply the second order sufficient conditions and obtain that $(1,1,1)$ is really a minumum.