Definition
Function notation is a standardized way of expressing the relationship between inputs and outputs in a function, typically using symbols like .
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 (): The symbol represents the value of the function at the argument .
- How to read: “The function f of x.”
- Meaning: Not multiplication — it means “apply rule to input .”
- Placeholder Concept: The independent variable acts as a placeholder: . 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 with the same value (e.g., ).
- Average Rate of Change (difference quotient): for .
- 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.