Function Notation: f(x)
📝 What is Function Notation?
Function notation, like f(x), is a special way to name and write functions. Think of it as a machine: you put an input (x) into the function machine (f), and it gives you an output (f(x)). It's useful because it clearly shows the relationship between inputs and outputs and helps us work with multiple functions at once.
🛠️ How to Use Function Notation: A Step-by-Step Guide
- Identify the function and the input value.
- Substitute the input value for every x in the function's rule.
- Simplify the expression using the order of operations.
📚 Worked Examples
Example 1: If f(x) = 2x + 5, find f(3).
- Substitute 3 for x: f(3) = 2(3) + 5
- Simplify: f(3) = 6 + 5
- Final Answer: f(3) = 11
Example 2: If g(x) = x² - 4, find g(-2).
- Substitute -2 for x: g(-2) = (-2)² - 4
- Simplify: g(-2) = 4 - 4
- Final Answer: g(-2) = 0
⚠️ Common Mistakes to Avoid
- f(x) does not mean "f times x." It is read as "f of x" and means the function f evaluated at x.
- Forgetting parentheses with negatives: When substituting a negative number, always use parentheses. g(-2) means (-2)², not -2².
- Misapplying the order of operations: Always do exponents before multiplication, and multiplication before addition/subtraction.
💡 Tips & Tricks
- Think "Input" and "Output": The number inside the parentheses is your input. The entire f(x) is the output.
- Use a T-table: Create a table with x-values and their corresponding f(x) values to see the pattern.
- Remember PEMDAS: The order of operations is your best friend when simplifying!
🎯 How to Practice
To master function notation, try these activities:
- Create flashcards with functions on one side and evaluated outputs on the other.
- Practice with a partner—one person gives an input, the other calculates the output.
- Find the outputs for multiple inputs (like f(1), f(2), f(3)) and plot the points on a graph to see the function visually.