Coordinate Geometry: Plotting Points and Graphs
Introduction to Coordinate Geometry
Coordinate geometry, also known as Cartesian geometry, is a branch of mathematics that connects algebra and geometry by using a coordinate system to describe the exact position of points, lines, and shapes on a flat, two-dimensional surface called a plane. This system, named after the French mathematician René Descartes, allows geometric problems to be solved using algebraic methods, and is fundamental to graphing, mapping, computer graphics, and many areas of science and engineering.
The Cartesian Plane
The Cartesian plane consists of two perpendicular number lines that intersect at a point called the origin. The horizontal number line is called the x-axis, and the vertical number line is called the y-axis. These two axes divide the plane into four regions called quadrants, numbered counter-clockwise starting from the top right: the first quadrant (positive x, positive y), the second quadrant (negative x, positive y), the third quadrant (negative x, negative y), and the fourth quadrant (positive x, negative y).
Coordinates of a Point
Every point on the Cartesian plane can be uniquely described using an ordered pair of numbers, written as (x, y), where x represents the point's horizontal distance from the origin (positive to the right, negative to the left), and y represents the point's vertical distance from the origin (positive upward, negative downward). For example, the point (3, 5) is located 3 units to the right of the origin and 5 units above it, while the point (−2, 4) is located 2 units to the left of the origin and 4 units above it.
Plotting Points on the Cartesian Plane
To plot a point given its coordinates (x, y), start at the origin, move horizontally along the x-axis by the value of x (right if positive, left if negative), then move vertically by the value of y (up if positive, down if negative), and mark the resulting position with a dot. Practising plotting a variety of points across all four quadrants helps build confidence and accuracy in reading and using coordinates.
The Origin
The origin is the fixed point where the x-axis and y-axis intersect, with coordinates (0, 0). It serves as the reference point from which all other coordinates on the plane are measured.
Distance Between Two Points
The straight-line distance between two points on the Cartesian plane, with coordinates (x₁, y₁) and (x₂, y₂), can be calculated using a formula derived from Pythagoras' Theorem: Distance = √((x₂−x₁)² + (y₂−y₁)²). For example, the distance between the points (1, 2) and (4, 6) is √((4−1)² + (6−2)²) = √(3² + 4²) = √(9+16) = √25 = 5 units.
The Midpoint of a Line Segment
The midpoint of a line segment connecting two points (x₁, y₁) and (x₂, y₂) is the point exactly halfway between them, calculated by averaging the x-coordinates and averaging the y-coordinates separately: Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2). For example, the midpoint of the segment connecting (2, 3) and (8, 7) is ((2+8)/2, (3+7)/2) = (5, 5).
The Gradient (Slope) of a Line
The gradient (or slope) of a straight line describes how steep the line is, and is calculated as the ratio of the vertical change to the horizontal change between any two points on the line: Gradient (m) = (y₂−y₁) / (x₂−x₁). For example, the gradient of the line passing through points (1, 2) and (4, 11) is (11−2)/(4−1) = 9/3 = 3, meaning the line rises 3 units for every 1 unit it moves to the right.
Interpreting the Gradient
A positive gradient means the line slopes upward from left to right. A negative gradient means the line slopes downward from left to right. A gradient of zero means the line is perfectly horizontal (flat), since there is no vertical change. A line with an undefined gradient is perfectly vertical, since it would require division by zero (no horizontal change) in the gradient formula.
The Equation of a Straight Line
The equation of a straight line is commonly written in the form y = mx + c, where m represents the gradient of the line, and c represents the y-intercept — the point where the line crosses the y-axis (where x = 0). For example, in the equation y = 2x + 3, the gradient is 2, and the line crosses the y-axis at the point (0, 3).
Finding the Equation of a Line from Two Points
To find the equation of a line passing through two given points, first calculate the gradient using the gradient formula, then substitute the gradient and the coordinates of one of the points into the equation y = mx + c to solve for c. For example, for a line passing through (1, 5) and (3, 9): gradient m = (9−5)/(3−1) = 4/2 = 2; substituting the point (1, 5) into y = mx + c gives 5 = 2(1) + c, so c = 3; the equation of the line is therefore y = 2x + 3.
Parallel and Perpendicular Lines
Two lines are parallel if and only if they have the exact same gradient, meaning they never meet, no matter how far they are extended. Two lines are perpendicular (meeting at a right angle) if the product of their gradients equals −1; in other words, the gradient of one line is the negative reciprocal of the gradient of the other. For example, a line with a gradient of 2 is perpendicular to a line with a gradient of −1/2, since 2 × (−1/2) = −1.
Real-Life Applications of Coordinate Geometry
Coordinate geometry has numerous real-life applications: GPS navigation systems use coordinates to pinpoint exact locations on Earth; computer graphics and video game design rely on coordinate systems to position and move objects on screen; architects and engineers use coordinate geometry to design and plan buildings and structures; and geographic mapping systems use coordinate grids to represent locations, distances, and boundaries accurately.
Common Mistakes in Coordinate Geometry
Common errors include confusing the order of coordinates (remembering that the x-coordinate always comes first, followed by the y-coordinate), making sign errors when working with negative coordinates, mixing up the formulas for distance, midpoint, and gradient, and making arithmetic mistakes when substituting values into these formulas.
Summary
Coordinate geometry uses the Cartesian plane, defined by a horizontal x-axis and vertical y-axis, to describe the exact position of points using ordered pairs (x, y). Key formulas include the distance formula (derived from Pythagoras' Theorem), the midpoint formula, and the gradient formula, all of which support working with straight lines, described by the equation y = mx + c. Understanding parallel and perpendicular lines, along with these core formulas, provides an essential foundation for graphing, mapping, and many practical applications across science, technology, and engineering.
Practising Coordinate Geometry Skills
Coordinate geometry rewards regular practice plotting points accurately, calculating distances and midpoints between varied pairs of coordinates, and finding the equations of lines from different combinations of given information, such as two points, or one point and a gradient. Sketching a quick diagram before calculating is a valuable habit, since it helps confirm whether an answer, such as a calculated gradient or distance, is reasonable given the visual positions of the points involved.
Worked Examples
Example 1: Find the distance between the points (2, 3) and (6, 6). Distance = √((6−2)² + (6−3)²) = √(16 + 9) = √25 = 5 units.
Example 2: Find the midpoint of the segment joining (4, 2) and (10, 8). Midpoint = ((4+10)/2, (2+8)/2) = (7, 5).
Example 3: Find the gradient of the line passing through (2, 1) and (5, 10). Gradient = (10−1)/(5−2) = 9/3 = 3.
Example 4: Find the equation of a line with gradient −2 that crosses the y-axis at (0, 4). Using y = mx + c: y = −2x + 4.
Example 5: State whether lines with gradients 4 and −1/4 are perpendicular. Product of gradients = 4 × (−1/4) = −1, so the lines are perpendicular.
Student Exercise
Solve the following problems, showing all your working:
- Find the distance between the points (1, 1) and (4, 5).
- Find the midpoint of the segment joining (3, 6) and (9, 2).
- Find the gradient of the line passing through (2, 3) and (6, 11).
- Find the equation of a line with gradient 3 passing through (0, 2).
- Find the equation of the line passing through (1, 4) and (3, 10).
- State whether the lines with gradients 5 and −1/5 are perpendicular.
- State whether two lines with gradients 3 and 3 are parallel.
- In which quadrant does the point (−4, 7) lie?
- Find the distance between the points (0, 0) and (9, 12).
- Find the y-intercept of the line y = 5x − 7.
Test yourself on Mathematics
Track your reading & take quizzes
Create free account