Skip to content

9709 · 1.2

Functions

A function is like a mathematical machine that takes an input and produces exactly one specific output. We study how to define the allowed inputs (domain), what outputs are possible (range), and how to chain or reverse these machines.

Need to know

What you need to know

  • **Domain**: The set of all possible $x$-values.
  • **Range**: The set of all possible $f(x)$ or $y$-values.
  • **Vertical Line Test**: A graph represents a function if and only if no vertical line intersects the graph at more than one point.
  • **Finding Range**: For quadratics, complete the square to find the vertex. This gives the minimum or maximum value, which defines the range (if the domain is unrestricted).

Explanation

The Function Machine

  1. Function: each input x maps to exactly one output f(x).
  2. Domain (inputs) and range (outputs) — restrictions from √(·), ln(·), ÷0.
  3. Composite f∘g: apply g first, then f.
  4. Inverse f⁻¹ exists only for one-to-one functions; reflection in y = x.