If I have three or more different points on a coordinate plane, is there a way to graph all the points where the sum of the distance to these three points is equal to a specific number.
For example, if I have point A (-5,0), point B (7,0) , and point C (1,4). How can I graph all the points whose distances to the original three points will sum up to a total of 14. I imagine it would look like semi circle above (1,0) but I don't know how to write it as a function.
Let $P = (x,y)$ be a point satisfying this relationship.
The distance from $A$ to $P$ is $\sqrt{(x-(-5))^2 + (y-0)^2}$. If you can do the same for $B$ to $P$ and $C$ to $P$, your equation is just:
$$AP + BP + CP = 14$$
As it turns out, no point exists such that the sum of the distances is $14$. The minimum distance for a point to exist is around $14.3924766$ (Desmos graph).