Given $E: 2x^2-xy+y^2+y=4$ and $H: 2x^2-y^2=1$, find intersection.
All the times I had to deal with problems of intersection I would always use substitution method, but now it seems a tedious way of dealing with this problem. Is there a better approach?
You can rewrite the first equation as $2y^2-xy+y=3$ (using $2x^2-y^2=1$).
Rearranging it to $2y^2-3=y (x-1)$ and squaring it, we have $(2y^2-3)^2=y^2 (x-1)^2$.
Plugging $y^2=2x^2-1$, we get the simplified equation in $x$ as $14x^4+4x^3-41x^2-2x+26=0$ (Hoping all my algebra is correct).
The roots in approximate form are $-1.61,-0.92,1.10,1.14$. This has got $4$ roots. But as we have squared, we also have extraneous roots. Thus after getting values of $y$ from corresponding $x$ using the equation of hyperbola, we need to plug it again in the ellipse equation as the roots of $4$ degree may or may not be the points of intersection of ellipse and hyperbola.