Using Algebraic approach, test the convexity of the set $$S=\{(x_1,x_2):x_2^2\geq8x_1\}$$
Definition of convexity: $S \in \mathbb R^2$ is a convex set if $\forall \alpha \in \mathbb R, 0 \leq\alpha \leq 1$ and $\forall \vec x,\vec y \in S$ holds: $\alpha \vec x + (1 - \alpha)\vec y \in S$.
Let $\vec x=(a,b)$ and $\vec y=(c,d)$ then the convex combination is $\alpha(a,b)+(1-\alpha)(c,d)=(\alpha(a-c)+c,\alpha(b-d)+d)$ and $$ \begin{align} b^2-8a&\geq0\\ d^2-8c&\geq0\qquad(A) \end{align} $$ Now I need to show that, $$ \begin{align} &(\alpha(b-d)+d)^2-8(\alpha(a-c)+c)\\ &\alpha^2b^2-2\alpha^2bd+\alpha^2d^2 +d^2+2\alpha(b-d)d-\alpha(8a)+\alpha(8c)-8c\\ &\alpha^2b^2-2\alpha^2bd+\alpha^2d^2+(d^2-8c)+2\alpha(b-d)d-\alpha(8a)+\alpha(8c) \end{align} $$
I couldn't conclude anything from the above expression except for $d^2-8c\geq0$. Any help will be appreciated.