Set Notation
Mappings
Tables
Graphs
Equations
Sets are collections of data usually contained as lists within braces { }. When relations and functions are represented as a lists, they often are depicted as ordered pairs within braces, such as:
A mapping is an arrow diagram that links the elements of the domain to the elements of the range. The image shown can be used to create a set of ordered pairs and determine whether the mapping is a relation or a function.
The set of order pairs that come from this mapping are:
{ (2, 11) ; (1, 7) ; (1, 14) ; (3, 9) }
Tables are useful for organizing data into ordered pairs. When discussing relations and functions it is common to name the first column x and the second column y. Recall that x represents the input values which come from the domain and y represents the output values which come from the range.
A graph is a picture representation of a collection of ordered pairs . We plot the points on the coordinate plane with a horizontal axis, called the x – axis, which represents the domain, and a vertical axis, called the y – axis, represents the range. Graphical representations provide a visual that helps us better understand the difference between a relation and a function. Recall, that relations permit the pairing of multiple y – values to each x – value but functions do not. This can be illustrated using a vertical line.
The graph below contains a set of ordered pairs that can be classified as a relation. It is a relation because at least one input value has multiple corresponding output values. Consider the input value x = 3, notice that it has more than one corresponding output value for y, as shown by the points (3, 5) and (3, 10). This concept can be demonstrated graphically using the Vertical Line Test. If a vertical line can touch more than one point anywhere in the graph, then it is a relation. If this were a function, then there would be no place in the graph that a vertical line could intersect two points or more.
Equations are used to generate output values that correspond to the input values from the domain. Typically, equations are written using “y – equals” form, but since we are studying equations in the context of functions the y – variable is replaced by function notation. For example, y = 2x – 1 is expressed as a function by writing f (x) = 2x – 1, where f (x) replaces y.
Comments:
· f (x) is the function name and is read as “f of x”
· Function names are useful when handling multiple equations. A population function could be named P (x), a revenue functions could be named R (x), and so on.
· For x = c , where c is a real number, f (c) is the resulting y – value when c is plugged into the equation for x.
· An ordered pair can be written (x, f (x)) or as (x, y), they are the same.
Ex 5: Given the function equation f (x) = 3x – 2, evaluate f (5) .
Evaluate f (5) means evaluate the expression 3x – 2 for x = 5 .
The expression becomes 3(5) – 2 which evaluates to 13.
Therefore f (5) = 13 .
Ex 6: Create a table of values for the function g(x) = 4x + 1using the following x – values.
x = { – 2 , –1 , 0 , 1 , 2}
Create a table with two columns, but instead of labeling the columns x and y, name them x and g(x). Populate the column for x with the given values.
x = {– 2 , –1 , 0 , 1 , 2}
Calculate each corresponding y – value as shown in red and put the result in the g(x) column.