Maximize $f(x, y) = x + 2y$ with constraint $x^2 + y^2 \le 4$.
$f(x, y)$ has no CP's so thats something gone.
I considered the boundary/edge of $g(x, y) = x^2 + y^2$. And I got the point $(0, 2), (2, 0)$, which gave $f(0, 2) = f(2, 0) = 4$. However, the point $(2/\sqrt(5), 4/\sqrt(5))$ gives a larger max.
How do I approach this to get this point?

$f(x,y)=x+2y$ is extremal on the circle $x^2+y^2=4$ when the gradient of $f$ is proportional to the vector $(x,y)$, that is: $(1,2)=\lambda(x,y)$ for some $\lambda$, from which it follows that $\lambda=\sqrt{5}/2$, so $f$ is maximized at the point $(2,4)/\sqrt{5}$.
Another way to look at it is to use linearity: by the C-S inequality:
$$|x+2y|=|(1,2)\cdot (x,y)|\leq\sqrt{5}(x^2+y^2)^{1/2}\quad\forall (x,y)\in\mathbb{R}^2$$ with equality if and only if $(1,2)$ is proportional to $(x,y)$. Hence $$-2\sqrt{5}\leq x+2y \leq 2\sqrt{5}\quad\forall x^2+y^2=4$$ with equality if and only if $(x,y)=\pm(2,4)/\sqrt{5}$.