
Donald W. answered 03/18/22
Experienced and Patient Tutor for Math and Computer Science
Wow, what an intriguing question! I couldn't resist figuring it out. What I did was just picked two points (a,b) and (c,d) and created an equation for a set of points (x,y) where the ratio of the distance from (x,y) to (a,b) and the distance from (x,y) to (c,d) is 3/4:
√((x-a)2+(y-b)2) / √((x-c)2+(y-d)2) = 3/4
Then I squared both sides to get rid of the radicals:
((x-a)2+(y-b)2) / ((x-c)2+(y-d)2) = 9/16
And cross-multiplied:
16(x-a)2 + 16(y-b)2) = 9(x-c)2 + 9(y-d)2
You could expand it out further, but even without doing so, you'll notice that the equation contains x and y expressions to the second power with the same coefficient. That's an equation of a circle! So the answer is that this locus forms a set of points that form a circle!
UPDATE: I've been trying to see if I can come up with something more specific, such as being able to identify the center of the circle in relation to the two points and the 3/4 ratio, but I'm coming up empty. If anyone can figure it out, I'd love to see it!
UPDATE 2: I've worked it out by multiplying it out and completing the squares, but it's not pretty. The locus is a circle centered at ( (16a-9c)/7, (16b-9d)/7 ) with a radius of √( (9c2+9d2-16a2-16b2)/7 + (16a-9c)2/49 + (16b-9d)2/49 ), where (a,b) and (c,d) are the two given points in the question. I was hoping for something more elegant at the end.


Donald W.
Yeah, that's a much better equation than the ones I ended up with to try and see a pattern. I think I was too focused on trying to make the circle pass through the origin, so I was trying pairs of points like (0,3) and (0,-4). Great idea to use (0,0) and (7,0)! And agreed that Desmos is amazing!03/18/22
Paul M.
03/18/22