How to aproach the following problem:
Find smallest and biggest values of the expression: \begin{align*} x^2+2y^2 \end{align*} When \begin{align*} x^2-xy+2y^2 &= 1 \end{align*}
How to aproach the following problem:
Find smallest and biggest values of the expression: \begin{align*} x^2+2y^2 \end{align*} When \begin{align*} x^2-xy+2y^2 &= 1 \end{align*}
Let $x^2+2y^2=k$. Note that from our conditions $k-1=x^2+2y^2-1=xy$. Because of $\text{AM-GM}$ we have that $$k=x^2+2y^2 \ge 2 \sqrt{2}xy =2\sqrt{2}(k-1)$$ Which gives us the maximum with equality when $x=\sqrt{2}y$. Similarly, $$k=x^2+2y^2 \ge -2\sqrt{2}xy=-2\sqrt{2}(k-1)$$ Gives us the minimum with equality when $x=-\sqrt{2}y$. Thus we have $$\frac{8+2\sqrt{2}}{7} \ge x^2+2y^2 \ge \frac{8-2\sqrt{2}}{7}$$ We are done.