Let $S=\left\{(x_1,x_2)\in \mathbb{R}^2: \sqrt[4]{2x_1^4+2x_1^2x_2+x_2^2}\leq 5 \right\}\cap\left\{(x_1,x_2)\in \mathbb{R}^2: \cos(x_1)+3x_1^2+x_2\leq 5 \right\}$
I want to determine, whether S is convex. Set $\left\{(x_1,x_2)\in \mathbb{R}^2: \cos(x_1)+3x_1^2+x_2\leq 5 \right\}$ is convex, by considering Hessian of $\cos(x_1)+3x_1^2+x_2$ and using the fact that the level set $\left\{x: f(x)\leq \alpha \right\}$ is convex for all $\alpha \in \mathbb{R}$ if $f$ is convex. Also, intersection of two convex sets is convex, this would mean that $S$ is convex provided $$\left\{(x_1,x_2)\in \mathbb{R}^2: \sqrt[4]{2x_1^4+2x_1^2x_2+x_2^2}\leq 5 \right\}$$ is a convex set. We can rewrite condition defining this set as: $ f(x_1,x_2)=x_1^4+(x_1^2+x_2)^2\leq 5^4$ but $f(x_1,x_2)$ is not convex as $2x_1^2x_2$ is not convex. Would this imply that $S$ is not convex, since there are points $(x_1,x_2)\in S$ for example $(0,-1)\in S$ for which Hessian of $f(x_1,x_2)$ is not positive semi-definite.