title | layout |
---|---|
Functions and Function Notation |
page |
A jetliner changes altitude as its distance from the starting point of a flight increases. The weight of a growing child increases with time. In each case, one quantity depends on another. There is a relationship between the two quantities that we can describe, analyze, and use to make predictions. In this section, we will analyze such relationships.
A relation{: data-type="term"} is a set of ordered pairs. The set of the first components of each ordered pair{: data-type="term" .no-emphasis} is called the domain and the set of the second components of each ordered pair is called the range. 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 that of the first.
The domain is {1, 2, 3, 4, 5}.
The range is {2, 4, 6, 8, 10}.
Note that each value in the domain is also known as an input value, or independent variable{: data-type="term"}, and is often labeled with the lowercase letter x.
Each value in the range is also known as an output value, or dependent variable{: data-type="term"}, and is often labeled lowercase letter y.
A function f
is a relation that assigns a single value in the range to each value in the domain*.* In other words, no x-values are repeated. For our example that relates the first five natural numbers{: data-type="term" .no-emphasis} to numbers double their values, this relation is a function because each element in the domain, {1, 2, 3, 4, 5},
is paired with exactly one element in the range, {2, 4, 6, 8, 10}.
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
Notice that each element in the domain, {even, odd}
is not paired with exactly one element in the range, {1, 2, 3, 4, 5}.
For example, the term “odd” corresponds to three values from the domain, {1, 3, 5}
and the term “even” corresponds to two values from the range, {2, 4}.
This violates the definition of a function, so this relation is not a function.
[link] compares relations that are functions and not functions.
The input{: data-type="term"} values make up the domain{: data-type="term"}, and the output{: data-type="term"} values make up the range{: data-type="term"}.
- Identify the input values.
- Identify the output values.
- If each input value leads to only one output value, classify the relationship as a function. If any input value leads to two or more outputs, do not classify the relationship as a function. {: type="1"}
- Is price a function of the item?
- Is the item a function of the price? {: type="a"}
Each item on the menu has only one price, so the price is a function of the item.
-
Two items on the menu have the same price. If we consider the prices to be the input values and the items to be the output, then the same input value could have more than one output associated with it. See [link]. {: #Figure_01_01_028}
Therefore, the item is a not a function of price. {: type="a"}
| 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 | {: #Table_01_01_01 summary="Title of the table is “Class Grades”. It contains two columns and ten rows. The first column is labeled, “Percent Grade”, and the second column is labeled, “Grade point average”. Reading the rows as ordered pairs, we have: (92-100, 4.0), (87-91, 3.5), (78-86, 3.0), (72-77, 2.5), (67-71, 2.0), (62-66, 1.5), (57-61, 1.0), and (0-56, 0.0)."}
In the grading system given, there is a range of percent grades that correspond to the same grade point average. For example, students who receive a grade point average of 3.0 could have a variety of percent grades ranging from 78 all the way to 86. Thus, percent grade is not a function of grade point average.
Player | Rank |
---|---|
Babe Ruth | 1 |
Willie Mays | 2 |
Ty Cobb | 3 |
Walter Johnson | 4 |
Hank Aaron | 5 |
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{: data-type="term" .no-emphasis} is one representation that facilitates working with functions.
To represent “height is a function of age,” we start by identifying the descriptive variables h
for height and a
for age. The letters f, g,
and h
are often used to represent functions just as we use x, y,
and z
to represent numbers and A, B,
and C
to represent sets.
Remember, we can use any letter to name the function; the notation h( a )
shows us that h
depends on a.
The value a
must be put into the function h
to get a result. 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 f( a+b )
means “first add a and b, and the result is the input for the function f.” The operations must be performed in this order to obtain the correct result.
defines a function named f.
This is read as “y
is a function of x.”
The letter x
represents the input value, or independent variable. The letter y,
or f( x ),
represents the output value, or dependent variable.
we write days=f(month)
or d=f(m).
The name of the month is the input to a “rule” that associates a specific number (the output) with each input.
For example, f( March )=31,
because March has 31 days. The notation d=f( m )
reminds us that the number of days, d
(the output), is dependent on the name of the month, m
(the input).
gives the number of police officers, N,
in a town in year y.
What does f( 2005 )=300
represent?
we see that the input year is 2005. The value for the output, the number of police officers ( N ),
is 300. Remember, N=f( y ).
The statement f( 2005 )=300
tells us that in the year 2005 there were 300 police officers in the town.
could we use the same symbol for the output as for the function, such as y=y(x),
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 f,
which is a rule or procedure, and the output y
we get by applying f
to a particular input x.
This is why we usually use notation such as y=f( x ),P=W( d ),
and so on.*
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.
[link] 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 f
where D=f( m )
identifies months by an integer rather than by name.
| **Month number, m
(input)** | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | | **Days in month, D
(output)** | 31 | 28 | 31 | 30 | 31 | 30 | 31 | 31 | 30 | 31 | 30 | 31 | {: #Table_01_01_03 summary="Two rows and thirteen columns. The first row is labeled, “(input) Month number, m” and the second row is labeled, “(output) Days in months, D”. Reading the columns as ordered pairs, we have: (1, 31), (2, 28), (3, 31), (4, 30), (5, 31), (6, 30), (7, 31), (8, 31), (9, 30) , (10, 31), (11, 30), and (12, 31)."}
[link] defines a function Q=g( n ).
Remember, this notation tells us that g
is the name of the function that takes the input n
and gives the output Q .
n | 1 | 2 | 3 | 4 | 5 |
Q | 8 | 6 | 7 | 6 | 8 |
[link] 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, a (input) | 5 | 5 | 6 | 7 | 8 | 9 | 10 |
Height in inches, h (output) | 40 | 42 | 44 | 47 | 50 | 52 | 54 |
- Identify the input and output values.
- Check to see if each input value is paired with only one output value. If so, the table represents a function. {: type="1"}
Input | Output |
---|---|
2 | 1 |
5 | 3 |
8 | 6 |
Input | Output |
---|---|
–3 | 5 |
0 | 1 |
4 | 5 |
Input | Output |
---|---|
1 | 0 |
5 | 2 |
5 | 4 |
When a table represents a function, corresponding input and output values can also be specified using function notation.
The function represented by [link] can be represented by writing
[link] cannot be expressed in a similar way because it does not represent a function.
Input | Output |
---|---|
1 | 10 |
2 | 100 |
3 | 1000 |
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.
When we have a function in formula form, it is usually a simple matter to evaluate the function. For example, the function f( x )=5−3 x 2
can be evaluated by squaring the input value, multiplying by 3, and then subtracting the product from 5.
- Replace the input variable in the formula with the value provided.
- Calculate the result. {: type="1"}
at
-
2
-
a
-
a+h
-
f( a+h )−f( a ) h {: type="a"}
in the function with each specified value.
-
Because the input value is a number, 2, we can use simple algebra to simplify.
f( 2 )= 2 2 +3( 2 )−4 =4+6−4 =6 -
In this case, the input value is a letter so we cannot simplify the answer any further.
f( a )= a 2 +3a−4 -
With an input value of a+h,
we must use the distributive property.
f(a+h)= (a+h) 2 +3(a+h)−4 = a 2 +2ah+ h 2 +3a+3h−4 -
In this case, we apply the input values to the function more than once, and then perform algebraic operations on the result. We already found that
f( a+h )= a 2 +2ah+ h 2 +3a+3h−4and we know that
f( a )= a 2 +3a−4Now we combine the results and simplify.
f(a+h)−f(a) h = ( a 2 +2ah+ h 2 +3a+3h−4)−( a 2 +3a−4) h = 2ah+ h 2 +3h h = h(2a+h+3) h Factor out h. =2a+h+3 Simplify.
{: type="a"}
evaluate h( 4 ).
we substitute the value 4 for the input variable p
in the given function.
evaluate g( 5 ).
solve for h( p )=3.
either ( p+3 )=0
or ( p−1 )=0
(or both of them equal 0). We will set each factor equal to 0 and solve for p
in each case.
when the input is either p=1
or p=−3.
We can also verify by graphing as in [link]. The graph verifies that h( 1 )=h( −3 )=3
and h( 4 )=24.
solve g( m )=2.
Some functions are defined by mathematical rules or procedures expressed in equation{: data-type="term" .no-emphasis} form. If it is possible to express the function output with a formula{: data-type="term" .no-emphasis} involving the input quantity, then we can define a function in algebraic form. For example, the equation 2n+6p=12
expresses a functional relationship between n
and p.
We can rewrite it to decide if p
is a function of n.
- Solve the equation to isolate the output variable on one side of the equal sign, with the other side as an expression that involves only the input variable.
- Use all the usual algebraic methods for solving equations, such as adding or subtracting the same quantity to or from both sides, or multiplying or dividing both sides of the equation by the same quantity. {: type="1"}
as a function p=f( n ),
if possible.
is a function of n,
which means writing it as p=[expression involving n].
as a function of n
is written as
represent a function with x
as input and y
as output? If so, express the relationship as a function y=f( x ).
from both sides.
in this equation.
express y
as a function of x.
*Yes, this can happen. For example, given the equation x=y+ 2 y ,
if we want to express y
as a function of x,
there is no simple algebraic formula involving only x
that equals y.
However, each x
does determine a unique value for y,
and there are mathematical procedures by which y
can be found to any desired accuracy. In this case, we say that the equation gives an implicit (implied) rule for y
as a function of x,
even though the formula cannot be written explicitly.*
As we saw above, we can represent functions in tables. Conversely, we can use information in tables to write functions, and we can evaluate functions using the tables. For example, how well do our pets recall the fond memories we share with them? There is an urban legend that a goldfish has a memory of 3 seconds, but this is just a myth. Goldfish can remember up to 3 months, while the beta fish has a memory of up to 5 months. And while a puppy’s memory span is no longer than 30 seconds, the adult dog can remember for 5 minutes. This is meager compared to a cat, whose memory span lasts for 16 hours.
The function that relates the type of pet to the duration of its memory span is more easily visualized with the use of a table. See [link].2{: data-type="footnote-link"}
Pet | Memory span in hours |
---|---|
Puppy | 0.008 |
Adult dog | 0.083 |
Cat | 16 |
Goldfish | 2160 |
Beta fish | 3600 |
At times, evaluating a function in table form may be more useful than using equations. Here let us call the function P.
The domain{: data-type="term" .no-emphasis} of the function is the type of pet and the range is a real number representing the number of hours the pet’s memory span lasts. We can evaluate the function P
at the input value of “goldfish.” We would write P(goldfish)=2160.
Notice that, to evaluate the function in table form, we identify the input value and the corresponding output value from the pertinent row of the table. The tabular form for function P
seems ideally suited to this function, more so than writing it in paragraph or function form.
- Find the given input in the row (or column) of input values.
- Identify the corresponding output value paired with that input value.
- Find the given output values in the row (or column) of output values, noting every time that output value appears.
- Identify the input value(s) corresponding to the given output value. {: type="1"}
-
Evaluate g( 3 ).
-
Solve g( n )=6. {: type="a"}
<tr>
<td data-align="center"><strong><math xmlns="http://www.w3.org/1998/Math/MathML">
n | 1 | 2 | 3 | 4 | 5 |
8 | 6 | 7 | 6 | 8 |
means determining the output value of the function
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>g</mi> </math>
for the input value of
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>n</mi><mo>=</mo><mn>3.</mn> </mrow> </math>
The table output value corresponding to
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>n</mi><mo>=</mo><mn>3</mn> </mrow> </math>
is 7, so
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>g</mi><mo stretchy="false">(</mo><mn>3</mn><mo stretchy="false">)</mo><mo>=</mo><mn>7.</mn> </mrow> </math>
-
Solving g(n)=6
means identifying the input values, n,
that produce an output value of 6. [link] shows two solutions: 2
and 4. {: type="a"}
<tr>
<td data-align="center"><strong><math xmlns="http://www.w3.org/1998/Math/MathML">
n | 1 | 2 | 3 | 4 | 5 |
8 | 6 | 7 | 6 | 8 |
our output is 6. When we input 4 into the function g,
our output is also 6.
Evaluating a function using a graph also requires finding the corresponding output value for a given input value, only in this case, we find the output value by looking at the graph. Solving a function equation using a graph requires finding all instances of the given output value on the graph and observing the corresponding input value(s).
-
Evaluate f( 2 ).
-
Solve f( x )=4. {: type="a"}
locate the point on the curve where
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext> </mtext><mi>x</mi><mo>=</mo><mn>2</mn><mo>,</mo><mtext> </mtext></mrow> </math>
then read the *y*-coordinate of that point. The point has coordinates
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext> </mtext><mo stretchy="false">(</mo><mn>2</mn><mo>,</mo><mn>1</mn><mo stretchy="false">)</mo><mo>,</mo><mtext> </mtext> </mrow> </math>
so
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext> </mtext><mi>f</mi><mrow><mo>(</mo> <mn>2</mn> <mo>)</mo></mrow><mo>=</mo><mn>1.</mn><mtext> </mtext></mrow> </math>
See [[link]](#Figure_01_01_008). ![Graph of a positive parabola centered at (1, 0) with the labeled point (2, 1) where f(2) =1.](../resources/CNX_Precalc_Figure_01_01_008.jpg){: #Figure_01_01_008}
-
To solve f( x )=4,
we find the output value 4
on the vertical axis. Moving horizontally along the line y=4,
we locate two points of the curve with output value 4:
(−1,4)
and (3,4).
These points represent the two solutions to f( x )=4:
−1
or 3.
This means f( −1 )=4
and f( 3 )=4,
or when the input is −1
or 3,
the output is 4.
See [link]. {: #Figure_01_01_009}
{: type="a"}
or x=2
Some functions have a given output value that corresponds to two or more input values. For example, in the stock chart shown in [link] at the beginning of this chapter, 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 [link].
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 [link](a) and [link](b). The function in part (a) shows a relationship that is not a one-to-one function because inputs q
and r
both give output n.
The function in part (b) shows a relationship that is a one-to-one function because each input is associated with a single output.
has a unique area measure given by A=π r 2 ,
so for any input, r,
there is only one output, A.
The area is a function of radius r.
If the function is one-to-one, the output value, the area, must correspond to a unique input value, the radius. Any area measure A
is given by the formula A=π r 2 .
Because areas and radii are positive numbers, there is exactly one solution: A π .
So the area of a circle is a one-to-one function of the circle’s radius.
- If each percent grade earned in a course translates to one letter grade, is the letter grade a function of the percent grade?
- If so, is the function one-to-one? {: type="a"}
As we have seen in some examples above, we can represent a function using a graph. Graphs display a great many input-output pairs in a small space. The visual information they provide often makes relationships easier to understand. By convention, graphs are typically constructed with the input values along the horizontal axis and the output values along the vertical axis.
The most common graphs name the input value x
and the output value y,
and we say y
is a function of x,
or y=f( x )
when the function is named f.
The graph of the function is the set of all points (x,y)
in the plane that satisfies the equation y=f( x ).
If the function is defined for only a few input values, then the graph of the function is only a few points, where the x-coordinate of each point is an input value and the y-coordinate of each point is the corresponding output value. For example, the black dots on the graph in [link] tell us that f( 0 )=2
and f( 6 )=1.
However, the set of all points (x,y)
satisfying y=f( x )
is a curve. The curve shown includes (0,2)
and (6,1)
because the curve passes through those points.
The vertical line test{: data-type="term"} can be used to determine whether a graph represents a function. If we can draw any vertical line that intersects a graph more than once, then the graph does not define a function because a function has only one output value for each input value. See [link].
- Inspect the graph to see if any vertical line drawn would intersect the curve more than once.
- If there is any such line, determine that the graph does not represent a function. {: type="1"}
Once we have determined that a graph defines a function, an easy way to determine if it is a one-to-one function is to use the horizontal line test{: data-type="term"}. Draw horizontal lines through the graph. If any horizontal line intersects the graph more than once, then the graph does not represent a one-to-one function.
- Inspect the graph to see if any horizontal line drawn would intersect the curve more than once.
- If there is any such line, determine that the function is not one-to-one. {: type="1"}
The function in [link](b) is one-to-one. Any horizontal line will intersect a diagonal line at most once.
In this text, we will be exploring functions—the shapes of their graphs, their unique characteristics, their algebraic formulas, and how to solve problems with them. When learning to read, we start with the alphabet. When learning to do arithmetic, we start with numbers. When working with functions, it is similarly helpful to have a base set of building-block elements. We call these our “toolkit functions,” which form a set of basic named functions for which we know the graph, formula, and special properties. Some of these functions are programmed to individual buttons on many calculators. For these definitions we will use x
as the input variable and y=f( x )
as the output variable.
We will see these toolkit functions, combinations of toolkit functions, their graphs, and their transformations frequently throughout this book. It will be very helpful if we can recognize these toolkit functions and their features quickly by name, formula, graph, and basic table properties. The graphs and sample table values are included with each function shown in [link].
Constant function | f( x )=c, where c is a constant |
Identity function | f( x )=x |
Absolute value function | f( x )=\| x \| |
Quadratic function | f( x )= x 2 |
Cubic function | f( x )= x 3 |
Reciprocal function | f( x )= 1 x |
Reciprocal squared function | f( x )= 1 x 2 |
Square root function | f( x )= x |
Cube root function | f( x )= x 3 |
-
A relation is a set of ordered pairs. A function is a specific type of relation in which each domain value, or input, leads to exactly one range value, or output. See [link] and [link].
-
Function notation is a shorthand method for relating the input to the output in the form y=f( x ).
-
In tabular form, a function can be represented by rows or columns that relate to input and output values. See [link].
-
To evaluate a function, we determine an output value for a corresponding input value. Algebraic forms of a function can be evaluated by replacing the input variable with a given value. See [link] and [link].
-
To solve for a specific function value, we determine the input values that yield the specific output value. See [link].
-
An algebraic form of a function can be written from an equation. See [link] and [link].
-
Input and output values of a function can be identified from a table. See [link].
-
Relating input values to output values on a graph is another way to evaluate a function. See [link].
-
A function is one-to-one if each output value corresponds to only one input value. See [link].
-
A graph represents a function if any vertical line drawn on the graph intersects the graph at no more than one point. See [link].
-
The graph of a one-to-one function passes the horizontal line test. See [link].
For the following exercises, determine whether the relation represents a function.
For the following exercises, determine whether the relation represents y
as a function of x.
For the following exercises, evaluate the function f
at the indicated values f(−3),f(2),f(−a),−f(a),f(a+h).
2−a−h +5
evaluate g(x+h)−g(x) h , h≠0.
evaluate g(x)−g(a) x−a , x≠a.
-
Evaluate k(2).
-
Solve k(t)=7. {: type="a"}
-
Evaluate f(−2).
-
Solve f(x)=−1. {: type="a"}
b. x=3
-
Evaluate p(−3).
-
Solve p(c)=2. {: type="a"}
-
Evaluate f(5).
-
Solve f(x)=4. {: type="a"}
b. x=−1
or x=4
-
Evaluate f(7).
-
Solve f(x)=4. {: type="a"}
-
Write the relationship as a function r=f(t).
-
Evaluate f(−3).
-
Solve f(t)=2. {: type="a"}
b. f(−3)=8;
c. t=6
For the following exercises, use the vertical line test to determine which graphs show relations that are functions.
For the following exercises, determine if the given graph is a one-to-one function.
For the following exercises, determine whether the relation represents a function.
For the following exercises, determine if the relation represented in table form represents y
as a function of x.
x | 5 | 10 | 15 |
y | 3 | 8 | 14 |
x | 5 | 10 | 15 |
y | 3 | 8 | 8 |
x | 5 | 10 | 10 |
y | 3 | 8 | 14 |
For the following exercises, use the function f
represented in [link].
| x | f( x ) | | 0 | 74 | | 1 | 28 | | 2 | 1 | | 3 | 53 | | 4 | 56 | | 5 | 3 | | 6 | 36 | | 7 | 45 | | 8 | 14 | | 9 | 47 | {: summary=".."}
For the following exercises, evaluate the function f
at the values f( −2 ), f(−1), f(0), f(1),
and f(2).
For the following exercises, evaluate the expressions, given functions f, g,
and h:
-
f(x)=3x−2
-
g(x)=5− x 2
-
h(x)=−2 x 2 +3x−1
For the following exercises, graph y= x 2
on the given viewing window. Determine the corresponding range for each viewing window. Show each graph.
For the following exercises, graph y= x 3
on the given viewing window. Determine the corresponding range for each viewing window. Show each graph.
For the following exercises, graph y= x
on the given viewing window. Determine the corresponding range for each viewing window. Show each graph.
For the following exercises, graph y= x 3
on the given viewing window. Determine the corresponding range for each viewing window. Show each graph.
produced by a city with population p
is given by G=f( p ).
G
is measured in tons per week, and p
is measured in thousands of people.
-
The town of Tola has a population of 40,000 and produces 13 tons of garbage each week. Express this information in terms of the function f.
-
Explain the meaning of the statement f( 5 )=2. {: type="a"}
needed to cover a garden with area a
square feet is given by D=g( a ).
-
A garden with area 5000 ft2 requires 50 yd3 of dirt. Express this information in terms of the function g.
-
Explain the meaning of the statement g( 100 )=1. {: type="a"}
b. The number of cubic yards of dirt required for a garden of 100 square feet is 1.
be the number of ducks in a lake t
years after 1990. Explain the meaning of each statement:
-
f( 5 )=30
-
f( 10 )=40 {: type="a"}
be the height above ground, in feet, of a rocket t
seconds after launching. Explain the meaning of each statement:
-
h( 1 )=200
-
h( 2 )=350 {: type="a"}
is not one-to-one.
- {: data-type="footnote-ref" #footnote1} 1{: data-type="footnote-ref-link"} http://www.baseball-almanac.com/legendary/lisn100.shtml. Accessed 3/24/2014.
- {: data-type="footnote-ref" #footnote2} 2{: data-type="footnote-ref-link"} http://www.kgbanswers.com/how-long-is-a-dogs-memory-span/4221590. Accessed 3/24/2014. {: data-list-type="bulleted" data-bullet-style="none"}
dependent variable : an output variable ^
domain : the set of all possible input values for a relation ^
function : a relation in which each input value yields a unique output value ^
horizontal line test : a method of testing whether a function is one-to-one by determining whether any horizontal line intersects the graph more than once ^
independent variable : an input variable ^
input : each object or value in a domain that relates to another object or value by a relationship known as a function ^
one-to-one function : a function for which each value of the output is associated with a unique input value ^
output : each object or value in the range that is produced when an input value is entered into a function ^
range : the set of output values that result from the input values in a relation ^
relation : a set of ordered pairs ^
vertical line test : a method of testing whether a graph represents a function by determining whether a vertical line intersects the graph no more than once