The problem provides the coordinates of three points $A$, $B$, and $C$ in an orthonormal coordinate system. It asks several questions, including finding the coordinates of vector $AB$, calculating the length of $AB$, finding the midpoint of $AB$, verifying the equation of line $AB$, checking if point $C$ lies on line $AB$, and finding the equation of a line perpendicular to $AB$ passing through $C$, and also the equation of a line parallel to $AB$ and passing through $E(2,5)$.

GeometryVectorsCoordinate GeometryLinesDistance FormulaMidpoint FormulaSlopePerpendicular LinesParallel Lines
2025/4/25

1. Problem Description

The problem provides the coordinates of three points AA, BB, and CC in an orthonormal coordinate system. It asks several questions, including finding the coordinates of vector ABAB, calculating the length of ABAB, finding the midpoint of ABAB, verifying the equation of line ABAB, checking if point CC lies on line ABAB, and finding the equation of a line perpendicular to ABAB passing through CC, and also the equation of a line parallel to ABAB and passing through E(2,5)E(2,5).

2. Solution Steps

2. Coordinates of Vector AB:

The coordinates of vector ABAB are given by (xBxA,yByA)(x_B - x_A, y_B - y_A).
Given A(1,3)A(1,3) and B(2,5)B(2,5), we have:
AB=(21,53)=(1,2)AB = (2-1, 5-3) = (1, 2)

3. Calculate AB:

The length of ABAB is given by the distance formula:
AB=(xBxA)2+(yByA)2AB = \sqrt{(x_B - x_A)^2 + (y_B - y_A)^2}
AB=(21)2+(53)2=12+22=1+4=5AB = \sqrt{(2-1)^2 + (5-3)^2} = \sqrt{1^2 + 2^2} = \sqrt{1+4} = \sqrt{5}

4. Coordinates of Midpoint of AB:

The midpoint MM of segment ABAB has coordinates (xA+xB2,yA+yB2)(\frac{x_A + x_B}{2}, \frac{y_A + y_B}{2}).
M=(1+22,3+52)=(32,82)=(32,4)M = (\frac{1+2}{2}, \frac{3+5}{2}) = (\frac{3}{2}, \frac{8}{2}) = (\frac{3}{2}, 4)

5. Show that the equation of line AB is y = 2x + 1:

We have the points A(1,3)A(1,3) and B(2,5)B(2,5). The slope mm is yByAxBxA=5321=21=2\frac{y_B - y_A}{x_B - x_A} = \frac{5-3}{2-1} = \frac{2}{1} = 2.
Using the point-slope form, yyA=m(xxA)y - y_A = m(x - x_A), we have y3=2(x1)y - 3 = 2(x - 1).
y3=2x2y - 3 = 2x - 2, so y=2x+1y = 2x + 1.

6. Does point C belong to line AB?

We have C(2,1)C(-2,1). Substitute x=2x=-2 into the equation y=2x+1y = 2x + 1:
y=2(2)+1=4+1=3y = 2(-2) + 1 = -4 + 1 = -3.
Since the yy-coordinate of CC is 1, and the yy-coordinate on the line ABAB when x=2x=-2 is -3, CC does not belong to the line ABAB.

7. Equation of the line (D) perpendicular to (AB) passing through C:

The slope of line ABAB is

2. The slope of a line perpendicular to $AB$ is $-\frac{1}{2}$.

Using the point-slope form with C(2,1)C(-2,1) and slope 12-\frac{1}{2}:
y1=12(x(2))=12(x+2)y - 1 = -\frac{1}{2}(x - (-2)) = -\frac{1}{2}(x + 2)
y1=12x1y - 1 = -\frac{1}{2}x - 1
y=12xy = -\frac{1}{2}x

8. Equation of the line (A) parallel to (AB) passing through E(2,5):

Since the line is parallel to ABAB, its slope is the same as ABAB, which is

2. Using the point-slope form with $E(2,5)$ and slope 2:

y5=2(x2)y - 5 = 2(x - 2)
y5=2x4y - 5 = 2x - 4
y=2x+1y = 2x + 1

3. Final Answer

2. $AB = (1, 2)$

3. $AB = \sqrt{5}$

4. $M = (\frac{3}{2}, 4)$

5. $y = 2x + 1$

6. No, point C does not belong to line AB.

7. $y = -\frac{1}{2}x$

8. $y = 2x + 1$

Related problems in "Geometry"

We are asked to sketch the set of points defined by given conditions, describe its boundary, and det...

Set TheoryCoordinate GeometryBoundariesOpen SetsClosed SetsRectangles
2025/4/28

The problem asks us to find the slope of line $\overline{AB}$ where the line has the symbol indicati...

SlopeLinesHorizontal LinesCoordinate Geometry
2025/4/27

The problem provides the coordinates of four points: $P(1, 1)$, $Q(9, 8)$, $U(-6, 1)$, and $V(2, 8)$...

Coordinate GeometrySlopesParallel LinesLines
2025/4/27

Determine whether the lines PQ and UV are perpendicular. The coordinates of the points are given as ...

Coordinate GeometryLinesPerpendicularitySlopes
2025/4/27

The problem is to find the slope $m$ of the line passing through the points $P(1,4)$ and $Q(9,8)$. T...

Coordinate GeometrySlopeLines
2025/4/27

The problem asks to calculate the slopes of two lines. The first line passes through the points $P(-...

Coordinate GeometrySlope of a LineLinear Equations
2025/4/27

The problem is to find the slope of the line passing through points $P(-10, 7)$ and $Q(2, 1)$. The g...

Coordinate GeometrySlopeLinesPoints
2025/4/27

The problem provides the coordinates of four points: $P(-10, 7)$, $Q(2, 1)$, $U(4, 6)$, and $V(6, 1)...

Coordinate GeometryPointsDistancesSlopes
2025/4/27

The problem provides four points: $P(-3, -2)$, $Q(9, 1)$, $U(3, 6)$, and $V(5, -2)$. The problem is ...

Coordinate GeometryLinesSlopePerpendicular Lines
2025/4/27

We are given two points W(3, 2) and X(4, -3). We need to find the slope of the line passing through...

SlopeCoordinate GeometryLines
2025/4/27