The equation is rewritten as y = 3/7 - (6/7)x
Since we want to minimize distance, we employ the distance equation
D = sqrt{ (y-y1)2 + (x-x1)2 } where (x1,y1) is the point (2,3)
Because square roots are cumbersome to deal with, we can minimize D2 just the same to get the correct answer. Remember that y = 3/7 - (6/7)x.
So, let D2 = { (3/7-(6/7)x -3)2 + (x-2)2 } = 520/49 + (20/49)x + (85/49)x2
then,
dD2/dx = 20/49 + (170/49)x Setting this equal to zero, we get x = -(2/17)
Substituting back into the equation for y, we get y = 63/119 = 9/17
So, the closest point on the line closest to (2,3) is (-2/17, 9/17) (If I did all the math correctly?)


Mark J.
10/16/19
Mark H.
I get the same answer by finding the line that goes through the given point and is perpendicular to the given line.10/16/19