01 Key Concepts
Function Definition
A relation from A to B where every element of A is paired with exactly one element of B.
Injective (One-to-One)
A function where different inputs always produce different outputs — no two inputs share the same output.
Surjective (Onto)
A function where every element of the output set (codomain) is actually reached by at least one input.
Bijective
A function that is both injective and surjective — every output is hit exactly once, creating a perfect pairing between inputs and outputs.
Composition of Functions
Applying one function to the result of another: (f composed with g)(x) = f(g(x)) — compute the inner function first.
02 Key Formulas
- (f composed with g)(x) = f(g(x))
03 Solved Examples
- Check if different inputs can give the same output.
- f(2) = 4 and f(-2) = 4 — two different inputs give the same output.
- Suppose f(a) = f(b): a+3 = b+3.
- This forces a = b, so different inputs always give different outputs.
- First apply g: g(3) = 2(3) = 6.
- Then apply f to the result: f(6) = 6+1.
04 Practice Questions
📄 Functions — Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.