On solving to find the intersection points of a circle ($x^2+y^2=2$) and a parabola ($x^2=y$), we get a quadratic equation $$y^2+y-2=0$$ which gives two values $y=1$ and $y=-2$.
With $y=1$ we get two points of intersection $(1,1)$ and $(1,-1)$.
But $y=-2$ doesn't lie neither on the circle nor on the parabola.
So why does the negative solution exist?
Thank you!
$y=-2$ doesn't lie on the parabola. That much is true. But , we are looking at this only in the real plane. For $y=-2$ , we will get complex solutions, which we do not see on the real plane.
To find the complex solutions:
$$x^2+y^2=2$$ $$x^2+4=2$$ $$x^2=-2$$ $$x=\pm i\sqrt2 $$