US Trends

what is function notation

Function notation is a way of writing a function that clearly shows what the input is and what rule you’re using to get the output.

What is function notation?

In algebra, instead of writing an equation like y=3x+1y=3x+1y=3x+1, we often write it as f(x)=3x+1f(x)=3x+1f(x)=3x+1.

Here:

  • f ff is the name of the function (you could also use g,h,A,g,h,A,g,h,A, etc.).
  • x xx is the input (independent variable).
  • f(x)f(x)f(x) is the output (dependent variable), and it means “the value of the function fff at xxx.”

So the notation y=f(x)y=f(x)y=f(x) tells you that yyy depends on xxx via the rule given by the formula.

Why do we use function notation?

Function notation is used because it is:

  • Precise and compact – it avoids long verbal descriptions like “take a number, square it, then subtract 3.”
  • Flexible – you can name different functions f(x),g(x),A(s)f(x),g(x),A(s)f(x),g(x),A(s), etc., instead of reusing just yyy all the time.
  • Clear about inputs – the variable in parentheses shows what you are plugging into the function.

For example, instead of saying “the area of a square is side length squared,” you can write A(s)=s2A(s)=s^2A(s)=s2, where AAA is the area function and sss is the side length.

How to read and use f(x)f(x)f(x)

You read f(x)f(x)f(x) as “f of x.”

If f(x)=3x+1f(x)=3x+1f(x)=3x+1:

  • f(2)f(2)f(2) means: plug in x=2x=2x=2, so f(2)=3(2)+1=7f(2)=3(2)+1=7f(2)=3(2)+1=7.
  • f(−1)f(-1)f(−1) means: plug in x=−1x=-1x=−1, so f(−1)=3(−1)+1=−2f(-1)=3(-1)+1=-2f(−1)=3(−1)+1=−2.

Here’s the idea as a list:

  1. Start with a definition, like f(x)=3x+1f(x)=3x+1f(x)=3x+1.
  1. Replace xxx with the given number or expression.
  1. Simplify to get the output, which is the value of fff at that input.

A quick example “story”

Imagine a function that gives the height of a ball at time ttt seconds after it’s thrown. You might write h(t)=−5t2+20t+1h(t)=-5t^2+20t+1h(t)=−5t2+20t+1, where h(t)h(t)h(t) is the height and ttt is time.

Then:

  • h(1)h(1)h(1) is the height after 1 second.
  • h(3)h(3)h(3) is the height after 3 seconds.

The notation makes it easy to see what quantity depends on what.

Tiny TL;DR

  • Function notation writes functions like y=f(x)y=f(x)y=f(x) instead of just y=…y=\dots y=….
  • fff is the function’s name, xxx is the input, and f(x)f(x)f(x) is the output.
  • You use it to define rules (like f(x)=3x+1f(x)=3x+1f(x)=3x+1) and then evaluate them at specific inputs (like f(2)f(2)f(2)).

Information gathered from public forums or data available on the internet and portrayed here.