๐ Key Concepts
Relations- A relation R from A to B is a subset of A ร B (Cartesian product)
- Domain: Set of first elements in ordered pairs
- Range: Set of second elements in ordered pairs
- Can be represented through set notation, arrow diagrams, graphs
Types of Relations- Reflexive: (a,a) โ R for all a โ A
- Symmetric: If (a,b) โ R then (b,a) โ R
- Transitive: If (a,b) โ R and (b,c) โ R then (a,c) โ R
- Equivalence: Relation that is reflexive, symmetric and transitive
Functions- Special type of relation where each element in domain has exactly one image
- One-to-one (Injective): Each element in codomain has at most one pre-image
- Onto (Surjective): Each element in codomain has at least one pre-image
- Bijective: Both one-to-one and onto
โ
๐ฏ Key Formulas
Domain of fโg = {x โ Domain of g: g(x) โ Domain of f}(fโg)(x) = f(g(x))For inverse function: fโปยน(f(x)) = x and f(fโปยน(x)) = xโ
โ ๏ธ Common Mistakes to Avoid
Confusing domain and rangeIncorrectly identifying function typesWrong composition orderAssuming every function has an inverseMixing up relation and function propertiesโ
๐ Knowledge Prerequisites
Set theory basicsCartesian productsBasic coordinate geometryUnderstanding of mappingsโ
๐ก Tips for Students
Draw arrow diagrams to visualize relations/functionsCheck all conditions systematically for relation typesFor function composition, work from inside outUse vertical line test for functions in graphsRemember: not all functions have inversesโ
๐ Practice Recommedations
Identify domains and rangesTest relations for different propertiesConvert between different function representationsFind composite functionsDetermine if functions are invertibleGraph basic functions and their inversesโ
Practice each question with a timer and get instant feedback