More Practice with Function Notation
Want some basic practice with functions first?
Recall from Introduction to Function Notation that a function is a rule that takes an input, does something to it, and gives a unique corresponding output.
There is a special notation (called ‘function notation’) that is used to represent this situation: if the function name is $\,f\,,$ and the input name is $\,x\,,$ then the unique corresponding output is called $\,f(x)\,.$ The notation ‘$f(x)\,$’ is read aloud as: ‘$\,f\,$ of $\,x\,$’.
So, what exactly is $\,f(x)\,$? Answer: It is the output from the function $\,f\,$ when the input is $\,x\,\,.$
This exercise gives more advanced practice with function notation.
Examples
The ‘Empty Parentheses Method’
Some people find it helpful to use the so-called ‘empty parentheses method’ to help with function evaluation.
For example, take the function rule $\,f(x) = x^2 + 2x\,$ and rewrite it as: $$\cssId{s35}{f(\text{blah})} \cssId{s36}{= (\text{blah})^2 + 2(\text{blah})}$$
Or, even more simply, just leave a blank space for the input—a pair of empty parentheses where the input should be: $$\cssId{s39}{f(\ \ \ \ )} \cssId{s40}{= (\ \ \ \ )^2 + 2(\ \ \ \ )}$$
Then, when you want to find (say) $\,f(x+1)\,,$ just put the input, $\,x+1\,,$ inside every set of empty parentheses: $$\cssId{s43}{f(x+1)} \cssId{s44}{= (x+1)^2 + 2(x+1)}$$ Voila!