Andromeda
Note

Function Notation

Definition

Function notation is a standardized way of expressing the relationship between inputs and outputs in a function, typically using symbols like f(x)f(x).

Why It Matters

It provides a concise, unambiguous mathematical language to describe rules of transformation, allowing complex relationships to be evaluated algebraically and modeled in software.

Core Concepts

  • Function Notation (f(x)f(x)): The symbol f(x)f(x) represents the value of the function ff at the argument xx.
    • How to read: “The function f of x.”
    • Meaning: Not multiplication — it means “apply rule ff to input xx.”
  • Placeholder Concept: The independent variable acts as a placeholder: f()=32+5f(\square) = 3\square^2 + \square - 5. Substitution is the act of filling this placeholder.
    • How to read: “The function f of box equals three times box squared plus box minus five.”
    • Meaning: Replace every \square with the same value (e.g., f(2)=3(2)2+25=9f(2) = 3(2)^2 + 2 - 5 = 9).
  • Average Rate of Change (difference quotient): f(a+h)f(a)h\dfrac{f(a+h) - f(a)}{h} for h0h \neq 0.
    • How to read: “The quantity f of the quantity a plus h, minus f of a, all divided by h.”
    • Meaning / when to use: Evaluates function at specific points to find secant slope; limit defines derivative.

Connected Concepts