Symbolic Overload Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
What does f(x)f(x) mean in each context: (a) f(x)=x2f(x) = x^2, (b) f(2)=4f(2) = 4, (c) 'the function ff'?

Solution

  1. 1
    Step 1: In (a), f(x)=x2f(x) = x^2 defines a rule โ€” f(x)f(x) represents the output formula.
  2. 2
    Step 2: In (b), f(2)=4f(2) = 4 evaluates the function at x=2x = 2 โ€” function application.
  3. 3
    Step 3: In (c), ff alone refers to the function object, not a specific value.
  4. 4
    Same notation f(x)f(x) carries different nuances depending on context.

Answer

Definition, evaluation, and reference to a function object.
Function notation is heavily overloaded. f(x)f(x) can mean 'the rule', 'a specific output', or 'the function as an entity'. Context clues (like '=' or 'at x=x = ') disambiguate.

About Symbolic Overload

The situation where the same symbol carries different mathematical meanings depending on the context it appears in.

Learn more about Symbolic Overload โ†’

More Symbolic Overload Examples