Skip to main content

Graphing on the Coordinate Plane

Plot points and linear equations on the coordinate plane, identify x- and y-intercepts, and build a table of values to sketch any line.

Lesson 9 of 11 Algebra & Equations Beginner ⏱ 9 min read
πŸ”₯ Why This Matters

Every chart you've ever seen β€” a stock price over time, a temperature reading for the week, a sales growth curve β€” is a graph on a coordinate plane. The ability to plot points and read graphs is how mathematics becomes visible. In data analysis, engineering, and business, communicating with graphs is as essential as communicating with words.

🎯 What You'll Learn
  • Identify the four quadrants and plot any ordered pair (x, y)
  • Build a table of values to graph a linear equation
  • Find x-intercepts and y-intercepts from an equation or graph
πŸ“– Key Vocabulary
Coordinate PlaneA flat surface formed by two perpendicular number lines: horizontal x-axis and vertical y-axis. OriginThe point (0, 0) where the x- and y-axes intersect. Ordered Pair(x, y) β€” the x-coordinate tells how far left/right; y tells how far up/down. x-InterceptWhere the graph crosses the x-axis (y = 0). y-InterceptWhere the graph crosses the y-axis (x = 0). Linear EquationAn equation whose graph is a straight line β€” every (x, y) pair satisfies the equation.
Key Concept β€” The Four Quadrants
Q II
(βˆ’, +)
Q I
(+, +)
Q III
(βˆ’, βˆ’)
Q IV
(+, βˆ’)

Move right for positive x, left for negative x. Move up for positive y, down for negative y. Always go horizontal first (x), then vertical (y).

Building a Table of Values

To graph \(y = 2x - 1\), pick several x values, compute y, and plot:

Table of Values β€” y = 2x βˆ’ 1

x2x βˆ’ 1yPoint
βˆ’12(βˆ’1)βˆ’1βˆ’3(βˆ’1, βˆ’3)
02(0)βˆ’1βˆ’1(0, βˆ’1)
12(1)βˆ’11(1, 1)
22(2)βˆ’13(2, 3)

Plot these four points and connect with a straight line to graph y = 2x βˆ’ 1.

Worked Example 1 β€” Basic: Plotting Points

Plot the points A(3, 2), B(βˆ’2, 4), C(0, βˆ’3), and D(βˆ’1, βˆ’1).

  • A(3, 2): right 3, up 2 β†’ Quadrant I
  • B(βˆ’2, 4): left 2, up 4 β†’ Quadrant II
  • C(0, βˆ’3): no horizontal move, down 3 β†’ on the y-axis
  • D(βˆ’1, βˆ’1): left 1, down 1 β†’ Quadrant III
Worked Example 2 β€” Intermediate: Finding Intercepts

Find the x- and y-intercepts of \(3x + 2y = 12\).

  • y-intercept (set x=0): \(3(0) + 2y = 12\) β†’ \(y = 6\) β†’ point (0, 6)
  • x-intercept (set y=0): \(3x + 2(0) = 12\) β†’ \(x = 4\) β†’ point (4, 0)

Plot (0, 6) and (4, 0), then draw a line through them.

Worked Example 3 β€” Real World: Sales Over Time

A store's monthly revenue is modeled by \(R = 500m + 2000\) where m = months since opening. Find the initial revenue (y-intercept) and when revenue reaches $7,000.

  • y-intercept (m=0): \(R = 2000\) β†’ the store opened with $2,000 in revenue.
  • Set R = 7000: \(500m + 2000 = 7000\) β†’ \(500m = 5000\) β†’ \(m = 10\)

Revenue hits $7,000 at month 10. The y-intercept tells you the starting value.

✏️ Quick Check
  1. Which quadrant contains the point (βˆ’3, 5)?
  2. Find both intercepts of \(4x - y = 8\).
  3. Complete the table for \(y = -x + 3\) at x = βˆ’1, 0, 1, 2.
β–Ά Show Answers
  1. Quadrant II β€” negative x, positive y.
  2. x-intercept: set y=0: \(4x=8\), point (2, 0). y-intercept: set x=0: \(-y=8\), point (0, βˆ’8).
  3. y values: 4, 3, 2, 1 β†’ points (βˆ’1,4), (0,3), (1,2), (2,1).
⚠️ Common Mistakes
  • Reversing (x, y) order: In (3, 5), the 3 is always x (horizontal) and 5 is always y (vertical). Never flip them.
  • Wrong intercept substitution: For the x-intercept, set y = 0 (not x). For the y-intercept, set x = 0 (not y).
  • Not plotting enough points: Two points define a line, but plot at least 3 to catch any calculation errors.
βœ… Key Takeaways
  • Ordered pairs (x, y): x is horizontal (left/right), y is vertical (up/down).
  • y-intercept: set x = 0 and solve for y. x-intercept: set y = 0 and solve for x.
  • Build a table of values by picking at least 3 x-values and computing y.
  • Any two points determine a unique line β€” three confirms you plotted correctly.
πŸ’Ό Career Connection β€” Data Science & Analytics

Data scientists plot scatter graphs to visualize relationships between variables β€” identifying trends, outliers, and correlations. Every data visualization tool (Excel, Tableau, Python's matplotlib) is built on the coordinate plane. Reading and interpreting these graphs β€” finding intercepts, understanding slope β€” is a fundamental skill for any data-driven profession.

Calculator Connection

The Function Plotter graphs any equation in slope-intercept form β€” enter your equation and see the line plotted instantly with intercepts labeled. The Slope-Intercept Form Calculator helps you convert any linear equation to y = mx + b form for easy graphing.

Interactive Diagram

Drag the elements to explore the concept hands-on.

Try it with the Calculator

Apply what you've learned with these tools.

Function Plotter
A high-performance interactive graphing calculator powered by Math.js and ECharts.
Use calculator β†’
Slope-Intercept Form Calculator
Convert a point and a slope, or two points, into the y = mx + b equation of a line.
Use calculator β†’
← Previous Lesson
Back to
Introduction to Inequalities
Continue Learning
Up Next: Slope and Linear Relationships
Next Lesson →
Test Your Knowledge

Graphing on the Coordinate Plane - Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Algebra & Equations

Understanding Order of Operations Variables and Expressions Order of Operations (PEMDAS) with Variables
← All Algebra & Equations lessons