So I have a given function $f:S\rightarrow\mathbb{R}$ where $S=\{x\in\mathbb{R}^2:x_1,x_2>0\}$
$f(x)=12x_1^\frac{1}{3}x_2^\frac{1}{2}$
How do I check the convexity of the function ? I thought of proceeding via finding the eigenvalues of the hessian matrix, but it seems like a tedious job, and I am not even sure if that would lead to anything conclusive. Any help is appreciated.