Question
Question: The equation of the parabola whose focus is (3,5), vertex is (1, 3) is...
The equation of the parabola whose focus is (3,5), vertex is (1, 3) is

x2−2xy+y2−12x−20y+68=0
y2+2xy−y2−12x−20y=0
A) x2−2xy+y2−12x−20y+68=0
Solution
To find the equation of a parabola given its focus and vertex, we use the fundamental definition of a parabola: it is the locus of a point that is equidistant from a fixed point (the focus) and a fixed line (the directrix).
Given:
Focus S = (3, 5)
Vertex V = (1, 3)
1. Find the axis of the parabola:
The axis of the parabola is the line passing through the focus and the vertex.
Slope of the axis (maxis) = 3−15−3=22=1.
Equation of the axis: y−y1=maxis(x−x1)
Using vertex V(1, 3): y−3=1(x−1)
y−3=x−1
x−y+2=0
2. Find the distance 'a' (distance from vertex to focus):
a=VS=(3−1)2+(5−3)2
a=22+22=4+4=8=22.
3. Find the equation of the directrix:
The directrix is perpendicular to the axis of the parabola and is at a distance 'a' from the vertex, on the opposite side of the focus.
Since the slope of the axis is 1, the slope of the directrix (mdirectrix) is −1 (negative reciprocal).
Let the equation of the directrix be y=−x+c, or x+y−c=0.
Alternatively, let F' be the point on the directrix such that V is the midpoint of SF'.
If F' = (x′,y′), then V = (23+x′,25+y′).
Given V = (1, 3):
23+x′=1⟹3+x′=2⟹x′=−1.
25+y′=3⟹5+y′=6⟹y′=1.
So, the directrix passes through F'(-1, 1).
Using the point-slope form for the directrix:
y−1=−1(x−(−1))
y−1=−1(x+1)
y−1=−x−1
x+y=0
4. Use the definition of a parabola (PS = PM):
Let P(x, y) be any point on the parabola.
The distance from P to the focus S(3, 5) is PS.
PS=(x−3)2+(y−5)2
The distance from P to the directrix (x+y=0) is PM.
PM=12+12∣x+y∣=2∣x+y∣
According to the definition of a parabola, PS = PM.
(x−3)2+(y−5)2=2∣x+y∣
Square both sides to eliminate the square root and absolute value:
(x−3)2+(y−5)2=2(x+y)2
2[(x−3)2+(y−5)2]=(x+y)2
Expand the terms:
2[x2−6x+9+y2−10y+25]=x2+2xy+y2
2[x2+y2−6x−10y+34]=x2+2xy+y2
2x2+2y2−12x−20y+68=x2+2xy+y2
Rearrange the terms to form the general equation of the parabola:
2x2−x2+2y2−y2−2xy−12x−20y+68=0
x2+y2−2xy−12x−20y+68=0
Comparing this with the given options, it matches option A.