A Line Segment Properties
A Line Segment Properties
It is a
fundamental concept in geometry with the following properties:
1. Finite Length
2. Two Endpoints
3. Uniqueness
A line segment is uniquely determined by its two endpoints. The order of the
endpoints does not matter.
4. Linearity
All points on a line segment are collinear, meaning they lie on the same straight line.
Despite having finite length, a line segment contains infinitely many points.
A line segment can be assigned a direction or orientation based on the order of its
endpoints. For example, the segment from AAA to BBB is directed differently than
from BBB to AAA.
7. Midpoint
The midpoint of a line segment is the point that divides it into two equal halves. It is
calculated as: Midpoint=(x1+x22,y1+y22)\text{Midpoint} = \left( \frac{x_1 + x_2}
{2}, \frac{y_1 + y_2}{2} \right)Midpoint=(2x1+x2,2y1+y2)
8. Bisector
9. Angle Relationships
A line segment does not inherently have angles, but it can form angles with other
segments, rays, or lines.
10. Intersection
Two line segments may or may not intersect. If they intersect, the intersection point
can be calculated using geometric or algebraic methods.
A line segment can be divided into smaller segments in specific ratios. The division
point PPP dividing the segment in the ratio m:nm:nm:n is calculated as:
P=(mx2+nx1m+n,my2+ny1m+n)P = \left( \frac{mx_2 + nx_1}{m+n}, \frac{my_2 +
ny_1}{m+n} \right)P=(m+nmx2+nx1,m+nmy2+ny1)
Two line segments are parallel if they have the same slope.
Two line segments are perpendicular if the product of their slopes is −1-1−1.
15. Applications
Line segments are used to construct polygons, measure distances, divide areas, and
form the basis of many geometric algorithms and constructions.