Activity: From Table to Graph and Equation

In this activity we learn how to:

Tables, equations and graphs are just different ways of showing the same function.

What's a Function?

A function is a rule that takes an input value (x) and produces exactly one output value (y) for each x.

We can show a function many ways including:

Example Table

x y
1 3
2 5
3 7

Drawing the Graph from a Table

To draw a graph from a table:

  1. Draw horizontal and vertical axes
  2. Label the horizontal axis x and the vertical axis y
  3. Plot each pair of values (x, y) as a point

Writing the Equation

Let's assume the function is a straight line, because the points look evenly spaced.

A simple straight line follows this form:

y = mx + b

From the table:

  • y increases by 2, so m = 2
  • When x = 0, y would be 1, so b = 1

Equation: y = 2x + 1

Drawing the Graph from an Equation

Start with the equation:

y = 2x + 1

we can:

x y
0 1
1 3
2 5
3 7

A Different Kind of Pattern (Curved Graph)

Not all patterns have a constant change.

When the change itself changes, the graph is curved instead of straight.

Example Table

x y
−2 4
−1 1
0 0
1 1
2 4

Here the change in y isn't the same each time.

Graphing the Pattern

We graph it the same way:

  1. Plot each (x, y) point
  2. Do not join with straight lines
  3. Draw a smooth curve through the points

Looking for the Rule

Curved patterns often come from equations with x2.

This curved graph may be a parabola.

Let's test a simple rule:

y = x2

Let's try some sample values:

When x = −1
y = (−1)2 = 1
When x = 0
y = 02 = 0
When x = 2
y = 22 = 4

In fact our equation matches every row of the table. This may be a coincidence, but let's go with it!

Your Turn

Question 1

x y
1 5
2 8
3 11
  • Plot the graph
  • Find the equation

Question 2

x y
−2 6
−1 3
0 2
1 3
2 6
  • Plot the graph
  • Find the equation

Check Your Work

Your table, equation and graph should all agree.

Challenge

Create your own pattern.