Question

Difficulty: MediumDistance and Midpoint Formulas

On a coordinate map of a harbor, a lighthouse is located at L(4,9)L(-4, 9) and a dock is located at D(8,7)D(8, -7). A buoy is positioned at the midpoint of the straight-line segment connecting the lighthouse and the dock. If a boat is anchored at B(1,5)B(-1, 5), what is the distance, in coordinate units, between the boat and the buoy?

Answer: 5 coordinate units

Answer

The distance between the boat and the buoy is 5 units.
To find the distance between the boat and the buoy, first determine the location of the buoy. Since the buoy is at the midpoint of the segment connecting the lighthouse at L(4,9)L(-4, 9) and the dock at D(8,7)D(8, -7), we use the midpoint formula: M=(4+82,9+(7)2)=(2,1)M = \left(\frac{-4 + 8}{2}, \frac{9 + (-7)}{2}\right) = (2, 1). Next, find the distance between the boat at B(1,5)B(-1, 5) and the buoy at M(2,1)M(2, 1) using the distance formula: d=(2(1))2+(15)2=32+(4)2=9+16=25=5d = \sqrt{(2 - (-1))^2 + (1 - 5)^2} = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Step-by-Step Solution

1
Find the coordinates of the buoy, which is the midpoint M(xm,ym)M(x_m, y_m) of the segment connecting the lighthouse L(4,9)L(-4, 9) and the dock D(8,7)D(8, -7).
M(2,1)M(2, 1)
The midpoint formula is given by xm=x1+x22x_m = \frac{x_1 + x_2}{2} and ym=y1+y22y_m = \frac{y_1 + y_2}{2}. Substituting the coordinates of LL and DD, we get xm=4+82=2x_m = \frac{-4 + 8}{2} = 2 and ym=9+(7)2=1y_m = \frac{9 + (-7)}{2} = 1.
2
Calculate the distance dd between the boat at B(1,5)B(-1, 5) and the buoy at M(2,1)M(2, 1).
55 units
The distance formula is given by d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the coordinates of BB and MM yields d=(2(1))2+(15)2=32+(4)2=9+16=25=5d = \sqrt{(2 - (-1))^2 + (1 - 5)^2} = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Key Concept

Applying the midpoint and distance formulas sequentially to solve a coordinate geometry word problem.
Rate this question