SOLUTION: Find the point on the line y=4x that is closest to the point P=(1,2).

Algebra ->  Points-lines-and-rays -> SOLUTION: Find the point on the line y=4x that is closest to the point P=(1,2).       Log On


   



Question 1160833: Find the point on the line y=4x that is closest to the point P=(1,2).
Found 3 solutions by Boreal, MathLover1, ikleyn:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
The line perpendicular to y=4x will contain that point
that perpendicular line is y=-1/4 * x, the negative reciprocal slope
it goes through (1, 2)
point slope formula y-y1=m(x-x1), m=slope, (x1, y1)= point.
y-2=(-1/4)(x-1)
y=(-1/4x)+9/4
find where the two lines intersect
4x=-(1/4)x+9/4
(17/4)x=9/4
x=9/17
first equation y=36/17 when x=9/17
second equation, y=-9/68+153/68=144/68=36/17, if divide top and bottom by 4
((9/17), (36/17))
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C4x%2C%28-1%2F4%29x%2B%289%2F4%29%29

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
the point on the line y=4x that is closest to the point P=(1,2) will be intersection point of the line y=4x and the line perpendicular to y=4x that passes through the point P=(1},2)
the line y=4x have a slope m=4
and the perpendicular line will have a slope negative reciprocal which is -1%2F4
then, the equation of the perpendicular line will be
y=-%281%2F4%29x%2Bb......use given point P=(1},2) to calculate b
2=-%281%2F4%291%2Bb
2%2B%281%2F4%29=b
9%2F4=b
the equation of the perpendicular line is:
y=-%281%2F4%29x%2B9%2F4

now find intersection point I solving the system:
y=4x.........eq.1
y=-%281%2F4%29x%2B9%2F4....eq.2
-----------------------------------------
4x=-%281%2F4%29x%2B9%2F4
4x%2B%281%2F4%29x=9%2F4....both sides multiply by 4
16x%2Bx=9
17x=9
x=9%2F17-> x coordinate
y=4%289%2F17%29=36%2F17->y coordinate
intersection point: I=(9%2F17,36%2F17)






Answer by ikleyn(52803) 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,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 = -b%2F%282a%29 = 18%2F%282%2A17%29 = 9%2F17.


ANSWER.  The closest point is  ( 9%2F17,4%2A%289%2F17%29 ) = ( 9%2F17,36%2F17 ).

Solved.