Chapter Summary: Relations and Functions
Relation: A relation R on a set A is a subset of the Cartesian product .
Equivalence Relation: A relation is an equivalence relation if it is simultaneously Reflexive (), Symmetric (), and Transitive ( and ).
Types of Functions:
- One-one (Injective): Every distinct input has a distinct output. ().
- Onto (Surjective): The range of the function is equal to its codomain.
- Bijective: The function is both one-one and onto.
Composition of Functions: The composition of and is . It is not commutative in general.
Invertible Function: A function is invertible if and only if it is bijective. The inverse of , denoted , reverses the mapping. The graph of is the reflection of the graph of about the line .
🎯 Strategic Tips for JEE Main & Advanced
Check All Three Properties: When a question asks to check for an equivalence relation, you must methodically check for reflexivity, symmetry, and transitivity. Don't stop if you find one property is true; check all three. Finding a single counter-example is enough to disprove a property.
Domain and Codomain are Crucial: The properties of a function (one-one, onto) heavily depend on its specified domain and codomain. The function is neither one-one nor onto from , but it is bijective from . Pay close attention to how the function is defined.
How to Prove One-one/Onto:
- To prove One-one: Start with and algebraically prove that . Alternatively, show that the derivative is either always positive or always negative (strictly monotonic).
- To prove Onto: Take an arbitrary element 'y' from the codomain and set . Solve for x in terms of y. If you can show that for every 'y' in the codomain, there exists an 'x' in the domain, the function is onto.
Inverse Function Shortcut: To find the inverse, simply write , swap the variables x and y, and then solve the new equation for y. This is a fast and reliable method.
Composition Order Matters: Remember that means applying first, then . It's a common mistake to apply them in the wrong order.