For which conditions of $\alpha_1 $ and $\alpha_2 $ the following set is convex.
$ \{x_1,x_2 \in \mathbb{R} : (\alpha_1 +2)x_1^2 +\alpha_1 x_2^2 +2 \alpha_2 x_1 x_2 \le 1 \}$
I have started from finding min/max/saddle point.
By defining the equation:
$f(x_1,x_2) = (\alpha_1 +2)x_1^2 +\alpha_1 x_2^2 +2 \alpha_2 x_1 x_2 $
and deriving by $x_1,x_2$
$f'_{x_1} = 2(\alpha_1 +2)x_1 +2 \alpha_2 x_2 $
$f'_{x_2} = \alpha_1 x_2 +2 \alpha_2 x_1 $
Now I compeer it to $0$
It's easy to see that $ x_1=x_2=0$ minimum point
Additionally if $ x_1=0$ and $ \alpha_1 = \alpha_2 = 0 $. $x_2$ can get any value,
and if $ x_2=0$ and $ \alpha_1 = -2, \alpha_2 = 0 $. $x_1$ can get any value.
Otherwise $ \alpha_1^2+2 \alpha_1 = \alpha_2^2 $ satisfies the equation.
But from here I'm now sure what I should do, any help?
*Maybe all what I did is wrong
I assume you mean the set $$S=\{\color{red}(x_1,x_2\color{red}) \in \mathbb{R}^2 : (\alpha_1 +2)x_1^2 +\alpha_1 x_2^2 +2 \alpha_2 x_1 x_2 \le 1 \}.$$
Assume first $\alpha_1\ne 0$. Then
$$S=\left\{(x_1,x_2) \in \mathbb{R}^2 : \alpha_1\left(x_2+\frac{\alpha_2}{\alpha_1}x_1\right)^2+ \left(\alpha_1-\frac{\alpha_2^2}{\alpha_1}+2\right)x_1^2\le 1\right\}.$$
The following cases are possible.
1) $\alpha_1<0$, $\alpha_1-\frac{\alpha_2^2}{\alpha_1}+2\le 0$. Then $S$ is the plane $\Bbb R^2$, so $S$ is convex.
2) $\alpha_1\cdot \left(\alpha_1-\frac{\alpha_2^2}{\alpha_1}+2\right)<0$. Then $S$ is a domain bounded by a hyperbola, so $S$ is non-convex.
3) $\alpha_1>0$, $\alpha_1-\frac{\alpha_2^2}{\alpha_1}+2>0$. Then $S$ is a domain bounded by an ellipse, so $S$ is convex.
4) $\alpha_1>0$, $\alpha_1-\frac{\alpha_2^2}{\alpha_1}+2=0$. Then $S$ is a strip, so $S$ is convex.
If $\alpha_1=0$ then
$$S=\left\{ (x_1,x_2) \in \mathbb{R}^2 : 2\left(x_1 +\frac{\alpha_2}2 x_2\right)^2-\frac{\alpha_2^2}2 x_2^2 \le 1\right \}.$$ Thus the remaining cases are.
5) $\alpha_1=0$, $\alpha_2\ne 0$. Then $S$ is a domain bounded by a hyperbola, so $S$ is non-convex.
6) $\alpha_1=0$, $\alpha_2=0$. Then $S$ is a strip, so $S$ is convex.