2.2 Length of a Line Segment
1. What is the Distance Formula?
The distance formula is used to determine the distance, \(d\), between two points in the Cartesian plane. If the points are \(A(x₁,y₁)\) and \(B(x₂,y₂)\), the distance between them is given by:
\[d = \sqrt{{(x_2- x_1 )^2+ (y_2- y_1 )^2 }}\]
2. How to Find the Length of a Line Segment?
The length of a line segment is the distance between its endpoints. So, you can use the distance formula to find the length of a line segment. If the endpoints of the line segment are \(A(x₁,y₁)\) and \(B(x₂,y₂)\), the length of the line segment is:
\[length = \sqrt{{(x_2- x_1 )^2+ (y_2- y_1 )^2 }}\]
!doctype>