Finding the domain reduces to a small set of restriction rules — one or two per function type. The table below collects the rule for each function type covered above with a representative example and the resulting domain. It works as a study card and as a checklist when analyzing an unfamiliar expression: identify the operations involved, look up each restriction, then intersect the results.
| Function type |
Restriction rule |
Example |
Resulting domain |
| Polynomial |
none |
f(x) = 2x + 5 |
(−∞, ∞) |
| Rational |
denominator ≠ 0 |
f(x) = 1 ⁄ (x − 2) |
(−∞, 2) ∪ (2, ∞) |
| Even radical |
radicand ≥ 0 |
f(x) = √(x − 5) |
[5, ∞) |
| Odd radical |
none |
f(x) = ∛(x − 5) |
(−∞, ∞) |
| Logarithmic |
argument > 0 |
f(x) = ln(x − 4) |
(4, ∞) |
| Trigonometric (tan, cot, sec, csc) |
underlying sin or cos ≠ 0 |
tan(x) |
x ≠ π⁄2 + nπ |
| Combined |
intersect every individual restriction |
f(x) = √x ⁄ (x − 3) |
[0, 3) ∪ (3, ∞) |
| Contextual / modeled |
constrained by physical meaning of the variable |
h(t) = −16t² + 64t (projectile) |
[0, 4] |