G'luck working that out.adzy said:What would that look like on cartesian graph?
cassini's oval??? wth is that?? and the qs asked for a description of the locus, not a sketch, how do u describe it?shafqat said:The locus where the product of distances from two points is a constant is a Cassini's oval, but what the hell is that?
Wow.martin said:Not to steal Turtle's thunder or anything but I'm sure he won't mind. In Matlab I just put in
>> ezplot('(x-3)^2+y^2-((x-2)^2+y^2)*(x^2+(y-1)^2)',[-3,3],[-1,3])
>> hold on
>> plot([3 2 0],[0 0 1],'rx')
and get the attached graph. I don't think its any easily describable curve.