Find global maximum and global minimum of
$$f(x,y) = \frac{\ln \left(\frac54y^2+(x-2)^2 \right)}{\sqrt[3]y}$$
over
$$D = \left\{ (x,y) \in \mathbb{R}^2 :\frac14 y^2 + (x-2)^2 = 1 \right\}$$
My textbook says the minimum is at $(2;-2)$ and the maximum at $(2;2)$, but I don't know how to prove it. I tried to draw level curves with no success .Then I tried with Lagrange multipliers test and it doesn't work.
Any suggestions?
Let $\bar{x} := x-2$ and $\bar{y} := 0.5y$. Then, the objective function and feasible region of your transformed problem are $f(\bar{x},\bar{y}) := \frac{\text{ln}(5\bar{y}^2 + \bar{x}^2)}{\sqrt[3]{2\bar{y}}}$ and $\bar{D} := \left\{ (\bar{x},\bar{y}) \: : \: \bar{x}^2 + \bar{y}^2 = 1\right\}$.
Next, use the transformation $\bar{y} := \sin(\theta)$ and $\bar{x} := \cos(\theta)$ for $\theta \in [0,2\pi]$. The objective function is transformed to $f(\theta) = \frac{\text{ln}(1 + 4\sin^2(\theta))}{\sqrt[3]{2\sin(\theta)}}$, and the constraint is $\theta \in [0,2\pi]$.
Finally, use the transformation $z := \sqrt[3]{\sin(\theta)}$. The constraint now is $z \in [-1,1]$ and the objective function is $f(z) = \frac{1}{\sqrt[3]{2}} \frac{\text{ln}(1 + 4z^6)}{z}$. I will let you prove that $f$ is a monotonically increasing function of $z$ on this interval, which implies that the minimum is attained at $z = -1$ and the maximum is attained at $z = +1$.
Backtracking, we get that the minimum is attained at $(x,y) = (2,-2)$ and the maximum is attained at $(x,y) = (2,2)$.