Chapter Summary: Relations and Functions
Key Concepts
- Pattern Recognition: Mathematics involves finding patterns and relationships between quantities.
- Relations: A relation involves pairs of objects in a certain order, such as (m, n) where m is related to n.
- Functions: A special type of relation where each element in the domain corresponds to exactly one element in the codomain.
Important Definitions
- Ordered Pair: A pair of elements grouped in a specific order.
- Cartesian Product: For sets A and B, the Cartesian product A x B is defined as A x B = {(a, b): a ∈ A, b ∈ B}.
- Domain: The set of all first elements of ordered pairs in a relation.
- Range: The set of all second elements of ordered pairs in a relation.
- Function: A relation f from set A to set B where every element x in A has one and only one image y in B, denoted as f: A → B.
Examples
- Example of Cartesian Product: If A = {red, blue} and B = {b, c, s}, then A x B = {(red, b), (red, c), (red, s), (blue, b), (blue, c), (blue, s)}.
- Example of Function: Let f: A → B be defined by f(n) = the highest prime factor of n.
Common Pitfalls
- Not Recognizing Functions: Ensure that each element in the domain maps to only one element in the codomain to qualify as a function.
- Confusing Relations with Functions: Not all relations are functions; check for unique mappings.
Tips for Exam Preparation
- Review definitions and properties of relations and functions.
- Practice identifying functions from given relations.
- Familiarize yourself with Cartesian products and how to compute them.