functions
Plotting Points From a Table
Read each table row as a coordinate pair and see how a table becomes points on a graph.
1. Hook: Why This Matters
A table is not only something to calculate from. If we read each row as a pair of numbers, the whole table can start to become a picture on a graph.
This is the bridge from table data to functions and straight-line graphs.
2. Intuition: One Row Becomes One Point
If one row says x = 2 and y = 5, we can write that point as (2, 5).
3. Formal Definition: The Rule
For a table like this:
x | y |
|---|---|
| 0 | 1 |
| 1 | 3 |
| 2 | 5 |
each row becomes a point:
- row 1 becomes
(0, 1) - row 2 becomes
(1, 3) - row 3 becomes
(2, 5)
The rule is
4. Interactive Exploration: Track Each Row
Use this table as a mental picture and imagine where each point lands.
Time in minutes x | Water level in grid units y | Point on the graph |
|---|---|---|
| 0 | 2 | (0, 2) |
| 1 | 5 | (1, 5) |
| 2 | 8 | (2, 8) |
| 3 | 11 | (3, 11) |
Guiding questions:
- When
xincreases by 1, how doesychange? - Should the points move from left to right?
- If one row is missing, is the graph pattern still clear?
5. Step-by-step Example
Example
This table shows total points after completing small tasks.
Number of tasks x | Total points y |
|---|---|
| 0 | 4 |
| 1 | 6 |
| 2 | 8 |
Write all the graph points.
Step-by-step Thinking
- Read the first row:
x = 0,y = 4, so the point is(0, 4). - Read the second row:
x = 1,y = 6, so the point is(1, 6). - Read the third row:
x = 2,y = 8, so the point is(2, 8). - Check that every point writes
xbeforey.
The points are (0, 4), (1, 6), and (2, 8).
6. Common Mistakes
Common mistake
Do not forget that x is the first coordinate. The row x = 1, y = 6
becomes (1, 6), not (6, 1).
Common mistake
Do not draw a line too early. This lesson turns table rows into points. The next step is noticing whether the points follow a steady pattern.
7. Mini Exercise
Try this
Write the graph points from this table.
x | y |
|---|---|
| -1 | 3 |
| 0 | 1 |
| 1 | -1 |
- What is the point from the first row?
- Which point lies on the y-axis?
- How much does
ychange whenxincreases from 0 to 1?
8. Summary
- One row in an
x, ytable becomes one point on a graph. - Coordinates are still written as
(x, y). - A table helps us see several points at once.
- When the points form a pattern, we can ask whether a rule is hiding behind it.
9. Related Lessons
- Coordinate Plane Basics
- Repeated Change as a Rule
- Understanding Linear Functions Through Slope