SOLUTION: Find the point on the line y=5x+1 that is closest to the point (3,5) .

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Find the point on the line y=5x+1 that is closest to the point (3,5) .       Log On


   



Question 1160834: Find the point on the line y=5x+1 that is closest to the point (3,5) .
Found 2 solutions by Boreal, ikleyn:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2C5x%2B1%2C%28-1%2F5%29x%2B28%2F5%29
Find the perpendicular line through (3, 5) that intersects the line y=5x+1
the perpendicular line has slope -(1/5), the negative reciprocal.
so y-y1=m(x-x1) point slope formula, m=slope and (x1, y1) the point.
y-5=(-1/5)(x-3)
y=(-1/5)x+3/5+5
y=(-1/5)x+(28/5)
Those two lines intersect at a point when (-1/5)x+(28/5)=5x+1
or (26/5)x=(23/5)
or x=(23/26)
when x=(23/26), y=141/26 using the 5x+1
and x=(23/26), y=-23/130+(728/130), or (705/130), which is 141/26
One could use the distance formula, but the perpendicular line to the intersection of the two will yield the closest point.
((-23/26), (141/26))

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.

            I will present here another way to solve the problem.


On the line (x,5x+1) we want to find the point closest to (3,5).


Write the distance formula (the square of distance formula)


    d^2 = (x-3)^2 + (5x+1-5)^2 = 

          (x-3)^2 + (5x-4)^2 = x^2 - 6x + 9 + 25x^2 - 40x + 16 = 

                             = 26x^2 - 46x + 25.


The minimum of this quadratic form is at  x = -b%2F%282a%29 = 46%2F%282%2A26%29 = 23%2F26.


ANSWER.  The closest point is  ( 23%2F26,5%2A%2824%2F26%29%2B1 ) = ( 23%2F26,141%2F26 ).

Solved.