Coordinate Geometry 📍
Coordinate geometry is the study of shapes, lines, and positions using numbers on a coordinate plane. students, this topic helps you turn geometric problems into algebra, which makes many questions easier to solve. In IB Mathematics Analysis and Approaches SL, coordinate geometry is important because it connects algebraic reasoning with visual geometry. You will use coordinates to describe points, find distances, prove shapes, and work with lines and circles.
What you will learn
- How to describe points and shapes using coordinates
- How to find the gradient, midpoint, and distance between points
- How to write and use equations of lines and circles
- How coordinate geometry links to the wider study of Geometry and Trigonometry
A key idea is that geometry does not have to be only about drawing shapes. With coordinates, you can use calculations to prove facts. For example, you can show that two lines are parallel by comparing gradients, or prove that a triangle is right-angled using distances. This is one reason coordinate geometry is such a powerful tool ✨
1. Points, coordinates, and the coordinate plane
A point in the plane is written as $(x, y)$, where $x$ is the horizontal position and $y$ is the vertical position. The two number lines that form the plane are the $x$-axis and the $y$-axis. Their intersection is the origin, $(0,0)$.
In many problems, the first step is to identify where points are located. For example, if $A=(3,2)$ and $B=(-1,5)$, then point $A$ is 3 units to the right and 2 units up from the origin, while point $B$ is 1 unit left and 5 units up. This simple notation allows us to describe geometric situations exactly.
Coordinate geometry is useful because it gives precision. A sketch may show shape and direction, but coordinates let you calculate. This is especially helpful in IB questions where you must justify an answer with mathematical reasoning, not only a diagram.
A common IB skill is reading information from a diagram and converting it into coordinate form. For instance, if a square is placed on a grid, you may be given one vertex and asked to find the others. Once the coordinates are known, you can use formulas to test lengths, gradients, and symmetry.
2. Distance and midpoint
Two of the most important tools in coordinate geometry are the distance formula and the midpoint formula.
If two points are $A=(x_1,y_1)$ and $B=(x_2,y_2)$, then the distance between them is
$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$$
This formula comes from Pythagoras’ theorem. The horizontal change is $x_2-x_1$ and the vertical change is $y_2-y_1$. These form the legs of a right triangle, and the line segment $AB$ is the hypotenuse.
Example: let $A=(1,2)$ and $B=(5,5)$. Then
$$d=\sqrt{(5-1)^2+(5-2)^2}=\sqrt{4^2+3^2}=\sqrt{25}=5$$
So the points are 5 units apart.
The midpoint of the segment joining $A=(x_1,y_1)$ and $B=(x_2,y_2)$ is
$$M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$$
This gives the point exactly halfway between the two endpoints. For example, if $A=(2,-4)$ and $B=(8,6)$, then
$$M=\left(\frac{2+8}{2},\frac{-4+6}{2}\right)=(5,1)$$
Midpoints are often used to prove that a quadrilateral is a parallelogram or to find the center of a line segment. In real life, midpoint ideas appear in design and navigation, such as finding the point halfway between two locations on a map 🗺️
3. Gradient and the equation of a line
The gradient tells us how steep a line is. For points $A=(x_1,y_1)$ and $B=(x_2,y_2)$, the gradient is
$$m=\frac{y_2-y_1}{x_2-x_1}$$
This is also called slope. A positive gradient means the line rises from left to right, a negative gradient means it falls, and a gradient of $0$ means the line is horizontal.
Example: for $A=(2,1)$ and $B=(6,9)$,
$$m=\frac{9-1}{6-2}=\frac{8}{4}=2$$
So the line rises 2 units for every 1 unit moved to the right.
A line can be written in several forms. The most common is the gradient-intercept form:
$$y=mx+c$$
Here, $m$ is the gradient and $c$ is the $y$-intercept, the point where the line crosses the $y$-axis.
If a line has gradient $3$ and crosses the $y$-axis at $-2$, then its equation is
$$y=3x-2$$
If you know a point and the gradient, you can find the equation using point-gradient form:
$$y-y_1=m(x-x_1)$$
Example: a line passes through $(4,7)$ with gradient $-1$. Then
$$y-7=-1(x-4)$$
This simplifies to
$$y=-x+11$$
Gradients also help you compare lines. If two lines have the same gradient, they are parallel. If the product of their gradients is $-1$, they are perpendicular, provided both gradients are defined. This connects coordinate geometry to geometric properties in a powerful way.
4. Intersections, parallel lines, and perpendicular lines
Coordinate geometry often asks you to find where lines meet or whether lines are parallel or perpendicular. These questions combine algebra with geometric reasoning.
To find the intersection of two lines, you solve their equations at the same time. For example, if
$$y=2x+1$$
and
$$y=-x+7$$
then at the intersection the $y$ values are equal, so
$$2x+1=-x+7$$
Solving gives
$$3x=6 \quad \Rightarrow \quad x=2$$
Substitute into one equation:
$$y=2(2)+1=5$$
So the lines intersect at $(2,5)$.
Parallel lines have equal gradients. For example, $y=4x-3$ and $y=4x+8$ are parallel because both have gradient $4$.
Perpendicular lines have gradients that multiply to $-1$. For example, a line with gradient $2$ is perpendicular to a line with gradient $-\frac{1}{2}$ because
$$2\cdot\left(-\frac{1}{2}\right)=-1$$
This idea is very useful in proofs. Suppose you are asked to show that a quadrilateral is a rectangle. You might calculate gradients of adjacent sides to prove they are perpendicular and gradients of opposite sides to prove they are parallel.
5. Circles in coordinate geometry
A circle is the set of all points at a fixed distance from a center point. In coordinate geometry, its equation is built from that distance idea.
If the center is $(a,b)$ and the radius is $r$, then the equation of the circle is
$$(x-a)^2+(y-b)^2=r^2$$
This formula tells us that any point $(x,y)$ on the circle is exactly $r$ units from the center.
Example: a circle with center $(2,-1)$ and radius $5$ has equation
$$(x-2)^2+(y+1)^2=25$$
Notice that $y-(-1)$ becomes $y+1$.
Coordinate geometry can also help determine whether a point lies on a circle. If the point satisfies the equation, then it lies on the circle. For example, check whether $(5,3)$ lies on the circle above:
$$(5-2)^2+(3+1)^2=3^2+4^2=9+16=25$$
Since the result is $25$, the point lies on the circle.
Circles connect naturally to the rest of Geometry and Trigonometry because they involve distance, symmetry, and angle relationships. In more advanced questions, lines may intersect circles, tangents may be studied, and radii may be related to perpendicular lines.
6. Using coordinate geometry in IB-style reasoning
IB questions often ask you to show something is true, not just calculate it. Coordinate geometry supports this because every step can be justified.
For example, to prove that triangle $ABC$ is isosceles, you can calculate two side lengths with the distance formula and show they are equal. To prove a shape is a square, you might show that all sides are equal and that adjacent sides are perpendicular. To prove that a point is the midpoint of a segment, you can use the midpoint formula or compare distances.
Another common skill is choosing the most efficient method. Sometimes gradients are faster than lengths. For instance, if you need to know whether two segments are parallel, there is no need to calculate their lengths. You only need the gradients. That saves time and reduces errors.
Coordinate geometry also connects to algebraic manipulation. You may need to expand brackets, solve equations, or rearrange formulas. This is why it fits neatly within IB Mathematics Analysis and Approaches SL: it combines exact calculation, logical reasoning, and geometric interpretation.
A real-world example is mapping and GPS 📍 A navigation system uses coordinates to describe positions, measure distances, and estimate routes. While school problems are usually simpler, the same mathematical ideas are used in technology, engineering, and design.
Conclusion
Coordinate geometry is a central part of Geometry and Trigonometry because it turns geometric ideas into algebraic tools. students, by using coordinates, you can find distances, gradients, midpoints, and equations of lines and circles. You can also prove properties of shapes more clearly and efficiently. In IB Mathematics Analysis and Approaches SL, this topic builds problem-solving skills that are useful across the course. It connects directly to reasoning about shapes, positions, and relationships in the plane, and it prepares you for more advanced work with geometric and trigonometric methods.
Study Notes
- A point is written as $(x,y)$.
- The distance formula is $d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$.
- The midpoint formula is $M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$.
- The gradient of a line through $(x_1,y_1)$ and $(x_2,y_2)$ is $m=\frac{y_2-y_1}{x_2-x_1}$.
- A line can be written as $y=mx+c$.
- A line through $(x_1,y_1)$ with gradient $m$ can be written as $y-y_1=m(x-x_1)$.
- Parallel lines have equal gradients.
- Perpendicular gradients satisfy $m_1m_2=-1$.
- The equation of a circle with center $(a,b)$ and radius $r$ is $(x-a)^2+(y-b)^2=r^2$.
- Coordinate geometry links algebra with geometry and is useful for proofs, calculations, and real-world applications.
