Understanding Relations and Functions
A relation is a set of ordered pairs, where each pair consists of an input and an output. A function is a specific type of relation where each input is associated with exactly one output.
To determine the domain and range of a function:
- Domain: The set of all possible input values (x-values).
- Range: The set of all possible output values (y-values).
Example 1: Given the set of ordered pairs {(1, 2), (2, 3), (3, 4)}:
- Domain: {1, 2, 3}
- Range: {2, 3, 4}
Example 2: For the function defined by the equation y = 2x + 1:
- Domain: All real numbers (since x can take any value).
- Range: All real numbers (since y can also take any value).
Understanding these concepts is crucial for solving problems related to functions in mathematics.
Key points to remember
- A relation is a set of ordered pairs.
- A function has one output for each input.
- Domain is the set of all input values.
- Range is the set of all output values.
- Use ordered pairs or equations to find domain and range.
Worked example
Determine the domain and range for the relation {(1, 5), (2, 6), (3, 7)}.
- Domain: {1, 2, 3}
- Range: {5, 6, 7}