$x$ and $y$ are reals such that $1 \le y \le 2$ and $2y \le xy + 2$. Calculate the minimum value of $$\large \frac{x^2 + 4}{y^2 + 1}$$
This problem is adapted from a recent competition... It really is. There must be better answers.
$x$ and $y$ are reals such that $1 \le y \le 2$ and $2y \le xy + 2$. Calculate the minimum value of $$\large \frac{x^2 + 4}{y^2 + 1}$$
This problem is adapted from a recent competition... It really is. There must be better answers.
We first need to prove that $x \ge 0$. It is true that $2y \le xy + 2 \iff 0 \le \dfrac{2(y - 1)}{y} \le x$ (because $1 \le y$).
Moreover, $$y \le 2 \implies \left\{ \begin{align} y^2 &\le 2y\\ xy + 2 &\le 2x + 2 \end{align} \right. (x, y \ge 0)$$
We have that $$\frac{x^2 + 4}{y^2 + 1} \ge \frac{2x + 3}{2y + 1} \ge \frac{2x + 3}{xy + 3} \ge \frac{2x + 3}{2x + 3} = 1$$
The equality sign occurs when $x = 1$ and $y = 2$.