Evaluate Functions

Learning OUTCOMES

  • Given a function equation, find function values (outputs) for specified numbers and variables (inputs)

Throughout this course, you have been working with algebraic equations. Many of these equations are functions. For example, [latex]y=4x+1[/latex] is an equation that represents a function. When you input values for x, you can determine a single output for y. In this case, if you substitute [latex]x=10[/latex] into the equation you will find that y must be [latex]41[/latex]; there is no other value of y that would make the equation true.

Rather than using the variable y, the equations of functions can be written using function notation. Function notation is very useful when you are working with more than one function at a time and substituting more than one value in for x.

Equations written using function notation can also be evaluated. With function notation, you might see the following:

Given [latex]f(x)=4x+1[/latex], find [latex]f(2)[/latex].

You read this problem like this: “given f of x equals [latex]4x[/latex] plus one, find f of [latex]2[/latex].” While the notation and wording is different, the process of evaluating a function is the same as evaluating an equation. In both cases, you substitute [latex]2[/latex] for x, multiply it by [latex]4[/latex] and add [latex]1[/latex], simplifying to get [latex]9[/latex]. In both a function and an equation, an input of [latex]2[/latex] results in an output of [latex]9[/latex].

[latex]f(x)=4x+1\\f(2)=4(2)+1=8+1=9[/latex]

You can simply apply what you already know about evaluating expressions to evaluate a function. It is important to note that the parentheses that are part of function notation do not mean multiply. The notation f(x) does not mean f multiplied by x. Instead, the notation means “f of x” or “the function of x.” To evaluate the function, take the value given for x, and substitute that value in for x in the expression. Let us look at a couple of examples.

Example

Given [latex]f(x)=3x–4[/latex], find [latex]f(5)[/latex].

Functions can be evaluated for negative values of x, too. Keep in mind the rules for integer operations.

Example

Given [latex]p(x)=2x^{2}+5[/latex], find [latex]p(−3)[/latex].

You may also be asked to evaluate a function for more than one value as shown in the example that follows.

Example

Given [latex]f(x)=|4x-3|[/latex], find [latex]f(0)[/latex], [latex]f(2)[/latex], and [latex]f(−1)[/latex].

Variable Inputs

So far, you have evaluated functions for inputs that have been constants. Functions can also be evaluated for inputs that are variables or expressions. The process is the same, but the simplified answer will contain a variable. The following examples show how to evaluate a function for a variable input.

Example

Given [latex]f(x)=3x^{2}+2x+1[/latex], find [latex]f(b)[/latex].

In the following example, you evaluate a function for an expression. So here you will substitute the entire expression in for x and simplify.

Example

Given [latex]f(x)=4x+1[/latex], find [latex]f(h+1)[/latex].

In the following video, we show more examples of evaluating functions for both integer and variable inputs.

Summary

Function notation takes the form such as [latex]f(x)=18x–10[/latex] and is read “f of x equals 18 times x minus [latex]10[/latex].” Function notation can use letters other than f, such as c(x), g(x), or h(x). As you go further in your study of functions, this notation will provide you more flexibility, allowing you to examine and compare different functions more easily. Just as an algebraic equation written in x and y can be evaluated for different values of the input x, an equation written in function notation can also be evaluated for different values of x. To evaluate a function, substitute in values for x and simplify to find the related output.