Algebra 1 · Grades 8, 9

Function Notation: What f(x) Actually Means

Quick answer

Function notation writes f(x) to mean the output of the function f for the input x. It is not f multiplied by x. If f(x) = 2x + 1, then f(3) means substitute 3 for x, giving 7, and you write f(3) = 7. The letter names the rule; the value in the brackets is what you feed it.

What you'll learn

  • Evaluate a function for a given input
  • Explain why f(x) is not multiplication
  • Interpret a statement like f(3) = 7 in a real context

What the notation says

A function is a rule that turns each input into exactly one output. Function notation names the rule and shows the input in one go:

f(x)=2x+1f(x) = 2x + 1

Read it as “f of x equals 2x+12x + 1”. The ff is the rule’s name. The xx in brackets is the input. The expression on the right is what the rule does.

Why f(x) is not multiplication

This trips up nearly everyone, because until now brackets next to a symbol have meant “times”: 3(x+2)3(x + 2) really is 33 multiplied by that bracket.

Function notation reuses the same symbol for a different job. In f(x)f(x):

  • ff is not a number. It is a label for a rule, like a name on a machine.
  • The brackets mean “applied to”, not “multiplied by”.

You cannot multiply by ff, because ff has no value — it is a process, not a quantity. Asking “what is ff times 33?” is like asking what “sharpen” times 3 is.

Evaluating a function

To find f(3)f(3), replace every xx in the rule with 33, then simplify.

f(x)=2x+1f(x) = 2x + 1 f(3)=2(3)+1=7f(3) = 2(3) + 1 = 7

So f(3)=7f(3) = 7. In graph terms this is the point (3,7)(3, 7): the input is the xx-coordinate and the output is the yy-coordinate.

How it relates to y

y=2x+1y = 2x + 1 and f(x)=2x+1f(x) = 2x + 1 describe the same line. The difference is bookkeeping:

Written asSays
y=7y = 7the output is 77, input unstated
f(3)=7f(3) = 7the input was 33 and the output is 77

That extra information is why function notation takes over from yy as problems get bigger, and why you can have ff, gg and hh in the same question without confusion.

Worked examples

Common mistakes

Practice problems

  1. Given f(x)=2x+5f(x) = 2x + 5, find f(4)f(4).

    Hint

    Replace xx with 44 and simplify.

    Answer

    f(4)=13f(4) = 13

    Full solution

    f(4)=2(4)+5=8+5=13f(4) = 2(4) + 5 = 8 + 5 = 13, which is the point (4,13)(4, 13).

  2. Given f(x)=73xf(x) = 7 - 3x, find f(2)f(2).

    Answer

    f(2)=1f(2) = 1

    Full solution

    f(2)=73(2)=76=1f(2) = 7 - 3(2) = 7 - 6 = 1.

  3. Given g(x)=x24g(x) = x^2 - 4, find g(2)g(-2).

    Hint

    Keep brackets around the negative input.

    Answer

    g(2)=0g(-2) = 0

    Full solution

    g(2)=(2)24=44=0g(-2) = (-2)^2 - 4 = 4 - 4 = 0.

    Without brackets, 224-2^2 - 4 would give 8-8, which is a different and wrong calculation.

  4. Given f(x)=3x1f(x) = 3x - 1, find the value of xx for which f(x)=20f(x) = 20.

    Hint

    This runs backwards: set the rule equal to 2020 and solve.

    Answer

    x=7x = 7

    Full solution

    3x1=203x - 1 = 20, so 3x=213x = 21 and x=7x = 7.

    Check: f(7)=3(7)1=20f(7) = 3(7) - 1 = 20

  5. Given f(x)=5xf(x) = 5x, find f(0)f(0) and say what it means on the graph.

    Answer

    f(0)=0f(0) = 0, the yy-intercept, at the origin.

    Full solution

    f(0)=5(0)=0f(0) = 5(0) = 0. Since the input 00 gives output 00, the graph passes through (0,0)(0, 0).

    Evaluating any function at 00 gives its yy-intercept.

  6. Given f(x)=2x+1f(x) = 2x + 1, find f(a+3)f(a + 3).

    Hint

    Substitute the whole expression, then distribute.

    Answer

    2a+72a + 7

    Full solution

    f(a+3)=2(a+3)+1=2a+6+1=2a+7f(a + 3) = 2(a + 3) + 1 = 2a + 6 + 1 = 2a + 7.

  7. Given f(x)=x+4f(x) = x + 4 and g(x)=3xg(x) = 3x, find f(2)+g(2)f(2) + g(2).

    Answer

    1212

    Full solution

    f(2)=6f(2) = 6 and g(2)=6g(2) = 6, so the sum is 1212.

    The same input goes into two different rules; the outputs happen to match here, which is a coincidence rather than a pattern.

  8. A phone plan costs C(x)=12x+20C(x) = 12x + 20 dollars for xx gigabytes. Find C(3)C(3), interpret it, and find how many gigabytes cost $92.

    Hint

    The first part substitutes; the second solves.

    Answer

    C(3)=56C(3) = 56, so 3 GB costs $56; $92 buys 6 GB.

    Full solution

    C(3)=12(3)+20=36+20=56C(3) = 12(3) + 20 = 36 + 20 = 56, so using 3 GB costs $56.

    For $92, solve 12x+20=9212x + 20 = 92: 12x=7212x = 72, so x=6x = 6 gigabytes.

    Check: C(6)=72+20=92C(6) = 72 + 20 = 92 ✓ Note the two parts run in opposite directions — one evaluates, one solves.

Frequently asked questions

Is f(x) the same as f times x?

No, and this is the single most common misreading. The brackets here mean 'applied to', not multiplication. In f(3) the 3 is going into the function, not being multiplied by it.

Why replace y with f(x) at all?

Because f(x) says which input produced the output. Writing y = 7 leaves the input unstated; writing f(3) = 7 records both facts at once. It also lets you name several functions in the same problem, like f, g and h.

Does the letter have to be f?

No. f, g and h are conventional, but any letter works, and applied problems often use meaningful ones such as C for cost or d for distance. The letter is a name, not a value.

What to learn next

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.HSF.IF.A.2Interpreting FunctionsUse function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context.
  • CCSS.MATH.CONTENT.8.F.A.1FunctionsUnderstand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output.