Key Concepts & Definitions
- Ordered Pair
- A pair of elements grouped together in a specific, sequential order, denoted as (p,q)(p, q)(p,q) where p∈Pp \in Pp∈P and q∈Qq \in Qq∈Q. The order is crucial; (a,b)(a, b)(a,b) is not equal to (b,a)(b, a)(b,a) unless a=ba=ba=b. Equality of Ordered Pairs: Two ordered pairs are equal if and only if their corresponding first elements are equal and their corresponding second elements are equal.JEE TIPThis is used to solve linear equations equating coordinate components.
- Cartesian Product (P×QP \times QP×Q)
- Given two non-empty sets PPP and QQQ, their Cartesian product is the set of all possible ordered pairs where the first element is from PPP and the second is from QQQ. Defined as P×Q={(p,q):p∈P,q∈Q}P \times Q = \{(p,q) : p \in P, q \in Q\}P×Q={(p,q):p∈P,q∈Q}. If either PPP or QQQ is the null (empty) set, then P×QP \times QP×Q will also be an empty set (P×Q=ϕP \times Q = \phiP×Q=ϕ). If AAA and BBB are non-empty and at least one is an infinite set, A×BA \times BA×B is an infinite set.
- Ordered Triplet
- The product A×A×A={(a,b,c):a,b,c∈A}A \times A \times A = \{(a, b, c) : a, b, c \in A\}A×A×A={(a,b,c):a,b,c∈A} is a set of ordered triplets. Example: R×R×R\mathbb{R} \times \mathbb{R} \times \mathbb{R}R×R×R represents the coordinates of all points in three-dimensional space.
- Relation (RRR)
- A relation from a non-empty set AAA to a non-empty set BBB is a subset of the Cartesian product A×BA \times BA×B. It is derived by establishing a relationship between the first and second elements of the ordered pairs. Arrow Diagram: A visual representation of a relation. Relation on A: A relation from a set AAA to the same set AAA.
- Image & Preimage
- If (a,b)∈f(a, b) \in f(a,b)∈f, then the second element bbb is called the image of aaa under fff. Conversely, the first element aaa is called the preimage of bbb under fff.
- Domain of a Relation/Function
- The set of all first elements (xxx) of the ordered pairs in a relation or function.
- Range of a Relation/Function
- The set of all second elements (imagesimagesimages, yyy) of the ordered pairs. It is the actual set of outputs produced.
- Codomain
- The entire destination set BBB in a relation from AAA to BBB. The Range is always a subset of the Codomain (Range⊆Codomain\text{Range} \subseteq \text{Codomain}Range⊆Codomain).
- Function (fff)
- A relation from a set AAA to a set BBB is said to be a function if every element of set AAA has one and only one image in set BBB. No two distinct ordered pairs in a function can have the same first element. Denoted as f:A→Bf: A \rightarrow Bf:A→B.
- Real-Valued Function
- A function which has either R\mathbb{R}R or one of its subsets as its range.
- Real Function
- A function where both the domain and range are either the set of real numbers R\mathbb{R}R or subsets of R\mathbb{R}R.
- Historical Note
- The term "function" first appeared in a 1673 Latin manuscript by Gottfried Wilhelm Leibnitz to describe the "mathematical job" of a curve. Johan Bernoulli assigned it the analytical sense we use today in 1698.
Formulae, Equations & Set Operations
- Cardinality of Cartesian Product: If set has elements () and set has elements (), then the Cartesian product has exactly elements: .
- Total Number of Relations: Because every relation from to is a subset of , and a set with elements has subsets, the total number of possible relations from to is .JEE TIPThis formula is extremely frequent in Permutations & Combinations/Sets mixed MCQ questions.
- Distributive Properties of Cartesian Products:
- JEE TIPVery useful to split complex Cartesian operations.
Standard Real Functions & Important Graphs
- Identity Function: .
- Domain: . Range: .
- Graph: A straight line passing directly through the origin (0,0) making a 45° angle with the x-axis.
- Constant Function: (where is a constant real number).
- Domain: . Range: .
- Graph: A straight horizontal line parallel to the x-axis.
- Linear Function: (where are constants). Its graph is a straight line.
- Polynomial Function: .
- Condition: is a non-negative integer and .
- Domain: Generally .
- Rational Function: , where and are polynomial functions.
- Condition: Defined in a domain where .
- Modulus Function: .
- Definition: if , and if .
- Domain: . Range: Non-negative real numbers.
- Graph: V-shaped, symmetric about the y-axis, vertex at the origin.
- Signum Function:
- Definition: if ; if ; if .
- Domain: . Range: .
- Graph: Two horizontal rays (at and ) and a distinct point at the origin .JEE TIPThe Signum function heavily tests continuity and differentiability boundaries at .
- Greatest Integer Function (Step Function): .
- Definition: Assumes the value of the greatest integer less than or equal to . Example: for and for .
- Domain: . Range: (All Integers).
- Graph: "Staircase" or step-like shape.
Algebra of Real Functions
For two real functions and (where ):
- Addition: for all .
- Subtraction: for all .
- Multiplication by a Scalar: where is a real number (scalar).
- Multiplication (Pointwise): for all .
- Quotient: , valid for all provided .
Conditions, Edge Cases & Limitations
(Adapted for mathematical boundaries & algebraic sign conventions)
- Polynomial Integer Limit: The exponents in a polynomial function must be non-negative integers. Edge Case: is strictly NOT a polynomial.
- Division by Zero Boundary: For rational functions , you must strictly evaluate the roots where and remove them from the domain. Example: For , domain is .
- Square Root Convention: The radicand of a square root must be non-negative. is defined over non-negative reals.
- Modulus Sign Convention: For , the modulus outputs . Since is already negative, becomes positive. Do not assume implies a negative output.
Previous Year JEE Topics & Advanced Extensions
- Domain & Range Calculations of Composite Expressions: This chapter establishes the base rules. JEE Advanced heavily combines domains. To find the domain of , students must compute AND exclude points where .
- Set Theory + Cartesian Products: Advanced problems frequently ask for intersections of Cartesian spaces. The distributive laws are critical shortcuts.
- Piecewise Function continuity prep: Thorough understanding of the Modulus (), Signum, and Greatest Integer () graphs built here is strictly required for evaluating limits and derivatives in Calculus. Graphical transformations (shifting the vertex of the V-shape of a modulus) is a staple of Advanced MCQs.
⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS (JEE MCQ TRAPS)
Based on the foundational topics in this chapter, here are the top 10 JEE traps.
- Misconception: Any set of ordered pairs mapping to is a function. Correct Understanding: A relation is ONLY a function if every element in maps to one and only one element in . If maps to both and , it is a relation, not a function.JEE TIP
- Misconception: The Codomain and the Range are the exact same thing. Correct Understanding: The Codomain is the entire destination set . The Range is only the actual images produced by the mapping. Range Codomain.JEE TIP
- Misconception: You should simplify rational expressions before finding their domain. Correct Understanding: Find the domain before canceling common factors. If , the domain strictly excludes , even though it simplifies to .JEE TIP
- Misconception: The Greatest Integer Function just truncates the decimal (e.g., ). Correct Understanding: The GIF evaluates to the greatest integer less than or equal to . For negative numbers, you step down to the left on the number line: .JEE TIP
- Misconception: Cartesian products are commutative (). Correct Understanding: In general, . They only equal if Set A = Set B.JEE TIP
- Misconception: can contain elements even if one set is empty. Correct Understanding: If either or is an empty set (), then is strictly the empty set .JEE TIP
- Misconception: The number of relations from to is . Correct Understanding: is the number of elements in the Cartesian product. The total number of relations is , which is the total number of possible subsets.JEE TIP
- Misconception: For , the domain is only positive real numbers. Correct Understanding: The domain of is all real numbers . Its range is non-negative real numbers.JEE TIP
- Misconception: is a polynomial function of degree . Correct Understanding: It is not a polynomial at all. Polynomials require non-negative integer powers.JEE TIP
- Misconception: For piecewise functions, the boundaries (like ) can map to two different outputs. Correct Understanding: To be a valid function, boundary values must uniquely map. If for and for , the value at exactly must be explicitly defined (e.g., ) to avoid undefined gaps or function violations.JEE TIP