The question states that : Suppose we want to optimise the function $f(x,y,z) = ax^2 + by^2 + cz^2$, where $a$, $b$, $c$ are positive constants, subject to the constraints $x^3 + y^3 + z^3 = 1$ and $x,y,z > 0$. Show that this problem has only one solution and the optimal value of $f(x,y,z)$ is equal to $(a^3 + b^3 + c^3)^{\frac 13}$.
My teacher just teaches us how to solve this type of problem with degree 1, but not of degree 2 and 3, so I have no idea how to solve this question. Please help me, thank you.
Hint: Solve the system $$2ax+3\lambda x^2=0$$ $$2by+3\lambda y^2=0$$ $$2cz+3\lambda z^2=0$$ $$x^3+y^3+z^3=1$$