Find the minimum and maximum value of $x^2+y^2$ subject to $3x^2+5xy+3y^2=1$.
That is a precalculus problem. So we are not allowed to use Lagrange multipliers. Here is my approach.
$$3x^2+5xy+(3y^2-1)=0$$
Using quadratic formula
$$x=\frac {-5y\pm \sqrt {25y^2-12(3y^2-1)}}{6}$$
So
$$x=\frac {-5y\pm\sqrt {12-11y^2}}{6}$$
I reduced the number of variables now we have an univariate function.
$$x^2+y^2=y^2+\frac {\big(5y\mp\sqrt {12-11y^2}\big)^2}{36}$$
At least I know that $12\ge 11y^2$ or $y^2\le\frac {12}{11}$. How can I continue from here?


Another way .
Substituting $\thinspace x=a+b,\thinspace y=a-b\thinspace$, then you have :
$$ \begin{align}&3\left(x^2+y^2\right)+5xy=1\\ \iff &11a^2+b^2=1\end{align} $$
and
$$ \begin{align}M=x^2+y^2=2\left(a^2+b^2\right)\end{align} $$
This leads to the following :
$\color{#0a0}{{\underline{\color{#c00}{\rm {Global \thinspace \thinspace minimum }}}}}$
$$ \begin{align}&11\left(\frac M2-b^2\right)+b^2=1\\ \iff &M=\frac {2\left(10b^2+1\right)}{11}≥\frac {2}{11}\end{align} $$
$\color{#0a0}{{\underline{\color{#c00}{\rm {Global \thinspace \thinspace maximum }}}}}$
$$ \begin{align}&11a^2+\frac M2-a^2=1\\ \iff &M=2\left(1-10a^2\right)≤2 \end{align} $$
which completes the answer .