Question

Difficulty: Very hardDistance and Midpoint Formulas

In the standard (x,y)(x, y) coordinate plane, a triangle has vertices A(1,2)A(1, 2), B(7,2)B(7, 2), and CC. The midpoint of side ACAC lies on the line y=3x3y = 3x - 3, and the midpoint of side BCBC lies on the line y=2x+13y = -2x + 13. What is the distance between point CC and the midpoint of side ABAB?

  1. A
    3
  2. B
    4
  3. 5\sqrt{5}Answer
  4. D
    222\sqrt{2}
  5. E
    252\sqrt{5}

Answer

The distance between point CC and the midpoint of side ABAB is 5\sqrt{5}.
The coordinates of point C(3,4)C(3, 4) are determined by setting up the midpoint coordinates for sides ACAC and BCBC and substituting them into their respective line equations. The midpoint of ABAB is calculated to be (4,2)(4, 2). Using the distance formula between C(3,4)C(3, 4) and (4,2)(4, 2) yields (43)2+(24)2=5\sqrt{(4-3)^2 + (2-4)^2} = \sqrt{5}.

Step-by-Step Solution

1
Express the midpoint of side ACAC in terms of the unknown coordinates of point C(x,y)C(x, y) and substitute it into the given line equation.
The midpoint of ACAC is MAC=(x+12,y+22)M_{AC} = \left(\frac{x+1}{2}, \frac{y+2}{2}\right). Substituting this into y=3x3y = 3x - 3 yields: y+22=3(x+12)3\frac{y+2}{2} = 3\left(\frac{x+1}{2}\right) - 3, which simplifies to y=3x5y = 3x - 5.
Since the midpoint of ACAC lies on the line y=3x3y = 3x - 3, its coordinates must satisfy the equation of the line.
2
Express the midpoint of side BCBC in terms of the unknown coordinates of point C(x,y)C(x, y) and substitute it into the second given line equation.
The midpoint of BCBC is MBC=(x+72,y+22)M_{BC} = \left(\frac{x+7}{2}, \frac{y+2}{2}\right). Substituting this into y=2x+13y = -2x + 13 yields: y+22=2(x+72)+13\frac{y+2}{2} = -2\left(\frac{x+7}{2}\right) + 13, which simplifies to y=2x+10y = -2x + 10.
Since the midpoint of BCBC lies on the line y=2x+13y = -2x + 13, its coordinates must satisfy this equation.
3
Solve the system of two linear equations to find the coordinates of point C(x,y)C(x, y).
Equating the two expressions for yy: 3x5=2x+105x=15x=33x - 5 = -2x + 10 \Rightarrow 5x = 15 \Rightarrow x = 3. Substituting x=3x = 3 back into the first equation: y=3(3)5=4y = 3(3) - 5 = 4. Thus, C=(3,4)C = (3, 4).
Point CC must simultaneously satisfy the midpoint constraints on both sides ACAC and BCBC.
4
Find the coordinates of the midpoint of side ABAB.
The midpoint of segment ABAB with endpoints A(1,2)A(1, 2) and B(7,2)B(7, 2) is MAB=(1+72,2+22)=(4,2)M_{AB} = \left(\frac{1+7}{2}, \frac{2+2}{2}\right) = (4, 2).
The question asks for the distance between point CC and the midpoint of ABAB, so we need to determine the coordinates of this midpoint first.
5
Calculate the distance between point C(3,4)C(3, 4) and the midpoint MAB(4,2)M_{AB}(4, 2) using the distance formula.
The distance dd is: d=(43)2+(24)2=12+(2)2=1+4=5d = \sqrt{(4-3)^2 + (2-4)^2} = \sqrt{1^2 + (-2)^2} = \sqrt{1 + 4} = \sqrt{5}.
The distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} is used to find the straight-line distance between two points in a coordinate plane.

Key Concept

Applying the midpoint and distance formulas within coordinate geometry constraint systems.

Alternative Method

Instead of algebraically solving for the lines of midpoints, one can translate the lines using vectors. The set of possible points CC when the midpoint of ACAC lies on line L1L_1 is a line L1L'_1 obtained by dilating L1L_1 by a factor of 2 with respect to center AA. Dilating y=3x3y = 3x - 3 from A(1,2)A(1, 2) gives the line y=3x5y = 3x - 5. Similarly, dilating y=2x+13y = -2x + 13 from B(7,2)B(7, 2) by a factor of 2 gives y=2x+10y = -2x + 10. The intersection of these two dilated lines is point C(3,4)C(3, 4).
Estimated Time:2m 30s
Rate this question