Back to Home
Geometry and Trigonometry

Geometry and Trigonometry

Introduction to geometry and trigonometry, exploring shapes, angles, and relationships forming the foundation for spatial reasoning and advanced mathematical problem-solving.

Geometry and Trigonometry

Introduction to geometry and trigonometry, exploring shapes, angles, and relationships forming the foundation for spatial reasoning and advanced mathematical problem-solving.

Points, Lines, Planes

23 min read

Points, Lines, Planes

23 min read
Apr 2, 2026
Free

In this lesson

Introduction1. Undefined Terms1.1 Point1.2 Line1.3 Plane2. Euclid's Postulates3. Collinearity and Coplanarity3.1 Collinear Points3.2 Coplanar Points4. Intersections4.1 Two Lines4.2 Line and Plane4.3 Two Planes5. Distance and the Ruler Postulate5.1 The Ruler Postulate5.2 The Segment Addition Postulate6. Midpoints and Bisectors6.1 Midpoint Definition6.2 Segment Bisector7. Angles — Where Lines Meet7.1 Definition7.2 Angle Classification7.3 The Angle Addition Postulate8. Special Angle Pairs9. Points and Lines in Three-Dimensional Space9.1 Determining a Plane9.2 Skew Lines10. The Coordinate Model — Connecting Algebra and GeometrySummary

IntroductionLink to introduction

Geometry begins not with shapes or formulas, but with three primitive ideas so fundamental they cannot be defined in terms of anything simpler: the point, the line, and the plane. These are the atoms of all geometric reasoning — everything from triangles to spheres is ultimately built from them.

In this lesson we lay the rigorous groundwork of Euclidean geometry, exploring how these undefined objects behave, how they relate to one another, and how the postulates that govern them give rise to all the theorems you will encounter throughout this course.


1. Undefined TermsLink to 1-undefined-terms

Why 'Undefined'?

In any axiomatic system, some terms must be accepted without definition to avoid circular reasoning. If we tried to define a point as "an exact location in space," we would need to define location and space — which would themselves require definitions, and so on forever. Euclid wisely accepted point, line, and plane as primitive notions.

1.1 PointLink to 1-undefined-terms-1-1-point

A point has no dimension — no length, no width, no depth. It represents a precise location in space.

  • Notation: capital letters AAA, BBB, PPP, QQQ
  • A point has zero measure in every direction: its "size" is 000

Although a point has no size, we draw it as a small dot as a visual aid. Formally:

dim⁡(point)=0\dim(\text{point}) = 0dim(point)=0

1.2 LineLink to 1-undefined-terms-1-2-line

A line is a one-dimensional object extending infinitely in both directions. It has length but no width or thickness.

  • Notation: lowercase letters ℓ\ellℓ, mmm, nnn, or by two points on it: AB↔\overleftrightarrow{AB}AB
  • A line contains infinitely many points
  • Through any two distinct points there is exactly one line

dim⁡(line)=1\dim(\text{line}) = 1dim(line)=1

A line segment AB‾\overline{AB}AB is the finite portion of a line between (and including) two points AAA and BBB. Its length is denoted ABABAB or ∣AB‾∣|\overline{AB}|∣AB∣.

A ray AB→\overrightarrow{AB}AB starts at endpoint AAA and extends infinitely through BBB.

1.3 PlaneLink to 1-undefined-terms-1-3-plane

A plane is a two-dimensional flat surface extending infinitely in all directions within that surface.

  • Notation: capital script letters P\mathcal{P}P, Q\mathcal{Q}Q, or named by three non-collinear points: plane ABCABCABC
  • A plane contains infinitely many lines and infinitely many points
  • Through any three non-collinear points there is exactly one plane

dim⁡(plane)=2\dim(\text{plane}) = 2dim(plane)=2

Illustration showing a point labeled A, a line through two points B and C extending in both directions with arrows, and a shaded parallelogram representing a plane with three non-collinear points marked on it

2. Euclid's PostulatesLink to 2-euclids-postulates

Euclid's five postulates form the logical foundation of classical geometry. The first three are directly about our three primitive objects.

Euclid's Five Postulates
  1. A straight line segment can be drawn joining any two points.
  2. Any straight line segment can be extended indefinitely in a straight line.
  3. Given any straight line segment, a circle can be drawn having the segment as radius and one endpoint as center.
  4. All right angles are congruent.
  5. (Parallel Postulate) If a line segment intersects two straight lines forming two interior angles on the same side that sum to less than 180°180°180°, the two lines, if extended indefinitely, meet on that side.

These postulates are not proved — they are assumed. Every theorem in Euclidean geometry follows logically from them.


3. Collinearity and CoplanarityLink to 3-collinearity-and-coplanarity

3.1 Collinear PointsLink to 3-collinearity-and-coplanarity-3-1-collinear-points

Points are collinear if they all lie on the same line.

Note

Three points AAA, BBB, CCC are collinear if and only if the area of triangle ABCABCABC equals zero. We will revisit this condition using the coordinate formula for area later in the course.

Test for collinearity (coordinate form): Points A(x1,y1)A(x_1, y_1)A(x1​,y1​), B(x2,y2)B(x_2, y_2)B(x2​,y2​), C(x3,y3)C(x_3, y_3)C(x3​,y3​) are collinear if and only if:

∣x1y11x2y21x3y31∣=0\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0​x1​x2​x3​​y1​y2​y3​​111​​=0

Expanding this determinant:

x1(y2−y3)−y1(x2−x3)+(x2y3−x3y2)=0\begin{aligned} &x_1(y_2 - y_3) - y_1(x_2 - x_3) + (x_2 y_3 - x_3 y_2) = 0 \end{aligned}​x1​(y2​−y3​)−y1​(x2​−x3​)+(x2​y3​−x3​y2​)=0​

Example: Are A(1,2)A(1, 2)A(1,2), B(3,6)B(3, 6)B(3,6), C(5,10)C(5, 10)C(5,10) collinear?

1(6−10)−2(3−5)+(3⋅10−5⋅6)=1(−4)−2(−2)+(30−30)=−4+4+0=0\begin{aligned} &1(6 - 10) - 2(3 - 5) + (3 \cdot 10 - 5 \cdot 6) \\ &= 1(-4) - 2(-2) + (30 - 30) \\ &= -4 + 4 + 0 \\ &= \boxed{0} \end{aligned}​1(6−10)−2(3−5)+(3⋅10−5⋅6)=1(−4)−2(−2)+(30−

Yes — the three points are collinear. They all lie on the line y=2xy = 2xy=2x.

3.2 Coplanar PointsLink to 3-collinearity-and-coplanarity-3-2-coplanar-points

Points (or lines) are coplanar if they all lie in the same plane.

  • Any two points are always coplanar (infinitely many planes contain any line)
  • Any three points are always coplanar (exactly one plane contains three non-collinear points)
  • Four or more points may or may not be coplanar
Common Mistake

Students often assume that four points are automatically coplanar. They are not. For example, the four vertices of a tetrahedron are non-coplanar — no single plane contains all four.


4. IntersectionsLink to 4-intersections

How do our three primitive objects intersect each other? The answer depends on their relative positions.

4.1 Two LinesLink to 4-intersections-4-1-two-lines

Two distinct lines in the same plane either:

RelationshipDescriptionIntersection
IntersectingCross at exactly one pointOne point
ParallelNever meet, same direction∅\emptyset∅
CoincidentIdentical linesEntire line

In three-dimensional space, a third possibility exists:

| Skew | Non-parallel, non-intersecting | ∅\emptyset∅ |

Two lines ℓ1\ell_1ℓ1​ and ℓ2\ell_2ℓ2​ are parallel, written ℓ1∥ℓ2\ell_1 \parallel \ell_2ℓ1​∥ℓ2​, if they lie in the same plane and do not intersect.

4.2 Line and PlaneLink to 4-intersections-4-2-line-and-plane

A line and a plane in space either:

RelationshipIntersection
Line lies in the planeEntire line
Line intersects planeExactly one point
Line parallel to plane∅\emptyset∅

A line is perpendicular to a plane if it is perpendicular to every line in the plane that passes through the point of intersection. Written ℓ⊥P\ell \perp \mathcal{P}ℓ⊥P.

4.3 Two PlanesLink to 4-intersections-4-3-two-planes

Two distinct planes either:

RelationshipIntersection
IntersectingExactly one line
Parallel∅\emptyset∅
Visualising Plane Intersection

Think of two pages of an open book. The spine of the book is the line where the two flat surfaces (planes) meet. This line of intersection extends infinitely in both directions.


5. Distance and the Ruler PostulateLink to 5-distance-and-the-ruler-postulate

5.1 The Ruler PostulateLink to 5-distance-and-the-ruler-postulate-5-1-the-ruler-postulate

The Ruler Postulate states: the points on any line can be placed in a one-to-one correspondence with the real numbers R\mathbb{R}R, such that the distance between any two points AAA and BBB equals the absolute value of the difference of their coordinates.

If AAA has coordinate aaa and BBB has coordinate bbb, then:

AB=∣a−b∣AB = |a - b|AB=∣a−b∣

This single postulate guarantees that distance is always non-negative, symmetric (AB=BAAB = BAAB=BA), and zero only when A=BA = BA=B:

AB≥0AB=BAAB=0  ⟺  A=B\begin{aligned} AB &\geq 0 \\ AB &= BA \\ AB &= 0 \iff A = B \end{aligned}ABABAB​≥0=BA=0⟺A=B​

5.2 The Segment Addition PostulateLink to 5-distance-and-the-ruler-postulate-5-2-the-segment-addition-postulate

If point BBB lies between AAA and CCC on a line, then:

AB+BC=AC\boxed{AB + BC = AC}AB+BC=AC​

This seemingly obvious statement is crucial: it lets us decompose and combine lengths algebraically.

Example: Given AC=14AC = 14AC=14 and AB=2x−1AB = 2x - 1AB=2x−1, BC=x+4BC = x + 4BC=x+4. Find xxx and all segment lengths.

AB+BC=AC(2x−1)+(x+4)=143x+3=143x=11x=113\begin{aligned} AB + BC &= AC \\ (2x - 1) + (x + 4) &= 14 \\ 3x + 3 &= 14 \\ 3x &= 11 \\ x &= \frac{11}{3} \end{aligned}AB+BC(2x−1)+(x+4)3x+33xx​=AC=14=14=11=311​​

AB=2(113)−1=223−33=193,BC=113+4=233AB = 2\left(\frac{11}{3}\right) - 1 = \frac{22}{3} - \frac{3}{3} = \frac{19}{3}, \qquad BC = \frac{11}{3} + 4 = \frac{23}{3}AB=2(311​)−1=322​−33​=319​,BC=311​+4=323​

Verification: 193+233=423=14\dfrac{19}{3} + \dfrac{23}{3} = \dfrac{42}{3} = 14319​+323​=342​=14 ✓


6. Midpoints and BisectorsLink to 6-midpoints-and-bisectors

6.1 Midpoint DefinitionLink to 6-midpoints-and-bisectors-6-1-midpoint-definition

The midpoint MMM of segment AB‾\overline{AB}AB is the unique point on AB‾\overline{AB}AB such that:

AM=MB=AB2AM = MB = \frac{AB}{2}AM=MB=2AB​

In coordinate geometry, if A=(x1,y1)A = (x_1, y_1)A=(x1​,y1​) and B=(x2,y2)B = (x_2, y_2)B=(x2​,y2​), then:

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

More generally in Rn\mathbb{R}^nRn, the midpoint of a\mathbf{a}a and b\mathbf{b}b is:

M=a+b2M = \frac{\mathbf{a} + \mathbf{b}}{2}M=2a+b​

6.2 Segment BisectorLink to 6-midpoints-and-bisectors-6-2-segment-bisector

A segment bisector is any line, ray, segment, or plane that passes through the midpoint of a segment. It divides the segment into two congruent halves.

The perpendicular bisector of AB‾\overline{AB}AB is the unique line that:

  • Passes through the midpoint MMM of AB‾\overline{AB}AB
  • Is perpendicular to AB‾\overline{AB}AB
Key Property

Every point on the perpendicular bisector of AB‾\overline{AB}AB is equidistant from AAA and BBB. This is written:

P on perp. bisector of AB‾  ⟺  PA=PBP \text{ on perp. bisector of } \overline{AB} \iff PA = PBP on perp. bisector of AB⟺PA=PB

This property is used extensively when studying circumcenters of triangles.


7. Angles — Where Lines MeetLink to 7-angles-where-lines-meet

When two rays share a common endpoint, they form an angle.

7.1 DefinitionLink to 7-angles-where-lines-meet-7-1-definition

An angle ∠BAC\angle BAC∠BAC (or ∠A\angle A∠A) consists of:

  • Two rays (called the sides): AB→\overrightarrow{AB}AB and AC→\overrightarrow{AC}AC
  • A common endpoint called the vertex: AAA

The measure of an angle, written m∠BACm\angle BACm∠BAC, is a real number in [0°,360°][0°, 360°][0°,360°] (or [0,2π][0, 2\pi][0,2π] radians).

The conversion between degrees and radians is:

θrad=θdeg⁡⋅π180°,θdeg⁡=θrad⋅180°π\theta_{\text{rad}} = \theta_{\deg} \cdot \frac{\pi}{180°}, \qquad \theta_{\deg} = \theta_{\text{rad}} \cdot \frac{180°}{\pi}θrad​=θdeg​⋅180°π​,θdeg​=θrad​⋅π180°​

7.2 Angle ClassificationLink to 7-angles-where-lines-meet-7-2-angle-classification

NameMeasure
Zero angle0°0°0°
Acute0°<θ<90°0° < \theta < 90°0°<θ<90°
Rightθ=90°\theta = 90°θ=90°
Obtuse90°<θ<180°90° < \theta < 180°90°<θ<180°
Straightθ=180°\theta = 180°θ=180°
Reflex180°<θ<360°180° < \theta < 360°180°<θ<360°

7.3 The Angle Addition PostulateLink to 7-angles-where-lines-meet-7-3-the-angle-addition-postulate

If ray BD→\overrightarrow{BD}BD lies in the interior of ∠ABC\angle ABC∠ABC, then:

m∠ABD+m∠DBC=m∠ABC\boxed{m\angle ABD + m\angle DBC = m\angle ABC}m∠ABD+m∠DBC=m∠ABC​

This mirrors the Segment Addition Postulate precisely — angles can be decomposed and combined just like lengths.

Diagram showing angle ABC with ray BD in the interior, clearly labeling the two sub-angles ABD and DBC and the total angle ABC

8. Special Angle PairsLink to 8-special-angle-pairs

Two angles may have a special relationship based on their measures or positions.

NameDefinitionProperty
ComplementarySum is 90°90°90°α+β=90°\alpha + \beta = 90°α+β=90°
SupplementarySum is 180°180°180°α+β=180°\alpha + \beta = 180°α+β=180°
Vertical anglesFormed by two intersecting lines, opposite each otherα=β\alpha = \betaα=β
Linear pairAdjacent angles on a straight lineα+β=180°\alpha + \beta = 180°α+β=180°

Theorem — Vertical Angles are Congruent:

Proof. Let lines ℓ1\ell_1ℓ1​ and ℓ2\ell_2ℓ2​ intersect at point PPP, forming angles ∠1\angle 1∠1, ∠2\angle 2∠2, ∠3\angle 3∠3, ∠4\angle 4∠4 in order around PPP. Then ∠1\angle 1∠1 and ∠2\angle 2∠2 form a linear pair, so:

m∠1+m∠2=180°m\angle 1 + m\angle 2 = 180°m∠1+m∠2=180°

Similarly, ∠2\angle 2∠2 and ∠3\angle 3∠3 form a linear pair:

m∠2+m∠3=180°m\angle 2 + m\angle 3 = 180°m∠2+m∠3=180°

Subtracting the first equation from the second:

m∠3−m∠1=0  ⟹  m∠1=m∠3m\angle 3 - m\angle 1 = 0 \implies \boxed{m\angle 1 = m\angle 3}m∠3−m∠1=0⟹m∠1=m∠3​

By identical reasoning, m∠2=m∠4m\angle 2 = m\angle 4m∠2=m∠4. ■\blacksquare■

Proof Structure

This proof uses a common technique: express both unknown quantities in terms of a third known quantity, then eliminate it by subtraction. You will see this algebraic approach repeatedly in geometric proofs.


9. Points and Lines in Three-Dimensional SpaceLink to 9-points-and-lines-in-three-dimensional-space

Everything so far has lived in a single plane. In three dimensions, the relationships become richer.

9.1 Determining a PlaneLink to 9-points-and-lines-in-three-dimensional-space-9-1-determining-a-plane

A unique plane is determined by each of the following:

  1. Three non-collinear points AAA, BBB, CCC
  2. A line and a point not on the line: ℓ\ellℓ and P∉ℓP \notin \ellP∈/ℓ
  3. Two intersecting lines: ℓ1∩ℓ2={P}\ell_1 \cap \ell_2 = \{P\}ℓ1​∩ℓ2​={P}
  4. Two parallel lines: ℓ1∥ℓ2\ell_1 \parallel \ell_2ℓ1​∥ℓ2​
Warning

Two lines that intersect determine exactly one plane — but two lines that are skew determine no plane. Skew lines are a three-dimensional phenomenon with no planar equivalent.

9.2 Skew LinesLink to 9-points-and-lines-in-three-dimensional-space-9-2-skew-lines

Lines ℓ1\ell_1ℓ1​ and ℓ2\ell_2ℓ2​ are skew if:

  • They are not parallel (different directions), and
  • They do not intersect

This is only possible in three or more dimensions. The distance between skew lines is the length of the unique segment perpendicular to both.

Formula: Given skew lines with direction vectors d1\mathbf{d}_1d1​ and d2\mathbf{d}_2d2​ passing through points p1\mathbf{p}_1p1​ and p2\mathbf{p}_2p2​:

d=∣(p2−p1)⋅(d1×d2)∣∣d1×d2∣d = \frac{|(\mathbf{p}_2 - \mathbf{p}_1) \cdot (\mathbf{d}_1 \times \mathbf{d}_2)|}{|\mathbf{d}_1 \times \mathbf{d}_2|}d=∣d1​×d2​∣∣(p2​−p1​)⋅(d1​×d2​)∣​

where ×\times× denotes the cross product and ⋅\cdot⋅ the dot product. We will derive this formula fully in Chapter 14 on vectors.


10. The Coordinate Model — Connecting Algebra and GeometryLink to 10-the-coordinate-model-connecting-algebra-and-geometry

René Descartes unified geometry and algebra through the Cartesian coordinate system, placing points in correspondence with ordered pairs (or triples) of real numbers.

In R2\mathbb{R}^2R2: a point is (x,y)∈R2(x, y) \in \mathbb{R}^2(x,y)∈R2

In R3\mathbb{R}^3R3: a point is (x,y,z)∈R3(x, y, z) \in \mathbb{R}^3(x,y,z)∈R3

The distance formula in R2\mathbb{R}^2R2 follows directly from the Pythagorean theorem:

d(A,B)=(x2−x1)2+(y2−y1)2d(A, B) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}d(A,B)=(x2​−x1​)2+(y2​−y1​)2​

In R3\mathbb{R}^3R3:

d(A,B)=(x2−x1)2+(y2−y1)2+(z2−z1)2d(A, B) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}d(A,B)=(x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​

These formulas are both instances of the general Euclidean norm in Rn\mathbb{R}^nRn:

d(a,b)=∥a−b∥=∑i=1n(ai−bi)2d(\mathbf{a}, \mathbf{b}) = \|\mathbf{a} - \mathbf{b}\| = \sqrt{\sum_{i=1}^{n}(a_i - b_i)^2}d(a,b)=∥a−b∥=∑i=1n​(ai​−bi​)2​

Geometric Intuition

The distance formula is simply the Pythagorean theorem applied to the right triangle formed by the horizontal leg ∣x2−x1∣|x_2 - x_1|∣x2​−x1​∣, the vertical leg ∣y2−y1∣|y_2 - y_1|∣y2​−y1​∣, and the hypotenuse ABABAB. In 3D, the formula applies the theorem twice — first in the horizontal plane, then lifting to the full 3D distance.

Proof of the 3D distance formula:

Let A=(x1,y1,z1)A = (x_1, y_1, z_1)A=(x1​,y1​,z1​) and B=(x2,y2,z2)B = (x_2, y_2, z_2)B=(x2​,y2​,z2​. Let C=(x2,y2,z1)C = (x_2, y_2, z_1)C=(x2​,y2​,z1​ — the point directly below BBB at the same height as AAA.

Step 1: Distance ACACAC lies in the horizontal plane: AC=(x2−x1)2+(y2−y1)2AC = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}AC=(x2​−x1​)2+(y2​−y1​)2​

Step 2: AB‾\overline{AB}AB is the hypotenuse of right triangle ACBACBACB with legs ACACAC and CB=∣z2−z1∣CB = |z_2 - z_1|CB=∣z2​−z1​∣: AB2=AC2+CB2=(x2−x1)2+(y2−y1)2+(z2−z1)2\begin{aligned} AB^2 &= AC^2 + CB^2 \\ &= (x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2 \end{aligned}AB2​

AB=(x2−x1)2+(y2−y1)2+(z2−z1)2■\boxed{AB = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}} \qquad \blacksquareAB=(x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​​■


SummaryLink to summary

The three undefined terms — point, line, and plane — are the irreducible building blocks of Euclidean geometry. From them, and from Euclid's five postulates, we have established:

  • Collinearity and coplanarity as properties of point sets
  • The Ruler Postulate grounding distance in the real numbers
  • The Segment Addition and Angle Addition postulates for decomposing lengths and angles
  • Midpoints, bisectors, and special angle pairs as fundamental constructions
  • Skew lines as a genuinely three-dimensional phenomenon
  • The distance formula as an algebraic encoding of the Pythagorean theorem
You will learn
  • What the three undefined terms of geometry are and why they are undefined
  • How collinearity and coplanarity are defined and tested
  • How the Ruler Postulate defines distance on a line
  • The Segment Addition and Angle Addition Postulates
  • How lines and planes intersect in two and three dimensions
  • How to compute distances using the coordinate distance formula

In the next lesson, Angle Relationships, we will build directly on the special angle pairs introduced here and develop the full theory of angles formed by parallel lines cut by a transversal.

LogoMath Course Online

Transforming math education
with interactive, engaging courses.

Explore

CoursesFAQ

Account

Sign InSign Up

Connect

GitHubGitHubContact

© 2026 Math Course Online. All rights reserved.

30
)
=−4+4+0
=0​
​
)
)
=AC2+CB2=(x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​