Facebook Pixel
Mathos AI logo

Points, Lines, Segments, and Planes

Points, Lines, Segments, and Planes

Geometry begins with a few simple, undefined terms that build the foundation for everything else. Understanding these basic objects and how to measure them is essential for studying shapes, angles, and space.

The Building Blocks of Geometry

  • Point: A specific location in space. It has no size, length, width, or depth. It is usually represented by a dot and named with a capital letter (e.g., Point AA).
  • Line: A straight, continuous arrangement of infinitely many points that extends forever in two opposite directions. It has length but no width or thickness.
  • Line Segment: A portion of a line consisting of two endpoints and all the points between them. Unlike a line, a segment has a measurable length.
  • Plane: A flat, two-dimensional surface that extends infinitely in all directions. You can think of it as a never-ending sheet of paper.

Segment Addition Postulate

The Segment Addition Postulate is a simple but powerful rule. It states that if three points AA, BB, and CC are collinear (on the same line) and BB is between AA and CC, then the sum of the lengths of the two smaller segments equals the length of the entire segment:

AB+BC=ACAB + BC = AC

The Midpoint Formula

The midpoint is the exact middle point of a line segment, dividing it into two equal parts. On a coordinate plane, you can find the midpoint MM of a segment with endpoints (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) by averaging their xx and yy coordinates:

M=(x1+x22,y1+y22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

Example: Find the midpoint of A(3,2)A(3, -2) and B(7,4)B(7, 4).

  1. Add the xx-coordinates and divide by 2: 3+72=102=5\frac{3 + 7}{2} = \frac{10}{2} = 5
  2. Add the yy-coordinates and divide by 2: 2+42=22=1\frac{-2 + 4}{2} = \frac{2}{2} = 1

The midpoint is (5,1)(5, 1).

The Distance Formula

To find the exact length of a line segment on a coordinate plane, we use the distance formula (which is derived from the Pythagorean theorem). The distance dd between two points P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) is:

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Example: Find the distance between P(1,3)P(1, 3) and Q(4,7)Q(4, 7).

  1. Subtract the xx-coordinates and square the result: (41)2=32=9(4 - 1)^2 = 3^2 = 9
  2. Subtract the yy-coordinates and square the result: (73)2=42=16(7 - 3)^2 = 4^2 = 16
  3. Add the values and take the square root: d=9+16=25=5d = \sqrt{9 + 16} = \sqrt{25} = 5

The distance between the two points is 55 units.