The world around us is three dimensional, and mathematics needs coordinates to describe positions in space. While two dimensional geometry uses ordered pairs (x, y), three dimensional geometry uses ordered triples (x, y, z). This chapter introduces the coordinate system in space and the basic tools for measuring distances and locating points.
The chapter begins with the coordinate axes and coordinate planes in space, and how to represent a point by its coordinates. It then develops the distance formula between two points in space and the section formula, including the midpoint. These formulas extend the familiar two dimensional results to three dimensions.
Three dimensional geometry is essential for physics, engineering, computer graphics, and navigation. Understanding how coordinates locate points in space, how distances are measured, and how a point divides a segment prepares students for the more advanced study of lines, planes, and solids in later mathematics.
Three mutually perpendicular axes intersect at the origin O: the x-axis, the y-axis, and the z-axis. The positive directions are chosen according to the right-hand rule.
The three coordinate axes determine three coordinate planes:
These three planes divide space into eight octants.
The eight octants have coordinates with definite signs:
A point in space is represented by an ordered triple (x, y, z). The coordinate x is the distance from the YZ-plane, y the distance from the ZX-plane, and z the distance from the XY-plane.
For example, the point (2, 3, 4) is located 2 units along the x-axis, 3 units along the y-axis, and 4 units along the z-axis.
The distance between two points P(x1, y1, z1) and Q(x2, y2, z2) in space is:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2 + (z2 - z1)^2)
This is the three dimensional generalisation of the distance formula in the plane.
Example: The distance between (1, 2, 3) and (4, 6, 3) is sqrt((4-1)^2 + (6-2)^2 + (3-3)^2) = sqrt(9 + 16 + 0) = 5.
The distance of a point P(x, y, z) from the origin O(0, 0, 0) is:
d = sqrt(x^2 + y^2 + z^2)
If the point R divides the line segment joining P(x1, y1, z1) and Q(x2, y2, z2) in the ratio m : n internally, then:
R = ((m x2 + n x1)/(m + n), (m y2 + n y1)/(m + n), (m z2 + n z1)/(m + n))
For external division in the ratio m : n, replace n by -n.
For the midpoint (m : n = 1 : 1), the coordinates are:
R = ((x1 + x2)/2, (y1 + y2)/2, (z1 + z2)/2)
Given the coordinates of the end points, the coordinates of the point dividing the segment in the ratio m : n can be found using the section formula. Care must be taken with the signs: internal division uses the formula with both m and n positive, while external division uses -n.
| Location | Condition | Example |
|---|---|---|
| On x-axis | y = 0, z = 0 | (5, 0, 0) |
| On y-axis | x = 0, z = 0 | (0, 5, 0) |
| On z-axis | x = 0, y = 0 | (0, 0, 5) |
| In XY-plane | z = 0 | (1, 2, 0) |
| In YZ-plane | x = 0 | (0, 2, 3) |
| In ZX-plane | y = 0 | (1, 0, 3) |
| Formula | Expression |
|---|---|
| Distance between two points | sqrt((x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2) |
| Distance from origin | sqrt(x^2 + y^2 + z^2) |
| Section formula (internal, m:n) | ((m x2 + n x1)/(m+n), (m y2 + n y1)/(m+n), (m z2 + n z1)/(m+n)) |
| Midpoint | ((x1+x2)/2, (y1+y2)/2, (z1+z2)/2) |
Three dimensional geometry extends the coordinate method from the plane to space, providing a systematic way to describe positions using ordered triples. The coordinate axes and planes, the distance formula, and the section formula are the fundamental tools for working with points in space. Understanding how coordinates locate points, how octants are organised, and how segments are divided prepares students for the study of lines, planes, vectors, and solids in higher mathematics. These concepts are also essential for physics, computer graphics, and engineering, where three dimensional thinking is indispensable.