To find the length of the segment joining two points, we use the distance formula derived from the Pythagorean theorem.
The coordinates of the two points are $(x_1, y_1) = (1, 2)$ and $(x_2, y_2) = (4, 6)$.
The distance formula is:
$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$
$ \Delta x = x_2 - x_1 = 4 - 1 = 3 $
$ \Delta y = y_2 - y_1 = 6 - 2 = 4 $
$ (\Delta x)^2 = 3^2 = 9 $
$ (\Delta y)^2 = 4^2 = 16 $
$ (\Delta x)^2 + (\Delta y)^2 = 9 + 16 = 25 $
$ d = \sqrt{25} = 5 $
The length of the segment joining (1,2) and (4,6) is 5.
If line passing through (3,-1) with slope 4; find y-intercept.
What is the reflection of the point (-1, 5) in the line x = 1?
What are the co-ordinates of the centroid of a triangle, whose vertices are A(1, -5), B(-4, 0) and C(3, -4)?
Slope of the line AB is 4/3. Co-ordinates of points A and B are (x, -5) and (2, -3) respectively. What is the value of x?
Find the co-ordinates of the centroid of a triangle whose vertices are A(1, 4), B(7, 8) and C(10, 12).