In math, "evaluate" can mean a few different things — sometimes it means solve, and other times it means substitute a value in and simplify. With functions, evaluating means substituting a given input for the variable and working out the result.
f(x) is just a shorthand for "plug in x and calculate." Once you see that, functions aren't scary — they're just substitution.
How do you want to start?
When you see f(x), it means "a function called f, using the variable x." The rule inside the parentheses tells you what to do with x. Your job is always the same: substitute the given value for x and calculate.
Given f(x) = 3x + 7, find f(4).
Given f(x) = −x² + 4x + 13, find f(−2).
Two calculator mistakes cause most errors on function problems. Know these before you start practicing.
The calculator squares 2 first (getting 4), then negates it. That gives −4, which is wrong when you meant (−2)².
Parentheses tell the calculator to square the negative number. (−2)² = (−2) × (−2) = 4. Always wrap negative inputs in parentheses before squaring.
When a problem asks "which value of x makes f(x) = 13?", you don't have to solve the algebra. Instead, substitute each answer choice into the function and check which one works. This is faster and safer on a timed test.
Given f(x) = 2x + 5, which value of x makes f(x) = 13? Choices: A) 3 B) 4 C) 5 D) 6