Michael J. answered 07/25/16
Tutor
5
(5)
Mathematical Reasoning and Logic Application
If you look at it graphically, the you have a parabola intersecting a circle. When this happens, you will at least 4 points of intersections.
First expand the circle equation so that we can obtain something to substitute into the other equation.
x2 + 4x + 4 + y2 - 2y + 1 = 9
x2 + 4x + y2 - 2y + 5 = 9
x2 + 4x + y2 - 2y = 4
x2 + 4x = -y2 + 2y + 4
(x2 + 4x) is a term that is the parabola equation.
Next, we substitute this equation into the parabola equation.
y = -y2 + 2y + 4 + 7
y = -y2 + 2y + 11
Move all terms to the left side of equation.
y2 - y - 11 = 0
Now we can solve for y from this equation. Use the quadratic formula:
y = (-b ± √(b2 - 4ac)) / 2a
where:
a = 1
b = -1
c = -11
Plug in these values into the formula. You will get two y-values. Then substitute those y values into the circle equation to solve for x.