Given that a line has distance 5 from (0,0) and distance 4 from (5,5), how do I analytically determine the line's coefficients?
I can solve the problem geometrically, by drawing the corresponding circles and lines, and getting the coefficients by seeing where the lines intersect the X and Y axes.
But how do I solve the problem analytically? I feel like I'm missing something conceptually, because no matter what I try, I seem to get a system with fewer equations than unknowns. For example, if I start with the two equations of the line distance from each point, I get two equations with three unknowns.