The Chapter in One Idea

Everything here is one construction refined twice:

Pair up two sets (A×BA \times B), select pairs by a rule (a relation), then demand exactly one partner per input (a function).

Cartesian product → relation → function: each is a special case of the one before, and each keyword (domain, codomain, range, image) keeps its meaning down the chain.

Exam weight at a glance: JEE Main draws from this chapter nearly every session — counting relations/functions, domain-range of algebraic functions, and greatest-integer/fractional-part values. In Boards, expect ordered-pair equations, roster/domain/range of a given relation, function evaluation, and the algebra of functions. And the entire calculus sequence — limits, continuity, derivatives — is built on the function vocabulary fixed here.

Cartesian Product and Relations — Formula Card

  • Ordered pair: (a, b) with order significant; (a,b)=(x,y)    a=x(a, b) = (x, y) \iff a = x and b=yb = y.
  • Cartesian product: A×B={(a,b):aA,bB}A \times B = \{(a, b) : a \in A, b \in B\}; A×ϕ=ϕA \times \phi = \phi; in general A×BB×AA \times B \neq B \times A (equal only when A = B for non-empty sets).
  • Counting: n(A)=pn(A) = p, n(B)=qn(B) = q \Rightarrow n(A×B)=pqn(A \times B) = pq; if either factor is infinite (both non-empty), so is the product.
  • Distributivity: A×(BC)=(A×B)(A×C)A \times (B \cap C) = (A \times B) \cap (A \times C); same for \cup. Also (A×B)(B×A)=(AB)×(AB)(A \times B) \cap (B \times A) = (A \cap B) \times (A \cap B).
  • Geometry: R×R\mathbb{R} \times \mathbb{R} = the plane; R×R×R\mathbb{R} \times \mathbb{R} \times \mathbb{R} = space; (a, b, c) is an ordered triplet.
  • Relation from A to B: ANY subset of A×BA \times B. Domain = first elements used; range = second elements used; codomain = all of B; range \subset codomain.
  • Counting relations: 2pq2^{pq} (subsets of the product). Extremes: the empty relation and the universal relation A×BA \times B.
  • Representations: roster, set-builder, arrow diagram.

Functions — Formula Card

  • Function test: every element of A has ONE and ONLY ONE image. Same output for two inputs: fine. Two outputs for one input, or an input with no image: fails.
  • Notation: f:ABf : A \to B, f(a) = b; a is a preimage, b the image. Range = set of images \subset codomain B.
  • Real function: domain and range inside R\mathbb{R}.
  • Standard functions (domain; range):
Function Domain Range
identity x R\mathbb{R} R\mathbb{R}
constant c R\mathbb{R} {c}
x2x^2 R\mathbb{R} [0,)[0, \infty)
x3x^3 R\mathbb{R} R\mathbb{R}
1x\frac{1}{x} R{0}\mathbb{R} - \{0\} R{0}\mathbb{R} - \{0\}
x|x| R\mathbb{R} [0,)[0, \infty)
sgn x R\mathbb{R} {1-1, 0, 1}
[x] R\mathbb{R} Z\mathbb{Z}
  • Polynomial: non-negative integer powers only (x2/3x^{2/3} disqualifies). Rational: quotient of polynomials, denominator non-zero. Linear: f(x) = mx + c; for m0m \neq 0, domain and range both R\mathbb{R}.
  • Greatest integer: [x]=n    nx<n+1[x] = n \iff n \leq x < n + 1; [2.1]=3[-2.1] = -3. Piecewise functions: check the boundary points where formulas meet.

Algebra of Functions and the Domain Playbook — Formula Card

Pointwise operations (f, g real functions):

  • (f±g)(x)=f(x)±g(x)(f \pm g)(x) = f(x) \pm g(x); (fg)(x)=f(x)g(x)(fg)(x) = f(x)g(x); (αf)(x)=αf(x)(\alpha f)(x) = \alpha f(x); (fg)(x)=f(x)g(x)\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}, g(x)0g(x) \neq 0.
  • Domains: sum/difference/product on dom f \cap dom g; quotient additionally deletes zeros of g.

Domain playbook:

  1. polynomial → R\mathbb{R}; 2. 1g\frac{1}{g} → exclude roots of g; 3. g\sqrt{g}g0g \geq 0; 4. 1g\frac{1}{\sqrt{g}}g>0g > 0 strictly.
  • Quadratic signs: upward parabola with roots α<β\alpha < \beta: 0\geq 0 outside [α,β][\alpha, \beta], 0\leq 0 inside.
  • Modulus: x<a    a<x<a|x| < a \iff -a < x < a; x>a    x<a|x| > a \iff x < -a or x>ax > a; xca    x[ca,c+a]|x - c| \leq a \iff x \in [c - a, c + a].

Range toolkit: solve for x in terms of y (legal y = range); complete the square for quadratics; chain bounds for composites; ax+bcx+d\frac{ax + b}{cx + d} has range R{ac}\mathbb{R} - \left\{\frac{a}{c}\right\}.

JEE Counting and Bracket Results — Quick Card

Counting (n(A)=mn(A) = m, n(B)=nn(B) = n):

  • Relations from A to B: 2mn2^{mn}; relations on A: 2m22^{m^2}.
  • Functions from A to B: nmn^m (domain size in the exponent!).
  • With k inputs' values fixed: nmkn^{m-k}. One-one functions (mnm \leq n): n(n1)(nm+1)n(n-1)\cdots(n-m+1); bijections of an m-set: m!m!.
  • Not one-one = total - one-one.

Greatest integer and fractional part:

  • x=[x]+{x}x = [x] + \{x\}, [x]Z[x] \in \mathbb{Z}, {x}[0,1)\{x\} \in [0, 1); {x}=0    xZ\{x\} = 0 \iff x \in \mathbb{Z}.
  • [x+n]=[x]+n[x + n] = [x] + n and {x+n}={x}\{x + n\} = \{x\} for integer n.
  • [x]+[x][x] + [-x] = 0 (integer x) or 1-1 (otherwise); {x}+{x}\{x\} + \{-x\} = 0 or 1 correspondingly.
  • Solve bracket equations by x = n + t (n integer, t[0,1)t \in [0, 1)) — the unknowns decouple.
  • Range of x[x]x - [x]: [0,1)[0, 1); graph of {x}\{x\}: sawtooth, period 1.

One-one / onto preview: one-one = distinct inputs, distinct images; onto = range equals codomain. f(x) = mx + c (m0m \neq 0) on R\mathbb{R}: both; x2x^2 on RR\mathbb{R} \to \mathbb{R}: neither.

Last-Minute Mistake Checklist

Before the exam, scan this list — each item is a real mark lost by thousands of students every year:

  1. (a, b) is not {a, b} — order matters in pairs; equality means BOTH coordinates match.
  2. A×BB×AA \times B \neq B \times A in general — same count, mirrored pairs.
  3. Images must stay in the target set — for y = x + 1 on {1, …, 6}, the input 6 has no image; drop it from the domain.
  4. Repeated first element (different partners) kills a function; repeated second element never does.
  5. Piecewise overlap points: both formulas must agree there, else not a function.
  6. [2.1]=3[-2.1] = -3, not 2-2; and {2.3}=0.7\{-2.3\} = 0.7, never negative.
  7. Exponent placement: functions nmn^m (domain up), relations 2mn2^{mn} — never swap.
  8. Quotient domains: delete zeros of the denominator AFTER intersecting; a root in a denominator makes \geq into >>.
  9. Cancelling changes domains: x21x1\frac{x^2 - 1}{x - 1} is NOT the function x + 1 — the point x = 1 stays excluded.
  10. Open vs closed range endpoints: check whether the extreme value is actually attained (x² + 2 attains 2; x21+x2\frac{x^2}{1 + x^2} never attains 1).

Done revising? Take the Section 7 mock drill under exam timing — that is the real test of readiness.