0

Consider the given set:

$$ S = x ∈ E^2: x_2 − x_1^2 = 0, −1 \le x1 \le 1 $$

When I draw the set I find that it is a polynomial where the $$x_1$$ axis is cut at -1 and 1. The max value for $$x_2$$ is 1. It seems like a convex set to me but the book says it is not. Why is it not a convex set?

moli
  • 69

1 Answers1

1

So, $a:=(\frac{1}{4},\frac{1}{2}) \in S$ and $b:=(\frac{-1}{4},\frac{1}{2}) \in S$ but $\frac{1}{2}(a+b) = (0, \frac{1}{2})$ which is not fulfilling $x_2-x_1^2=0$, hence not in $S$. So $\frac{1}{2}(a+b)$ is not in $S$, which renders $S$ is not konvex.

Maksim
  • 1,706