The coordinate plane is a tool for visualizing mathematical relationships. It lets you plot points, graph equations, and see how variables relate to each other. Understanding how to work with coordinates and graph lines is a core skill in algebra that shows up constantly in later courses.
This section covers how to plot points, graph linear equations using several methods, and recognize special relationships between lines. Getting comfortable with these techniques now will pay off when you hit systems of equations, inequalities, and eventually calculus.
Graphing in the Coordinate Plane
Points in rectangular coordinates
The coordinate plane is a two-dimensional surface formed by two number lines crossing at right angles. The horizontal line is the x-axis, the vertical line is the y-axis, and they meet at the origin, which has coordinates (0, 0).
Every point on the plane is described by an ordered pair (x, y). The x-coordinate (sometimes called the abscissa) tells you how far to move left or right from the origin. The y-coordinate (sometimes called the ordinate) tells you how far to move up or down.
To plot a point like (3, −2), start at the origin, move 3 units right, then 2 units down.
The axes divide the plane into four quadrants, numbered counterclockwise:
- Quadrant I: x > 0, y > 0 (upper right)
- Quadrant II: x < 0, y > 0 (upper left)
- Quadrant III: x < 0, y < 0 (lower left)
- Quadrant IV: x > 0, y < 0 (lower right)
Points that sit directly on an axis don't belong to any quadrant. For example, (0, 5) is on the y-axis, not in Quadrant I or II.
Methods for graphing linear equations
A linear equation in two variables has the general form , where , , and are real numbers and and are not both zero. The graph of any linear equation is a straight line, which means you only need two points to draw it. There are three common methods for finding those points.
Point-plotting method:
- Pick any value for and solve for (or vice versa) to get an ordered pair.
- Repeat with a different value to get a second point. Picking a third point as a check is a good habit.
- Plot the points and draw a straight line through them.
For example, given : if , then ; if , then . Plot (0, 6) and (1, 4), then connect them.
Intercept method:
- Find the x-intercept by setting and solving for .
- Find the y-intercept by setting and solving for .
- Plot both intercepts and draw the line through them.
This is often the fastest method when the equation is in standard form. Using the same example, : the x-intercept is (3, 0) and the y-intercept is (0, 6).
Slope-intercept method:
- Rewrite the equation in slope-intercept form: .
- Plot the y-intercept at (0, ).
- From that point, use the slope (rise over run) to locate a second point.
- Draw the line through both points.
For , rewrite as . The y-intercept is (0, 6) and the slope is , which means you go down 2 units and right 1 unit to reach the next point, (1, 4).
Vertical vs. horizontal lines
These are two special cases that don't fit neatly into slope-intercept form.
- Vertical lines have the equation , where is a constant. Every point on the line has the same x-coordinate. A vertical line is parallel to the y-axis, and its slope is undefined (because the run is zero, and you can't divide by zero).
- Horizontal lines have the equation , where is a constant. Every point on the line has the same y-coordinate. A horizontal line is parallel to the x-axis, and its slope is zero (the line doesn't rise at all).
A common mistake is mixing these up. Remember: is a vertical line passing through (3, 0), while is a horizontal line passing through (0, 3).

Intercepts and Graphing Techniques
Intercepts of linear equations
- The x-intercept is the point where the graph crosses the x-axis. At this point, . To find it, substitute into the equation and solve for .
- The y-intercept is the point where the graph crosses the y-axis. At this point, . To find it, substitute into the equation and solve for .
Write intercepts as ordered pairs. For : setting gives , so the x-intercept is (4, 0). Setting gives , so the y-intercept is (0, −3).
One thing to watch: if the line passes through the origin, both intercepts are (0, 0). In that case, the intercept method only gives you one point, so you'll need to find a second point by plugging in a value for or .
Efficient line graphing techniques
You should be comfortable recognizing and using all three forms of a linear equation:
Slope-intercept form
- is the slope and is the y-intercept.
- This is the most convenient form for graphing because you can read the slope and y-intercept directly.
Point-slope form
- is the slope and is a specific point on the line.
- This form is most useful when you know the slope and one point (but that point isn't the y-intercept). Plot the known point, then use the slope to find a second point.
Standard form
- , , and are constants.
- The intercept method works well here: find both intercepts, plot them, and draw the line.
Whichever form you start with, you can always convert to another. The most common conversion is rearranging standard form into slope-intercept form by isolating .

Slope and Special Line Relationships
Slope of a line
Slope measures the steepness of a line and the rate at which changes relative to . It's calculated as "rise over run":
Pick any two points on the line, and , and plug them in. The order doesn't matter as long as you're consistent (don't subtract the first y from the second and then the second x from the first).
For example, the slope between (1, 2) and (4, 8) is .
What the sign of the slope tells you:
- Positive slope: the line rises from left to right.
- Negative slope: the line falls from left to right.
- Zero slope: the line is horizontal.
- Undefined slope: the line is vertical.
Parallel and perpendicular lines
Parallel lines never intersect and have the same slope. If one line has slope , any line parallel to it also has slope 3. Their y-intercepts will be different (otherwise they'd be the same line).
Perpendicular lines intersect at a 90° angle. Their slopes are negative reciprocals of each other. That means if one line has slope , the perpendicular line has slope .
For example, if a line has slope , a perpendicular line has slope . You flip the fraction and change the sign.
A quick check: multiply the two slopes together. If the product is , the lines are perpendicular. ( ✓)
Note that vertical and horizontal lines are perpendicular to each other, but this pair is a special case since vertical lines have undefined slope, so the negative reciprocal rule doesn't apply directly.