Types of Functions
CAT classifies functions along three axes. Symmetry: f is even if f(−x) = f(x) (symmetric about the y-axis, e.g. x², cos x, |x|) and odd if f(−x) = −f(x) (symmetric about the origin, e.g. x³, sin x, x). Most functions are neither, and a handy fact is that any function splits into an even part plus an odd part. Periodicity: f is periodic with period T if f(x + T) = f(x) for the smallest such T > 0 — the standard CAT example is the fractional-part function {x}, which has period 1. Mapping behaviour: f is one-one (injective) if different inputs always give different outputs, tested by f(a) = f(b) ⇒ a = b; a strictly increasing or strictly decreasing function is automatically one-one. f is onto (surjective) if its range fills the entire co-domain. A function that is both is a bijection, the only kind that can be inverted. Watch the subtle trap: x² is one-one on [0, ∞) but not on all of ℝ, so the stated domain decides the answer.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Definitions and tests
| Function rule | each x in domain → exactly one f(x) |
|---|---|
| Even function | f(−x) = f(x) (graph symmetric about y-axis) |
| Odd function | f(−x) = −f(x) (graph symmetric about origin) |
| Periodic function | f(x + T) = f(x) for least T > 0 |
| Composite function | (f∘g)(x) = f(g(x)) |
| Inverse condition | f(f⁻¹(x)) = x and f⁻¹(f(x)) = x |
CAT power-tools
| Domain of √(g(x)) | need g(x) ≥ 0 |
|---|---|
| Domain of 1/g(x) | need g(x) ≠ 0 |
| One-one (injective) test | f(a) = f(b) ⇒ a = b |
| Onto (surjective) test | range = co-domain |
| Inverse of linear f(x)=ax+b | f⁻¹(x) = (x − b)/a |
| Self-inverse / involution | f(f(x)) = x (e.g. f(x)=1/x, a−x) |