Relations and Functions Class 11 NCERT Solutions Chapter 2

Relations and Functions Class 11 NCERT Solutions provides clear and detailed answers to all the questions of Chapter 2. This chapter introduces the concepts of relations, types of relations, functions, domain and range, and different types of functions. On this page, you will find exercise-wise solutions explained step by step to help you build strong fundamentals and score high in your exams.

Relations and Functions Class 11 NCERT Solutions

Relations and Functions Class 11 NCERT Solutions

EXERCISE 2.1

1.If the set A has 3 elements and the set B = {3, 4, 5}, then find the number of
elements in (A×B).

Sol: We use the formula:

Number of elements in A × B = (Number of elements in A) × (Number of elements in B)

Given:

  • n(A) = 3
  • B = {3, 4, 5} ⇒ n(B) = 3

So,

n(A × B) = 3 × 3 = 9

Therefore, the number of elements in (A × B) is 9

2.If G = {7, 8} and H = {5, 4, 2}, find G × H and H × G.

Sol: 1. G×HG \times H

The Cartesian product G×HG \times H consists of all ordered pairs (g,h)(g, h) where gGg \in G and hHh \in H.G×H={(7,5),(7,4),(7,2),(8,5),(8,4),(8,2)}G \times H = \{(7,5), (7,4), (7,2), (8,5), (8,4), (8,2)\}

Number of elements:n(G×H)=2×3=6n(G \times H) = 2 \times 3 = 6

H×GH \times G

The Cartesian product H×GH \times GH×G consists of all ordered pairs (h,g)(h, g) where hHh \in H and gGg \in G.H×G={(5,7),(5,8),(4,7),(4,8),(2,7),(2,8)}H \times G = \{(5,7), (5,8), (4,7), (4,8), (2,7), (2,8)\}

Number of elements:n(H×G)=3×2=6n(H \times G) = 3 \times 2 = 6


G×HH×G\boxed{G \times H \ne H \times G}

3.State whether each of the following statements are true or false. If the statement is false, rewrite the given statement correctly.
(i) If P = {m, n} and Q = { n, m}, then P × Q = {(m, n),(n, m)}.
(ii) If A and B are non-empty sets, then A × B is a non-empty set of ordered pairs (x, y) such that x ∈ A and y ∈ B.
(iii) If A = {1, 2}, B = {3, 4}, then A × (B ∩ φ) = φ.

Sol : (i)

Given:
P={m,n}P = \{m, n\}}, Q={n,m}Q = \{n, m\}

Since sets are unordered,Q={m,n}Q = \{m, n\}

So,P×Q={(m,m),(m,n),(n,m),(n,n)}P \times Q = \{(m,m), (m,n), (n,m), (n,n)\}

The given statement says:P×Q={(m,n),(n,m)}P \times Q = \{(m,n), (n,m)\}

False

Correct statement:P×Q={(m,m),(m,n),(n,m),(n,n)}P \times Q = \{(m,m), (m,n), (n,m), (n,n)\}

(ii)

Statement:
If AA and BB are non-empty sets, then A×BA \times B is a non-empty set of ordered pairs (x,y)(x,y) such that xAx \in A and yBy \in B.

Since both sets are non-empty, at least one ordered pair can be formed.

True

(iii)

Given:A={1,2},B={3,4}A = \{1,2\}, \quad B = \{3,4\}

We know:B=B \cap \varnothing = \varnothing

So,A×(B)=A×A \times (B \cap \varnothing) = A \times \varnothing

Now,A×=A \times \varnothing = \varnothing

True

4.If A = {–1, 1}, find A × A × A.

Sol: Given:A={1,1}A = \{-1, 1\}

We need to find:A×A×AA \times A \times A

This means all ordered triples (a1,a2,a3)(a_1, a_2, a_3) where each element belongs to AA.

Since AA has 2 elements, the total number of ordered triples is:2×2×2=82 \times 2 \times 2 = 8

Now listing all possible triples:A×A×A={(1,1,1),(1,1,1),(1,1,1),(1,1,1),(1,1,1),(1,1,1),(1,1,1),(1,1,1)}A \times A \times A = \{ (-1,-1,-1), (-1,-1,1), (-1,1,-1), (-1,1,1), (1,-1,-1), (1,-1,1), (1,1,-1), (1,1,1) \}n(A×A×A)=8n(A \times A \times A) = 8

Thus, A×A×AA \times A \times A contains 8 ordered triples.

5.If A × B = {(a, x),(a , y), (b, x), (b, y)}. Find A and B.

Sol: Given:A×B={(a,x),(a,y),(b,x),(b,y)}A \times B = \{(a,x), (a,y), (b,x), (b,y)\}

In a Cartesian product A×BA \times B, the first elements of the ordered pairs come from set AA, and the second elements come from set BB.

From the given ordered pairs:

  • First components: a,ba, b
  • Second components: x,yx, y

Thus,A={a,b}A = \{a, b\}B={x,y}B = \{x, y\}

Since all possible combinations of a,ba, ba,b with x,yx, yx,y are present, this confirms the sets.A={a,b},B={x,y}\boxed{A = \{a, b\}, \quad B = \{x, y\}}

6.Let A = {1, 2}, B = {1, 2, 3, 4}, C = {5, 6} and D = {5, 6, 7, 8}. Verify that
(i) A × (B ∩ C) = (A × B) ∩ (A × C). (ii) A × C is a subset of B × D.

Sol:

Given:A={1,2},B={1,2,3,4},C={5,6},D={5,6,7,8}A = \{1,2\}, \quad B = \{1,2,3,4\}, \quad C = \{5,6\}, \quad D = \{5,6,7,8\}

(i) Verify A×(BC)=(A×B)(A×C)A \times (B \cap C) = (A \times B) \cap (A \times C)

First find:BCB \cap C

Since B={1,2,3,4}B = \{1,2,3,4\}} and C={5,6}C = \{5,6\}, there is no common element.BC=B \cap C = \varnothing

Now,A×(BC)=A×=A \times (B \cap C) = A \times \varnothing = \varnothing

Now find A×BA \times BA×B:A×B={(1,1),(1,2),(1,3),(1,4),(2,1),(2,2),(2,3),(2,4)}A \times B = \{(1,1),(1,2),(1,3),(1,4), (2,1),(2,2),(2,3),(2,4)\}

Find A×CA \times C:A×C={(1,5),(1,6),(2,5),(2,6)}A \times C = \{(1,5),(1,6),(2,5),(2,6)\}

Now take intersection:

There are no common ordered pairs between A×BA \times B and A×CA \times C.(A×B)(A×C)=(A \times B) \cap (A \times C) = \varnothing

Thus,A×(BC)=(A×B)(A×C)A \times (B \cap C) = (A \times B) \cap (A \times C)

Verified.

(ii) Verify A×CB×DA \times C \subseteq B \times D

First write B×DB \times D:B×D={(1,5),(1,6),(1,7),(1,8),(2,5),(2,6),(2,7),(2,8),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8)}B \times D = \{ (1,5),(1,6),(1,7),(1,8), (2,5),(2,6),(2,7),(2,8), (3,5),(3,6),(3,7),(3,8), (4,5),(4,6),(4,7),(4,8) \}

We already have:A×C={(1,5),(1,6),(2,5),(2,6)}A \times C = \{(1,5),(1,6),(2,5),(2,6)\}

Each ordered pair of A×CA \times C is present in B×DB \times D.

Therefore,A×CB×DA \times C \subseteq B \times D

Verified.

7. Let A = {1, 2} and B = {3, 4}. Write A × B. How many subsets will A × B have? List them.

Given:A={1,2},B={3,4}A = \{1,2\}, \quad B = \{3,4\}

(i) Find A×BA \times B

A×B={(1,3),(1,4),(2,3),(2,4)}A \times B = \{(1,3),(1,4),(2,3),(2,4)\}

Number of elements:n(A×B)=2×2=4n(A \times B) = 2 \times 2 = 4

(ii) Number of subsets of A×BA \times B

If a set has nnn elements, then number of subsets is:2n2^n2n

Here n=4n = 4Number of subsets=24=16\text{Number of subsets} = 2^4 = 16

(iii) List of all subsets

LetS=A×B={(1,3),(1,4),(2,3),(2,4)}S = A \times B = \{(1,3),(1,4),(2,3),(2,4)\}

Subsets:

  1. \varnothing
  2. {(1,3)}\{(1,3)\}{(1,3)}
  3. {(1,4)}\{(1,4)\}{(1,4)}
  4. {(2,3)}\{(2,3)\}{(2,3)}
  5. {(2,4)}\{(2,4)\}{(2,4)}
  6. {(1,3),(1,4)}\{(1,3),(1,4)\}{(1,3),(1,4)}
  7. {(1,3),(2,3)}\{(1,3),(2,3)\}{(1,3),(2,3)}
  8. {(1,3),(2,4)}\{(1,3),(2,4)\}{(1,3),(2,4)}
  9. {(1,4),(2,3)}\{(1,4),(2,3)\}{(1,4),(2,3)}
  10. {(1,4),(2,4)}\{(1,4),(2,4)\}{(1,4),(2,4)}
  11. {(2,3),(2,4)}\{(2,3),(2,4)\}{(2,3),(2,4)}
  12. {(1,3),(1,4),(2,3)}\{(1,3),(1,4),(2,3)\}{(1,3),(1,4),(2,3)}
  13. {(1,3),(1,4),(2,4)}\{(1,3),(1,4),(2,4)\}{(1,3),(1,4),(2,4)}
  14. {(1,3),(2,3),(2,4)}\{(1,3),(2,3),(2,4)\}{(1,3),(2,3),(2,4)}
  15. {(1,4),(2,3),(2,4)}\{(1,4),(2,3),(2,4)\}{(1,4),(2,3),(2,4)}
  16. {(1,3),(1,4),(2,3),(2,4)}\{(1,3),(1,4),(2,3),(2,4)\}{(1,3),(1,4),(2,3),(2,4)}

8.Let A and B be two sets such that n(A) = 3 and n(B) = 2. If (x, 1), (y, 2), (z, 1) are in A × B, find A and B, where x, y and z are distinct elements.

Given:n(A)=3,n(B)=2n(A) = 3, \quad n(B) = 2

Given elements in A×BA \times B:(x,1),(y,2),(z,1)(x,1), (y,2), (z,1)

Since first components belong to AAA and are distinct:A={x,y,z}A = \{x,y,z\}

Second components belong to BB:B={1,2}B = \{1,2\}

10.The Cartesian product A × A has 9 elements among which are found (–1, 0) and (0,1). Find the set A and the remaining elements o

Given:n(A×A)=9n(A \times A) = 9

We know:n(A×A)=(n(A))2n(A \times A) = (n(A))^2

So,(n(A))2=9(n(A))^2 = 9n(A)=3n(A) = 3

Given that (1,0)(-1,0)(−1,0) and (0,1)(0,1)(0,1) are in A×AA \times A,

So elements 1,0,1-1, 0, 1−1,0,1 must be in AA.

Thus,A={1,0,1}A = \{-1,0,1\}

Now find remaining elements of A×AA \times A

A×A={(1,1),(1,0),(1,1),(0,1),(0,0),(0,1),(1,1),(1,0),(1,1)}A \times A = \{ (-1,-1),(-1,0),(-1,1), (0,-1),(0,0),(0,1), (1,-1),(1,0),(1,1) \}

Given already:(1,0),(0,1)(-1,0), (0,1)

Remaining elements are:(1,1),(1,1),(0,1),(0,0),(1,1),(1,0),(1,1)(-1,-1),(-1,1), (0,-1),(0,0), (1,-1),(1,0),(1,1)

    EXERCISE 2.2

    Question 1

    LetA={1,2,3,,14}A = \{1,2,3,\dots,14\}

    Define a relation RRR from AAA to AAA byR={(x,y):3xy=0,  x,yA}.R = \{(x,y) : 3x – y = 0,\; x,y \in A\}.

    Write down its domain, codomain and range.

    Solution

    Given,3xy=03x – y = 0y=3xy = 3x

    Now xAx \in A and yyy must also belong to AA.

    Checking values:x=1y=3x=2y=6x=3y=9x=4y=12x=5y=15  (not in A)\begin{aligned} x=1 &\Rightarrow y=3 \\ x=2 &\Rightarrow y=6 \\ x=3 &\Rightarrow y=9 \\ x=4 &\Rightarrow y=12 \\ x=5 &\Rightarrow y=15 \; (\text{not in } A) \end{aligned}x=1x=2x=3x=4x=5​⇒y=3⇒y=6⇒y=9⇒y=12⇒y=15(not in A)​

    Thus,R={(1,3),(2,6),(3,9),(4,12)}R = \{(1,3),(2,6),(3,9),(4,12)\}

    Domain:{1,2,3,4}\{1,2,3,4\}

    Codomain:A={1,2,3,,14}A = \{1,2,3,\dots,14\}

    Range:{3,6,9,12}\{3,6,9,12\}

    Question 2

    Define a relation RR on the set N\mathbb{N} of natural numbers byR={(x,y):y=x+5,  x is a natural number less than 4;  x,yN}.R = \{(x,y) : y = x + 5,\; x \text{ is a natural number less than 4};\; x,y \in \mathbb{N}\}.

    Depict this relation using roster form. Write down the domain and the range.

    Solution

    Since x<4x < 4,x=1,2,3x = 1,2,3

    Now,x=1y=6x=2y=7x=3y=8\begin{aligned} x=1 &\Rightarrow y=6 \\ x=2 &\Rightarrow y=7 \\ x=3 &\Rightarrow y=8 \end{aligned}

    Roster form:R={(1,6),(2,7),(3,8)}R = \{(1,6),(2,7),(3,8)\}

    Domain:{1,2,3}\{1,2,3\}

    Range:{6,7,8}\{6,7,8\}

    Question 3

    LetA={1,2,3,5}andB={4,6,9}.A = \{1,2,3,5\} \quad \text{and} \quad B = \{4,6,9\}.

    Define a relation RR from AA to BB byR={(x,y):the difference between x and y is odd,  xA,  yB}.R = \{(x,y) : \text{the difference between } x \text{ and } y \text{ is odd},\; x \in A,\; y \in B\}.

    Write RR in roster form.

    Solution

    The difference between two numbers is odd if one is even and the other is odd.

    Elements:

    A → odd: 1,3,5 ; even: 2
    B → even: 4,6 ; odd: 9

    Form ordered pairs:

    Odd from A with even from B:(1,4),(1,6),(3,4),(3,6),(5,4),(5,6)(1,4),(1,6), (3,4),(3,6), (5,4),(5,6)

    Even from A with odd from B:(2,9)(2,9)

    Thus,R={(1,4),(1,6),(3,4),(3,6),(5,4),(5,6),(2,9)}R = \{(1,4),(1,6), (3,4),(3,6), (5,4),(5,6), (2,9)\}

    5.The Fig2.7 shows a relationship between the sets P and Q. Write this relation
    (i) in set-builder form (ii) roster form (iii) What is its domain and range?

      6.Let A = {1, 2, 3, 4, 6}. Let R be the relation on A defined by {(a, b): a , b ∈A, b is exactly divisible by a}.
      (i) Write R in roster form
      (ii) Find the domain of R
      (iii) Find the range of R.

      7.Determine the domain and range of the relation R defined by R = {(x, x + 5) : x ∈ {0, 1, 2, 3, 4, 5}}.

      8.Write the relation R = {(x, x3) : x is a prime number less than 10} in roster form.

      9.Let A = {x, y, z} and B = {1, 2}. Find the number of relations from A to B.

      10.Let R be the relation on Z defined by R = {(a,b): a, b ∈ Z, a – b is an integer}.
      Find the domain and range of R.

        EXERCISE 2.3

        1. Which of the following relations are functions? Give reasons. If it is a function, determine its domain and range.

        (i) {(2,1),(5,1),(8,1),(11,1),(14,1),(17,1)}\{(2,1), (5,1), (8,1), (11,1), (14,1), (17,1)\}

        Each first element has exactly one image.

        ✅ It is a function.

        Domain:{2,5,8,11,14,17}\{2,5,8,11,14,17\}

        Range:{1}\{1\}

        (ii) {(2,1),(4,2),(6,3),(8,4),(10,5),(12,6),(14,7)}\{(2,1), (4,2), (6,3), (8,4), (10,5), (12,6), (14,7)\}

        Each first element has exactly one image.

        ✅ It is a function.

        Domain:{2,4,6,8,10,12,14}\{2,4,6,8,10,12,14\}

        Range:{1,2,3,4,5,6,7}\{1,2,3,4,5,6,7\}

        (iii) {(1,3),(1,5),(2,5)}\{(1,3), (1,5), (2,5)\}

        The element 1 has two images (3 and 5).

        It is not a function.

        2. Find the domain and range of the following real functions.

        (i) f(x)=xf(x) = -x

        Domain:R\mathbb{R}

        Range:R\mathbb{R}

        (ii) f(x)=2f(x) = 2

        Domain:R\mathbb{R}

        Range:{2}\{2\}

        3. A function fff is defined by f(x)=2x−5f(x) = 2x – 5f(x)=2x−5. Write down the values of

        (i) f(0)f(0)

        f(0)=5f(0) = -5

        (ii) f(7)f(7)

        f(7)=9f(7) = 9

        (iii) f(3)f(-3)

        f(3)=11f(-3) = -11

        4. The function ttt which maps temperature in degree Celsius into degree Fahrenheit is defined by

        t(C)=95C+32t(C) = \frac{9}{5}C + 32

        (i) t(0)t(0)

        3232

        (ii) t(28)t(28)

        82.482.4

        (iii) t(10)t(-10)

        1414

        (iv) Find CC when t(C)=212t(C) = 212

        C=100C = 100

        5. Find the range of each of the following functions.

        (i) f(x)=23x,  xR,  x>0f(x) = 2 – 3x, \; x \in \mathbb{R}, \; x > 0

        Range:(,2)(-\infty, 2)

        (ii) f(x)=x2+2f(x) = x^2 + 2

        Range:[2,)[2, \infty)

        (iii) f(x)=xf(x) = x

        Range:R\mathbb{R}

        For the official Class 11 Physics Solutions, you can visit:

        1. NCERT Textbooks

        ncert resources

        Class-wise Solutions

        Class 12:

        Class 12 Physics – NCERT Solutions

        Class 12 Chemistry – NCERT Solutions

        Class 11:

        Class 10: