Functions
A function is a rule that assigns each input exactly one output.
- Think of it like a machine: you feed it an input (say, ), and it processes it to give you one output .
- Every input must have only one output. If an input gives two different outputs, it’s not a function.
Notation:
- is read as “f of x”
- means: input gives output
Key Terminology
| Term | Meaning |
|---|---|
| Domain | All possible valid inputs (values of ) |
| Codomain | The set in which output values lie |
| Range | Actual outputs obtained from the domain |
| Image | Output value corresponding to an input |
| Pre-image | The input that gives a specific output |
Example:
For ,
- Domain: (because square root must be real)
- Range:
Types of Functions
1. Identity Function
2. Constant Function
3. Linear Function
4. Quadratic Function
5. Cubic, Polynomial Functions
6. Rational Function
f(x) = \frac{P(x)}{Q(x)} \quad \text{(P and Q are polynomials, Q(x) \ne 0)}7. Modulus Function
8. Signum Function
9. Greatest Integer Function (Floor Function)
Important Operations on Functions
1. Function Composition
Think of it as nested processing: first apply , then apply to that result.
2. Inverse Function
- If , then
- Not all functions have inverses. A function must be one-to-one (injective) to have an inverse.
Function Properties (Must-Know)
| Property | Meaning |
|---|---|
| Injective (One-to-One) | Different inputs give different outputs |
| Surjective (Onto) | Every value in codomain is an output |
| Bijective | Both injective and surjective (has inverse) |
| Even Function | (symmetric about y-axis) |
| Odd Function | (symmetric about origin) |
| Periodic | Repeats after a fixed interval: |
Visual Explanations
-
Vertical Line Test: To check if a graph is a function → If any vertical line cuts the graph more than once, it’s not a function.
-
Even vs. Odd functions:
- Even: Parabola
- Odd: Cube function
Conceptual Tips and Mistakes to Avoid
| Mistake | Correction |
|---|---|
| Assuming every equation is a function | Use the vertical line test or check if output is unique for input |
| Forgetting domain restrictions | Always check for roots, denominators, log inputs |
| Misinterpreting inverse | is not the reciprocal unless it's explicitly a multiplicative inverse |
| Composition is not commutative | |
| Treating floor/ceil functions as linear | They're step functions, discontinuous |
Examples
Example 1: Find domain of
- Denominator can’t be zero →
- Domain:
Example 2: If , find
Example 3: Is defined for ?
Example 4: Composition
Let , . Find
Example 5: Greatest Integer Function
Find
Answer: