Yitzhak S. answered 06/28/13
Johns Hopkins Engineer, Specializing in Math and Science.
Remember the general form for a parabola which opens to the right:
X-h = 1/4p*(Y-k)2 where the vertex is at (h,k) and the distance from the vertex to the focus is p.
Thus, h = -5, k = 1, and p = 2-(-5) = 7. Plugging in:
X+5 = 1/(4*7) * (Y-1)2
This can be simplified a bit.
X+5 = (Y-1)2/28
X = (Y-1)2/28 -5 Now we FOIL out the (Y-1)2
(Y-1)(Y-1) = Y*Y + Y*-1 + -1*Y + -1*-1 = Y2 - Y - Y +1 = Y2 -2Y +1
= (Y2-2Y+1)/28 +1 And we distribute out the 28 to everything in the parentheses
X = Y2/28 -2Y/28 + 1/28 - 140/28
X = Y2/28 -Y/14 + -139/28
This is the final solution for the equation. Note that what we had earlier, X = (Y-1)2/28 -5, is also acceptable and may be more helpful in some cases. Both are the same equation, it only depends on what form you want for the answer.
Edited because I had X and Y mixed up. Remember that if the vertex and the focus have the same Y value, the parabola opens sideways. Sorry for the confusion.
Robert J.
Since the vertex and the focus have the same y value, and the vertex is to the left side of the focus, the parabola opens to the right. So, the form should be
x = (1/4p)(y-1)^2 - 5
06/28/13