In The Function Machine, your group fed numbers into hidden rules and logged what came out. Most machines were dependable: give one a 3 today and a 3 tomorrow, and it answers the same both times. One machine was not β€” asked for the numbers that square to make 9, it shrugged and offered two. The dependable ones have a name. A function is a relation that produces exactly one output for each input.

flowchart LR
    A["input: 3"] --> B["the rule: double it, then subtract 1"]
    B --> C["output: 5"]

One idea, five costumes

A relation can be dressed as a table of values, a mapping diagram, a graph, a function machine, or an equation β€” and each costume has its own tell when the relation is not a function:

  • In a table, the same input appears twice with different outputs.
  • In a mapping diagram, an arrow splits β€” one input pointing at two outputs. (Two inputs pointing at one output is fine: many-to-one is legal; one-to-many is not.)
  • On a graph, some vertical line crosses the curve twice. That is the vertical-line test: a vertical line marks one input, and a function may only answer it once.
  • In an equation, solving for produces two values from one .

Try it on . Feed in : both and satisfy the equation, so this relation gives two outputs for one input β€” not a function. Its mirror twin is one: inputs and happen to share the output , but sharing an output breaks no rules.

The guarantee, and what it buys

That one-output guarantee is what makes the rest of this course possible. Because a function answers each input exactly once, we can give the machine a name and write knowing it names a single number β€” the whole language of Function Notation rests on it. And the course ahead is a tour of function families: quadratic, exponential, sinusoidal, discrete. Each one keeps the same promise in a different accent.

A good warm-up for your eye: in Which One Doesn’t Belong, one frame is often the relation that quietly fails the test. The first questions of Function Notation Practice let you make the call yourself and defend it.

Curriculum connection

A1.1

explain the meaning of the term function, and distinguish a function from a relation that is not a function, through investigation of linear and quadratic relations using a variety of representations (i.e., tables of values, mapping diagrams, graphs, function machines, equations) and strategies (e.g., identifying a one-to-one or many-to-one mapping; using the vertical-line test) Sample problem: Investigate, using numeric and graphical representations, whether the relation is a function, and justify your reasoning.

Link to original

A1.2

represent linear and quadratic functions using function notation, given their equations, tables of values, or graphs, and substitute into and evaluate functions [e.g., evaluate , given ]

Link to original