All pointsbetween two
given points (including the given points themselves).
Example: line segment
Worked Example
Problem: Find the length of the line segment from point A(1, 2) to point B(4, 6).
Step 1: Identify the coordinates of the two endpoints.
A=(1,2),B=(4,6)
Step 2: Apply the distance formula to find the length of the segment.
AB=(4−1)2+(6−2)2=9+16=25
Step 3: Simplify to get the length.
AB=5
Answer: The line segment from A to B has a length of 5 units.
Why It Matters
Line segments are the building blocks of nearly every geometric figure. Triangles, rectangles, and polygons are all formed by connecting line segments end to end. Measuring and comparing line segments is also fundamental to coordinate geometry, construction, and real-world applications like architecture and engineering.
Common Mistakes
Mistake: Confusing a line segment with a line or a ray.
Correction:A line extends infinitely in both directions and has no endpoints. A ray has one endpoint and extends infinitely in one direction. A line segment has exactly two endpoints and a finite, measurable length. In notation, AB denotes a segment, while AB denotes a line and AB denotes a ray.