Definition
The graph of a function is the set of all ordered pairs in the coordinate plane where is in the domain of . Formally:
- How to read: “The graph of f is the set of all ordered pairs x y such that x is in the domain and y equals f of x.”
- Meaning: Every point on the graph is a valid input-output pair; plotting all of them draws the function’s curve.
Why It Matters
Graphs transform abstract algebraic rules into intuitive spatial patterns; they allow us to ‘see’ the behavior of a system—identifying trends, symmetries, and discontinuities at a glance—which is essential for debugging models and communicating complex data.
Core Concepts
- Visual Mapping: The graph provides a geometric representation of the algebraic relationship between variables.
- Vertical Line Test: A curve is the graph of a function if and only if no vertical line intersects it more than once. This validates the “unique output” requirement.
- Domain and Range Visibility: The domain is the projection of the graph onto the -axis, and the range is the projection onto the -axis.
- Intercepts: Points where the graph crosses the axes (-intercepts where and -intercept where ).
- How to read: “The x intercepts occur where f of x equals zero, and the y intercept occurs where x equals zero.”
- Meaning: Zeros of hit the -axis; evaluating gives the -intercept (if is in the domain).