Domain and Range of a Relation

Master Domain and Range of Relations for CBSE Class 11 Applied Mathematics. Includes solved examples, MCQs, and step-by-step solutions for exam success.

Definition of Domain and Range

A relation R from a set A to a set B is a subset of the Cartesian product A × B. The domain of R is the set of all first elements of the ordered pairs in R. The range of R is the set of all second elements of the ordered pairs in R.

R ⊆ A × B, Domain(R) = {x : (x, y) ∈ R}, Range(R) = {y : (x, y) ∈ R}
Example: Solved Example: Identify Domain and Range
Show Step-by-Step Solution

Step 1: Given R = {(1, 2), (3, 4), (5, 6)}.
Step 2: Extract first elements: {1, 3, 5}.
Step 3: Extract second elements: {2, 4, 6}.
Answer: Domain = {1, 3, 5}, Range = {2, 4, 6}

Relation defined by an Equation

When a relation is defined by an equation like y = f(x), the domain consists of all values of x for which y is defined and real. The range is the set of all resulting y-values obtained by substituting domain values into the equation.

R = {(x, y) : y = x² + 1, x ∈ {−2, −1, 0, 1, 2}}
Example: Solved Example: Find Range for x ∈ {−2, −1, 0, 1, 2}
Show Step-by-Step Solution

Step 1: Calculate y for each x: (−2)²+1=5, (−1)²+1=2, 0²+1=1, 1²+1=2, 2²+1=5.
Step 2: Collect unique y-values.
Answer: Range = {1, 2, 5}

Properties of Relations

The domain of a relation is always a subset of the set A, and the range is always a subset of the set B. If a relation is defined on a set A, then both domain and range are subsets of A.

Domain(R) ⊆ A and Range(R) ⊆ B
Example: Solved Example: Verify Subset Property
Show Step-by-Step Solution

Step 1: Let A = {1, 2, 3}, B = {4, 5}. R = {(1, 4), (2, 5)}.
Step 2: Domain = {1, 2} ⊆ {1, 2, 3}.
Step 3: Range = {4, 5} ⊆ {4, 5}.
Answer: Verified.