Course Content
Radical Laws and Notation
0/2
Units and Quantitative Reasoning
0/1
One Step Equations
0/1
Two Step Equations
0/1
Multi Step Equation
0/1
Coordinate Plane
0/1
Understanding Slope
0/1
Slope Intercept Form
0/1
Point Slope Form
0/1
Standard Form
0/1
Transformations of Linear Functions
0/1
Parallel Lines
0/1
Perpendicular Lines
0/1
Understanding Inequalities
0/1
One Step Inequalities
0/1
Two Step Inequalities
0/1
Multi Step Inequalities
0/1
Compound Inequalities
0/1
System of Equations
0/1
Solving System of Equations
0/1
System of Inequalities
0/1
Understanding Functions
0/1
Function Notation
0/1
Interpret and Model Functions
0/1
Operations on Functions
0/1
Composite Functions
0/1
Inverse Functions
0/1
Arithmetic Sequence
0/1
Geometric Sequences
0/1
Mixed Sequence
0/1
Recursive Formulas For Sequences
0/1
Exponential Growth and Decay
0/1
Algebra

What is function notation?

Function notation is a way of writing functions clearly so you know:

  • The function’s name

  • What the input is

  • What the output is

Instead of writing y = 2x + 3, we can write:

 
f(x) = 2x + 3
  • f = name of the function (can also be g, h, etc.)

  • x = input

  • f(x) = output

Read it as: “f of x equals 2x plus 3.”


How function notation works

Step 1: Identify the input

  • The input is the value you put into the function.

  • Example: if f(x) = 2x + 3, input could be x = 4.

Step 2: Substitute the input

 
f(4) = 2(4) + 3
f(4) = 8 + 3
f(4) = 11
  • ✅ Output is 11

Step 3: Write the output as f(input)

  • This makes it clear that 11 is the output of the function when the input is 4.


Evaluating functions

Example 1:

 
f(x) = x^2 − 5
  • Find f(3)

 
f(3) = 3^2 − 5
f(3) = 9 − 5
f(3) = 4

✅ Output is 4

Example 2:

 
g(t) = 2t + 1
  • Find g(-2)

 
g(-2) = 2(-2) + 1
g(-2) = -4 + 1
g(-2) = -3

✅ Output is -3


Using function notation with multiple functions

  • You can have different function names: f(x), g(x), h(x).

  • Each function has its own rule.

Example:

 
f(x) = x + 2
g(x) = 3x
  • Find f(3) → 3 + 2 = 5

  • Find g(3) → 3 × 3 = 9


Function notation vs. y = ?

  • y = 2x + 3 and f(x) = 2x + 3 mean the same thing.

  • Function notation is more precise and works well when:

    • You have multiple functions

    • You want to substitute expressions instead of just numbers

Example:

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

Domain and range in function notation

  • Domain = all possible inputs for x

  • Range = all possible outputs for f(x)

Example:

 
f(x) = x^2
  • Domain: all real numbers (−∞ < x < ∞)

  • Range: all real numbers ≥ 0 (f(x) ≥ 0)


Common beginner mistakes

  1. ❌ Confusing f(x) with f × x (f(x) is not multiplication)

  2. ❌ Forgetting to substitute the input correctly

  3. ❌ Mixing up input (x) and output (f(x))

  4. ❌ Not using parentheses when substituting expressions


Why function notation matters

  • Makes algebra clearer and more organized

  • Essential for advanced algebra topics: compositions, inverses, transformations

  • Shows clearly input → function → output

Skip to toolbar