Question
Question: The equation of parabola whose focus is (2, -2) and vertex is (3, 0), is...
The equation of parabola whose focus is (2, -2) and vertex is (3, 0), is

y2=24(x−3)
4x2+y2+4x+12y−4xy+24=0
4x2+y2−4x+52y−4xy−24=0
y2=48(x−3)
C. 4x2+y2−4x+52y−4xy−24=0
Solution
To find the equation of the parabola, we use its fundamental definition: a parabola is the locus of a point that is equidistant from a fixed point (the focus) and a fixed line (the directrix).
Given:
- Focus S = (2, -2)
- Vertex V = (3, 0)
1. Find the coordinates of the point F' on the directrix such that V is the midpoint of SF'.
Let F' = (x′,y′). Since V is the midpoint of SF':
(22+x′,2−2+y′)=(3,0)
Equating the coordinates:
22+x′=3⟹2+x′=6⟹x′=4
2−2+y′=0⟹−2+y′=0⟹y′=2
So, the point F' on the directrix is (4, 2).
2. Determine the slope of the axis of the parabola.
The axis of the parabola passes through the focus S(2, -2) and the vertex V(3, 0).
Slope of axis (maxis) = 3−20−(−2)=12=2.
3. Determine the equation of the directrix.
The directrix is perpendicular to the axis of the parabola.
Slope of directrix (mdirectrix) = −maxis1=−21.
The directrix passes through F'(4, 2). Using the point-slope form:
y−2=−21(x−4)
2(y−2)=−(x−4)
2y−4=−x+4
x+2y−8=0
This is the equation of the directrix.
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(2, -2) is PS:
PS=(x−2)2+(y−(−2))2=(x−2)2+(y+2)2
The distance from P to the directrix (x+2y−8=0) is PM. The formula for the distance from a point (x0,y0) to a line Ax+By+C=0 is A2+B2∣Ax0+By0+C∣.
PM=12+22∣x+2y−8∣=5∣x+2y−8∣
According to the definition, PS = PM. Squaring both sides:
PS2=PM2
(x−2)2+(y+2)2=(5x+2y−8)2
(x−2)2+(y+2)2=5(x+2y−8)2
5[(x−2)2+(y+2)2]=(x+2y−8)2
Expand both sides:
5[x2−4x+4+y2+4y+4]=x2+(2y)2+(−8)2+2(x)(2y)+2(2y)(−8)+2(x)(−8)
5[x2+y2−4x+4y+8]=x2+4y2+64+4xy−32y−16x
5x2+5y2−20x+20y+40=x2+4y2+4xy−16x−32y+64
Rearrange all terms to one side to form the general equation of the parabola:
(5x2−x2)+(5y2−4y2)−4xy+(−20x+16x)+(20y+32y)+(40−64)=0
4x2+y2−4xy−4x+52y−24=0
Comparing this equation with the given options, it matches option C.