Functions: Domain

Understand what the domain of a function is, learn about real-world input constraints (like radius and tax brackets), and see how domains are represented on graphs.

✔️Solved: null

Learning Guide: The Coordinate System

Learning Guide: Domain of a Function

The domain of a function is the set of all possible input values (usually xx-values) for which the function is defined and produces a valid real number.

Common Domain Restrictions

Domain constraints can arise from physical reality, defined rules, or mathematical operations that are not defined over the real numbers:
  • Circle Area (Physical Constraints): The area of a circle as a function of its radius is A(r)=πr2A(r) = \pi r^2. Since a physical radius cannot be negative, the domain is restricted to r0r \ge 0.
  • Tax Brackets (Piecewise Constraints): In income tax systems, tax rates are defined using brackets (piecewise intervals). For example: a 10% tax rate for income up to 5,0005,000 (0x50000 \le x \le 5000), and a 15% tax rate for income above 5,0005,000 (x>5000x > 5000). Each bracket represents a part of the domain.
  • Rational Functions (Division by Zero): For the function f(x)=1x3f(x) = \frac{1}{x - 3}, division by zero is undefined. Since the denominator cannot be 00, we set x30x - 3 \neq 0, which gives a domain of all real numbers except x=3x = 3.
  • Radical Functions (Square Roots): For the function g(x)=x2g(x) = \sqrt{x - 2}, we cannot take the square root of a negative number in real mathematics. The expression under the square root must be non-negative, so x20x - 2 \ge 0, which gives a domain of x2x \ge 2.

Domains on Graphs & Boundaries

A function's domain can be determined by looking at the horizontal extent of its graph. If the domain starts or ends at a specific boundary, the way we draw the endpoint depends on whether the boundary is included:
  • Open Circle (small empty circle): Used for strict inequalities (>> or <<) where the boundary point itself is not included. For example, if the domain is x>5x > 5, the point at x=5x = 5 is drawn as a small open circle.
  • Solid Point (normal filled point): Used when the boundary point is included (\ge or \le).
xy(1, 0)(2, 0)Open circle (Excluded)Solid point (Included)g(x) = x - 1Domain: x > 1f(x) = √(x - 2)Domain: x ≥ 2
Figure 2: Comparison of endpoint styles on a graph. An open circle excludes the endpoint, while a solid point includes it.
Learning Topics
Domain | SealMath