๐Ÿ”ŸElementary Algebra

Key Concepts of Function Notation

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Function notation is the language algebra uses to describe relationships between quantities. When you see f(x)f(x), you're not just looking at a fancy way to write an equation; you're working with a tool that lets you evaluate specific values, combine operations, and analyze how quantities change together. Mastering function notation connects directly to graphing, solving equations, modeling real-world scenarios, and understanding more advanced topics like composition and inverses.

The big idea: functions are input-output machines with specific rules and behaviors. Don't just memorize that f(x)=2x+3f(x) = 2x + 3. Know why we use this notation, how to work with it flexibly, and what it reveals about the relationship between variables.


Understanding the Function Framework

Before you can work with functions, you need to grasp what makes something a function in the first place. The core rule is simple: every input gets exactly one output, no exceptions.

Definition of a Function

A function is a rule that assigns each input to exactly one output. You can represent the same function in multiple ways: as an equation, a graph, a table, or even a verbal description.

  • One input, one output is the fundamental rule that separates functions from other relations
  • The vertical line test determines if a graph represents a function: if any vertical line crosses the graph more than once, it's not a function, because that would mean one input (xx-value) maps to two different outputs

Function Notation f(x)f(x)

The expression f(x)f(x) names both the function and its input. The letter ff is the function's name, and xx is the variable you're plugging in.

  • Parentheses don't mean multiplication here; f(x)f(x) reads as "f of x," meaning the output when xx is the input
  • Substitution becomes straightforward: if f(x)=2x+3f(x) = 2x + 3, then f(2)=2(2)+3=7f(2) = 2(2) + 3 = 7
  • You can name functions with any letter. g(x)g(x), h(t)h(t), and p(n)p(n) all work the same way

Input and Output of Functions

  • Input values are the xx-values you substitute into the function
  • Output values are the results after the function processes your input, written as f(x)f(x) or yy
  • The relationship is deterministic: the same input always produces the same output in a given function. Plug in 4 today, plug in 4 tomorrow, you get the same answer both times.

Compare: Function notation f(x)f(x) vs. equation form y=2x+3y = 2x + 3. Both represent the same relationship, but f(x)f(x) lets you specify exact inputs like f(2)f(2) or f(โˆ’1)f(-1) without rewriting the equation. Use function notation when evaluating specific values; use y=y = form when graphing.


Boundaries and Behavior

Understanding where a function works and what values it produces is essential for solving problems correctly. Domain and range define the function's limits.

Domain and Range

Domain is the set of all possible inputs. Ask yourself: "What xx-values can I plug in without breaking the math?" Range is the set of all possible outputs the function can actually produce.

Common domain restrictions to watch for:

  • Division by zero: if the function has xx in a denominator, set that denominator โ‰ 0\neq 0. For example, f(x)=1xโˆ’4f(x) = \frac{1}{x - 4} excludes x=4x = 4 from the domain.
  • Square roots of negative numbers: if the function has x\sqrt{x}, then xx must be โ‰ฅ0\geq 0.

Evaluating Functions

Evaluating a function means answering the question: "What does this function output when I input this specific value?"

  1. Identify the input value you're substituting (e.g., find f(5)f(5))
  2. Replace every instance of xx in the function rule with that value. Replace every xx, not just the first one.
  3. Use parentheses around the substituted value to avoid sign errors. For f(x)=2x2โˆ’xf(x) = 2x^2 - x, writing f(โˆ’3)=2(โˆ’3)2โˆ’(โˆ’3)f(-3) = 2(-3)^2 - (-3) keeps things clean.
  4. Follow order of operations to simplify: 2(9)+3=18+3=212(9) + 3 = 18 + 3 = 21

Compare: Domain vs. Range. Domain focuses on xx (horizontal axis), range focuses on f(x)f(x) (vertical axis). If a problem asks you to "state the domain," look for input restrictions. If it asks for range, trace the possible output values.


Visualizing Functions

Graphs transform abstract equations into visual patterns you can analyze at a glance. The coordinate plane maps inputs to outputs as points.

Graphing Functions

Each point (x,y)(x, y) on a function's graph represents one input-output pair, where y=f(x)y = f(x).

  • The x-axis represents inputs, the y-axis represents outputs
  • To plot a function, evaluate it at several xx-values, plot the resulting (x,f(x))(x, f(x)) points, then connect them appropriately
  • Shape reveals behavior: straight lines indicate a constant rate of change, while curves indicate the rate of change is itself changing

For example, to graph f(x)=2x+1f(x) = 2x + 1, you might evaluate at x=โˆ’1,0,1,2x = -1, 0, 1, 2 to get the points (โˆ’1,โˆ’1)(-1, -1), (0,1)(0, 1), (1,3)(1, 3), (2,5)(2, 5), then draw the straight line through them.


Types of Functions

Different function types have distinct forms and behaviors. Recognizing the equation form tells you what the graph will look like.

Linear Functions

Standard form: f(x)=mx+bf(x) = mx + b, where mm is the slope and bb is the y-intercept.

  • Constant rate of change: the slope mm tells you how much f(x)f(x) changes for every 1-unit increase in xx. If m=3m = 3, the output increases by 3 each time xx goes up by 1.
  • Graph is always a straight line, making linear functions the simplest to graph and analyze
  • The highest power of xx is 1

Quadratic Functions

Standard form: f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants.

  • Graph is a parabola: opens upward when a>0a > 0, downward when a<0a < 0
  • Variable rate of change means the function speeds up or slows down as xx increases, unlike the steady change of a linear function
  • The highest power of xx is 2

Compare: Linear vs. Quadratic functions. Linear functions have constant slope (straight line), while quadratic functions have changing slope (curved parabola). To identify which type you're looking at, check the highest power of xx: power of 1 = linear, power of 2 = quadratic.


Combining and Reversing Functions

These concepts involve using functions together or undoing their operations. They appear frequently in multi-step problems.

Function Composition

Composition means plugging one function's output into another function. The notation (fโˆ˜g)(x)=f(g(x))(f \circ g)(x) = f(g(x)) means "evaluate g(x)g(x) first, then plug that result into ff."

Steps for evaluating (fโˆ˜g)(2)(f \circ g)(2) when f(x)=3xโˆ’1f(x) = 3x - 1 and g(x)=x2g(x) = x^2:

  1. Evaluate the inner function first: g(2)=22=4g(2) = 2^2 = 4
  2. Use that result as the input for the outer function: f(4)=3(4)โˆ’1=11f(4) = 3(4) - 1 = 11
  3. So (fโˆ˜g)(2)=11(f \circ g)(2) = 11

Order matters. (fโˆ˜g)(x)(f \circ g)(x) is usually different from (gโˆ˜f)(x)(g \circ f)(x). Try (gโˆ˜f)(2)(g \circ f)(2) with the same functions: f(2)=5f(2) = 5, then g(5)=25g(5) = 25. Different answer.

Inverse Functions

An inverse "undoes" the original function. If f(x)f(x) turns 2 into 7, then fโˆ’1(x)f^{-1}(x) turns 7 back into 2.

  • fโˆ’1(x)f^{-1}(x) does not mean 1f(x)\frac{1}{f(x)}. The superscript โˆ’1-1 indicates inverse, not reciprocal. This is a very common mistake.
  • To find an inverse:
    1. Replace f(x)f(x) with yy
    2. Swap xx and yy
    3. Solve for yy
    4. Write the result as fโˆ’1(x)f^{-1}(x)
  • To verify: check that f(fโˆ’1(x))=xf(f^{-1}(x)) = x. If it does, your inverse is correct.

Compare: Composition vs. Inverse. Composition combines two different functions into one operation, while inverse reverses a single function's effect. The verification identity f(fโˆ’1(x))=xf(f^{-1}(x)) = x is itself a composition that should always return the original input.


Quick Reference Table

ConceptKey Details
Function definitionOne input maps to exactly one output; use the vertical line test on graphs
Function notationf(x)f(x), g(x)g(x); parentheses mean "of," not multiplication
DomainAll valid inputs; exclude values that cause division by zero or negative square roots
RangeAll possible outputs from a function
Linear functionsf(x)=mx+bf(x) = mx + b, constant slope, straight line
Quadratic functionsf(x)=ax2+bx+cf(x) = ax^2 + bx + c, parabola, variable rate of change
Composition(fโˆ˜g)(x)=f(g(x))(f \circ g)(x) = f(g(x)), evaluate inside-out; order matters
Inverse functionsfโˆ’1(x)f^{-1}(x) undoes the original; swap xx and yy, then solve

Self-Check Questions

  1. If f(x)=3xโˆ’1f(x) = 3x - 1 and g(x)=x2g(x) = x^2, what is (fโˆ˜g)(2)(f \circ g)(2)? What is (gโˆ˜f)(2)(g \circ f)(2)? Why are they different?

  2. A function has the equation f(x)=1xโˆ’4f(x) = \frac{1}{x-4}. What value must be excluded from the domain, and why?

  3. Compare and contrast linear and quadratic functions: how do their rates of change differ, and how can you identify each from an equation?

  4. If f(3)=10f(3) = 10, what can you conclude about fโˆ’1(10)f^{-1}(10)? Explain the relationship between a function and its inverse.

  5. Given a table of values where the input 5 produces two different outputs, explain why this relation is not a function using the definition you learned.