Intersection of a circle and a parabola

AI Thread Summary
The discussion centers on finding the intersection points of a circle defined by the equation x^2 + y^2 = 2 and a parabola given by y = x^2. Substituting y into the circle's equation yields a quadratic equation, resulting in two values for y: 1 and -2. While y = 1 provides valid intersection points (1,1) and (-1,1), y = -2 does not correspond to any real points on the curves, as y must be nonnegative. The presence of complex solutions, such as (i√2, -2), is acknowledged but deemed irrelevant for the problem's real intersections.
rajeshmarndi
Messages
319
Reaction score
0
We have a circle (x^2 + y^2=2) and a parabola (x^2=y).

We put x^2 = y in the circle equation and we get y^+y-2=0. We get two values of y as y=1 and y=-2.

Y=1 gives us two intersection point i.e (1,1) and (-1,1). But y=-2 neither it lie on the circle nor on the parabola. The discriminant of the quadratic equation y^+y-2=0 is positive but yet, why do we get the other solution(y=-2) in complex form?

Thank you.

[Moderator's note: Moved from a technical forum and thus no template.]
 
Last edited by a moderator:
Physics news on Phys.org
There there are in fact (complex) solutions with ##y=-2##. The points ##(i\sqrt{2},-2)## and ##(-i\sqrt{2},-2)## lie on both curves.

There's nothing unusual about having some real and some non-real solutions. For a simpler example, the function ##y=x(x^2+1)## has one real root, and two non-real roots.
 
That mean, even if the discriminant of the quadratic equation is positive, we can still get solution in complex form.
 
Infrared said:
There there are in fact (complex) solutions with ##y=-2##.
I doubt very much that complex solutions are relevant in this problem.

The given equations are ##x^2 + y^2 = 2## and ##y = x^2##. From the second equation, y must be nonnegative since it's the square of a real number. The equation obtained after replacing ##x^2## in the circle equation resulted in the quadratic equation ##y^2 + y - 2 = 0## whose solutions were y = 1 and y = -2.

Since y =-2 is not a solution of the equation ##y = x^2##, there won't be any points common to both curves with this y-value.
 
Mark44 said:
I doubt very much that complex solutions are relevant in this problem.
They are not relevant to the problem to be solved, but they are relevant to the OP's question: where do these complex solutions come from?

If we allow complex values of x then we can visualise them by plotting the imaginary part on the z axis. For the circle, we get a rectangular hyperbola in the YZ plane, meeting the circle at (0, ±√2, 0). For the parabola, we get a parabola in the negative y half of the YZ plane, meeting the original parabola orthogonally at the origin.
The additional solutions are where these curves intersect.
 
rajeshmarndi said:
We have a circle (x^2 + y^2=2) and a parabola (x^2=y).

We put x^2 = y in the circle equation and we get y^+y-2=0. We get two values of y as y=1 and y=-2.

Y=1 gives us two intersection point i.e (1,1) and (-1,1). But y=-2 neither it lie on the circle nor on the parabola. The discriminant of the quadratic equation y^+y-2=0 is positive but yet, why do we get the other solution(y=-2) in complex form?
When you replaced x^2 by y you got a quadratic equation for y with two real roots. f(y) =y^2+y-2 is a parabola and it intersects the y-axis in two points. This problem is different from the original one. In the original problem, negative value was not allowed for y, as y was the square of a real number. So y=-2 had to be discarded.
If you replace y by x^2 you got a fourth-order equation in x: x^4+x^2-2=0. That equation has two real roots and two complex (imaginary) ones
When you give the solution of the original problem you have two check which roots are relevant you will discard the imaginary x values.
 
  • Like
Likes Delta2
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top