A line segment is a part of a line that is bounded by two distinct end points and contains every point on the line between its end points.
A line segment is typically named by its two endpoints, such as AB or PQ.
The length of a line segment can be found using the distance formula:
Length = √((x2 - x1)^2 + (y2 - y1)^2)
Consider the line segment with endpoints A(3, 4) and B(7, 10). The length of the line segment AB can be found using the distance formula:
Length = √((7 - 3)^2 + (10 - 4)^2) = √(4^2 + 6^2) = √(16 + 36) = √52
Understanding line segments and their properties is important in geometry and real-world applications. Practice solving problems to reinforce your understanding of this concept.
.