I need to show that the following set is convex:
$$\{(x,y): \{||(x,3)|| \leq 5y, \: y \leq 1\} $$
So I rewrote the first constraint to $ 25y^2 - x^2 \geq 9$ and the minimum of this constraint is at $(x,y) = (0, 0.6)$
So I came up with the following:
Suppose we have $x = \langle x_1, x_2 \rangle , \: y=\langle y_1, y_2 \rangle \in S \text{ for } 0 \leq t \leq 1$
Then we get the following:
$$(1-t)x + ty = \langle (1-t)x_1 + ty_1, (1-t)x_2+ty_2 \rangle =\\ 25\left[(1-t)x_2+ty_2 \right]\left[(1-t)x_2+ty_2 \right] - [(1-t)x_1 + ty_1)((1-t)x_1+ty_1)=\\ 25[(1-t)^2x_2^2 + 2(1-t)tx_2y_2 + t^2y_2^2] - \;... \\ [(1-t)^2x_1^2 + 2(1-t)tx_1y_1 + t^2y_1^2] = \\ (1-t)^2 (25x_2^2 - x_1^2) + t^2 (25x_2^2 - x_1^2) \;+ \;... $$
I am a bit confused by the exponentials and as a result, the multiplications, e.g. $2(1-t)tx_2y_2$ . Am I doing this correctly or am I making a mistake?
I was also thinking about creating a composite function but I am not quite sure.