I came across the equation:
$${x^2} + 2xy + {3y^2} = 1$$
I tried making $\space y \space$ the subject, but the furthest I got was:
$$ 2xy + {3y^2} = 1 - {x^2} $$
$$ y(2x + 3y) = 1 - {x^2} $$
$$ y = {{ 1 - {x^2}}\over { 2x + 3y }}$$
But I can't seem to be able to get $\space y \space$ on its own.
I even tried taking $\space \log \space$ of both sides, but that failed.
Does anyone know a way to do it?

You can just use the quadratic equation
$$y = \frac{-2x \pm \sqrt{4x^2 - 4\times(3)\times(x^2-1)}}{2\times3}$$
$$y = \frac{-2x \pm \sqrt{4x^2 - 12 x^2 + 12}}{6}$$
$$y = \frac{-2x \pm \sqrt{12 - 8 x^2}}{6}$$
$$y = \frac{-x \pm \sqrt{3 - 2 x^2}}{3}$$