Characteristics of Functions

Learning Outcomes

  • Identify functions given in tabular form.
  • Write and evaluate functional relationships using standard notation.
  • Determine whether a function is one-to-one.

about the notation

Recall that ordered pairs of the form [latex]\left(x, y\right)[/latex] contain elements from two different sets of values, x-values and y-values.

We use curly braces to denote a set of elements. The set of elements named ab, and c can be written as [latex]\{a, b, c\}[/latex].

A relation is a set of ordered pairs. The set of the first components of each ordered pair is called the domain of the relation and the set of the second components of each ordered pair is called the range of the relation. Consider the following set of ordered pairs. The first numbers in each pair are the first five natural numbers. The second number in each pair is twice the first.

[latex]\left\{\left(1,2\right),\left(2,4\right),\left(3,6\right),\left(4,8\right),\left(5,10\right)\right\}[/latex]

The domain is [latex]\left\{1,2,3,4,5\right\}[/latex]. The range is [latex]\left\{2,4,6,8,10\right\}[/latex].

Note the values in the domain are also known as an input values, or values of the independent variable, and are often labeled with the lowercase letter [latex]x[/latex]. Values in the range are also known as an output values, or values of the dependent variable, and are often labeled with the lowercase letter [latex]y[/latex].

A function [latex]f[/latex] is a relation that assigns a single value in the range to each value in the domain. In other words, no [latex]x[/latex]-values are used more than once. For our example that relates the first five natural numbers to numbers double their values, this relation is a function because each element in the domain, [latex]\left\{1,2,3,4,5\right\}[/latex], is paired with exactly one element in the range, [latex]\left\{2,4,6,8,10\right\}[/latex].

Now let’s consider the set of ordered pairs that relates the terms “even” and “odd” to the first five natural numbers. It would appear as

[latex]\left\{\left(\text{odd},1\right),\left(\text{even},2\right),\left(\text{odd},3\right),\left(\text{even},4\right),\left(\text{odd},5\right)\right\}[/latex]

Notice that each element in the domain, [latex]\left\{\text{even,}\text{odd}\right\}[/latex] is not paired with exactly one element in the range, [latex]\left\{1,2,3,4,5\right\}[/latex]. For example, the term “odd” corresponds to three values from the domain, [latex]\left\{1,3,5\right\}[/latex] and the term “even” corresponds to two values from the range, [latex]\left\{2,4\right\}[/latex]. This violates the definition of a function, so this relation is not a function.

This image compares relations that are functions and not functions.

Three relations that demonstrate what constitute a function.

(a) This relationship is a function because each input is associated with a single output. Note that input [latex]q[/latex] and [latex]r[/latex] both give output [latex]n[/latex]. (b) This relationship is also a function. In this case, each input is associated with a single output. (c) This relationship is not a function because input [latex]q[/latex] is associated with two different outputs.

A General Note: FunctionS

A function is a relation in which each possible input value leads to exactly one output value. We say “the output is a function of the input.”

The input values make up the domain, and the output values make up the range.

How To: Given a relationship between two quantities, determine whether the relationship is a function.

  1. Identify the input values.
  2. Identify the output values.
  3. If each input value leads to only one output value, the relationship is a function. If any input value leads to two or more outputs, the relationship is not a function.

Example: Determining If Menu Price Lists Are Functions

The coffee shop menu consists of items and their prices.

  1. Is price a function of the item?
  2. Is the item a function of the price?
A menu of donut prices from a coffee shop where a plain donut is $1.49 and a jelly donut and chocolate donut are $1.99.

Example: Determining If Class Grade Rules Are Functions

In a particular math class, the overall percent grade corresponds to a grade point average. Is grade point average a function of the percent grade? Is the percent grade a function of the grade point average? The table below shows a possible rule for assigning grade points.

Percent Grade 0–56 57–61 62–66 67–71 72–77 78–86 87–91 92–100
Grade Point Average 0.0 1.0 1.5 2.0 2.5 3.0 3.5 4.0

Try It

The table below lists the five greatest baseball players of all time in order of rank.

Player Rank
Babe Ruth 1
Willie Mays 2
Ty Cobb 3
Walter Johnson 4
Hank Aaron 5
  1. Is the rank a function of the player name?
  2. Is the player name a function of the rank?

Using Function Notation

recall function notation

Some of the information in this section may look familiar from the Review for Success: Function Notation and Graphs of Functions. Learning to work with functions is naturally challenging, so it’s worth another look at it. Don’t be discouraged if the notation feels awkward or difficult to understand. Learning mathematics is very similar to learning a new language; it’s normal that it takes lots of repetition before it starts to feel natural.

Once we determine that a relationship is a function, we need to display and define the functional relationships so that we can understand and use them, and sometimes also so that we can program them into computers. There are various ways of representing functions. A standard function notation is one representation that makes it easier to work with functions.

To represent “height is a function of age,” we start by identifying the descriptive variables [latex]h[/latex] for height and [latex]a[/latex] for age. The letters [latex]f,g[/latex], and [latex]h[/latex] are often used to represent functions just as we use [latex]x,y[/latex], and [latex]z[/latex] to represent numbers and [latex]A,B[/latex], and [latex]C[/latex] to represent sets.

[latex]\begin{align}&h\text{ is }f\text{ of }a &&\text{We name the function }f;\text{ height is a function of age}. \\ &h=f\left(a\right) &&\text{We use parentheses to indicate the function input}\text{. } \\ &f\left(a\right) &&\text{We name the function }f;\text{ the expression is read as }''f\text{ of }a''. \end{align}[/latex]

Remember, we can use any letter to name the function; we can use the notation [latex]h\left(a\right)[/latex] to show that [latex]h[/latex] depends on [latex]a[/latex]. The input value [latex]a[/latex] must be put into the function [latex]h[/latex] to get an output value. The parentheses indicate that age is input into the function; they do not indicate multiplication.

We can also give an algebraic expression as the input to a function. For example [latex]f\left(a+b\right)[/latex] means “first add [latex]a[/latex] and [latex]b[/latex], and the result is the input for the function [latex]f[/latex].” We must perform the operations in this order to obtain the correct result.

A General Note: Function Notation

The notation [latex]y=f\left(x\right)[/latex] defines a function named [latex]f[/latex]. This is read as [latex]``y[/latex] is a function of [latex]x.''[/latex] The letter [latex]x[/latex] represents the input value, or independent variable. The letter [latex]y[/latex], or [latex]f\left(x\right)[/latex], represents the output value, or dependent variable.

Example: Using Function Notation for Days in a Month

Use function notation to represent a function whose input is the name of a month and output is the number of days in that month.

Example: Interpreting Function Notation

A function [latex]N=f\left(y\right)[/latex] gives the number of police officers, [latex]N[/latex], in a town in year [latex]y[/latex]. What does [latex]f\left(2005\right)=300[/latex] represent?

Q & A

Instead of a notation such as [latex]y=f\left(x\right)[/latex], could we use the same symbol for the output as for the function, such as [latex]y=y\left(x\right)[/latex], meaning “y is a function of x?”

Yes, this is often done, especially in applied subjects that use higher math, such as physics and engineering. However, in exploring math itself we like to maintain a distinction between a function such as [latex]f[/latex], which is a rule or procedure, and the output [latex]y[/latex] we get by applying [latex]f[/latex] to a particular input [latex]x[/latex]. This is why we usually use notation such as [latex]y=f\left(x\right),P=W\left(d\right)[/latex], and so on.

Representing Functions Using Tables

A common method of representing functions is in the form of a table. The table rows or columns display the corresponding input and output values. In some cases these values represent all we know about the relationship; other times the table provides a few select examples from a more complete relationship.

The table below lists the input number of each month (January = 1, February = 2, and so on) and the output value of the number of days in that month. This information represents all we know about the months and days for a given year (that is not a leap year). Note that, in this table, we define a days-in-a-month function [latex]f[/latex], where [latex]D=f\left(m\right)[/latex] identifies months by an integer rather than by name.

Month number, [latex]m[/latex] (input) 1 2 3 4 5 6 7 8 9 10 11 12
Days in month, [latex]D[/latex] (output) 31 28 31 30 31 30 31 31 30 31 30 31

The table below defines a function [latex]Q=g\left(n\right)[/latex]. Remember, this notation tells us that [latex]g[/latex] is the name of the function that takes the input [latex]n[/latex] and gives the output [latex]Q[/latex].

[latex]n[/latex] 1 2 3 4 5
[latex]Q[/latex] 8 6 7 6 8

The table below displays the age of children in years and their corresponding heights. This table displays just some of the data available for the heights and ages of children. We can see right away that this table does not represent a function because the same input value, 5 years, has two different output values, 40 in. and 42 in.

Age in years, [latex]\text{ }a\text{ }[/latex] (input) 5 5 6 7 8 9 10
Height in inches, [latex]\text{ }h\text{ }[/latex] (output) 40 42 44 47 50 52 54

How To: Given a table of input and output values, determine whether the table represents a function.

  1. Identify the input and output values.
  2. Check to see if each input value is paired with only one output value. If so, the table represents a function.

reading functions from a table

Note that the tables above indicate which values are the inputs and which are the outputs to make it easier to clearly identify the relationship. Sometimes, though, the relationship is not labeled. For instance, if a table consists of measures of distance in one column and measures of time in another, you might fairly assume that time is the input and that a distance traveled would be dependent upon the time spent traveling. Either way, when reading a function from a table, it’s a good idea to try to discern which values are intended to be or make the most sense as the inputs and which make most sense as outcome values, dependent upon the inputs.

Example: Identifying Tables that Represent Functions

Which table, A, B, or C, represents a function (if any)?

Table A
Input Output
2 1
5 3
8 6
Table B
Input Output
–3 5
0 1
4 5
Table C
Input Output
1 0
5 2
5 4

recall evaluating functions

Since a function [latex]y=f(x)[/latex] is an equation, we can evaluate it for a numerical or algebraic input.

Ex. if [latex]f(x)=5x-11[/latex], we can find [latex]f(2)[/latex] or [latex]f(a+b)[/latex].

[latex]\begin{align}f(2) &= 5(2) -11 \\ &= 10 - 11 \\ &= -1\end{align}[/latex]

or

[latex]\begin{align}f(a+b) &= 5(a+b)-11 \\ &= 5a + 5b - 11\end{align}[/latex].

Note that we can also solve for what value of the input makes the output a certain value. That is, given our function above, [latex]f(x)=5x-11[/latex], what value of x makes [latex]f(x)=1[/latex]?

When we know an input value and want to determine the corresponding output value for a function, we evaluate the function. Evaluating will always produce one result because each input value of a function corresponds to exactly one output value.

When we know an output value and want to determine the input values that would produce that output value, we set the output equal to the function’s formula and solve for the input. Solving can produce more than one solution because different input values can produce the same output value.

Determine whether a function is one-to-one

Figure of a bull and a graph of market prices.

Some functions have a given output value that corresponds to two or more input values. For example, in the following stock chart the stock price was $1000 on five different dates, meaning that there were five different input values that all resulted in the same output value of $1000.

However, some functions have only one input value for each output value, as well as having only one output for each input. We call these functions one-to-one functions. As an example, consider a school that uses only letter grades and decimal equivalents, as listed in.

Letter grade Grade point average
A 4.0
B 3.0
C 2.0
D 1.0

This grading system represents a one-to-one function, because each letter input yields one particular grade point average output and each grade point average corresponds to one input letter.

To visualize this concept, let’s look again at the two simple functions sketched in (a) and (b) below.

Three relations that demonstrate what constitute a function.

The function in part (a) shows a relationship that is not a one-to-one function because inputs [latex]q[/latex] and [latex]r[/latex] both give output [latex]n[/latex]. The function in part (b) shows a relationship that is a one-to-one function because each input is associated with a single output.

A General Note: One-to-One Function

A one-to-one function is a function in which each output value corresponds to exactly one input value.

Example: Determining Whether a Relationship Is a One-to-One Function

Is the area of a circle a function of its radius? If yes, is the function one-to-one?

 

recall manipulating formulas to isolate a certain variable

In the example above, a formula was solved for one of the variables. We often need to do this in order to rewrite the formula in a useful way.

 

Try It

  1. Is a balance a function of the bank account number?
  2. Is a bank account number a function of the balance?
  3. Is a balance a one-to-one function of the bank account number?