Function Notation Formula

The Formula

f:A o B,quad xmapsto f(x)

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

Quick Example

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

Notation

f(x), g(t), and mapping notation xmapsto f(x).

What This Formula Means

Function notation writes outputs as f(x) to show a rule assigning each input to an output.

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

Formal View

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

Worked Examples

Example 1

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

Solution

  1. 1
    Replace every x in the formula with -2: f(-2) = 3(-2)^2 - 2(-2) + 1.
  2. 2
    Evaluate: f(-2) = 3(4) + 4 + 1 = 12 + 4 + 1.
  3. 3
    f(-2) = 17.

Answer

f(-2) = 17
Function notation f(x) names the function (f) and its input variable (x). To evaluate f(a), substitute a for every occurrence of x in the expression. Be careful with signs when substituting negative values โ€” use parentheses around the substituted value.

Example 2

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

Common Mistakes

  • Treating f(x) as a product
  • Substituting into the wrong variable when multiple symbols are present

Why This Formula Matters

It enables composition, inversion, calculus notation, and precise modeling.

Frequently Asked Questions

What is the Function Notation formula?

Function notation writes outputs as f(x) to show a rule assigning each input to an output.

How do you use the Function Notation formula?

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

What do the symbols mean in the Function Notation formula?

f(x), g(t), and mapping notation xmapsto f(x).

Why is the Function Notation formula important in Math?

It enables composition, inversion, calculus notation, and precise modeling.

What do students get wrong about Function Notation?

f(x+1) \neq f(x) + 1 in general โ€” you must substitute (x+1) for every occurrence of x in the formula, then simplify.

What should I learn before the Function Notation formula?

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