Find the point on the line 4 x + 5 y + 6 =0 which is closest to the point ( 4, 3 ).
can anyone solve this so i can see how it is done correctly. not really sure
Printable View
Find the point on the line 4 x + 5 y + 6 =0 which is closest to the point ( 4, 3 ).
can anyone solve this so i can see how it is done correctly. not really sure
You can calculate the distance directly.
...but that doesn't quite find the point. However, given that distance, you can construct a circle on on the point, using the distance as radius. Find the intersection of the line and the circle.
A little easier would be just to use lines.
1) Find the slope of the line.
2) Realize that the slope of the perpendicular is the negative reciprocal of that slope.
3) Realize that the closest point on the line is at the perpendicular through the remote point.
4) Construct the equation of the line through your point and perpendicular to the line.
6) Solve the two-equation system for x and y.
Here is one way.
The point on the line closest to (4,3) is the point of intersection of the normal line from (4,3) and the said line.
So, the slopes of the said line and the normal line are negative reciprocals.
Slope of the said line:
4x +5y +6 = 0 -----------------(i)
[y = mx +b]
5y = -4x -6
y = -(4/5)x -6/5 -------------(ii)
So, m1 = -4/5
Hence, m2 = 5/4 <------the slope of the normal line.
The equation of the normal line, using the point-slope form, is:
(y-3) = (5/4)(x-4)
y -3 = (5/4)x -5
y = (5/4)x -2 ----------------(2)
At the intersection of lines (ii) and (2), their y's are the same.
So,
-(4/5)x -6/5 = (5/4)x -2
Clear the fractions, multiply both sides by 4*5,
-16x -24 = 25x -40
-16x -25x = -40 +24
-41x = -16
x = 16/41 --------***
Hence,
y = (5/4)x -2 ----------------(2)
y = (5/4)(16/41) -2
y = 20/41 -2
y = (20 -82)/41
y = -62/41 -------------***
Check,
4x +5y +6 = 0 ------------------------(i)
4(16/41) +5(-62/41) +6 =? 0
64/41 -310/41 +6 =? 0
-246/41 +6 =? 0
-6 +6 =? 0
0 =? 0
Yes, so, OK.
Therefore, (16/41,-62/41) is the point on the line 4x +5y +6 = 0 that is closest to (4,3). ----------------------answer.
Hi,
here is another approach:
All points on the given line have the coordinates
Use the distance formula to calculate the distance between Q(4, 3) and P:
You'll get the extreme distance (minimum or maximum) if the first derivation of (dē) equals zero:
Plug in this value into the y-coordinate of P:
Another solution:
Letbe an arbitrary point on the line.
The distance fromto
is
Then,
Now, plug x in the equation of the line and solve for y.