Function Basics: Learn It 4

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

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

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

When evaluating functions, it’s handy to wrap the input variable in parentheses before making the substitution.

Ex. Given [latex]f(x)=x^2 - 8[/latex], find [latex]f(-3)[/latex]

[latex]\begin{align}f(x)&=(x)^2 - 8 \\ &= (-3)^2 - 8 \\ &= 9 - 8 \\ &= 1\end{align}[/latex]

The value of the function [latex]f(x)=x^2 - 8[/latex], at the input [latex]x=-3[/latex], is [latex]1[/latex].

For the function, [latex]f\left(x\right)={x}^{2}+3x - 4[/latex], evaluate each of the following.

  1. [latex]f\left(2\right)[/latex]
  2. [latex]f(a)[/latex]
  3. [latex]f(a+h)[/latex]
  4. [latex]\dfrac{f\left(a+h\right)-f\left(a\right)}{h}[/latex]

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

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


In addition to evaluating functions for a particular input, we can also solve functions for the input that creates a particular output.

How to: Solve a Function.

  1. Replace the output in the formula with the value provided.
  2. Solve for the input variable that makes the statement true.
Given the function [latex]h\left(p\right)={p}^{2}+2p[/latex], solve for [latex]h\left(p\right)=3[/latex].