and are two points on -plane. Let be a point on the line such that is minimized. The coordinates of are . Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
So in this problem we're given the points A and B which are (5,3) and (1,9) respectively. We are asked to find the sum of the x and y coordinates of a point M on the line given by L ≡ 2 x + 3 y − 6 such that M A + M B is minimized.
We can first start by rewriting the equation for L and express M A + M B as M ( A + B )
In terms of y, the line L is
y = 2 − 3 2 x
This is all we need to solve this problem. We find that the y-intercept is (0,2) and the x-intercept is (3,0). The values of A and B are irrelevant to the solution of this problem. We can think of A, B, and M as vectors drawn from the origin. In order to minimize M ( A + B ) we simply have to minimize M.
So if M is a vector with its tail at the origin then the smallest value of M will be where this vector is normal to the line L.
Here's a visual of the line L in blue and a red line representing the direction of M . We're only interested in the red line from the origin to its point of intersection with L.
As you can see M will be at a minimum where it intersects the hypotenuse at a right angle in the triangle formed by the y-intercept and x-intercept and x and y axes.
So now we just do a little bit of trigonometry to find the x and y components of this vector M
The angle formed between the x-axis and L is simply going to be tan − 1 3 2 which we'll call θ 1 .
Since M is perpendicular to L, a second triangle is formed inside the larger one with M , line L and the x-axis and since we know two angles we can find the angle between M and the x-axis which is simply going to be 1 8 0 − ( θ 1 + 9 0 ) which we'll call θ 2 .
As you can see the hypotenuse of this second triangle is 3. So the length of M is 3 sin θ 1 and substituting tan − 1 3 2 in for θ 1
⟹ 3 sin ( tan − 1 3 2 )
≅ 1 . 6 6 4
We can now find the x and y components of M .
By drawing a vertical line perpendicular to the x-axis and intersecting at point M we have a similar triangle with the same angles with M being the hypotenuse of this smaller triangle. We already know that the angle between M and the x-axis is θ 2 so we can use this to find the x and y components.
x = cos θ 2
y = sin θ 2
substituting for θ 2
x = 1 . 6 6 4 cos ( 1 8 0 − ( tan − 1 ( 3 2 ) + 9 0 ) ) ≅ . 9 2 3
y = 1 . 6 6 4 sin ( 1 8 0 − ( tan − 1 ( 3 2 ) + 9 0 ) ) ≅ 1 . 3 8 4 5
x + y ≅ 2 . 3 0 7 9