Roman C. answered 05/08/13
Masters of Education Graduate with Mathematics Expertise
First of all, note that it will be a parabola, and that (2,-2) is it's focus and x - y = 0 is it's directrix.
Let's work with the squares of the distances instead since then there won't be any radicals.
Given a point (x,y) on this parabola, we have the squared distance from the focus as
D2focus = (x - 2)2 + (y + 2)2.
To get the squared distance from the directrix, D2directricx , we we can use vectors.
Pick a vector perpendicular to the directrix.
Recall that vector < a , b > is perpendicular to line ax + by = c
For example, v = < 1 , -1 > is perpendicular to our directrix x - y = 0.
Let u = < x , y >.
Then the desired distance is Ddirectricx = u · v / ||v||.
Thus D2directricx = (<x , y> · <1 , -1> / || <1 , -1> ||)2
= (x - y)2 / 2
The locus you are looking for is the same as D2focus = D2directrix which is
2[(x - 2)2 + (y + 2)2] = (x - y)2
2x2 - 8x + 8 + 2y2 + 8y + 8 = x2 - 2xy + y2
x2 + 2xy + y2 - 8x + 8y + 16 = 0