Plotting Points
Simple Explanation
Plotting a point means marking its exact location using its ordered pair. Start at the origin, move horizontally for the x-value, then move vertically for the y-value, and mark that spot.
Why Do We Need It?
Plotting turns abstract number pairs into a picture you can reason about visually β the bridge between algebra (numbers) and geometry (shapes and positions).
See It
A coordinate plane with one draggable point, currently at (2, 3)
Worked Example
Plot a point with negative coordinates
Plot the point (-4, 2) on the coordinate plane.
Why Does This Work?
Because x and y measure independent, perpendicular directions, you can move along them one at a time, in either order, and still land on the same unique spot.
Real-Life Example
Dropping a pin on a map app
Digital maps place a pin using two independent values β how far east/west and how far north/south from a reference point.
Plotting (x, y) is the same two-step process: horizontal position, then vertical position.
Practice
Which of these correctly describes how to plot (3, -5)?
EasyCommon mistake
Plotting (y, x) instead of (x, y) β always move horizontally first, using the first number.
Quick Review
- Start at the origin every time.
- Move horizontally first using x, then vertically using y.
- Positive x/y means right/up; negative x/y means left/down.