I have a function $f(x,y) = y(k_1x^2 + k_2x + k_3)$ which describes chemical potential of a species ($y$ is mole fraction and $x$ is temperature)
I only want to check quasi convexity over a limited range. k1,k2 and k3 are coefficients of a polynomial function to calculate Gibbs energy of formation. They differ widely between different chemical species. In my case they have the following restrictions.
$0<k1<0.001$
$-0.1<k2<0.1$
$-400<k3<0$
Temperature, $100<=T<=3000$
Mole fraction, $0<=y<=1$
From the hessian matrix I know it is not convex or concave. But can I check whether it is quasi convex.
Thanks for the answer. So to check quasi convexity I have to find the roots of the polynomial. If I get equal or complex roots then the function will be convex.
Thanks for the update. However I am a confused about how the domain for $x_1,x_2$ was determined in the last step. Also would there be any change in the domain if the function were divided by $x$ so that,
$f(x,y)=y(k_1x+k_2+k_3/x)$