I have been trying to solve this problem:
For $(x,y) \in \mathbb{R}^2$, find the minimum and maximum value of $f\left( x,y\right) =x\sqrt{6}-3y$ on $S=\left\{ \left( x,y\right) \in \mathbb{R} ^{3}:3\leq x\leq 6,x^{2}-6x-2y^{2}+8y\geq 0\right\}$
Alternatively, $S$ can be written as
$$S=\left\{ \left( x,y\right) :3\leq x\leq 6;\left( x-3\right) ^{2}-\dfrac{\left( y-2\right) ^{2}}{\dfrac{1}{2}}\geq 1\right\} $$
and represented as the intersection between the blue and red areas

We can see that $\nabla f(x,y)\neq 0\ \forall (x,y) \in \mathbb{R}^2$, so the extremes are at the edge of the domain. Here is difficult to solve for $y$ and plug it and differentiate $f(y)|_{\partial S}$. I'm hoping to find a way to solve it without using Lagrange multipliers.
For each $(x,y)\in\Bbb R^2$ with $x\geqslant3$, you have$$x^2-6x-2y^2+8y=0\iff x=3+\sqrt{2y^2-8y+9}.$$So, you have two cases to consider:
So, the minimum of $f$ in that region is $6\sqrt6$ (attained at $(6,0)$) and the minimum is $-6+7\frac{\sqrt6}6$ (attained at $\left(5,2+\frac{\sqrt6}2\right)$).