Function notation is precise, but students treat it casually. They write f(x) when they mean f, or confuse f(a) with f(x) = a. These small errors lead to wrong answers in exams.
Mistake 1: Confusing f and f(x)
Students use f and f(x) interchangeably, but they mean different things.
f is the function itself (a rule or relationship). f(x) is the output when you apply the function to input x.
Saying "the function f(x) = x²" is technically incorrect. The correct statement is "the function f is defined by f(x) = x²."
This seems pedantic, but it matters when you need to discuss the function independently of any specific input.
Mistake 2: Thinking f(a + b) Equals f(a) + f(b)
Students assume functions distribute over addition, but most functions do not.
If f(x) = x², then f(2 + 3) = f(5) = 25. But f(2) + f(3) = 4 + 9 = 13. These are not equal.
This error happens because students apply algebraic rules (like distribution) to function notation without checking if those rules apply.
Mistake 3: Forgetting That f(x) = y Does Not Mean x = y
Students treat functions like equations and assume symmetry.
But if f(x) = 5, it does not mean x = 5. It means the output is 5 when you input x. The input and output are usually different values.
This confusion leads to errors when solving for x given f(x).
Mistake 4: Misinterpreting Domain and Range
Students memorize definitions but do not apply them correctly.
Domain is the set of possible inputs. Range is the set of possible outputs. But students sometimes reverse these or assume all real numbers are valid inputs.
For f(x) = 1/x, the domain excludes x = 0 because division by zero is undefined. Students who do not check for restrictions write incorrect domains.
Why Composite Functions Confuse Students
When asked to find (f ∘ g)(x), students forget that this means f(g(x)).
They try to multiply f and g, or add them, because the notation looks like an operation symbol. But ∘ means composition: apply g first, then apply f to the result.
If g(x) = 2x and f(x) = x + 3, then (f ∘ g)(x) = f(2x) = 2x + 3, not 2x(x + 3).
The Order Matters
Students assume (f ∘ g)(x) equals (g ∘ f)(x) because multiplication is commutative.
But composition is not commutative. f(g(x)) is usually different from g(f(x)).
Using the same example: (g ∘ f)(x) = g(x + 3) = 2(x + 3) = 2x + 6, which is not the same as 2x + 3.
Start practicing Maths MCQs here to master these concepts and permanently fix these mistakes.