On the line (x,4x) we want to find the point closest to (1,2). Write the distance formula (the square of distance formula) d^2 = (x-1)^2 + (4x-2)^2 = = x^2 - 2x + 1 + 16x^2 - 16x + 4 = = 17x^2 - 18x + 5. The minimum of this quadratic form is at x == = . ANSWER. The closest point is ( , ) = ( , ).