3.1 Functions and Function Notation

Learning objectives.

In this section, you will:

  • Determine whether a relation represents a function.
  • Find the value of a function.
  • Determine whether a function is one-to-one.
  • Use the vertical line test to identify functions.
  • Graph the functions listed in the library of functions.

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.

Determining Whether a Relation Represents a Function

A relation is a set of ordered pairs. The set of the first components of each ordered pair 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 } . { 1 , 2 , 3 , 4 , 5 } . The range is { 2 , 4 , 6 , 8 , 10 } . { 2 , 4 , 6 , 8 , 10 } .

Note that each value in the domain is also known as an input value, or independent variable , and is often labeled with the lowercase letter x . x . Each value in the range is also known as an output value, or dependent variable , and is often labeled lowercase letter y . y .

A function f 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 to numbers double their values, this relation is a function because each element in the domain, { 1 , 2 , 3 , 4 , 5 } , { 1 , 2 , 3 , 4 , 5 } , is paired with exactly one element in the range, { 2 , 4 , 6 , 8 , 10 } . { 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 } { even, odd } is not paired with exactly one element in the range, { 1 , 2 , 3 , 4 , 5 } . { 1 , 2 , 3 , 4 , 5 } . For example, the term “odd” corresponds to three values from the range, { 1 , 3 , 5 } { 1 , 3 , 5 } and the term “even” corresponds to two values from the range, { 2 , 4 } . { 2 , 4 } . This violates the definition of a function, so this relation is not a function.

Figure 1 compares relations that are functions and not 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 .

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

  • 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.

Determining If Menu Price Lists Are Functions

The coffee shop menu, shown below, consists of items and their prices. ⓐ Is price a function of the item? ⓑ Is the item a function of the price?

ⓐ Let’s begin by considering the input as the items on the menu. The output values are then the prices.

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 the image below.

Therefore, the item is a not a function of price.

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? Table 1 shows a possible rule for assigning grade points.

For any percent grade earned, there is an associated grade point average, so the grade point average is a function of the percent grade. In other words, if we input the percent grade, the output is a specific grade point average.

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.

Table 2 1 lists the five greatest baseball players of all time in order of rank.

  • ⓐ Is the rank a function of the player name?
  • ⓑ Is the player name a function of the rank?

Using Function Notation

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 facilitates working with functions.

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

Remember, we can use any letter to name the function; the notation h ( a ) h ( a ) shows us that h h depends on a . a . The value a a must be put into the function h 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 ) 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.

Function Notation

The notation y = f ( x ) y = f ( x ) defines a function named f . f . This is read as “ y “ y is a function of x . ” x . ” The letter x x represents the input value, or independent variable. The letter y , y , or f ( x ) , f ( x ) , represents the output value, or dependent variable.

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. Assume that the domain does not include leap years.

The number of days in a month is a function of the name of the month, so if we name the function f , f , we write days = f ( month ) days = f ( month ) or d = f ( m ) . 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 , f ( March ) = 31 , because March has 31 days. The notation d = f ( m ) d = f ( m ) reminds us that the number of days, d d (the output), is dependent on the name of the month, m m (the input).

Note that the inputs to a function do not have to be numbers; function inputs can be names of people, labels of geometric objects, or any other element that determines some kind of output. However, most of the functions we will work with in this book will have numbers as inputs and outputs.

Interpreting Function Notation

A function N = f ( y ) N = f ( y ) gives the number of police officers, N , N , in a town in year y . y . What does f ( 2005 ) = 300 f ( 2005 ) = 300 represent?

When we read f ( 2005 ) = 300 , f ( 2005 ) = 300 , we see that the input year is 2005. The value for the output, the number of police officers ( N ) , ( N ) , is 300. Remember, N = f ( y ) . N = f ( y ) . The statement f ( 2005 ) = 300 f ( 2005 ) = 300 tells us that in the year 2005 there were 300 police officers in the town.

Use function notation to express the weight of a pig in pounds as a function of its age in days d . d .

Instead of a notation such as y = f ( x ), y = f ( x ), could we use the same symbol for the output as for the function, such as y = y ( x ), 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 , f , which is a rule or procedure, and the output y y we get by applying f f to a particular input x . x . This is why we usually use notation such as y = f ( x ) , P = W ( d ) , y = f ( x ) , P = W ( d ) , 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.

Table 3 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 f where D = f ( m ) D = f ( m ) identifies months by an integer rather than by name.

Table 4 defines a function Q = g ( n ) . Q = g ( n ) . Remember, this notation tells us that g g is the name of the function that takes the input n n and gives the output Q . Q .

Table 5 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.

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

  • 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.

Identifying Tables that Represent Functions

Which table, Table 6 , Table 7 , or Table 8 , represents a function (if any)?

Table 6 and Table 7 define functions. In both, each input value corresponds to exactly one output value. Table 8 does not define a function because the input value of 5 corresponds to two different output values.

When a table represents a function, corresponding input and output values can also be specified using function notation.

The function represented by Table 6 can be represented by writing

Similarly, the statements

represent the function in Table 7 .

Table 8 cannot be expressed in a similar way because it does not represent a function.

Does Table 9 represent a function?

Finding Input and Output Values of a Function

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.

Evaluation of Functions in Algebraic Forms

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 f ( x ) = 5 − 3 x 2 can be evaluated by squaring the input value, multiplying by 3, and then subtracting the product from 5.

Given the formula for a function, evaluate.

  • Substitute the input variable in the formula with the value provided.
  • Calculate the result.

Evaluating Functions at Specific Values

Evaluate f ( x ) = x 2 + 3 x − 4 f ( x ) = x 2 + 3 x − 4 at:

  • ⓒ a + h a + h
  • ⓓ Now evaluate f ( a + h ) − f ( a ) h f ( a + h ) − f ( a ) h

Replace the x x 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 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 + 3 a − 4 f ( a ) = a 2 + 3 a − 4
  • ⓒ With an input value of a + h , a + h , we must use the distributive property. f ( a + h ) = ( a + h ) 2 + 3 ( a + h ) − 4 = a 2 + 2 a h + h 2 + 3 a + 3 h − 4 f ( a + h ) = ( a + h ) 2 + 3 ( a + h ) − 4 = a 2 + 2 a h + h 2 + 3 a + 3 h − 4

and we know that

Now we combine the results and simplify.

Evaluating Functions

Given the function h ( p ) = p 2 + 2 p , h ( p ) = p 2 + 2 p , evaluate h ( 4 ) . h ( 4 ) .

To evaluate h ( 4 ) , h ( 4 ) , we substitute the value 4 for the input variable p p in the given function.

Therefore, for an input of 4, we have an output of 24.

Given the function g ( m ) = m − 4 , g ( m ) = m − 4 , evaluate g ( 5 ) . g ( 5 ) .

Solving Functions

Given the function h ( p ) = p 2 + 2 p , h ( p ) = p 2 + 2 p , solve for h ( p ) = 3. h ( p ) = 3.

If ( p + 3 ) ( p − 1 ) = 0 , ( p + 3 ) ( p − 1 ) = 0 , either ( p + 3 ) = 0 ( p + 3 ) = 0 or ( p − 1 ) = 0 ( p − 1 ) = 0 (or both of them equal 0). We will set each factor equal to 0 and solve for p p in each case.

This gives us two solutions. The output h ( p ) = 3 h ( p ) = 3 when the input is either p = 1 p = 1 or p = − 3. p = − 3. We can also verify by graphing as in Figure 3 . The graph verifies that h ( 1 ) = h ( − 3 ) = 3 h ( 1 ) = h ( − 3 ) = 3 and h ( 4 ) = 24. h ( 4 ) = 24.

Given the function g ( m ) = m − 4 , g ( m ) = m − 4 , solve g ( m ) = 2. g ( m ) = 2.

Evaluating Functions Expressed in Formulas

Some functions are defined by mathematical rules or procedures expressed in equation form. If it is possible to express the function output with a formula involving the input quantity, then we can define a function in algebraic form. For example, the equation 2 n + 6 p = 12 2 n + 6 p = 12 expresses a functional relationship between n n and p . p . We can rewrite it to decide if p p is a function of n . n .

Given a function in equation form, write its algebraic formula.

  • 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.

Finding the Algebraic Form of a Function

Express the relationship 2 n + 6 p = 12 2 n + 6 p = 12 as a function p = f ( n ) , p = f ( n ) , if possible.

To express the relationship in this form, we need to be able to write the relationship where p p is a function of n , n , which means writing it as p = [ expression involving n ] . p = [ expression involving n ] .

Therefore, p p as a function of n n is written as

It is important to note that not every relationship expressed by an equation can also be expressed as a function with a formula.

Expressing the Equation of a Circle as a Function

Does the equation x 2 + y 2 = 1 x 2 + y 2 = 1 represent a function with x x as input and y y as output? If so, express the relationship as a function y = f ( x ) . y = f ( x ) .

First we subtract x 2 x 2 from both sides.

We now try to solve for y y in this equation.

We get two outputs corresponding to the same input, so this relationship cannot be represented as a single function y = f ( x ) . y = f ( x ) .

If x − 8 y 3 = 0 , x − 8 y 3 = 0 , express y y as a function of x . x .

Are there relationships expressed by an equation that do represent a function but which still cannot be represented by an algebraic formula?

Yes, this can happen. For example, given the equation x = y + 2 y , x = y + 2 y , if we want to express y y as a function of x , x , there is no simple algebraic formula involving only x x that equals y . y . However, each x x does determine a unique value for y , y , and there are mathematical procedures by which y y can be found to any desired accuracy. In this case, we say that the equation gives an implicit (implied) rule for y y as a function of x , x , even though the formula cannot be written explicitly.

Evaluating a Function Given in Tabular Form

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 Table 10 . 2

At times, evaluating a function in table form may be more useful than using equations.Here let us call the function P . P . The domain 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 P at the input value of “goldfish.” We would write P ( goldfish ) = 2160. 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 P seems ideally suited to this function, more so than writing it in paragraph or function form.

Given a function represented by a table, identify specific output and input values.

  • 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.

Evaluating and Solving a Tabular Function

Using Table 11 , ⓐ Evaluate g ( 3 ) . g ( 3 ) . ⓑ Solve g ( n ) = 6. g ( n ) = 6.

ⓐ Evaluating g ( 3 ) g ( 3 ) means determining the output value of the function g g for the input value of n = 3. n = 3. The table output value corresponding to n = 3 n = 3 is 7, so g ( 3 ) = 7. g ( 3 ) = 7. ⓑ Solving g ( n ) = 6 g ( n ) = 6 means identifying the input values, n , n , that produce an output value of 6. The table below shows two solutions: 2 2 and 4. 4.

When we input 2 into the function g , g , our output is 6. When we input 4 into the function g , g , our output is also 6.

Using the table from Evaluating and Solving a Tabular Function above, evaluate g ( 1 ) . g ( 1 ) .

Finding Function Values from a Graph

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).

Reading Function Values from a Graph

Given the graph in Figure 4 ,

ⓐ Evaluate f ( 2 ) . f ( 2 ) . ⓑ Solve f ( x ) = 4. f ( x ) = 4.

ⓐ To evaluate f ( 2 ) , f ( 2 ) , locate the point on the curve where x = 2 , x = 2 , then read the y -coordinate of that point. The point has coordinates ( 2 , 1 ) , ( 2 , 1 ) , so f ( 2 ) = 1. f ( 2 ) = 1. See Figure 5 .

ⓑ To solve f ( x ) = 4, f ( x ) = 4, we find the output value 4 4 on the vertical axis. Moving horizontally along the line y = 4 , y = 4 , we locate two points of the curve with output value 4: 4: ( −1 , 4 ) ( −1 , 4 ) and ( 3 , 4 ) . ( 3 , 4 ) . These points represent the two solutions to f ( x ) = 4: f ( x ) = 4: −1 −1 or 3. 3. This means f ( −1 ) = 4 f ( −1 ) = 4 and f ( 3 ) = 4 , f ( 3 ) = 4 , or when the input is −1 −1 or 3, 3, the output is 4 . 4 . See Figure 6 .

Using Figure 4 , solve f ( x ) = 1. f ( x ) = 1.

Determining Whether a Function is One-to-One

Some functions have a given output value that corresponds to two or more input values. For example, in the stock chart shown in the figure 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 Table 12 .

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 Figure 1 (a) and Figure 1 (b) . The function in part (a) shows a relationship that is not a one-to-one function because inputs q q and r r both give output n . 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.

One-to-One Function

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

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?

A circle of radius r r has a unique area measure given by A = π r 2 , A = π r 2 , so for any input, r , r , there is only one output, A . A . The area is a function of radius r . 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 A is given by the formula A = π r 2 . A = π r 2 . Because areas and radii are positive numbers, there is exactly one solution: A π . A π . So the area of a circle is a one-to-one function of the circle’s radius.

  • ⓐ Is a balance a function of the bank account number?
  • ⓑ Is a bank account number a function of the balance?
  • ⓒ Is a balance a one-to-one function of the bank account number?

Evaluate the following: ⓐ 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?

Using the Vertical Line Test

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 x and the output value y , y , and we say y y is a function of x , x , or y = f ( x ) y = f ( x ) when the function is named f . f . The graph of the function is the set of all points ( x , y ) ( x , y ) in the plane that satisfies the equation y = f ( x ) . 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 Figure 7 tell us that f ( 0 ) = 2 f ( 0 ) = 2 and f ( 6 ) = 1. f ( 6 ) = 1. However, the set of all points ( x , y ) ( x , y ) satisfying y = f ( x ) y = f ( x ) is a curve. The curve shown includes ( 0 , 2 ) ( 0 , 2 ) and ( 6 , 1 ) ( 6 , 1 ) because the curve passes through those points.

The vertical line test 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 Figure 8 .

Given a graph, use the vertical line test to determine if the graph represents a function.

  • 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.

Applying the Vertical Line Test

Which of the graphs in Figure 9 represent(s) a function y = f ( x ) ? y = f ( x ) ?

If any vertical line intersects a graph more than once, the relation represented by the graph is not a function. Notice that any vertical line would pass through only one point of the two graphs shown in parts (a) and (b) of Figure 9 . From this we can conclude that these two graphs represent functions. The third graph does not represent a function because, at most x -values, a vertical line would intersect the graph at more than one point, as shown in Figure 10 .

Does the graph in Figure 11 represent a function?

Using the Horizontal Line Test

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 . 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.

Given a graph of a function, use the horizontal line test to determine if the graph represents 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.

Applying the Horizontal Line Test

Consider the functions shown in Figure 9 (a) and Figure 9 (b) . Are either of the functions one-to-one?

The function in Figure 9 (a) is not one-to-one. The horizontal line shown in Figure 12 intersects the graph of the function at two points (and we can even find horizontal lines that intersect it at three points.)

The function in Figure 9 (b) is one-to-one. Any horizontal line will intersect a diagonal line at most once.

Is the graph shown in Figure 9 (c) one-to-one?

Identifying Basic Toolkit Functions

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 x as the input variable and y = f ( x ) 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 Table 13 .

Access the following online resources for additional instruction and practice with functions.

  • Determine if a Relation is a Function
  • Vertical Line Test
  • Introduction to Functions
  • Vertical Line Test on Graph
  • One-to-one Functions
  • Graphs as One-to-one Functions

3.1 Section Exercises

What is the difference between a relation and a function?

What is the difference between the input and the output of a function?

Why does the vertical line test tell us whether the graph of a relation represents a function?

How can you determine if a relation is a one-to-one function?

Why does the horizontal line test tell us whether the graph of a function is one-to-one?

For the following exercises, determine whether the relation represents a function.

{ ( a , b ) , ( c , d ) , ( a , c ) } { ( a , b ) , ( c , d ) , ( a , c ) }

{ ( a , b ) , ( b , c ) , ( c , c ) } { ( a , b ) , ( b , c ) , ( c , c ) }

For the following exercises, determine whether the relation represents y y as a function of x . x .

5 x + 2 y = 10 5 x + 2 y = 10

y = x 2 y = x 2

x = y 2 x = y 2

3 x 2 + y = 14 3 x 2 + y = 14

2 x + y 2 = 6 2 x + y 2 = 6

y = − 2 x 2 + 40 x y = − 2 x 2 + 40 x

y = 1 x y = 1 x

x = 3 y + 5 7 y − 1 x = 3 y + 5 7 y − 1

x = 1 − y 2 x = 1 − y 2

y = 3 x + 5 7 x − 1 y = 3 x + 5 7 x − 1

x 2 + y 2 = 9 x 2 + y 2 = 9

2 x y = 1 2 x y = 1

x = y 3 x = y 3

y = x 3 y = x 3

y = 1 − x 2 y = 1 − x 2

x = ± 1 − y x = ± 1 − y

y = ± 1 − x y = ± 1 − x

y 2 = x 2 y 2 = x 2

y 3 = x 2 y 3 = x 2

For the following exercises, evaluate f ( −3 ) , f ( 2 ) , f ( − a ) , − f ( a ) , f ( a + h ) . f ( −3 ) , f ( 2 ) , f ( − a ) , − f ( a ) , f ( a + h ) .

f ( x ) = 2 x − 5 f ( x ) = 2 x − 5

f ( x ) = − 5 x 2 + 2 x − 1 f ( x ) = − 5 x 2 + 2 x − 1

f ( x ) = 2 − x + 5 f ( x ) = 2 − x + 5

f ( x ) = 6 x − 1 5 x + 2 f ( x ) = 6 x − 1 5 x + 2

f ( x ) = | x − 1 | − | x + 1 | f ( x ) = | x − 1 | − | x + 1 |

Given the function g ( x ) = 5 − x 2 , g ( x ) = 5 − x 2 , evaluate g ( x + h ) − g ( x ) h , h ≠ 0. g ( x + h ) − g ( x ) h , h ≠ 0.

Given the function g ( x ) = x 2 + 2 x , g ( x ) = x 2 + 2 x , evaluate g ( x ) − g ( a ) x − a , x ≠ a . g ( x ) − g ( a ) x − a , x ≠ a .

Given the function k ( t ) = 2 t − 1 : k ( t ) = 2 t − 1 :

  • ⓐ Evaluate k ( 2 ) . k ( 2 ) .
  • ⓑ Solve k ( t ) = 7. k ( t ) = 7.

Given the function f ( x ) = 8 − 3 x : f ( x ) = 8 − 3 x :

  • ⓐ Evaluate f ( − 2 ) . f ( − 2 ) .
  • ⓑ Solve f ( x ) = − 1. f ( x ) = − 1.

Given the function p ( c ) = c 2 + c : p ( c ) = c 2 + c :

  • ⓐ Evaluate p ( − 3 ) . p ( − 3 ) .
  • ⓑ Solve p ( c ) = 2. p ( c ) = 2.

Given the function f ( x ) = x 2 − 3 x : f ( x ) = x 2 − 3 x :

  • ⓐ Evaluate f ( 5 ) . f ( 5 ) .
  • ⓑ Solve f ( x ) = 4. f ( x ) = 4.

Given the function f ( x ) = x + 2 : f ( x ) = x + 2 :

  • ⓐ Evaluate f ( 7 ) . f ( 7 ) .

Consider the relationship 3 r + 2 t = 18. 3 r + 2 t = 18.

  • ⓐ Write the relationship as a function r = f ( t ) . r = f ( t ) .
  • ⓑ Evaluate f ( − 3 ) . f ( − 3 ) .
  • ⓒ Solve f ( t ) = 2. f ( t ) = 2.

For the following exercises, use the vertical line test to determine which graphs show relations that are functions.

Given the following graph,

  • ⓐ Evaluate f ( −1 ) . f ( −1 ) .
  • ⓑ Solve for f ( x ) = 3. f ( x ) = 3.
  • ⓐ Evaluate f ( 0 ) . f ( 0 ) .
  • ⓑ Solve for f ( x ) = −3. f ( x ) = −3.
  • ⓐ Evaluate f ( 4 ) . f ( 4 ) .
  • ⓑ Solve for f ( x ) = 1. f ( x ) = 1.

For the following exercises, determine if the given graph is a one-to-one function.

{ ( −1 , −1 ) , ( −2 , −2 ) , ( −3 , −3 ) } { ( −1 , −1 ) , ( −2 , −2 ) , ( −3 , −3 ) }

{ ( 3 , 4 ) , ( 4 , 5 ) , ( 5 , 6 ) } { ( 3 , 4 ) , ( 4 , 5 ) , ( 5 , 6 ) }

{ ( 2 , 5 ) , ( 7 , 11 ) , ( 15 , 8 ) , ( 7 , 9 ) } { ( 2 , 5 ) , ( 7 , 11 ) , ( 15 , 8 ) , ( 7 , 9 ) }

For the following exercises, determine if the relation represented in table form represents y y as a function of x . x .

For the following exercises, use the function f f represented in the table below.

Evaluate f ( 3 ) . f ( 3 ) .

Solve f ( x ) = 1. f ( x ) = 1.

For the following exercises, evaluate the function f f at the values f ( − 2 ) , f ( − 1 ) , f ( 0 ) , f ( 1 ) , f ( − 2 ) , f ( − 1 ) , f ( 0 ) , f ( 1 ) , and f ( 2 ) . f ( 2 ) .

f ( x ) = 4 − 2 x f ( x ) = 4 − 2 x

f ( x ) = 8 − 3 x f ( x ) = 8 − 3 x

f ( x ) = 8 x 2 − 7 x + 3 f ( x ) = 8 x 2 − 7 x + 3

f ( x ) = 3 + x + 3 f ( x ) = 3 + x + 3

f ( x ) = x − 2 x + 3 f ( x ) = x − 2 x + 3

f ( x ) = 3 x f ( x ) = 3 x

For the following exercises, evaluate the expressions, given functions f , g , f , g , and h : h :

f ( x ) = 3 x − 2 f ( x ) = 3 x − 2 g ( x ) = 5 − x 2 g ( x ) = 5 − x 2 h ( x ) = − 2 x 2 + 3 x − 1 h ( x ) = − 2 x 2 + 3 x − 1

3 f ( 1 ) − 4 g ( − 2 ) 3 f ( 1 ) − 4 g ( − 2 )

f ( 7 3 ) − h ( − 2 ) f ( 7 3 ) − h ( − 2 )

For the following exercises, graph y = x 2 y = x 2 on the given domain. Determine the corresponding range. Show each graph.

[ − 0.1 , 0.1 ] [ − 0.1 , 0.1 ]

[ − 10 , 10 ] [ − 10 , 10 ]

[ − 100 , 100 ] [ − 100 , 100 ]

For the following exercises, graph y = x 3 y = x 3 on the given domain. Determine the corresponding range. Show each graph.

[ − 0.1 , 0 .1 ] [ − 0.1 , 0 .1 ]

For the following exercises, graph y = x y = x on the given domain. Determine the corresponding range. Show each graph.

[ 0 , 0 .01 ] [ 0 , 0 .01 ]

[ 0 , 100 ] [ 0 , 100 ]

[ 0 , 10,000 ] [ 0 , 10,000 ]

[ −0.001 , 0.001 ] [ −0.001 , 0.001 ]

[ −1000 , 1000 ] [ −1000 , 1000 ]

[ −1,000,000 , 1,000,000 ] [ −1,000,000 , 1,000,000 ]

Real-World Applications

The amount of garbage, G , G , produced by a city with population p p is given by G = f ( p ) . G = f ( p ) . G G is measured in tons per week, and p 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 . f .
  • ⓑ Explain the meaning of the statement f ( 5 ) = 2. f ( 5 ) = 2.

The number of cubic yards of dirt, D , D , needed to cover a garden with area a a square feet is given by D = g ( a ) . D = g ( a ) .

  • ⓐ A garden with area 5000 ft 2 requires 50 yd 3 of dirt. Express this information in terms of the function g . g .
  • ⓑ Explain the meaning of the statement g ( 100 ) = 1. g ( 100 ) = 1.

Let f ( t ) f ( t ) be the number of ducks in a lake t t years after 1990. Explain the meaning of each statement:

  • ⓐ f ( 5 ) = 30 f ( 5 ) = 30
  • ⓑ f ( 10 ) = 40 f ( 10 ) = 40

Let h ( t ) h ( t ) be the height above ground, in feet, of a rocket t t seconds after launching. Explain the meaning of each statement:

  • ⓐ h ( 1 ) = 200 h ( 1 ) = 200
  • ⓑ h ( 2 ) = 350 h ( 2 ) = 350

Show that the function f ( x ) = 3 ( x − 5 ) 2 + 7 f ( x ) = 3 ( x − 5 ) 2 + 7 is underline not end underline one-to-one.

  • 1 http://www.baseball-almanac.com/legendary/lisn100.shtml. Accessed 3/24/2014.
  • 2 http://www.kgbanswers.com/how-long-is-a-dogs-memory-span/4221590. Accessed 3/24/2014.

As an Amazon Associate we earn from qualifying purchases.

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Access for free at https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
  • Authors: Jay Abramson
  • Publisher/website: OpenStax
  • Book title: College Algebra 2e
  • Publication date: Dec 21, 2021
  • Location: Houston, Texas
  • Book URL: https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
  • Section URL: https://openstax.org/books/college-algebra-2e/pages/3-1-functions-and-function-notation

© Jan 9, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

MathBootCamps

Function notation and evaluating functions.

In mathematics, a function is a rule that take an input value (often \(x\)) and assigns it an output value (often \(y\)). What makes a function special is that for any given input, there is only one output. Function notation, which is used in all of mathematics, is a way of writing out the rule that relates the input and output values of a function. In this lesson, we will look at how function notation works, how to evaluate a function given the function notation, and how to evaluate a function from its graph.

Table of Contents

Reading function notation

Evaluating functions using function notation, evaluating functions using a graph.

[adsenseWide]

Function notation is written using the name of the function and the value you want to find the output for. For example, \(f(x)\) is read “\(f\) of \(x\)” and means “the output of the function \(f\) when the input is \(x\)”. Another example is something like \(g(2)\). This is read “\(g\) of 2” and represents the output of the function \(g\) for the input value of 2.

read function notation as "function name of the input". Here f(x) is read "f of x" and represents the output corresponding to the input x.

To help you understand this notation, let’s look at a couple of examples.

When \(x = 2\), the value of a function \(y = f(x)\) is 10. Use function notation to represent this.

The function is written as \(f(x)\). This means that the input of the function is \(x\). Since \(x = 2\), we can start by writing:

The example says that when \(x = 2\), the output is 10. Since the notation \(f(2)\) represents the output for the input of 2, we can write this as:

\(\bbox[border: 1px solid black; padding: 2px]{f(2) = 10}\)

When it comes to evaluating functions, you are most often given a rule for the output. To evaluate the function means to use this rule to find the output for a given input.

When evaluating functions, use the rule given by the function notation. For example, is f(x) = x + 4, then the output is always 4 more than the input.

You can do this algebraically by substituting in the value of the input (usually \(x\)). This is shown in the next couple of examples.

For \(f(x) = 2x + 1\), find \(f(3)\).

Start with your function.

\(f(x) = 2x + 1\)

Let \(x = 3\) and then calculate the value of the function. To do this, replace each \(x\) in the rule with 3.

\(f(3) = 2(3) + 1\)

Simplify to find the final answer.

\(\begin{align}&= 6 + 1\\ &= \bbox[border: 1px solid black; padding: 2px;]{7}\end{align}\)

When evaluating a function, make sure that you replace every \(x\) in the rule with the input value. Pay close attention, because there may be more than one \(x\) to replace.

For \(f(x) = 3x^2 – 5x + 1\), find \(f(–2)\).

\(f(x) = 3x^2 – 5x + 1\)

Let \(x = –2\) by replacing each \(x\) in the rule with –2 and then simplify to find your final answer.

\(\begin{align}f(-2) &= 3(-2)^2 – 5(-2) + 1 \\ &= 3(4) + 10 + 1\\ &= 12 + 10 + 1 \\ &= \bbox[border: 1px solid black; padding: 2px;]{23}\end{align}\)

It is also possible to evaluate a function using an input that is an algebraic expression. This is more complicated since you usually will need simplify your answer, but it still follows the same idea of substitution.

Let \(f(x) = –3x + 7\). Find and simplify \(f(m + 1)\), where \(m\) is a real number.

\(f(x) = -3x + 7\)

Just as you did with numbers, let \(x = m + 1\) and evaluate the function. This means replace every \(x\) in the rule with “\(m + 1\)”.

\(f(m+1) = -3(m+1) + 7\)

Apply the distributive property by multiplying –3 and each term within the parentheses. The combine like terms to simplify.

\(\begin{align}&= -3m-3 + 7\\ &= \bbox[border: 1px solid black; padding: 2px;]{-3m+4}\end{align}\)

From here, you can get much more complicated with things like the difference quotient , which is used later in calculus. Even with these more complicated examples, you will still apply the same concept we did to each of the examples above.

The graph of a function is a way of viewing the outputs of the function for all possible inputs. Here, we let \(y = f(x)\) so that each y-value represents the output and each x-value represents the input. This means any point on the graph is:

\((x, y) = (\text{input}, \text{corresponding output})\)

Remember that in the xy-plane, the x-axis is the horizontal axis, and the y-axis is the vertical axis. Using this, we can easily read points off the graph.

The graph pictured passes through the point (4,1). This means that when x = 4, y = 1. Using function notation, this means f(4) = 1.

You can do this for the graph of just about any function. For example, if we wanted to know the value of \(f\) when \(x = -1\) for the function below, we would just find \(x = -1\) on the x-axis and use the graph to find the corresponding y-value.

This function passes through the point (-1, -2), so f(-1) = -2.

There are some types of functions, where you have to be a little more careful. Piecewise defined functions and functions with asymptotes often have more going on in the graph. However, those are studied later on in algebra. For now, you should make sure you can read the graphs of functions like those shown in the examples above.

[adsenseLargeRectangle]

Functions are used in all parts of mathematics, and understanding function notation is necessary for a wide variety of problems. Remember that it is simply a way of relating the input of a function to the value of its output. The notation \(f(x)\) is always read “\(f\) of \(x\)” though the function may have a different name like \(g\) or \(k\) (then we could write \(g(x)\) for “\(g\) of \(x\)” or \(k(x)\) for “\(k\) of \(x\)”).

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

To log in and use all the features of Khan Academy, please enable JavaScript in your browser.

Course: Algebra 1   >   Unit 8

  • What is a function?
  • Worked example: Evaluating functions from equation
  • Evaluate functions
  • Worked example: Evaluating functions from graph
  • Evaluating discrete functions
  • Evaluate functions from their graph

Worked example: evaluating expressions with function notation

  • Evaluate function expressions

Want to join the conversation?

  • Upvote Button navigates to signup page
  • Downvote Button navigates to signup page
  • Flag Button navigates to signup page

Good Answer

Video transcript

Mathwarehouse Logo

Evaluating Functions Worksheet

Students will practice evaluating functions and applying function notation.

Download this web page as a pdf with answer key

Example Questions

Directions : Evaluate each function below ..

Example Question 1

  • How to Evaluate Functions in Math
  • Relations and Functions -- everything you might want to know!
  • Domain and Range
  • Functions and Relations in Math

Ultimate Math Solver (Free) Free Algebra Solver ... type anything in there!

Popular pages @ mathwarehouse.com.

Surface area of a Cylinder

Library homepage

  • school Campus Bookshelves
  • menu_book Bookshelves
  • perm_media Learning Objects
  • login Login
  • how_to_reg Request Instructor Account
  • hub Instructor Commons
  • Download Page (PDF)
  • Download Full Book (PDF)
  • Periodic Table
  • Physics Constants
  • Scientific Calculator
  • Reference & Cite
  • Tools expand_more
  • Readability

selected template will load here

This action is not available.

Mathematics LibreTexts

3.1: Functions and Function Notation

  • Last updated
  • Save as PDF
  • Page ID 1491

Learning Objectives

  • Determine whether a relation represents a function.
  • Find the value of a function.
  • Determine whether a function is one-to-one.
  • Use the vertical line test to identify functions.
  • Graph the functions listed in the library of functions.

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.

Determining Whether a Relation Represents a Function

A relation is a set of ordered pairs. The set of the first components of each ordered pair 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.

\[\{(1, 2), (2, 4), (3, 6), (4, 8), (5, 10)\}\tag{1.1.1}\]

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 , and is often labeled with the lowercase letter \(x\). Each value in the range is also known as an output value, or dependent variable , 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 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

\[\mathrm{\{(odd, 1), (even, 2), (odd, 3), (even, 4), (odd, 5)\}} \tag{1.1.2}\]

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 range, \(\{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.

Figure \(\PageIndex{1}\) compares relations that are functions and not functions.

[Three relations that demonstrate what constitute a function.]

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

  • 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.

Example \(\PageIndex{1}\): Determining If Menu Price Lists Are Functions

The coffee shop menu, shown in Figure \(\PageIndex{2}\) consists of items and their prices.

  • Is price a function of the item?
  • 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.

  • Let’s begin by considering the input as the items on the menu. The output values are then the prices. See Figure \(\PageIndex{3}\).

[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.]

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 Figure \(\PageIndex{4}\).

[Association of the prices to the donuts.]

Therefore, the item is a not a function of price.

Example \(\PageIndex{2}\): 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? Table \(\PageIndex{1}\) shows a possible rule for assigning grade points.

For any percent grade earned, there is an associated grade point average, so the grade point average is a function of the percent grade. In other words, if we input the percent grade, the output is a specific grade point average.

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.

Exercise \(\PageIndex{2}\)

Table \(\PageIndex{2}\) lists the five greatest baseball players of all time in order of rank.

  • Is the rank a function of the player name?
  • Is the player name a function of the rank?

yes. (Note: If two players had been tied for, say, 4th place, then the name would not have been a function of rank.)

Using Function Notation

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 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.

\[\begin{array}{ll} h \text{ is } f \text{ of }a \;\;\;\;\;\; & \text{We name the function }f \text{; height is a function of age.} \\ h=f(a) & \text{We use parentheses to indicate the function input.} \\ f(a) & \text{We name the function }f \text{ ; the expression is read as “ }f \text{ of }a \text{.”}\end{array}\]

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.

Function Notation

The notation \(y=f(x)\) 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.

Example \(\PageIndex{3}\): 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.

Using Function Notation for Days in a Month

The number of days in a month is a function of the name of the month, so if we name the function \(f\), we write \(\text{days}=f(\text{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.

The function 31 = f(January) where 31 is the output, f is the rule, and January is the input.

For example, \(f(\text{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).

Note that the inputs to a function do not have to be numbers; function inputs can be names of people, labels of geometric objects, or any other element that determines some kind of output. However, most of the functions we will work with in this book will have numbers as inputs and outputs.

Example \(\PageIndex{3B}\): Interpreting Function Notation

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

When we read \(f(2005)=300\), 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.

Exercise \(\PageIndex{3}\)

Use function notation to express the weight of a pig in pounds as a function of its age in days \(d\).

Instead of a notation such as \(y=f(x)\), 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.

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.

Table \(\PageIndex{3}\) lists the input number of each month (\(\text{January}=1\), \(\text{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.

Table \(\PageIndex{4}\) 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\).

Table \(\PageIndex{5}\) 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.

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

  • 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.

Example \(\PageIndex{5}\): Identifying Tables that Represent Functions

Which table, Table \(\PageIndex{6}\), Table \(\PageIndex{7}\), or Table \(\PageIndex{8}\), represents a function (if any)?

Table \(\PageIndex{6}\) and Table \(\PageIndex{7}\) define functions. In both, each input value corresponds to exactly one output value. Table \(\PageIndex{8}\) does not define a function because the input value of 5 corresponds to two different output values.

When a table represents a function, corresponding input and output values can also be specified using function notation.

The function represented by Table \(\PageIndex{6}\) can be represented by writing

\[f(2)=1\text{, }f(5)=3\text{, and }f(8)=6 \nonumber\]

Similarly, the statements

\[g(−3)=5\text{, }g(0)=1\text{, and }g(4)=5 \nonumber\]

represent the function in Table \(\PageIndex{7}\).

Table \(\PageIndex{8}\) cannot be expressed in a similar way because it does not represent a function.

Exercise \(\PageIndex{5}\)

Does Table \(\PageIndex{9}\) represent a function?

Finding Input and Output Values of a Function

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.

Evaluation of Functions in Algebraic Forms

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−3x^2\) can be evaluated by squaring the input value, multiplying by 3, and then subtracting the product from 5.

How To: Given the formula for a function, evaluate.

Given the formula for a function, evaluate.

  • Replace the input variable in the formula with the value provided.
  • Calculate the result.

Example \(\PageIndex{6A}\): Evaluating Functions at Specific Values

1. Evaluate \(f(x)=x^2+3x−4\) at

  • Evaluate \(\frac{f(a+h)−f(a)}{h}\)

Replace the x in the function with each specified value.

a. Because the input value is a number, 2, we can use simple algebra to simplify.

\[\begin{align*}f(2)&=2^2+3(2)−4\\&=4+6−4\\ &=6\end{align*}\]

b. In this case, the input value is a letter so we cannot simplify the answer any further.

\[f(a)=a^2+3a−4\nonumber\]

c. With an input value of \(a+h\), we must use the distributive property.

\[\begin{align*}f(a+h)&=(a+h)^2+3(a+h)−4\\&=a^2+2ah+h^2+3a+3h−4 \end{align*}\]

d. 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−4\nonumber\]

and we know that

\[f(a)=a^2+3a−4 \nonumber\]

Now we combine the results and simplify.

\[\begin{align*}\dfrac{f(a+h)−f(a)}{h}&=\dfrac{(a^2+2ah+h^2+3a+3h−4)−(a^2+3a−4)}{h}\\ &=\dfrac{(2ah+h^2+3h)}{h} \\ &=\dfrac{h(2a+h+3)}{h} & &\text{Factor out h.}\\ &=2a+h+3 & & \text{Simplify.}\end{align*}\]

Example \(\PageIndex{6B}\): Evaluating Functions

Given the function \(h(p)=p^2+2p\), evaluate \(h(4)\).

To evaluate \(h(4)\), we substitute the value 4 for the input variable p in the given function.

\[\begin{align*}h(p)&=p^2+2p\\h(4)&=(4)^2+2(4)\\ &=16+8\\&=24\end{align*}\]

Therefore, for an input of 4, we have an output of 24.

Exercise \(\PageIndex{6}\)

Given the function \(g(m)=\sqrt{m−4}\), evaluate \(g(5)\).

Example \(\PageIndex{7}\): Solving Functions

Given the function \(h(p)=p^2+2p\), solve for \(h(p)=3\).

\[\begin{array}{rl} h(p)=3\\p^2+2p=3 & \text{Substitute the original function}\\ p^2+2p−3=0 & \text{Subtract 3 from each side.}\\(p+3)(p−1)=0&\text{Factor.}\end{array} \nonumber \]

If \((p+3)(p−1)=0\), 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.

\[(p+3)=0,\; p=−3 \nonumber \]

\[(p−1)=0,\, p=1 \nonumber\]

This gives us two solutions. The output \(h(p)=3\) when the input is either \(p=1\) or \(p=−3\). We can also verify by graphing as in Figure \(\PageIndex{6}\). The graph verifies that \(h(1)=h(−3)=3\) and \(h(4)=24\).

[Graph of a parabola with labeled points (-3, 3), (1, 3), and (4, 24).]

Exercise \(\PageIndex{7}\)

Given the function \(g(m)=\sqrt{m−4}\), solve \(g(m)=2\).

Evaluating Functions Expressed in Formulas

Some functions are defined by mathematical rules or procedures expressed in equation form. If it is possible to express the function output with a formula 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\).

How to: Given a function in equation form, write its algebraic formula.

  • 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.

Example \(\PageIndex{8A}\): Finding an Equation of a Function

Express the relationship \(2n+6p=12\) as a function \(p=f(n)\), if possible.

To express the relationship in this form, we need to be able to write the relationship where \(p\) is a function of \(n\), which means writing it as \(p=[\text{expression involving }n]\).

\[\begin{align*}2n+6p&=12 \\ 6p&=12−2n && \text{Subtract 2n from both sides.} \\ p&=\dfrac{12−2n}{6} & &\text{Divide both sides by 6 and simplify.} \\ p&=\frac{12}{6}−\frac{2n}{6} \\ p&=2−\frac{1}{3}n\end{align*}\]

Therefore, \(p\) as a function of \(n\) is written as

\[p=f(n)=2−\frac{1}{3}n \nonumber\]

It is important to note that not every relationship expressed by an equation can also be expressed as a function with a formula.

Example \(\PageIndex{8B}\): Expressing the Equation of a Circle as a Function

Does the equation \(x^2+y^2=1\) represent a function with \(x\) as input and \(y\) as output? If so, express the relationship as a function \(y=f(x)\).

First we subtract \(x^2\) from both sides.

\[y^2=1−x^2 \nonumber\]

We now try to solve for \(y\) in this equation.

\[y=\pm\sqrt{1−x^2} \nonumber\]

\[\text{so, }y=\sqrt{1−x^2}\;\text{and}\;y = −\sqrt{1−x^2} \nonumber\]

We get two outputs corresponding to the same input, so this relationship cannot be represented as a single function \(y=f(x)\).

Exercise \(\PageIndex{8}\)

If \(x−8y^3=0\), express \(y\) as a function of \(x\).

\(y=f(x)=\dfrac{\sqrt[3]{x}}{2}\)

Are there relationships expressed by an equation that do represent a function but which still cannot be represented by an algebraic formula?

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.

Evaluating a Function Given in Tabular Form

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 (Table \(\PageIndex{10}\)).

At times, evaluating a function in table form may be more useful than using equations. Here let us call the function \(P\). The domain 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.

How To: Given a function represented by a table, identify specific output and input values

1. Find the given input in the row (or column) of input values. 2. Identify the corresponding output value paired with that input value. 3. Find the given output values in the row (or column) of output values, noting every time that output value appears. 4. Identify the input value(s) corresponding to the given output value.

Example \(\PageIndex{9}\): Evaluating and Solving a Tabular Function

Using Table \(\PageIndex{11}\),

a. Evaluate \(g(3)\). b. Solve \(g(n)=6\).

a. Evaluating \(g(3)\) means determining the output value of the function \(g\) for the input value of \(n=3\). The table output value corresponding to \(n=3\) is 7, so \(g(3)=7\). b. Solving \(g(n)=6\) means identifying the input values, n,that produce an output value of 6. Table \(\PageIndex{12}\) shows two solutions: 2 and 4.

When we input 2 into the function \(g\), our output is 6. When we input 4 into the function \(g\), our output is also 6.

Exercise \(\PageIndex{1}\)

Using Table \(\PageIndex{12}\), evaluate \(g(1)\).

Finding Function Values from a Graph

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).

Example \(\PageIndex{10}\): Reading Function Values from a Graph

Given the graph in Figure \(\PageIndex{7}\),

  • Evaluate \(f(2)\).
  • Solve \(f(x)=4\).

Graph of a positive parabola centered at (1, 0)

To evaluate \(f(2)\), locate the point on the curve where \(x=2\), then read the y-coordinate of that point. The point has coordinates \((2,1)\), so \(f(2)=1\). See Figure \(\PageIndex{8}\).

Graph of a positive parabola centered at (1, 0) with the labeled point (2, 1) where f(2) =1.

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 Figure \(\PageIndex{9}\).

Graph of an upward-facing parabola with a vertex at (0,1) and labeled points at (-1, 4) and (3,4). A line at y = 4 intersects the parabola at the labeled points.

Exercise \(\PageIndex{10}\)

Given the graph in Figure \(\PageIndex{7}\), solve \(f(x)=1\).

\(x=0\) or \(x=2\)

Determining Whether a Function is One-to-One

Some functions have a given output value that corresponds to two or more input values. For example, in the stock chart shown in the Figure 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 Table \(\PageIndex{13}\).

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 Figures \(\PageIndex{1a}\) and \(\PageIndex{1b}\). 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.

One-to-One Functions

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

Example \(\PageIndex{11}\): 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?

A circle of radius \(r\) has a unique area measure given by \(A={\pi}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={\pi}r^2\). Because areas and radii are positive numbers, there is exactly one solution:\(\sqrt{\frac{A}{\pi}}\). So the area of a circle is a one-to-one function of the circle’s radius.

Exercise \(\PageIndex{11A}\)

  • Is a balance a function of the bank account number?
  • Is a bank account number a function of the balance?
  • Is a balance a one-to-one function of the bank account number?

a. yes, because each bank account has a single balance at any given time;

b. no, because several bank account numbers may have the same balance;

c. no, because the same output may correspond to more than one input.

Exercise \(\PageIndex{11B}\)

Evaluate the following:

  • 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?

a. Yes, letter grade is a function of percent grade; b. No, it is not one-to-one. There are 100 different percent numbers we could get but only about five possible letter grades, so there cannot be only one percent number that corresponds to each letter grade.

Using the Vertical Line Test

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 \(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 Figure \(\PageIndex{10}\) 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

Graph of a polynomial.

The vertical line test 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 Figure \(\PageIndex{11}\) .

Three graphs visually showing what is and is not a function.

Howto: Given a graph, use the vertical line test to determine if the graph represents a function

  • 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.

Example \(\PageIndex{12}\): Applying the Vertical Line Test

Which of the graphs in Figure \(\PageIndex{12}\) represent(s) a function \(y=f(x)\)?

Graph of a polynomial (a), a downward-sloping line (b), and a circle (c).

If any vertical line intersects a graph more than once, the relation represented by the graph is not a function. Notice that any vertical line would pass through only one point of the two graphs shown in parts (a) and (b) of Figure \(\PageIndex{12}\). From this we can conclude that these two graphs represent functions. The third graph does not represent a function because, at most x-values, a vertical line would intersect the graph at more than one point, as shown in Figure \(\PageIndex{13}\).

Graph of a circle.

Exercise \(\PageIndex{12}\)

Does the graph in Figure \(\PageIndex{14}\) represent a function?

[Absolute function f(x)=|x|.]

Using the Horizontal Line Test

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 . 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.

Howto: Given a graph of a function, use the horizontal line test to determine if the graph represents 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.

Example \(\PageIndex{13}\): Applying the Horizontal Line Test

Consider the functions shown in Figure \(\PageIndex{12a}\) and Figure \(\PageIndex{12b}\). Are either of the functions one-to-one?

The function in Figure \(\PageIndex{12a}\) is not one-to-one. The horizontal line shown in Figure \(\PageIndex{15}\) intersects the graph of the function at two points (and we can even find horizontal lines that intersect it at three points.)

Graph of a polynomial with a horizontal line crossing through 2 points

The function in Figure \(\PageIndex{12b}\) is one-to-one. Any horizontal line will intersect a diagonal line at most once.

Exercise \(\PageIndex{13}\)

Is the graph shown in Figure \(\PageIndex{13}\) one-to-one?

No, because it does not pass the horizontal line test.

Identifying Basic Toolkit Functions

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 Table \(\PageIndex{14}\).

Key Equations

  • 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)=\dfrac{1}{x}\)
  • Reciprocal squared function \(f(x)=\frac{1}{x^2}\)
  • Square root function \(f(x)=\sqrt{x}\)
  • Cube root function \(f(x)=3\sqrt{x}\)

Solver Title

Practice

Generating PDF...

  • Pre Algebra Order of Operations Factors & Primes Fractions Long Arithmetic Decimals Exponents & Radicals Ratios & Proportions Percent Modulo Number Line Expanded Form Mean, Median & Mode
  • Algebra Equations Inequalities System of Equations System of Inequalities Basic Operations Algebraic Properties Partial Fractions Polynomials Rational Expressions Sequences Power Sums Interval Notation Pi (Product) Notation Induction Logical Sets Word Problems
  • Pre Calculus Equations Inequalities Scientific Calculator Scientific Notation Arithmetics Complex Numbers Polar/Cartesian Simultaneous Equations System of Inequalities Polynomials Rationales Functions Arithmetic & Comp. Coordinate Geometry Plane Geometry Solid Geometry Conic Sections Trigonometry
  • Calculus Derivatives Derivative Applications Limits Integrals Integral Applications Integral Approximation Series ODE Multivariable Calculus Laplace Transform Taylor/Maclaurin Series Fourier Series Fourier Transform
  • Functions Line Equations Functions Arithmetic & Comp. Conic Sections Transformation
  • Linear Algebra Matrices Vectors
  • Trigonometry Identities Proving Identities Trig Equations Trig Inequalities Evaluate Functions Simplify
  • Statistics Mean Geometric Mean Quadratic Mean Average Median Mode Order Minimum Maximum Probability Mid-Range Range Standard Deviation Variance Lower Quartile Upper Quartile Interquartile Range Midhinge Standard Normal Distribution
  • Physics Mechanics
  • Chemistry Chemical Reactions Chemical Properties
  • Finance Simple Interest Compound Interest Present Value Future Value
  • Economics Point of Diminishing Return
  • Conversions Roman Numerals Radical to Exponent Exponent to Radical To Fraction To Decimal To Mixed Number To Improper Fraction Radians to Degrees Degrees to Radians Hexadecimal Scientific Notation Distance Weight Time Volume
  • Pre Algebra
  • Pre Calculus
  • Given Points
  • Given Slope & Point
  • Slope Intercept Form
  • Start Point
  • Parallel Lines
  • Perpendicular
  • Perpendicular Lines
  • Perpendicular Slope
  • Is a Function
  • Domain & Range
  • Slope & Intercepts
  • Periodicity
  • Domain of Inverse
  • Critical Points
  • Inflection Points
  • Monotone Intervals
  • Extreme Points
  • Global Extreme Points
  • Absolute Extreme
  • Turning Points
  • End Behavior
  • Average Rate of Change
  • Piecewise Functions
  • Discontinuity
  • Values Table
  • Compositions
  • Arithmetics
  • Circumference
  • Eccentricity
  • Conic Inequalities
  • Transformation
  • Linear Algebra
  • Trigonometry
  • Conversions

Click to reveal more operations

Most Used Actions

Number line.

  • y=\frac{x^2+x+1}{x}
  • f(x)=\ln (x-5)
  • f(x)=\frac{1}{x^2}
  • y=\frac{x}{x^2-6x+8}
  • f(x)=\sqrt{x+3}
  • f(x)=\cos(2x+5)
  • f(x)=\sin(3x)

functions-calculator

  • Functions A function basically relates an input to an output, there’s an input, a relationship and an output. For every input...

Please add a message.

Message received. Thanks for the feedback.

logo

Have an account?

pencil-icon

Unit 3 Function Notation Homework

8th - 9th grade, mathematics.

User image

10 questions

Player avatar

Introducing new   Paper mode

No student devices needed.   Know more

If a question asks you to find f(2), what does that mean?

**Solve for f(10).

f(10) = −x − 5

**For the function

f(x) = −3x + 3

**Given f(x) = −4x −10 and f(x) = 10.

**Solve for x if

f(x) = 2x + 10

**If h(a) = 3 − 2x 2

Find h(−3).

If f(x) = 4, Find the value for x.

Explore all questions with a free account

Google Logo

Continue with email

Continue with phone

function notation and evaluating functions

All Formats

Resource types, all resource types.

  • Rating Count
  • Price (Ascending)
  • Price (Descending)
  • Most Recent

Function notation and evaluating functions

Preview of Function Notation - Guided Notes and Homework over Evaluating Functions

Function Notation - Guided Notes and Homework over Evaluating Functions

homework 3 function notation and evaluating functions

Function Notation and Evaluating Functions INB Pages

homework 3 function notation and evaluating functions

Function Notation & Evaluating Functions INB Notes & Practice BUNDLE

homework 3 function notation and evaluating functions

Evaluate Functions in Function Notation Riddle and Coloring Worksheet #3

homework 3 function notation and evaluating functions

Evaluating Functions & Function Notation EDITABLE Guided Notes Algebra 1 Unit 4

homework 3 function notation and evaluating functions

Evaluating Functions in Function Notation Activity & Lesson with Google Slides

homework 3 function notation and evaluating functions

  • Google Slides™

Preview of Function Notation & Evaluating Functions Dominos Algebra Activity STAAR Aligned

Function Notation & Evaluating Functions Dominos Algebra Activity STAAR Aligned

homework 3 function notation and evaluating functions

Evaluating Linear, Exponential, and Quadratic Functions in Function Notation

homework 3 function notation and evaluating functions

Function Notation & Evaluating Functions INB Notes - Warm Up & Foldable

Preview of Evaluating Function Notation & Evaluating Functions from Graphs - Algebra Review

Evaluating Function Notation & Evaluating Functions from Graphs - Algebra Review

homework 3 function notation and evaluating functions

Function Notation & Evaluating Functions Practice Worksheet - INB Foldable

Preview of Evaluate Functions in Function Notation Riddle and Coloring Worksheet #2

Evaluate Functions in Function Notation Riddle and Coloring Worksheet #2

  • Easel Activity

Preview of Function Notation and Evaluating Functions using equations, tables and graphs

Function Notation and Evaluating Functions using equations, tables and graphs

homework 3 function notation and evaluating functions

Evaluating Functions & Function Notation - The Notebook Curriculum Lesson Plans

homework 3 function notation and evaluating functions

Evaluating Functions and Function Notation Get-to-Know-You Activity

homework 3 function notation and evaluating functions

Quick Check~ Function Notation and Evaluating Functions

homework 3 function notation and evaluating functions

Algebra 1: Unit 3: Function Notation and Evaluating Functions (lesson video)

homework 3 function notation and evaluating functions

Math Skill Trainers Evaluating Functions and Function Notation

homework 3 function notation and evaluating functions

Functional Notation and Evaluating Functions

homework 3 function notation and evaluating functions

  • Word Document File

Preview of Simplifying Polynomial Expressions and Evaluating Functions in Function Notation

Simplifying Polynomial Expressions and Evaluating Functions in Function Notation

homework 3 function notation and evaluating functions

Evaluating Functions & Function Notation Notes w/ Key

homework 3 function notation and evaluating functions

Function Notation and Evaluating Functions Notes|TEKS A.12B

homework 3 function notation and evaluating functions

Function Notation & Evaluating Functions Matching Race Activity STAAR Aligned

Preview of Notation, Writing, & Evaluating Functions Mini Assessment | Digital Bellringer

Notation , Writing, & Evaluating Functions Mini Assessment | Digital Bellringer

homework 3 function notation and evaluating functions

  • Google Drive™ folder
  • We're hiring
  • Help & FAQ
  • Privacy policy
  • Student privacy
  • Terms of service
  • Tell us what you think

IMAGES

  1. Function Notation and Evaluating Functions

    homework 3 function notation and evaluating functions

  2. Function notation Worksheet

    homework 3 function notation and evaluating functions

  3. Function Notation

    homework 3 function notation and evaluating functions

  4. Function Notation and Evaluating Functions

    homework 3 function notation and evaluating functions

  5. Function Notation Worksheet Answers

    homework 3 function notation and evaluating functions

  6. Evaluating Function Notation Worksheet Pdf Answers

    homework 3 function notation and evaluating functions

VIDEO

  1. Introduction to Functions and Function Notation

  2. 1.3.3

  3. Functions Part 1

  4. Section 3.5 Intro to Functions #4

  5. SAT Khan Academy Solving Function Notation Problems

  6. Advanced Functions: Chapter 3 Practice test

COMMENTS

  1. 3.1 Functions and Function Notation

    Figure 1 compares relations that are functions and not functions. Figure 1 (a) This relationship is a function because each input is associated with a single output. Note that input q and r both give output n. (b) This relationship is also a function. In this case, each input is associated with a single output.

  2. Algebra Function Worksheets with Answer Keys

    Free printable Function worksheets (pdf) with answer keys on the domain/range, evaluating functions, composition of functions ,1 to 1 , and more.

  3. 3.3: Functions and Function Notation

    Evaluating a Function. 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. Let's look at the function \(y=4x−5\).

  4. Functions

    Worked example: evaluating expressions with function notation (Opens a modal) Practice. ... Evaluate inverse functions Get 3 of 4 questions to level up! Finding inverses of linear functions Get 3 of 4 questions to level up! Quiz 5. Level up on the above skills and collect up to 320 Mastery points Start quiz.

  5. 3.1E: Functions and Function Notation (Exercises)

    8. f(x) = ∣ x − 3. For the following exercises, use the vertical line test to determine if the relation whose graph is provided is a function. 9. 10. 11. For the following exercises, graph the functions. 12. f(x) = ∣ x + 1. 13. f(x) = x2 − 2. For the following exercises, use Figure 2 to approximate the values.

  6. 3.2: Functions and Function Notation

    Solution: To express the relationship in this form, we need to be able to write the relationship where p is a function of n, which means writing it as p = [expression involving n]. 2n + 6p = 12 6p = 12 − 2n Subtract 2n from both sides. p = 12 − 2n 6 Divide both sides by 6 and simplify. p = 12 6 − 2n 6 p = 2 − 1 3n.

  7. Evaluate functions

    Course: Algebra 1 > Unit 8. Lesson 1: Evaluating functions. What is a function? Worked example: Evaluating functions from equation. Evaluate functions. Worked example: Evaluating functions from graph. Evaluating discrete functions. Evaluate functions from their graph. Worked example: evaluating expressions with function notation.

  8. Function notation and evaluating functions

    Function notation and evaluating functions. In mathematics, a function is a rule that take an input value (often \ (x\)) and assigns it an output value (often \ (y\)). What makes a function special is that for any given input, there is only one output. Function notation, which is used in all of mathematics, is a way of writing out the rule that ...

  9. Worked example: evaluating expressions with function notation

    Notice that we can subtract f (x) from both sides to get 0=2+x. Now subtract 2 from both sides to get x= -2. So we just have an equation of one variable that we can solve. What we can do is define functions recursively. For example, we can define a function over the whole numbers: f (0)=1. f (n)=n*f (n-1)

  10. PDF 3 1 Functions Function Notation

    −3 −2 −1 1 2 x y 3.1 Functions and Function Notation In this section you will learn to: • find the domain and range of relations and functions • identify functions given ordered pairs, graphs, and equations • use function notation and evaluate functions • use the Vertical Line Test (VLT) to identify functions

  11. Function Notation and Evaluating Functions

    Learn about function notation and how to evaluate functions.Check out Mr. Dorey's Algebra Handbook: www.doreypublications.com

  12. Evaluating Functions Worksheet

    Free worksheet(pdf) and answer key on Evaluating Functions--25 scaffolded questions that start easy and conclude with some real challenges. Math Gifs; Algebra; Geometry; Trigonometry; Calculus; Teacher Tools; ... Students will practice evaluating functions and applying function notation. Example Questions. Directions ...

  13. PDF Function notation and evaluating functions

    • Functions can be evaluated at values and variables. • To evaluate a function, substitute the values for the domain for all occurrences of x. • To evaluate f(2) in f(x) = x + 1, replace all x's with 2 and simplify: f(2) = (2) + 1 = 3. This means that f(2) = 3. • (x, (f(x)) is an ordered pair of a function and a point on the graph of

  14. Function Notation and Evaluating Functions

    The video addresses aspects of function notation and evaluation of functions. Plug it in, plug it in. For more math shorts go to www.MathByFives.com

  15. Function Notation and Evaluation Practice

    Given f : {whole numbers} → {whole numbers}. The function f accepts a whole number and returns the square of the smallest place value digit in the number. [Hint: smallest place value digit in 34 is 3.]

  16. 3.1: Functions and Function Notation

    Here let us call the function \ (P\). The domain 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\).

  17. Unit 3 Lesson 4

    About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  18. Solved 3.5 stupid Bequal Unit 3: Relations and Functions

    Step 1. The function stated in the question is f ( x) = − 3 x − 2 . Here, the variable stated in the question is x. 3.5 stupid Bequal Unit 3: Relations and Functions Date: WV 4.1021 Per: Homework 4: Function Notation & Evaluating Functions ** This is a 2-page document! ** If f (x)=-3x-2, find each value. 1.

  19. Functions Calculator

    Free functions calculator - explore function domain, range, intercepts, extreme points and asymptotes step-by-step ... Basic Operations Algebraic Properties Partial Fractions Polynomials Rational Expressions Sequences Power Sums Interval Notation Pi ... Identities Proving Identities Trig Equations Trig Inequalities Evaluate Functions Simplify.

  20. Unit 3 Function Notation Homework

    Report an issue. Unit 3 Function Notation Homework quiz for 8th grade students. Find other quizzes for Mathematics and more on Quizizz for free!

  21. Function Notation And Evaluating Functions Teaching Resources

    This 5-page lesson contains 3 pages of guided notes and 2 pages of homework.* Click the preview for details! *In this lesson, students will:- Discover the benefits of function notation- Evaluate functions symbolically and from tables, mappings, and graphs- Solve the equation f(x) = g(x) when given two functions, both symbolically and graphically- Interpret the meaning of function values ...

  22. Unit 3: relation and function homework 4: function notation

    A function is, to put it simply, a connection between inputs in which each input is connected to precisely one output. Each function has a range, codomain, and domain. The usual way to refer to a function is as f(x), where x is the input. A function is often represented as y = f(x). 1- Given f(x) = 3x+2, finding x if f(x) = 3. f(3) = 3*3+2 = 11

  23. Unit 3 Homework 4 Function Notation And Evaluating Functions

    Displaying all worksheets related to - Unit 3 Homework 4 Function Notation And Evaluating Functions. Worksheets are Function notation and evaluating functions, Homework, Function notation, Function notation and evaluating functions practice work, Algebra i name k3 9 function notation work hour date, Name date ms, Unit 3 relations and functions ...