Mathematics.

foundations of geometry

Points, Lines, and Planes

Geometry30 minDifficulty1 out of 10

Overview

Points, lines, and planes are the undefined primitive objects of Euclidean geometry — every other geometric idea is built from them. A point marks a location with no size; a line is an infinitely long, straight, one-dimensional object with no width, extending endlessly in two opposite directions; a plane is a flat, two-dimensional surface extending infinitely in all directions. A line may be thought of as an idealization of a taut string or a ray of light, and a line segment is the portion of a line between two endpoints.

Intuition

Think of a point as an infinitely small dot — pure position, no size. Stretch a taut string between two such dots and let it extend forever in both directions: that's a line. Now imagine an infinite, perfectly flat sheet of paper with no thickness: that's a plane. These three objects can't be defined in terms of anything simpler within geometry itself — instead, axioms describe how they must relate (e.g., two distinct points determine exactly one line; three non-collinear points determine exactly one plane).

Interactive Graph

Plot points and watch the unique line and plane they determine

Loading visualization…

Formal Definition

Definition

A line through two distinct points a and b can be written as the set of all points reached by an affine combination of a and b, or equivalently by the standard linear equation in two variables:

L={(1t)a+tbtR}L = \{(1-t)\,a + t\,b \mid t \in \mathbb{R}\}

Every point on the line through a and b, parameterized by t ∈ ℝ

Parametric form
ax+by=cax + by = c
General (standard) form of a line in the plane
y=mx+by = mx + b

m is the slope, b the y-intercept

Slope-intercept form
m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Defined when x₁ ≠ x₂; undefined (vertical line) when x₁ = x₂

Slope between two points

Notation

NotationMeaning
A,B,PA, B, PPoints are named with capital letters
AB\overleftrightarrow{AB}The line through points A and BAlso written: line AB, ℓ
AB\overline{AB}The line segment with endpoints A and B
plane M\text{plane } MA plane, often named by a single letter or by three non-collinear points on it

Properties

Two-point determination

Exactly one line passes through any two distinct points A,B.\text{Exactly one line passes through any two distinct points } A, B.

Condition: A ≠ B

Three-point determination of a plane

Exactly one plane passes through any three non-collinear points.\text{Exactly one plane passes through any three non-collinear points.}

Condition: Points must not all lie on one line

Collinearity

Points are collinear if a single line contains all of them.\text{Points are collinear if a single line contains all of them.}

Coplanarity

Points or lines are coplanar if a single plane contains all of them.\text{Points or lines are coplanar if a single plane contains all of them.}

Line intersection

Two distinct lines in a plane intersect in at most one point, or are parallel.\text{Two distinct lines in a plane intersect in at most one point, or are parallel.}

Applications

CAD systems represent every 3D model as collections of points, edges (line segments), and planar faces.

Worked Examples

  1. Compute the slope using the two points.

    m=8231=62=3m = \frac{8-2}{3-1} = \frac{6}{2} = 3
  2. Use point-slope form with A(1,2), then solve for y.

    y2=3(x1)    y=3x1y - 2 = 3(x-1) \implies y = 3x - 1

Answer: y = 3x - 1

Practice Problems

Difficulty 2/10

Find the equation, in standard form ax + by = c, of the line through (2, -1) and (2, 5).

Difficulty 2/10

Explain why three points that are collinear do NOT determine a unique plane.

Common Mistakes

Common Mistake

Treating a line segment and a line as the same object.

A line (\overleftrightarrow{AB}) extends infinitely in both directions; a segment (\overline{AB}) has two definite endpoints and finite length. A ray (\overrightarrow{AB}) has one endpoint and extends infinitely in one direction.

Common Mistake

Assuming any three points determine a plane.

Three points determine a unique plane only if they are non-collinear. If they're collinear, infinitely many planes contain them.

Summary

  • Points, lines, and planes are the undefined primitives of Euclidean geometry, described by axioms rather than definitions.
  • Two distinct points determine exactly one line; three non-collinear points determine exactly one plane.
  • A line has no width and extends infinitely in two directions; a segment has two endpoints; a ray has one.
  • Lines in the plane can be written in parametric, standard (ax+by=c), or slope-intercept (y=mx+b) form.
  • Points are collinear if one line contains them all; they are coplanar if one plane contains them all.

References