Think of a function as a machine that takes an input and produces an output. For example, if the machine is described by the expression and you put in the input (meaning you use ), the output is because . This is the main idea behind function problems. The part that usually causes confusion is the notation.
The function described above is represented as:
This reads: “ of equals .” The input is whatever is inside the parentheses (here, ). The function rule tells you what to do with that input: take the value of and compute to get the output.
Notice that there is no variable named in this equation. The letter is just the name of the function.
Try solving this simple function:
Given:
What is ?
Do you know the answer?
Answer:
Substitute for .
Simple enough, right?
Sometimes you’ll see one function used inside another function.
Given: and
What is ?
The notation can look confusing at first, but the process is the same as before. Work from the inside out:
Try solving this and then check your work below.
Answer: 12
First, evaluate the inner function at .
Then use as the input to the outer function .
Sometimes a single function can have multiple inputs. For example, is a function with two inputs. To find , replace with and with .
Sometimes a function is written using an unusual symbol instead of a letter like or . For example, you might see a question like this:
What is the value of , given that ?
Have a guess?
Answer: 0.5
To solve these, treat the symbol as the name of a function. Here, plays the same role as . So you can rewrite the rule as a standard function and evaluate it.
These symbols might be hearts, boxes, stars, diamonds, or something else that looks out of place. When you rewrite the rule using standard function notation, the problem becomes much easier to read.
Here’s a video going through one of our practice questions to demonstrate these ideas in action:
Sign up for free to take 3 quiz questions on this topic