Three-Dimensional Coordinate Geometry
students, imagine a drone flying over a city 🌆. To describe where it is, you need more than just left-right and up-down. You also need to know how far forward or backward it is. That is exactly why three-dimensional coordinate geometry matters. In this lesson, you will learn how points, lines, and planes are described in $3$-D space, how distances and midpoints are found, and how these ideas connect to the rest of Geometry and Trigonometry.
Introduction: What you will learn
By the end of this lesson, students, you should be able to:
- explain the main ideas and vocabulary of three-dimensional coordinate geometry,
- use coordinates to describe points, lines, and planes,
- apply geometric reasoning in $3$-D settings,
- connect coordinate methods with vectors, trigonometry, and spatial reasoning,
- interpret and use evidence from diagrams, equations, and calculations.
Three-dimensional coordinate geometry is powerful because it turns a space problem into a calculation problem. Instead of guessing distances or angles in space, you can use coordinates, equations, and algebra to find exact answers. That is why this topic is an important part of IB Mathematics: Analysis and Approaches HL ✨.
Points, axes, and distance in $3$-D space
In $3$-D coordinate geometry, a point is written as $P(x,y,z)$. The three coordinates tell you how far the point is from the origin along the $x$-axis, $y$-axis, and $z$-axis. These axes are usually drawn so that they meet at right angles. The origin is $O(0,0,0)$.
A key idea is that a point in space is not just a location on a flat page. It is a location in space, like a corner of a room or the position of a satellite 🌍.
The distance between two points $A(x_1,y_1,z_1)$ and $B(x_2,y_2,z_2)$ is found using the $3$-D distance formula:
$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}$$
This formula comes from the Pythagorean theorem applied twice: once in a horizontal plane and once in space.
Example
Find the distance between $A(1,2,3)$ and $B(4,6,3)$.
First, substitute into the distance formula:
$$d=\sqrt{(4-1)^2+(6-2)^2+(3-3)^2}$$
$$d=\sqrt{3^2+4^2+0^2}$$
$$d=\sqrt{25}=5$$
So the distance is $5$ units. Notice that the $z$-coordinates are the same, so the segment lies in a plane parallel to the $xy$-plane.
The midpoint of the segment joining $A(x_1,y_1,z_1)$ and $B(x_2,y_2,z_2)$ is
$$M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2},\frac{z_1+z_2}{2}\right)$$
This gives the point exactly halfway between the two points in space.
Direction vectors and equations of lines
A line in $3$-D can be described using a point and a direction vector. A direction vector shows the line’s direction. If a line passes through point $A(x_1,y_1,z_1)$ and has direction vector $\mathbf{d}=\langle a,b,c\rangle$, then a vector equation of the line is
$$\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$$
where $\mathbf{r}$ is the position vector of any point on the line, $\mathbf{a}$ is the position vector of the given point, and $\lambda$ is a scalar parameter.
In coordinate form, this becomes
$$x=x_1+a\lambda,\quad y=y_1+b\lambda,\quad z=z_1+c\lambda$$
This is called a parametric equation of the line.
Example
A line passes through $P(2,-1,4)$ and has direction vector $\langle 3,2,-5\rangle$. Its parametric equations are
$$x=2+3\lambda,\quad y=-1+2\lambda,\quad z=4-5\lambda$$
If you need another point on the line, choose a value of $\lambda$. For example, when $\lambda=1$, the point is $(5,1,-1)$.
This method is useful because a line in $3$-D does not usually have a single equation like a line in $2$-D. Instead, you describe it using a point and a direction.
Planes in space
A plane is a flat surface extending in all directions, like a tabletop or a wall. In coordinate geometry, a plane can be described by an equation of the form
$$ax+by+cz=d$$
where $a$, $b$, and $c$ are constants and at least one of them is not zero. The vector $\langle a,b,c\rangle$ is normal to the plane, meaning it is perpendicular to the plane.
This is one of the most important ideas in the topic: a plane is often defined using a normal vector. If a plane passes through the point $P(x_1,y_1,z_1)$ and has normal vector $\mathbf{n}=\langle a,b,c\rangle$, then its equation is
$$a(x-x_1)+b(y-y_1)+c(z-z_1)=0$$
This is called the scalar form of the equation of a plane.
Example
Find the equation of the plane through $P(1,2,3)$ with normal vector $\langle 2,-1,4\rangle$.
Use the point-normal form:
$$2(x-1)-1(y-2)+4(z-3)=0$$
Expanding gives
$$2x-2-y+2+4z-12=0$$
$$2x-y+4z-12=0$$
So the plane is
$$2x-y+4z=12$$
Planes are essential in modelling surfaces such as ramps, floors, and simplified engineering shapes 🏗️.
Intersections, relationships, and reasoning
A major part of three-dimensional coordinate geometry is understanding how objects relate to each other. For example:
- two lines may intersect, be parallel, or be skew,
- a line may lie in a plane, be parallel to a plane, or intersect a plane,
- two planes may be parallel or intersect in a line.
These relationships can often be checked using direction vectors and normal vectors.
Two lines are parallel if their direction vectors are scalar multiples. A line is perpendicular to a plane if its direction vector is parallel to the plane’s normal vector. Two planes are parallel if their normal vectors are scalar multiples.
Example
Suppose a line has direction vector $\langle 1,2,3\rangle$ and a plane has normal vector $\langle 2,4,6\rangle$. Since these vectors are scalar multiples, the line is perpendicular to the plane.
This kind of reasoning is common in IB questions because it combines algebra, geometry, and clear mathematical explanation. You may be asked to justify whether objects are parallel or perpendicular using vector evidence.
Why this topic matters in IB Mathematics: AA HL
Three-dimensional coordinate geometry connects directly to the wider Geometry and Trigonometry topic because it uses space, direction, angle, distance, and structure. It also connects to vectors, which are a major tool in the course.
Here is why it is important:
- It gives exact methods for describing space.
- It helps solve problems involving lines, planes, and intersections.
- It supports later work with vector geometry and spatial reasoning.
- It strengthens algebraic fluency through equations and parameters.
- It builds the habit of using evidence, such as a calculated distance or a normal vector, to support conclusions.
In real life, these methods are used in architecture, navigation, robotics, computer graphics, and physics. For example, a camera in a video game might need to know where a wall plane is, or a delivery drone might need to travel along a line from one point to another 📦.
Conclusion
Three-dimensional coordinate geometry gives you a language for describing and analyzing space. Points are written with three coordinates, distances are found with the $3$-D distance formula, lines are described by a point and a direction vector, and planes are described by equations and normal vectors. These ideas help you reason clearly about position, direction, and intersection in space.
students, this lesson is a foundation for many later skills in IB Mathematics: Analysis and Approaches HL. When you can move confidently between diagrams, equations, and geometric meaning, you are using the core strengths of coordinate geometry.
Study Notes
- A point in space is written as $P(x,y,z)$.
- The origin is $O(0,0,0)$.
- The distance between $A(x_1,y_1,z_1)$ and $B(x_2,y_2,z_2)$ is $d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}$.
- The midpoint of a segment is $M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2},\frac{z_1+z_2}{2}\right)$.
- A line in $3$-D can be written as $\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$.
- Parametric equations of a line are $x=x_1+a\lambda$, $y=y_1+b\lambda$, and $z=z_1+c\lambda$.
- A plane often has equation $ax+by+cz=d$.
- A normal vector to the plane $ax+by+cz=d$ is $\langle a,b,c\rangle$.
- The point-normal form of a plane is $a(x-x_1)+b(y-y_1)+c(z-z_1)=0$.
- Parallel direction vectors show parallel lines.
- A line is perpendicular to a plane if its direction vector is parallel to the plane’s normal vector.
- Two planes are parallel if their normal vectors are scalar multiples.
- Three-dimensional coordinate geometry is a core link between geometry, trigonometry, and vectors in IB Mathematics: Analysis and Approaches HL.
