Function Notation Formula

Function notation f(x) is a shorthand that names a function (f) and specifies its input (x).

The Formula

f:AB,xf(x)f:A\to B,\quad x\mapsto f(x)

When to use: The notation f(x)f(x) is not "ff times xx" — it means "the output of function ff when the input is xx." The parentheses contain the input, not a multiplication.

Quick Example

If f(x)=x2+1f(x) = x^2 + 1, then f(3)=32+1=10f(3) = 3^2 + 1 = 10 and f(a+1)=(a+1)2+1=a2+2a+2f(a+1) = (a+1)^2 + 1 = a^2 + 2a + 2.

Notation

f(x)f(x), g(t)g(t), and mapping notation xf(x)x\mapsto f(x).

What This Formula Means

Function notation f(x)f(x) is a shorthand that names a function (ff) and specifies its input (xx). Writing f(3)=10f(3) = 10 means that when the input is 3, the function produces the output 10. This notation is not multiplication.

The notation f(x)f(x) is not "ff times xx" — it means "the output of function ff when the input is xx." The parentheses contain the input, not a multiplication.

Formal View

A function is a relation assigning each xAx\in A exactly one value f(x)Bf(x)\in B.

Worked Examples

Example 1

easy
If f(x)=3x22x+1f(x) = 3x^2 - 2x + 1, find f(2)f(-2).

Answer

f(2)=17f(-2) = 17

First step

1
Replace every xx in the formula with 2-2: f(2)=3(2)22(2)+1f(-2) = 3(-2)^2 - 2(-2) + 1.

Full solution

  1. 2
    Evaluate: f(2)=3(4)+4+1=12+4+1f(-2) = 3(4) + 4 + 1 = 12 + 4 + 1.
  2. 3
    f(2)=17f(-2) = 17.
Function notation f(x)f(x) names the function (ff) and its input variable (xx). To evaluate f(a)f(a), substitute aa for every occurrence of xx in the expression. Be careful with signs when substituting negative values — use parentheses around the substituted value.

Example 2

medium
If g(x)=x2+3xg(x) = x^2 + 3x, find and simplify g(x+h)g(x)h\frac{g(x+h) - g(x)}{h}.

Example 3

medium
If f(x)=5x3f(x) = 5x - 3 and f(c)=22f(c) = 22, find cc.

Common Mistakes

  • Reading f(x)f(x) as ff times xx - the parentheses hold the input; multiplication never happens here.
  • Substituting only part of a compound input - in f(x+2)f(x+2) replace every xx in the rule with the whole expression (x+2)(x+2).
  • Confusing the input with the output - in f(3)=10f(3)=10, the 3 goes in (input) and the 10 comes out (output), not the reverse.

Why This Formula Matters

Every later topic — composition, inverses, transformations, calculus — speaks in this notation, and a student who reads f(x)f(x) as multiplication will misinterpret f(a+b)f(a+b), f(2x)f(2x), and f1(x)f^{-1}(x) and break on every problem that follows. Recognizing it by "Are the parentheses holding an input to a named function (not a multiplication)?" — rather than by familiar numbers — is what lets a student tell it apart from multiplication and coordinate / ordered pair and function definition in a mixed problem set.

Frequently Asked Questions

What is the Function Notation formula?

Function notation f(x)f(x) is a shorthand that names a function (ff) and specifies its input (xx). Writing f(3)=10f(3) = 10 means that when the input is 3, the function produces the output 10. This notation is not multiplication.

How do you use the Function Notation formula?

The notation f(x)f(x) is not "ff times xx" — it means "the output of function ff when the input is xx." The parentheses contain the input, not a multiplication.

What do the symbols mean in the Function Notation formula?

f(x)f(x), g(t)g(t), and mapping notation xf(x)x\mapsto f(x).

Why is the Function Notation formula important in Math?

Every later topic — composition, inverses, transformations, calculus — speaks in this notation, and a student who reads f(x)f(x) as multiplication will misinterpret f(a+b)f(a+b), f(2x)f(2x), and f1(x)f^{-1}(x) and break on every problem that follows. Recognizing it by "Are the parentheses holding an input to a named function (not a multiplication)?" — rather than by familiar numbers — is what lets a student tell it apart from multiplication and coordinate / ordered pair and function definition in a mixed problem set.

What do students get wrong about Function Notation?

The procedure for function notation is the easy part; the trap is reading f(x)f(x) as ff times xx. Asking "Are the parentheses holding an input to a named function (not a multiplication)?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Function Notation formula?

Before studying the Function Notation formula, you should understand: function definition, variables, evaluation.