This is “Introduction to Functions”, section 3.7 from the book Beginning Algebra (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

3.7 Introduction to Functions

Learning Objectives

  1. Identify a function.
  2. State the domain and range of a function.
  3. Use function notation.

Relations, Functions, Domain, and Range

Relationships between sets occur often in everyday life. For example, for each month in Cape Canaveral, we can associate an average amount of rainfall. In this case, the amount of precipitation depends on the month of the year, and the data can be written in tabular form or as a set of ordered pairs.

Month Precipitation Ordered pairs
January 2.4 in (January, 2.4)
February 3.3 in (February, 3.3)
March 3.1 in (March, 3.1)
April 2.0 in (April, 2.0)
May 3.8 in (May, 3.8)
June 6.8 in (June, 6.8)
July 8.1 in (July, 8.1)
August 7.6 in (August, 7.6)
September 7.3 in (September, 7.3)
October 4.1 in (October, 4.1)
November 3.3 in (November, 3.3)
December 2.4 in (December, 2.4)

We define a relationAny set of ordered pairs. as any set of ordered pairs. Usually we write the independent component of the relation in the first column and the dependent component in the second column. In the opening example, notice that it makes sense to relate the average amount of precipitation as dependent on the month of year. The set of all elements in the first column of a relation is called the domainThe set of first components of a relation. The x-values define the domain in relations consisting of points (xy) in the rectangular coordinate plane.. The set of all elements that compose the second column is called the rangeThe set of second components of a relation. The y-values define the range in relations consisting of points (xy) in the rectangular coordinate plane.. In this example, the domain consists of the set of all months of the year, and the range consists of the values that represent the average rainfall for each month.

In the context of algebra, the relations of interest are sets of ordered pairs (xy) in the rectangular coordinate plane. In this case, the x-values define the domain and the y-values define the range. Of special interest are relations where every x-value corresponds to exactly one y-value; these relations are called functionsRelations where every x-value corresponds to exactly one y-value. With the definition comes new notation: f(x)=y, which is read “f of x is equal to y.”.

 

Example 1: Determine the domain and range of the following relation and state whether or not it is a function: {(−1, 4), (0, 7), (2, 3), (3, 3), (4, −2)}.

Solution: Here we separate the domain and range and depict the correspondence between the values with arrows.

Answer: The domain is {−1, 0, 2, 3, 4}, and the range is {−2, 3, 4, 7}. The relation is a function because each x-value corresponds to exactly one y-value.

 

Example 2: Determine the domain and range of the following relation and state whether or not it is a function: {(−4, −3), (−2, 6), (0, 3), (3, 5), (3, 7)}.

Solution:

Answer: The domain is {−4, −2, 0, 3}, and the range is {−3, 3, 5, 6, 7}. This relation is not a function because the x-value 3 has two corresponding y-values.

 

In the previous example, the relation is not a function because it contains ordered pairs with the same x-value, (3, 5) and (3, 7). We can recognize functions as relations where no x-values are repeated.

In algebra, equations such as y=34x2 define relations. This linear equation can be graphed as follows:

The graph is a relation since it represents the infinite set of ordered pair solutions to y=34x2. The domain is the set of all x-values, and in this case consists of all real numbers. The range is the set of all possible y-values, and in this case also consists of all real numbers. Furthermore, the graph is a function because for each x-value there is only one corresponding y-value. In fact, any nonvertical or nonhorizontal line is a function with domain and range consisting of all real numbers.

Any graph is a set of ordered pairs and thus defines a relation. Consider the following graph of a circle:

Here the graph represents a relation where many x-values in the domain correspond to two y-values. If we draw a vertical line, as illustrated, we can see that (3, 2) and (3, −2) are two ordered pairs with the same x-value. Therefore, the x-value 3 corresponds to two y-values; hence the graph does not represent a function. The illustration suggests that if any vertical line intersects a graph more than once, then the graph does not represent a function. This is called the vertical line testIf a vertical line intersects a graph more than once, then the graph does not represent a function..

 

Example 3: Given the following graph, determine the domain and range and state whether or not it is a function.

Solution: The given shape is called a parabola and extends indefinitely to the left and right as indicated by the arrows. This suggests that if we choose any x-value, then we will be able to find a corresponding point on the graph; therefore, the domain consists of all real numbers. Furthermore, the graph shows that −1 is the minimum y-value, and any y-value greater than that is represented in the relation. Hence the range consists of all y-values greater than or equal to −1, or in interval notation, [1,).

Lastly, any vertical line will intersect the graph only once; therefore, it is a function.

Answer: The domain is all real numbers R = (−∞, ∞), and the range is [1,). The graph represents a function because it passes the vertical line test.

 

Try this! Given the graph, determine the domain and range and state whether or not it is a function:

Answer: Domain: [4,); range: (,); function: no

Video Solution

(click to see video)

Function Notation and Linear Functions

With the definition of a function comes special notation. If we consider each x-value to be the input that produces exactly one output, then we can use the notation

The notation f(x) reads “f of x” and should not be confused with multiplication. Most of our study of algebra involves functions, so the notation becomes very useful when performing common tasks. Functions can be named with different letters; some common names for functions are g(x), h(x), C(x), and R(x). First, consider nonvertical lines that we know can be expressed using slope-intercept form, y=mx+b. For any real numbers m and b, the equation defines a function, and we can replace y with the new notation f(x) as follows:

Therefore, a linear functionAny function that can be written in the form f(x) = mx + b. is any function that can be written in the form f(x)=mx+b. In particular, we can write the following:

The notation also shows values to evaluate in the equation. If the value for x is given as 8, then we know that we can find the corresponding y-value by substituting 8 in for x and simplifying. Using function notation, this is denoted f(8) and can be interpreted as follows:

Finally, simplify:

We have f(8)=4. This notation tells us that when x = 8 (the input), the function results in 4 (the output).

 

Example 4: Given the linear function f(x)=5x+7, find f(2).

Solution: In this case, f(2) indicates that we should evaluate when x=2.

Answer: f(2)=17

 

Example 5: Given the linear function f(x)=5x+7, find x when f(x)=10.

Solution: In this case, f(x)=10 indicates that the function should be set equal to 10.

Answer: Here x=35, and we can write f(35)=10.

 

Example 6: Given the graph of a linear function g(x),

a. Find g(2).

b. Find x when g(x)=3.

Solution:

a. The notation g(2) implies that x = 2. Use the graph to determine the corresponding y-value.

Answer: g(2)=1

b. The notation g(x)=3 implies that the y-value is given as 3. Use the graph to determine the corresponding x-value.

Answer: x = 4

 

Example 7: Graph the linear function f(x)=53x+6 and state the domain and range.

Solution: From the function, we see that b = 6 and thus the y-intercept is (0, 6). Also, we can see that the slope is m=53=53=riserun. Starting from the y-intercept, mark a second point down 5 units and right 3 units.

Given any coordinate on the x-axis, we can find a corresponding point on the graph; the domain consists of all real numbers. Also, for any coordinate on the y-axis, we can find a point on the graph; the range consists of all real numbers.

Answer: Both the domain and range consist of all real numbers R.

 

Try this! Given the linear function g(x)=x+5,

a. Find g(12).

b. Find x when g(x)=18.

Answers:

a. g(12)=112

b. x=13

Video Solution

(click to see video)

Key Takeaways

  • A relation is any set of ordered pairs. However, in the context of this course, we will be working with sets of ordered pairs (xy) in the rectangular coordinate system. The set of x-values defines the domain and the set of y-values defines the range.
  • Special relations where every x-value (input) corresponds to exactly one y-value (output) are called functions.
  • We can easily determine whether an equation represents a function by performing the vertical line test on its graph. If any vertical line intersects the graph more than once, then the graph does not represent a function. In this case, there will be more than one point with the same x-value.
  • Any nonvertical or nonhorizontal line is a function and can be written using function notation f(x)=mx+b. Both the domain and range consist of all real numbers.

    • If asked to find f(a), we substitute a in for the variable and then simplify.
    • If asked to find x when f(x)=a, we set the function equal to a and then solve for x.

Topic Exercises

Part A: Functions

For each problem below, does the correspondence represent a function?

1. Algebra students to their scores on the first exam.

2. Family members to their ages.

3. Lab computers to their users.

4. Students to the schools they have attended.

5. People to their citizenships.

6. Local businesses to their number of employees.

Determine the domain and range and state whether the relation is a function or not.

7. {(3, 2), (5, 3), (7, 4)}

8. {(−5, −3), (0, 0), (5, 0)}

9. {(−10, 2), (−8, 1), (−8, 0)}

10. {(9, 12), (6, 6), (6, 3)}

11.

12.

13.

14.

15.

16.

17.

18.

19.

20.

21.

22.

23.

24.

25.

26.

Part B: Function Notation

Given the following functions, find the function values.

27. f(x)=3x, find f(2).

28. f(x)=5x+1, find f(1).

29. f(x)=35x4, find f(15).

30. f(x)=25x15, find f(3).

31. f(x)=52x13, find f(13).

32. f(x)=6, find f(7).

33. g(x)=5, find g(4).

34. g(x)=5x, find g(3).

35. g(x)=18x+58, find g(58).

36. g(x)=53x5, find g(3).

37. f(x)=5x9, find x when f(x)=1.

38. f(x)=7x+2, find x when f(x)=0.

39. f(x)=75x2, find x when f(x)=9.

40. f(x)=x4, find x when f(x)=12.

41. g(x)=x, find x when g(x)=12.

42. g(x)=x+1, find x when g(x)=23.

43. g(x)=5x+13, find x when g(x)=12.

44. g(x)=58x+3, find x when g(x)=3.

Given f(x)=23x1 and g(x)=3x+2 calculate the following.

45. f(6)

46. f(12)

47. f(0)

48. f(1)

49. g(23)

50. g(0)

51. g(1)

52. g(12)

53. Find x when f(x)=0.

54. Find x when f(x)=3.

55. Find x when g(x)=1.

56. Find x when g(x)=0.

Given the graph, find the function values.

57. Given the graph of f(x), find f(4), f(1), f(0), and f(2).

58. Given the graph of g(x), find g(3), g(1), g(0), and g(1).

59. Given the graph of f(x), find f(4), f(1), f(0), and f(2).

60. Given the graph of g(x), find g(4), g(1), g(0), and g(2).

61. Given the graph of f(x), find f(1), f(0), f(1), and f(3).

62. Given the graph of g(x), find g(2), g(0), g(2), and g(6).

63. Given the graph of g(x), find g(4), g(3), g(0), and g(4).

64. Given the graph of f(x), find f(4), f(0), f(1), and f(3).

Given the graph, find the x-values.

65. Given the graph of f(x), find x when f(x)=3, f(x)=1, and f(x)=3.

66. Given the graph of g(x), find x when g(x)=1, g(x)=0, and g(x)=1.

67. Given the graph of f(x), find x when f(x)=3.

68. Given the graph of g(x), find x when g(x)=2, g(x)=0, and g(x)=4.

69. Given the graph of f(x), find x when f(x)=16, f(x)=12, and f(x)=0.

70. Given the graph of g(x), find x when g(x)=3, g(x)=0, and g(x)=1.

71. Given the graph of f(x), find x when f(x)=4, f(x)=0, and f(x)=2.

72. Given the graph of g(x), find x when g(x)=5, g(x)=3, and g(x)=2.

73. The cost in dollars of producing pens with a company logo is given by the function C(x)=1.65x+120, where x is the number of pens produced. Use the function to calculate the cost of producing 200 pens.

74. The revenue in dollars from selling sweat shirts is given by the function R(x)=29.95x, where x is the number of sweat shirts sold. Use the function to determine the revenue if 20 sweat shirts are sold.

75. The value of a new car in dollars is given by the function V(t)=2,500t+18,000, where t represents the age of the car in years. Use the function to determine the value of the car when it is 5 years old. What was the value of the car when new?

76. The monthly income in dollars of a commissioned car salesman is given by the function I(n)=550n+1,250, where n represents the number of cars sold in the month. Use the function to determine the salesman’s monthly income if he sells 3 cars this month. What is his income if he does not sell any cars in a month?

77. The perimeter of an isosceles triangle with a base measuring 10 centimeters is given by the function P(x)=2x+10, where x represents the length of each of the equal sides. Find the length of each side if the perimeter is 40 centimeters.

78. The perimeter of a square depends on the length of each side s and is modeled by the function P(s)=4s. If the perimeter of a square measures 140 meters, then use the function to calculate the length of each side.

79. A certain cellular phone plan charges $18 per month and $0.10 per minute of usage. The cost of the plan is modeled by the function C(x)=0.10x+18, where x represents the number of minutes of usage per month. Determine the minutes of usage if the cost for the month was $36.

80. The monthly revenue generated by selling subscriptions to a tutoring website is given by the function R(x)=29x, where x represents the number of subscription sales per month. How many subscriptions were sold if the revenues for the month totaled $1,508?

Graph the linear function and state the domain and range.

81. f(x)=52x+10

82. f(x)=35x10

83. g(x)=6x+2

84. g(x)=4x+6

85. h(t)=12t3

86. h(t)=34t+3

87. C(x)=100+50x

88. C(x)=50+100x

Part C: Discussion Board Topics

89. Is a vertical line a function? What are the domain and range of a vertical line?

90. Is a horizontal line a function? What are the domain and range of a horizontal line?

91. Come up with your own correspondence between real-world sets. Explain why it does or does not represent a function.

92. Can a function have more than one y-intercept? Explain.

Answers

1: Yes

3: No

5: No

7: Domain: {3, 5, 7}; range: {2, 3, 4}; function: yes

9: Domain: {−10,−8}; range: {0, 1, 2}; function: no

11: Domain: {−4, −1, 2}; range: {1, 2, 3}; function: yes

13: Domain: {−2, 2}; range: {2, 3, 5}; function: no

15: Domain: (,); range: {2}; function: yes

17: Domain: (,); range: (,); function: yes

19: Domain: [2,); range: (,); function: no

21: Domain: [4,); range: [0,); function: yes

23: Domain: (,); range: [0,); function: yes

25: Domain: (,); range: [2,); function: yes

27: f(2)=6

29: f(15)=5

31: f(13)=76

33: g(4)=5

35: g(58)=3564

37: x=2

39: x=5

41: x=12

43: x=16

45: f(6)=3

47: f(0)=1

49: g(23)=0

51: g(1)=5

53: x=32

55: x=1

57: f(4)=3, f(1)=0, f(0)=1, and f(2)=3

59: f(4)=4, f(1)=4, f(0)=4, and f(2)=4

61: f(1)=1, f(0)=2, f(1)=3, and f(3)=1

63: g(4)=0, g(3)=1, g(0)=2, and g(4)=3

65: f(1)=3, f(0)=1, and f(2)=3

67: f(1)=3 (answers may vary)

69: f(4)=16; f(6)=12 and f(2)=12; f(8)=0 and f(0)=0

71: f(4)=4 and f(4)=4; f(0)=0; f(2)=2 and f(2)=2

73: $450

75: New: $18,000; 5 years old: $5,500

77: 15 centimeters

79: 180 minutes

81: Domain and range: R

83: Domain and range: R

85: Domain and range R

87: Domain and range: R