0

Find the minimum value for $\dfrac{a^2+b^4+c^2}{abc}$ where $a,b,c$ belongs to the positive numbers.

I tried to solve the numerator separately then to manipulate it using $abc$ but I am not getting the desired result.

1 Answers1

4

It's evident that $$f(a,b,c):=\frac{a^2+b^4+c^2}{abc} \ge 0$$ The infimum $0$ cannot be reached. We can choose $(a,b,c) = (L^3,L,L^3)$ and make $L \to +\infty$: $$f(L^3,L,L^3) = \frac{2L^6 + L^4}{L^7}\xrightarrow{L\to +\infty} 0$$

NN2
  • 15,892