The page covers more than a dozen function families, each with its own algebraic structure, characteristic graph, domain restrictions, and identifying features. The table below collects them all in one place — useful as a reference card when classifying an unfamiliar function or recalling a family's key properties at a glance.
| Family |
Parent form |
Domain |
Range |
Defining feature |
| Constant |
f(x) = c |
ℝ |
{c} |
horizontal line |
| Linear |
mx + b |
ℝ |
ℝ |
constant slope, straight line |
| Quadratic |
ax² + bx + c |
ℝ |
[k, ∞) or (−∞, k] |
parabola with vertex (h, k) |
| Cubic |
ax³ + … |
ℝ |
ℝ |
S-curve; up to 2 turning points |
| Higher polynomial (deg n) |
aₙxⁿ + … + a₀ |
ℝ |
ℝ (odd n) or bounded one side (even n) |
up to n zeros, n − 1 turning points; smooth everywhere |
| Rational |
P(x) ⁄ Q(x) |
ℝ excluding zeros of Q |
varies |
vertical and horizontal asymptotes; holes possible |
| Square root |
√x |
[0, ∞) |
[0, ∞) |
starts at origin, concave down, gradually rising |
| Cube root |
∛x |
ℝ |
ℝ |
S-curve through origin; odd symmetry |
| nth root, even n |
x^(1⁄n) |
[0, ∞) |
[0, ∞) |
flatter generalization of √x |
| nth root, odd n |
x^(1⁄n) |
ℝ |
ℝ |
flatter generalization of ∛x |
| Absolute value |
|x| |
ℝ |
[0, ∞) |
V-shape with vertex at origin |
| Step (floor / ceiling) |
⌊x⌋, ⌈x⌉ |
ℝ |
ℤ |
staircase — horizontal segments with jumps |
| Exponential |
a · bˣ (b > 0, b ≠ 1) |
ℝ |
(0, ∞) or (−∞, 0) |
rapid growth or decay; horizontal asymptote y = 0 |
| Logarithmic |
logₐ(x) |
(0, ∞) |
ℝ |
inverse of exp; vertical asymptote x = 0 |
| Sine / cosine |
sin(x), cos(x) |
ℝ |
[−1, 1] |
periodic wave, period 2π |
| Tangent |
tan(x) |
ℝ excl. π⁄2 + nπ |
ℝ |
period π; vertical asymptotes at excluded points |