Functions are one of the most fundamental concepts in algebra and appear frequently on the SSAT Upper Level test. A function is a special relationship between two sets of numbers where each input value corresponds to exactly one output value. Understanding how to work with functions, evaluate them, and interpret their notation is essential for success on test day. This topic builds the foundation for more advanced algebraic reasoning and problem-solving skills.
A function is a rule that assigns to each input exactly one output. We often use the notation \( f(x) \) to represent a function named \( f \) with input \( x \). The value \( f(x) \) is called the output or the value of the function at \( x \).
For example, if \( f(x) = 2x + 3 \), then the function \( f \) takes an input \( x \), multiplies it by 2, and then adds 3. The result is the output.
The domain of a function is the set of all possible input values. The range is the set of all possible output values.
Function notation is a compact way to express the relationship between inputs and outputs. When you see \( f(x) \), read it as "f of x" or "the value of f at x."
If \( f(x) = x^2 - 5 \), then:
\( f(3) \) means substitute 3 for \( x \):
\( f(3) = 3^2 - 5 \)
\( f(3) = 9 - 5 \)
\( f(3) = 4 \)
Similarly, \( f(-2) \) means substitute -2 for \( x \):
\( f(-2) = (-2)^2 - 5 \)
\( f(-2) = 4 - 5 \)
\( f(-2) = -1 \)
You can also evaluate functions at expressions. For instance, \( f(a + 1) \) means substitute \( a + 1 \) for every occurrence of \( x \):
\( f(a + 1) = (a + 1)^2 - 5 \)
\( f(a + 1) = a^2 + 2a + 1 - 5 \)
\( f(a + 1) = a^2 + 2a - 4 \)
To evaluate a function at a specific value, follow these steps:
Problem: If \( g(x) = 3x - 7 \), what is \( g(5) \)?
Solution:
Substitute 5 for \( x \):
\( g(5) = 3(5) - 7 \)
\( g(5) = 15 - 7 \)
\( g(5) = 8 \)
Answer: 8
Problem: If \( h(x) = x^2 + 2x - 1 \), what is \( h(-3) \)?
Solution:
Substitute -3 for \( x \):
\( h(-3) = (-3)^2 + 2(-3) - 1 \)
\( h(-3) = 9 - 6 - 1 \)
\( h(-3) = 2 \)
Answer: 2
Problem: If \( f(x) = \frac{x + 4}{2} \), what is the value of \( f(10) \)?
Solution:
Substitute 10 for \( x \):
\( f(10) = \frac{10 + 4}{2} \)
\( f(10) = \frac{14}{2} \)
\( f(10) = 7 \)
Answer: C
Sometimes you are given the output of a function and asked to find the input. This requires solving an equation.
Problem: If \( f(x) = 4x + 5 \) and \( f(a) = 21 \), what is the value of \( a \)?
Solution:
Set up the equation:
\( 4a + 5 = 21 \)
Subtract 5 from both sides:
\( 4a = 16 \)
Divide both sides by 4:
\( a = 4 \)
Answer: 4
Problem: If \( g(x) = x^2 - 3 \) and \( g(b) = 13 \), what is a possible value of \( b \)?
Solution:
Set up the equation:
\( b^2 - 3 = 13 \)
Add 3 to both sides:
\( b^2 = 16 \)
Take the square root of both sides:
\( b = 4 \) or \( b = -4 \)
Both 4 and -4 are solutions. Looking at the answer choices, choice D gives 4, which is a correct value.
Answer: D
A composite function involves applying one function to the result of another. If you see \( f(g(x)) \), this means evaluate \( g(x) \) first, then use that result as the input for \( f \).
Problem: If \( f(x) = 2x + 1 \) and \( g(x) = x - 3 \), what is \( f(g(5)) \)?
Solution:
First, evaluate \( g(5) \):
\( g(5) = 5 - 3 = 2 \)
Now substitute this result into \( f \):
\( f(g(5)) = f(2) \)
\( f(2) = 2(2) + 1 \)
\( f(2) = 4 + 1 \)
\( f(2) = 5 \)
Answer: 5
Problem: If \( h(x) = x^2 \) and \( k(x) = x + 2 \), what is \( h(k(3)) \)?
Solution:
First, evaluate \( k(3) \):
\( k(3) = 3 + 2 = 5 \)
Now substitute this result into \( h \):
\( h(k(3)) = h(5) \)
\( h(5) = 5^2 \)
\( h(5) = 25 \)
Answer: D
Some functions involve several operations. Always follow the order of operations: parentheses, exponents, multiplication and division from left to right, then addition and subtraction from left to right.
Problem: If \( f(x) = 3(x - 2)^2 + 5 \), what is \( f(4) \)?
Solution:
Substitute 4 for \( x \):
\( f(4) = 3(4 - 2)^2 + 5 \)
\( f(4) = 3(2)^2 + 5 \)
\( f(4) = 3(4) + 5 \)
\( f(4) = 12 + 5 \)
\( f(4) = 17 \)
Answer: 17
When substituting a negative number into a function, students often forget to use parentheses, leading to sign errors.
Incorrect: If \( f(x) = x^2 + 3x \) and you evaluate \( f(-2) \) as \( -2^2 + 3(-2) = -4 - 6 = -10 \).
Correct: \( f(-2) = (-2)^2 + 3(-2) = 4 - 6 = -2 \).
Always use parentheses around negative numbers when substituting.
These are not the same. \( f(x + a) \) means substitute \( x + a \) into the function. \( f(x) + a \) means evaluate the function at \( x \) and then add \( a \).
For example, if \( f(x) = x^2 \):
\( f(x + 1) = (x + 1)^2 = x^2 + 2x + 1 \)
\( f(x) + 1 = x^2 + 1 \)
These are different expressions.
When evaluating functions with multiple operations, failing to follow the correct order can lead to wrong answers. Always apply exponents before multiplication, and multiplication before addition or subtraction.
If \( g(x) = 2x^2 - 5 \) and you want \( g(3) \):
Incorrect: \( 2 \times 3^2 - 5 = 6^2 - 5 = 36 - 5 = 31 \)
Correct: \( 2 \times 3^2 - 5 = 2 \times 9 - 5 = 18 - 5 = 13 \)
Even if the problem seems simple, write out the substitution and simplification steps. This reduces careless errors and helps you track your work under timed conditions.
When substituting values, especially negative numbers or expressions, use parentheses to avoid sign and order of operation errors.
If you have time, plug your answer back into the original function to verify it produces the expected result. This is especially useful for problems where you solve for an input.
Linear functions have the form \( f(x) = mx + b \). Quadratic functions have the form \( f(x) = ax^2 + bx + c \). Knowing these patterns helps you anticipate the structure of the problem.
If \( f(x) = 5x - 8 \), what is \( f(6) \)?
If \( g(x) = x^2 - 4x + 7 \), what is \( g(3) \)?
If \( h(x) = \frac{2x + 6}{4} \), what is \( h(9) \)?
If \( f(x) = 3x + 2 \) and \( f(a) = 17 \), what is the value of \( a \)?
If \( k(x) = x^2 + 1 \) and \( m(x) = 2x \), what is \( k(m(3)) \)?
If \( f(x) = 4 - 2x \), what is \( f(-5) \)?
If \( g(x) = (x + 3)^2 \), what is \( g(-1) \)?
If \( p(x) = 7 - x \) and \( p(b) = 3 \), what is the value of \( b \)?
If \( f(x) = 2x^2 - 3x + 1 \), what is \( f(2) \)?
If \( h(x) = x + 5 \) and \( j(x) = 3x - 1 \), what is \( j(h(2)) \)?
Substitute 6 for \( x \):
\( f(6) = 5(6) - 8 \)
\( f(6) = 30 - 8 \)
\( f(6) = 22 \)
Substitute 3 for \( x \):
\( g(3) = 3^2 - 4(3) + 7 \)
\( g(3) = 9 - 12 + 7 \)
\( g(3) = 4 \)
Substitute 9 for \( x \):
\( h(9) = \frac{2(9) + 6}{4} \)
\( h(9) = \frac{18 + 6}{4} \)
\( h(9) = \frac{24}{4} \)
\( h(9) = 6 \)
Set up the equation:
\( 3a + 2 = 17 \)
Subtract 2 from both sides:
\( 3a = 15 \)
Divide both sides by 3:
\( a = 5 \)
First, evaluate \( m(3) \):
\( m(3) = 2(3) = 6 \)
Now substitute this result into \( k \):
\( k(m(3)) = k(6) \)
\( k(6) = 6^2 + 1 \)
\( k(6) = 36 + 1 \)
\( k(6) = 37 \)
Substitute -5 for \( x \):
\( f(-5) = 4 - 2(-5) \)
\( f(-5) = 4 + 10 \)
\( f(-5) = 14 \)
Substitute -1 for \( x \):
\( g(-1) = (-1 + 3)^2 \)
\( g(-1) = (2)^2 \)
\( g(-1) = 4 \)
Set up the equation:
\( 7 - b = 3 \)
Subtract 7 from both sides:
\( -b = -4 \)
Multiply both sides by -1:
\( b = 4 \)
Substitute 2 for \( x \):
\( f(2) = 2(2)^2 - 3(2) + 1 \)
\( f(2) = 2(4) - 6 + 1 \)
\( f(2) = 8 - 6 + 1 \)
\( f(2) = 3 \)
First, evaluate \( h(2) \):
\( h(2) = 2 + 5 = 7 \)
Now substitute this result into \( j \):
\( j(h(2)) = j(7) \)
\( j(7) = 3(7) - 1 \)
\( j(7) = 21 - 1 \)
\( j(7) = 20 \)