Zum Inhalt springen

English:Functions and Function Tables

Aus MOOCsWiki Staging
Version vom 12. August 2026, 10:14 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Functions and Function Tables



Introduction

A function is a rule or relationship that assigns each allowed input exactly one output. You can think of a function as a dependable machine: you put in a value, the rule acts on it, and one result comes out. The same input is not allowed to produce two different outputs in the same function.

Functions are useful because they describe how one quantity depends on another. A phone plan can connect data use to cost, a science experiment can connect time to temperature, and a journey can connect distance to travel time. In Grades 7–8, you often meet functions through function tables, equations, ordered pairs, mapping diagrams, and graphs.

The diagram above shows the central idea: every element in the input set is mapped to exactly one element in the output set. Different inputs may have the same output, and the relationship can still be a function.

In this aiMOOC, you will learn how to read and create function tables, identify functions, write and use simple function rules, connect tables to graphs, and interpret functions in real situations.


Learning Goals

By the end of this course, you should be able to explain what makes a relation a function, identify inputs and outputs, determine a domain and range from a finite table, complete a function table from a rule, find a simple rule from a table, use function notation, graph ordered pairs from a table, recognize linear patterns, and explain what a function means in context.


Understanding Functions


Inputs, Outputs, and Rules

An input is a value you start with. An output is the value produced by the function rule. If the rule is “multiply by 3 and add 2,” then an input of 4 gives an output of 14 because 3 × 4 + 2 = 14.

A common way to write a function is with function notation. For example, f(x) = 3x + 2 means that the function named f takes an input x, multiplies it by 3, and adds 2. If x = 4, then f(4) = 14.

The letter x usually represents the input, but any symbol can be used. The output may be written as y or as f(x). In many real situations, the input is called the independent variable and the output is called the dependent variable because its value depends on the input.


Domain and Range

For a finite function shown in a table or a set of ordered pairs, the domain is the set of input values. The range is the set of output values that actually occur.

Consider this table:

Input x Output y
-2 1
0 5
3 11

The domain is {-2, 0, 3}, and the range is {1, 5, 11}. If two different inputs have the same output, write that output only once when listing the range as a set.

The real-life mapping above is another way to represent a function. A mapping diagram helps you focus on which input is connected to which output.


How to Decide Whether a Relation Is a Function

A relation is a function when each input has exactly one output. This condition can be checked in several representations.

In a table, look for repeated input values. If the same input is paired with two different outputs, the relation is not a function. In a mapping diagram, each input must have exactly one arrow leaving it. In a graph, the vertical line test can be used: if any vertical line would hit the graph more than once, the graph does not represent y as a function of x.

Remember that repeated outputs are allowed. For example, the pairs x = 1 gives y = 5 and x = 2 gives y = 5 can belong to a function because each input still has only one output.


Function Tables


What Is a Function Table?

A function table organizes matching input and output values. It is especially useful for spotting patterns, checking a rule, and preparing points for a graph.

Suppose the rule is y = 2x + 1.

x y = 2x + 1
-1 -1
0 1
1 3
2 5
3 7

To complete the table, substitute each x-value into the rule. For x = 2, calculate y = 2 × 2 + 1 = 5.


Finding a Rule from a Table

Sometimes the table is given first and you need to discover the rule. Start by checking how the output changes when the input increases by equal amounts.

x y
0 4
1 7
2 10
3 13

Each time x increases by 1, y increases by 3. This suggests a constant rate of change of 3. Because y = 4 when x = 0, the starting value is 4. The rule is y = 3x + 4.

A useful check is to test every row, not just one. For x = 3, the rule gives y = 3 × 3 + 4 = 13, which matches the table.


Missing Values in Function Tables

If the rule is known, a missing output can be found by substituting the input. If the output is known and the rule is simple, you can sometimes work backward.

For example, with y = 5x - 2, an input of 6 gives y = 28. If y = 18, solve 18 = 5x - 2. Add 2 to get 20 = 5x, then divide by 5 to get x = 4.

Working backward is not always unique for every possible function, so check whether the rule could give the same output from more than one input. For the simple linear functions studied here with nonzero rate of change, each output corresponds to only one input.


Tables, Ordered Pairs, and Graphs


From a Table to Ordered Pairs

Each row of a two-column function table can be written as an ordered pair in the form (x, y). The x-value tells you the horizontal position and the y-value tells you the vertical position.

For the rule y = 2x + 4, the rows x = -1, 0, 1, 2 produce the ordered pairs (-1, 2), (0, 4), (1, 6), and (2, 8).

When you plot these points on a coordinate plane, you can see the shape of the relationship.


Linear Functions

A linear function has a constant rate of change and graphs as a straight line. A common form is y = mx + b. The number m is the slope, or rate of change, and b is the y-value when x = 0, often called the initial value or y-intercept.

For y = 2x + 4, the slope is 2 and the initial value is 4. This means that every increase of 1 in x is matched by an increase of 2 in y.

A table for a linear function shows equal changes in y when x changes by equal amounts. Not every function is linear. A function can curve, change direction, or follow a more complex rule while still giving exactly one output for each input.


Comparing Representations

A single function can be represented in different ways:

Representation What it makes easy to see
Rule or equation How to calculate an output from an input
Function table Several exact input-output pairs
Ordered pairs The same relationships written compactly
Graph Overall shape, direction, and rate of change
Mapping diagram Which inputs connect to which outputs
Verbal description The meaning of the relationship in context

You should be able to move between these forms. If you know the equation, you can create a table. If you have a table, you can write ordered pairs and graph them. If a pattern is linear, you can often use the table or graph to determine the rate of change and starting value.


Functions in Real Life

Functions help model situations in which one quantity depends on another. Suppose a bike rental costs $6 to start and $4 for each hour. If h is the number of hours and C is the total cost, then C = 4h + 6.

Hours h Cost C
0 6
1 10
2 14
3 18
4 22

The table shows that the cost rises by $4 for every additional hour. The starting value of $6 represents the fixed fee.

When using a function model, always interpret the variables and units. A mathematically possible input may not make sense in the real situation. For example, negative rental hours are not meaningful in this context.


Common Mistakes and How to Avoid Them

Mistake 1: Believing that repeated outputs make a relation fail to be a function. They do not. Only one-output-per-input matters.

Mistake 2: Switching the order of coordinates. In (x, y), x comes first.

Mistake 3: Reading the rule incorrectly. In y = 3x + 2, multiply x by 3 before adding 2.

Mistake 4: Assuming every table is linear. Check whether equal changes in x produce equal changes in y.

Mistake 5: Looking at only one row when finding a rule. Test the proposed rule with all available rows.


Interactive Tasks


Quiz: Test Your Knowledge

Which statement best defines a function? (Each input has exactly one output) (!Each output has exactly one input) (!Every input and output must be different) (!Every function must form a straight line)




For the rule f of x equals 2x plus 3, what is the output when the input is 4? (11) (!7) (!8) (!14)




Which situation would make a table fail to represent a function? (The same input is paired with two different outputs) (!Two different inputs share one output) (!The outputs increase by equal amounts) (!The table contains a zero)




For a finite function table, what does the domain contain? (The input values) (!The output values) (!Only positive values) (!Only values on the y axis)




For a finite function table, what does the range contain? (The output values that occur) (!The input values only) (!Every possible number) (!Only the smallest and largest values)




In the linear rule y equals 3x minus 2, how much does y change when x increases by 1? (It increases by 3) (!It decreases by 2) (!It increases by 1) (!It stays the same)




What is the output when x equals 0 in the rule y equals 4x plus 1? (1) (!0) (!4) (!5)




What does the vertical line test help you decide? (Whether a graph represents y as a function of x) (!Whether a graph has a positive slope) (!Whether a table has equal intervals) (!Whether an equation contains two variables)




Which variable usually represents the dependent value in a table labeled x and y? (y) (!x) (!Both must be independent) (!Neither can depend on the other)




A table has outputs 5, 8, and 11 for inputs 0, 1, and 2. Which linear rule matches the table? (y equals 3x plus 5) (!y equals 5x plus 3) (!y equals 3x plus 2) (!y equals x plus 5)





Memory Game

Function A relationship that gives exactly one result for each allowed starting value
Input A value placed into a rule
Output A value produced by a rule
Domain The set of allowed starting values
Range The set of resulting values that occur
Slope The constant rate of change of a straight-line relationship
Function table An organized display of matching starting and resulting values





Drag and Drop

Match the correct terms. Topic
Each input has one output Definition of a function
Repeated input with different outputs Not a function
Equal output changes for equal input changes Linear pattern
Rows written as coordinate pairs Table to graph
Output when the input is zero Initial value




...


Crossword Puzzle

Function What relationship assigns exactly one output to each allowed input?
Domain What is the set of input values called?
Range What is the set of output values that actually occur called?
Input What value is placed into a rule?
Output What value is produced by a rule?
Linear What type of function has a constant rate of change and a straight-line graph?





LearningApps


Cloze Text

Complete the text.

A relationship is a

when each input has exactly one output. The set of input values is called the

. The set of output values that occur is called the

. A function

organizes matching input and output values. In the rule y = 3x + 2, the number 3 is the

. A straight-line relationship with constant rate of change is

. Ordered pairs from a table can be plotted on a

. The vertical line test checks whether a graph gives more than one

for any input.




Open-Ended Tasks


Easy

  1. Function machine: Draw a colorful function machine that uses one arithmetic rule, show at least five inputs and outputs, and explain the rule in two clear sentences.
  2. Function table: Create a six-row table for y = 2x - 3 using input values of your choice, then check every output with substitution.
  3. Inputs and outputs: Write a short real-life example in which one quantity depends on another, label the input and output, and explain why the relationship is or is not a function.
  4. Mapping diagram: Make a paper or digital mapping diagram with at least five inputs and outputs, then mark the feature that proves it is a function.


Standard

  1. Graph of a function: Build a function table for y = -2x + 5, plot the ordered pairs on a coordinate plane, draw the line, and explain how the table and graph show the same relationship.
  2. Rate of change: Collect five measurements from a simple repeated activity such as walking for equal time intervals, organize the data in a table, and decide whether the relationship is approximately linear.
  3. Mathematical interview: Interview a family member, classmate, or school worker about a situation where one quantity changes with another, then write a function-style model or explain why a single function model would not fit.
  4. Math explainer video: Produce a one- to two-minute video that teaches how to tell whether a table represents a function and include one correct example and one non-example.


Advanced

  1. Comparing functions: Compare two pricing plans represented in different forms, such as one equation and one table, and determine which plan is cheaper for at least three input values.
  2. Function investigation: Design an experiment in which you change one quantity and measure another, collect at least eight data pairs, graph the results, and judge whether a linear function is a reasonable model.
  3. Error analysis: Create a poster that shows three realistic mistakes students make with function tables, correct each mistake, and explain the reasoning behind each correction.
  4. Mathematics field study: Visit or observe a suitable place such as a school cafeteria, library, shop, sports area, or transit stop, identify a measurable input-output relationship, and present it as a table, graph, and written interpretation.



Learning Assessment

  1. Representation transfer: Given a function rule, create a table with at least five rows, write the ordered pairs, draw the graph, and explain how the same information appears in all three forms.
  2. Function reasoning: Analyze four relations shown as tables, mappings, or graphs and justify which are functions by referring to the one-output-per-input condition.
  3. Linear model: Use a real or invented cost situation with a fixed starting amount and a constant rate to write a linear rule, interpret each number, and predict an output not shown in the original data.
  4. Compare rates: Compare two linear functions represented in different ways and determine which has the greater rate of change, showing how you know.
  5. Critique a model: Examine a function model for a real situation and identify at least one mathematically possible input that would not be reasonable in context.
  6. Reverse thinking: Given several outputs from a simple linear rule, determine the corresponding inputs and explain why the backward process gives a unique answer in this case.




Evidence of Learning

Knowledge: You can define a function, input, output, domain, range, function table, slope, and linear function in your own words and use the terms accurately.

Skills: You can complete and interpret function tables, identify functions and non-functions, determine simple linear rules, use function notation, plot ordered pairs, apply the vertical line test, and connect equations, tables, graphs, and verbal descriptions.

Products: Strong evidence may include an accurate function table, a labeled graph, a mapping diagram, a short explanation or video, a real-life function model, and a comparison of two functions.

Reasoning: You can justify why a relation is or is not a function, explain how a rule matches every row of a table, and interpret slope and initial value in context.

Transfer: You can recognize and model input-output relationships in unfamiliar situations such as prices, motion, measurement, science data, or school routines and can decide when a linear function is or is not appropriate.




OERs on the Topic

The English Wikipedia article on mathematical functions provides a broader reference for definitions, notation, domains, codomains, ranges, and different types of functions.



Linked Learning Areas

Functions connect arithmetic patterns with algebra, coordinate geometry, data interpretation, and real-world modeling. Function tables are a bridge between a rule and a graph, while linear functions connect constant change to slope and equations.


aiMOOC Projects