Figure 5.55 A small group of elementary students learning from their teacher. (credit: modification of work “Our school” by Woodleywonderworks/Flickr, CC BY 2.0 )
Learning Objectives
After completing this section, you should be able to:
- Use function notation.
- Determine if a relation is a function with different representations.
- Apply the vertical line test.
- Determine the domain and range of a function.
In this section, we will learn about relations and functions. As we go about our daily lives, we have many data items or quantities that are paired to our names. Our social security number, student ID number, email address, phone number, and our birthday are matched to our name. There is a relationship between our name and each of those items. When your teacher gets their class roster, the names of all the students in the class are listed in one column and then the student ID number is likely to be in the next column. If we think of the correspondence as a set of ordered pairs, where the first element is a student name and the second element is that student’s ID number, we call this a relation.
(Student name, Student ID #)
The set of all the names of the students in the class is called the domain of the relation and the set of all student ID numbers paired with these students is the range of the relation. In general terms, a relation is any set of ordered pairs, (x,yx,y). All the xx-values in the ordered pairs together make up the domain. All the yy-values in the ordered pairs together make up the range.
There are many situations similar to the student’s name and student ID # where one variable is paired or matched with another. The set of ordered pairs that records this matching is a relation. A special type of relation, called a function, occurs extensively in mathematics. A function is a relation that assigns to each element in its domain exactly one element in the range. For each ordered pair in the relation, each xx-value is matched with only one yy-value.
Let us look at the relation between your friends and their birthdays in Figure 5.56. Every friend has a birthday, but no one has two birthdays. It is okay for two people to share a birthday. It is okay that Danny and Stephen share July 24 as their birthday and that June and Liz share August 2. Since each person has exactly one birthday, the relation is a function.
Figure 5.56 Birthday Mapping
Use Function Notation
It is very convenient to name a function; most often functions are named ff, gg, hh, FF, GG, or HH. In any function, for each xx-value from the domain, we get a corresponding yy-value in the range. In the function ff, we write this range value yy as ff(xx). This notation ff(xx) is called function notation and is read “f of xx” or “the value of f at xx.” In this case the parentheses do not indicate multiplication.
We call xx the independent variable as it can be any value in the domain. We call yy the dependent variable as its value depends on xx. Much like when you first encountered the variable xx, function notation may be rather unsettling. But the more you use the notation, the more familiar you become with the notation, and the more comfortable you will be with it.
Let’s review the equation y=4x−5y=4x−5. To find the value of yy when x=2x=2, we know to substitute x=2x=2 into the equation and then simplify.
| y=4x−5y=4x−5 | |
| Let x=2x=2. | yy==4⋅2−53y=4⋅2−5y=3 |
The value of the function at x=2x=2 is 3. We do the same thing using function notation, the equation y=4x−5y=4x−5 can be written as f(x)=4x−5f(x)=4x−5. To find the value when x=2x=2, we write:
| f(x)=4x−5f(x)=4x−5 | |
| Let x=2x=2. | f(2)f(2)==4⋅2−53f(2)=4⋅2−5f(2)=3 |
The value of the function at x=2x=2 is 3. This process of finding the value of f(x)f(x) for a given value of xx is called evaluating the function.
Example 5.61
Evaluating the Function
For the function f(x)=2×2+3x−1f(x)=2×2+3x−1, evaluate the function.
- f(3)f(3)
- f(−2)f(−2)
- f(a)f(a)
Solution
- To evaluate f(3)f(3), substitute 3, for xx.
Simplify.f(x)f(3)f(3)f(3)f(3)=====2×2+3x−12(3)2+3⋅3−12⋅9+3⋅3−118+9−126f(x)=2×2+3x−1f(3)=2(3)2+3⋅3−1f(3)=2⋅9+3⋅3−1f(3)=18+9−1f(3)=26 - To evaluate f(−2)f(−2), substitute −2−2 for xx.
Simplify.f(x)f(−2)f(−2)f(−2)f(−2)=====2×2+3x−12(−2)2+3(−2)−12⋅4+(−6)−18+(−6)−11f(x)=2×2+3x−1f(−2)=2(−2)2+3(−2)−1f(−2)=2⋅4+(−6)−1f(−2)=8+(−6)−1f(−2)=1 - To evaluate f(a)f(a), substitute aa for xx.
Simplify.f(x)f(a)f(a)===2×2+3x−12(a)2+3⋅a−12a2+3a−1f(x)=2×2+3x−1f(a)=2(a)2+3⋅a−1f(a)=2a2+3a−1
Your Turn 5.61
For the function f(x)=3×2−2x+1f(x)=3×2−2x+1, evaluate the function.
1.
f(3)f(3)
2.
f(−1)f(−1)
3.
f(t)f(t)
Example 5.62
Evaluating the Function in an Application
The number of unread emails in Sylvia’s inbox is 75. This number grows by 10 unread emails a day. The function N(t)=75+10tN(t)=75+10t represents the relation between the number of emails, NN, and the time, tt, measured in days. Find NN(5). Explain what this result means.
Solution
Find NN(5). Explain what this result means.
Substitute in t=5t=5.
Simplify.
N(5)N(t)N(5)N(5)====75+10⋅575+10t75+50125N(5)=75+10⋅5N(t)=75+10tN(5)=75+50N(5)=125
If 5 is the number of days, N(5)N(5) is the number of unread emails after 5 days. After 5 days, there are 125 unread emails in Sylvia’s inbox.
Your Turn 5.62
1.
The number of unread emails in Bryan’s account is 100. This number grows by 15 unread emails a day. The function N(t)=100+15tN(t)=100+15t represents the relation between the number of emails, NN, and the time, tt, measured in days. Find NN(7). Explain what the result means.
Determining If a Relation Is a Function with Different Representations
We can determine whether a relation is a function by identifying the input and the output values. If each input value leads to only one output value, classify the relation as a function. If any input value leads to two or more outputs, do not classify the relation as a function.
We will review three different representations of relations and determine if they are functions: ordered pairs, mapping, and equations.
Example 5.63
Determining If a Relation Is a Function with a Set of Ordered Pairs
Use the set of ordered pairs to determine whether the relation is a function.
- {(−3,27),(−2,8),(−1,1),(0,0),(1,1),(2,8),(3,27)}{(−3,27),(−2,8),(−1,1),(0,0),(1,1),(2,8),(3,27)}
- {(9,−3),(4,−2),(1,−1),(0,0),(1,1),(4,2),(9,3)}{(9,−3),(4,−2),(1,−1),(0,0),(1,1),(4,2),(9,3)}
Solution
- Each xx-value is matched with only one yy-value. This relation is a function.
- The xx-value 9 is matched with two yy-values, both 3 and −3−3. This relation is not a function.
Your Turn 5.63
Use the set of ordered pairs to determine whether the relation is a function.
1.
{(−3,−6),(−2,−4),(−1,−2),(0,0),(1,2),(2,4),(3,6)}{(−3,−6),(−2,−4),(−1,−2),(0,0),(1,2),(2,4),(3,6)}
2.
{ (8, – 4), (4, – 2), (2, – 1), (0,0), (2,1), (4,2), (8,4)} { (8, – 4), (4, – 2), (2, – 1), (0,0), (2,1), (4,2), (8,4)}
A mapping is sometimes used to show a relation. The arrows show the pairing of the elements of the domain with the elements of the range. Consider the example of the relation between your friends and their birthdays used in Figure 5.57. In this particular example, the domain is the set of people’s names, and the range is the set of their birthdays. This mapping was a function because everybody’s name maps to exactly one birthday.
Example 5.64
Determining If a Relation Is a Function with Mapping
Use the mapping in Figure 5.57 to determine whether the relation is a function.
Figure 5.57
Solution
Both Lydia and Marty have two phone numbers. Each xx-value is not matched with only one yy-value. This relation is not a function.
Your Turn 5.64
1.
Use the mapping in the given figure to determine whether the relation is a function.
In algebra functions will usually be represented by an equation. It is easiest to see if the equation is a function when it is solved for yy. If each value of xx results in only one value of yy, then the equation defines a function.
Example 5.65
Determining If a Relation Is a Function with an Equation
Determine whether each equation is a function. Assume xx is the independent variable.
- 2x+y=72x+y=7
- y=x2+1y=x2+1
- x+y2=3x+y2=3
Solution
- 2x+y=72x+y=7For each value of xx, we multiply it by −2−2 and then add 7 to get the yy-value.For example, if x=3x=3:yyy===−2x+7−2⋅3+71y=−2x+7y=−2⋅3+7y=1We have that when x=3x=3, then y=1y=1. It would work similarly for any value of xx. Since each value of xx, corresponds to only one value of yy the equation defines a function.
- y=x2+1y=x2+1For each value of xx, we square it and then add 1 to get the yy-value.For example, if x=2x=2yyy===x2+122+15y=x2+1y=22+1y=5We have that when x=2x=2, then y=5y=5. It would work similarly for any value of xx. Since each value of xx corresponds to only one value of yy, the equation defines a function.
- x+y2=3x+y2=3x+y2=3x+y2=3Isolate the yy term.y2=−x+3y2=−x+3Let us substitute x=2x=2.y2=−2+3y2=−2+3y2=1y2=1This gives us two values for yy.y=1,y=−1y=1,y=−1We have shown that when x=2x=2, then y=1y=1 and y=−1y=−1. It would work similarly for any value of xx. Since each value of xx does not corresponds to only one value of yy the equation does not define a function.
Your Turn 5.65
Determine whether each equation is a function.
1.
4x+y=−34x+y=−3
2.
x+y2=1x+y2=1
3.
y−x2=2y−x2=2
Applying the Vertical Line Test
We reviewed how to determine if a relation is a function. The relations we looked at were expressed as a set of ordered pairs, a mapping, or an equation. We will now cover how to tell if a graph is that of a function.
An ordered pair (x,y)(x,y) is a solution of a linear equation, if the equation is a true statement when the xx-values and yy-values of the ordered pair are substituted into the equation. The graph of a linear equation is a straight line where every point on the line is a solution of the equation, and every solution of this equation is a point on this line. Figure 5.58 we can see that in the graph of the equation y=2x−3y=2x−3, for every xx-value there is only one yy-value, as shown in the accompanying table.
Figure 5.58 Graph of the Equation y=2x−3y=2x−3
A relation is a function if every element of the domain has exactly one value in the range. The relation defined by the equation y=2x−3y=2x−3 is a function. If we look at the graph, each vertical dashed line only intersects the solid line at one point. This makes sense as in a function, for every xx-value there is only one yy-value. If the vertical line hit the graph twice, the xx-value would be mapped to two yy-values, and so the graph would not represent a function. This leads us a graphical method of determining functions called the vertical line test, which states that a set of points in a rectangular coordinate system is the graph of a function if every vertical line intersects the graph in at most one point. If any vertical line intersects the graph in more than one point, the graph does not represent a function.
Example 5.66
Applying the Vertical Line Test
Determine whether the graph (Figure 5.59) is the graph of a function applying the vertical line test.
Figure 5.59
Solution
On the graph (Figure 5.60), only three vertical dashed lines are drawn. However, it can be determined that any vertical dashed line that is drawn will intersect the solid line at exactly one point. It is the graph of a function.
Figure 5.60
Your Turn 5.66
1.
Determine whether the graph is the graph of a function.
Example 5.67
Applying the Vertical Line Test to a Parabola
Determine whether the graph is the graph of a function (Figure 5.61).
Figure 5.61
Solution
Figure 5.62 does not represent a function since the vertical dashed lines shown on the graph below intersect the solid line at two points.
Figure 5.62
Your Turn 5.67
1.
Determine whether the graph is the graph of a function.
Determining the Domain and Range of a Function
For the function y=f(x),xy=f(x),x is the independent variable as it can be any value in the domain, and yy is the dependent variable since its value depends on xx. For the function y=f(x)y=f(x), the values of xx make up the domain and the values of yy make up the range.
Example 5.68
Finding the Domain and Range of Ordered Pairs
For {(1,1),(2,4),(3,9),(4,16),(5,25)}{(1,1),(2,4),(3,9),(4,16),(5,25)}:
- Find the domain of the relation.
- Find the range of the relation.
Solution
- The domain is the set of all xx-values of the relation: {1,2,3,4,5}{1,2,3,4,5}
- The range is the set of all yy-values of the relation: {1,4,9,16,25}{1,4,9,16,25}
Your Turn 5.68
For the relation {(1,1),(2,8),(3,27),(4,64),(5,125)}{(1,1),(2,8),(3,27),(4,64),(5,125)}:
1.
Find the domain of the relation.
2.
Find the range of the relation.
Example 5.69
Finding the Domain and Range on a Graph
Use Figure 5.63 to:
- List the ordered pairs of the relation.
- Find the domain of the relation.
- Find the range of the relation.
Figure 5.63
Solution
- The ordered pairs of the relation are: {(1,5),(−3,−1),(4,−2),(0,3),(2,−2),(−3,4)}{(1,5),(−3,−1),(4,−2),(0,3),(2,−2),(−3,4)}.
- The domain is the set of all xx-values of the relation: {−3,0,1,2,4}{−3,0,1,2,4}. Notice that while −3−3 repeats, it is only listed once.
- The range is the set of all yy-values of the relation: {−2,−1,3,4,5}.{−2,−1,3,4,5}. Notice that while −2−2 repeats, it is only listed once.
Your Turn 5.69
Use the given figure to:
1.
List the ordered pairs of the relation.
2.
Find the domain of the relation.
3.
Find the range of the relation.
Who Knew?
Function and Function Notation
In 1673, Gottfried Leibniz, the German mathematician who co-invented calculus, seems to be the first person to use the word function in a mathematical sense, although his use of it does not exactly fit with the modern use and definition. The person who is credited with the modern definition of function is Swiss mathematician Johann Bernoulli, who wrote about it in a letter to Leibniz in 1698. Supposedly, Leibniz wrote Bernoulli back, approving of this use of the word. In 1734, the use of the notation f(x)f(x) for a function was first used by Swiss mathematician Leonhard Euler (pronounced “Oiler”). Euler had a knack for inventing notation. He also introduced the notation ee for the base of natural logs (1727), ii for the square root of −1−1 (1777), ∑∑ for summation (1755), and many others. Euler also introduced many other ideas associated with functions. Euler defined exponential functions and defined logarithmic functions as their inverse; he also introduced the beta and gamma functions, and was the first person to consider the trigonometric identities (sine, cosine, etc.) as functions.
RELATED POSTS
View all