Input, Relationship, Output: Functions
Input, Relationship, Output: Functions
The input
The relationship
The output
0 ×2 0
1 ×2 2
7 ×2 14
10 ×2 20
The most common name is "f", but we can have other names like "g" ... or even
"peanut butter" if we want.
what goes into the function is put inside parentheses () after the name of the
function:
f(x) = x2 shows us that function "f" takes "x" and squares it.
an input of 4
becomes an output of 16.
y = x2
an input (x)
a relationship (squaring)
and an output (y)
A Function is Special
But a function has special rules: