CBSE · NCERT · Class 11 Maths · Chapter 2

NCERT Solutions: Class 11 Maths Chapter 2 - Relations and Functions

36 textbook Q&A36 verifiedFree Content

Chapter-wise NCERT intext questions and exercise answers for Relations and Functions, grounded in the official textbook.

Questions are taken verbatim from the NCERT textbook; answers were grounded against the chapter's content during generation. Items needing review are marked.
Sections in this chapter
Exercise 2.1 10Exercise 2.2 9Exercise 2.3 5Miscellaneous Exercise on Chapter 2 12
Your Progress - Chapter 20% complete
1Exercise 2.110 questions
Q.1If $\left(\dfrac{x}{3}+1, y-\dfrac{2}{3}\right)=\left(\dfrac{5}{3},\dfrac{1}{3}\right)$, find the values of $x$ and $y$.v
Solution

Equal ordered pairs have equal corresponding components. Thus $\dfrac{x}{3}+1=\dfrac{5}{3}$, so $\dfrac{x}{3}=\dfrac{2}{3}$ and $x=2$. Also $y-\dfrac{2}{3}=\dfrac{1}{3}$, so $y=1$.

Answer:

$x=2$ and $y=1$.

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

$B$ has 3 elements. Therefore $n(A\times B)=n(A)n(B)=3\times3=9$.

Answer:

$n(A\times B)=9$.

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

In $G\times H$, the first component is chosen from $G$ and the second from $H$. In $H\times G$, the order is reversed.

Answer:

$G\times H=\{(7,5),(7,4),(7,2),(8,5),(8,4),(8,2)\}$.
$H\times G=\{(5,7),(5,8),(4,7),(4,8),(2,7),(2,8)\}$.

Q.4State 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 ∩ φ) = φ.v
Solution

(i) Since $P=\{m,n\}$ and $Q=\{n,m\}$, each element of $P$ pairs with each element of $Q$, giving four ordered pairs. (ii) This is the definition of Cartesian product for non-empty sets. (iii) Since $B\cap\phi=\phi$, $A\times(B\cap\phi)=A\times\phi=\phi$.

Answer:

(i) false; the correct statement is $P\times Q=\{(m,n),(m,m),(n,n),(n,m)\}$. (ii) true. (iii) true.

Q.5If A = {–1, 1}, find A × A × A.v
Solution

Each coordinate can be either $-1$ or $1$, so there are $2^3=8$ ordered triples.

Answer:

$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)\}$.

Q.6If A × B = {(a, x),(a , y), (b, x), (b, y)}. Find A and B.v
Solution

The first components of the ordered pairs form $A$, and the second components form $B$.

Answer:

$A=\{a,b\}$ and $B=\{x,y\}$.

Q.7Let 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.v
Solution

Here $B\cap C=\phi$, so $A\times(B\cap C)=A\times\phi=\phi$. Also $A\times B$ has second coordinates in $B$, while $A\times C$ has second coordinates in $C$; since $B\cap C=\phi$, their intersection is $\phi$. For (ii), every first coordinate in $A=\{1,2\}$ lies in $B$, and every second coordinate in $C=\{5,6\}$ lies in $D$. Hence every ordered pair of $A\times C$ is in $B\times D$.

Answer:

(i) Verified: both sides are $\phi$. (ii) Verified: $A\times C\subset B\times D$.

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

$A\times B$ has 4 elements because $n(A)n(B)=2\times2=4$. A set with 4 elements has $2^4=16$ subsets, listed by choosing no elements, one element, two elements, three elements and all four elements.

Answer:

$A\times B=\{(1,3),(1,4),(2,3),(2,4)\}$. It has $2^4=16$ subsets: $\phi$, $\{(1,3)\}$, $\{(1,4)\}$, $\{(2,3)\}$, $\{(2,4)\}$, $\{(1,3),(1,4)\}$, $\{(1,3),(2,3)\}$, $\{(1,3),(2,4)\}$, $\{(1,4),(2,3)\}$, $\{(1,4),(2,4)\}$, $\{(2,3),(2,4)\}$, $\{(1,3),(1,4),(2,3)\}$, $\{(1,3),(1,4),(2,4)\}$, $\{(1,3),(2,3),(2,4)\}$, $\{(1,4),(2,3),(2,4)\}$, $A\times B$.

Q.9Let 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.v
Solution

The first coordinates $x,y,z$ must belong to $A$, and they are distinct. Since $n(A)=3$, these are all elements of $A$. The second coordinates 1 and 2 must belong to $B$, and since $n(B)=2$, these are all elements of $B$.

Answer:

$A=\{x,y,z\}$ and $B=\{1,2\}$.

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

Since $n(A\times A)=9$, $n(A)^2=9$ and $n(A)=3$. The pairs $(-1,0)$ and $(0,1)$ show that $-1,0,1\in A$. Hence $A=\{-1,0,1\}$. Listing all $3\times3$ ordered pairs and removing the two given pairs gives the remaining seven pairs.

Answer:

$A=\{-1,0,1\}$. The remaining elements of $A\times A$ are $(-1,-1)$, $(-1,1)$, $(0,-1)$, $(0,0)$, $(1,-1)$, $(1,0)$ and $(1,1)$.

2Exercise 2.29 questions
Q.1Let A = {1, 2, 3,...,14}. Define a relation R from A to A by R = {(x, y) : 3x – y = 0, where x, y ∈ A}. Write down its domain, codomain and range.v
Solution

The condition $3x-y=0$ gives $y=3x$. With $x,y\in A=\{1,2,\ldots,14\}$, the possible values are $x=1,2,3,4$, giving $y=3,6,9,12$.

Answer:

$R=\{(1,3),(2,6),(3,9),(4,12)\}$. Domain $=\{1,2,3,4\}$, codomain $=A$, and range $=\{3,6,9,12\}$.

Q.2Define a relation R on the set N of natural numbers by R = {(x, y) : y = x + 5, x is a natural number less than 4; x, y ∈N}. Depict this relationship using roster form. Write down the domain and the range.v
Solution

The natural numbers less than 4 are $1,2,3$. For these, $y=x+5$ gives $6,7,8$ respectively.

Answer:

$R=\{(1,6),(2,7),(3,8)\}$. Domain $=\{1,2,3\}$ and range $=\{6,7,8\}$.

Q.3A = {1, 2, 3, 5} and B = {4, 6, 9}. Define a relation R from A to B by R = {(x, y): the difference between x and y is odd; x ∈ A, y ∈ B}. Write R in roster form.v
Solution

The difference between two integers is odd exactly when one is odd and the other is even. In $A$, $1,3,5$ are odd and pair with $4,6$ from $B$; $2$ is even and pairs with $9$ from $B$.

Answer:

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

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

From Fig. 2.7, the arrows are $5\to3$, $6\to4$ and $7\to5$. These pairs satisfy $y=x-2$.

Answer:

(i) $R=\{(x,y):y=x-2,\ x\in P,\ y\in Q\}$, where $P=\{5,6,7\}$ and $Q=\{3,4,5\}$.
(ii) $R=\{(5,3),(6,4),(7,5)\}$.
Domain $=\{5,6,7\}$ and range $=\{3,4,5\}$.

Q.5Let 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.v
Solution

The condition says that $a$ divides $b$. For $a=1$, every element of $A$ is possible. For $a=2$, $b=2,4,6$. For $a=3$, $b=3,6$. For $a=4$, $b=4$. For $a=6$, $b=6$.

Answer:

(i) $R=\{(1,1),(1,2),(1,3),(1,4),(1,6),(2,2),(2,4),(2,6),(3,3),(3,6),(4,4),(6,6)\}$.
(ii) Domain $=\{1,2,3,4,6\}$.
(iii) Range $=\{1,2,3,4,6\}$.

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

The first coordinates are the given values of $x$. The second coordinates are $x+5$, giving $5,6,7,8,9,10$.

Answer:

Domain $=\{0,1,2,3,4,5\}$ and range $=\{5,6,7,8,9,10\}$.

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

The prime numbers less than 10 are $2,3,5,7$. Cubing them gives $8,27,125,343$.

Answer:

$R=\{(2,8),(3,27),(5,125),(7,343)\}$.

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

$n(A\times B)=3\times2=6$. A relation from $A$ to $B$ is any subset of $A\times B$, so the number of relations is $2^6=64$.

Answer:

There are $64$ relations from $A$ to $B$.

Q.9Let 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.v
Solution

For any integers $a$ and $b$, $a-b$ is an integer. Hence $R=Z\times Z$, so every integer appears as a first coordinate and every integer appears as a second coordinate.

Answer:

Domain $=Z$ and range $=Z$.

3Exercise 2.35 questions
Q.1Which 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)} (ii) {(2,1), (4,2), (6,3), (8,4), (10,5), (12,6), (14,7)} (iii) {(1,3), (1,5), (2,5)}.v
Solution

A relation is a function when no first element has more than one image and every domain element has exactly one image. In (i) and (ii), each first coordinate occurs only once. In (iii), the first coordinate 1 is associated with both 3 and 5, so it is not a function.

Answer:

(i) Function; domain $=\{2,5,8,11,14,17\}$, range $=\{1\}$. (ii) Function; domain $=\{2,4,6,8,10,12,14\}$, range $=\{1,2,3,4,5,6,7\}$. (iii) Not a function.

Q.2Find the domain and range of the following real functions: (i) $f(x)=-|x|$ (ii) $f(x)=\sqrt{9-x^2}$.v
Solution

(i) $|x|$ is defined for every real $x$, and $-|x|\le0$ with maximum 0. (ii) For the square root to be real, $9-x^2\ge0$, so $-3\le x\le3$. The value of $\sqrt{9-x^2}$ is least 0 and greatest 3.

Answer:

(i) Domain $=R$, range $=(-\infty,0]$.
(ii) Domain $=[-3,3]$, range $=[0,3]$.

Q.3A function f is defined by f(x) = 2x –5. Write down the values of (i) f (0), (ii) f (7), (iii) f (–3).v
Solution

Substitute into $f(x)=2x-5$: $f(0)=0-5=-5$, $f(7)=14-5=9$, and $f(-3)=-6-5=-11$.

Answer:

(i) $f(0)=-5$ (ii) $f(7)=9$ (iii) $f(-3)=-11$.

Q.4The function ‘t’ which maps temperature in degree Celsius into temperature in degree Fahrenheit is defined by $t(C)=\dfrac{9C}{5}+32$. Find (i) t(0) (ii) t(28) (iii) t(–10) (iv) The value of C, when t(C) = 212.v
Solution

$t(0)=32$. $t(28)=\dfrac{9\times28}{5}+32=50.4+32=82.4$. $t(-10)=\dfrac{-90}{5}+32=-18+32=14$. If $t(C)=212$, then $\dfrac{9C}{5}+32=212$, so $\dfrac{9C}{5}=180$ and $C=100$.

Answer:

(i) $t(0)=32$ (ii) $t(28)=82.4$ (iii) $t(-10)=14$ (iv) $C=100$.

Q.5Find the range of each of the following functions. (i) f (x) = 2 – 3x, x ∈ R, x > 0. (ii) f (x) = x2 + 2, x is a real number. (iii) f (x) = x, x is a real number.v
Solution

(i) If $x\gt0$, then $3x\gt0$, so $2-3x\lt2$, and values can decrease without bound. (ii) Since $x^2\ge0$, $x^2+2\ge2$, with equality at $x=0$. (iii) The identity function takes every real value.

Answer:

(i) $(-\infty,2)$ (ii) $[2,\infty)$ (iii) $R$.

4Miscellaneous Exercise on Chapter 212 questions
Q.1The relation f is defined by $f(x)=\begin{cases}x^2, 0\le x\le3\\3x, 3\le x\le10\end{cases}$ The relation g is defined by $g(x)=\begin{cases}x^2, 0\le x\le2\\3x, 2\le x\le10\end{cases}$ Show that f is a function and g is not a function.v
Solution

For $f$, the only overlap of the intervals is at $x=3$. Both rules give the same value there: $3^2=9$ and $3\times3=9$. Hence each input has exactly one image. For $g$, the overlap is at $x=2$. The first rule gives $2^2=4$, while the second gives $3\times2=6$. The same input has two images, so $g$ is not a function.

Answer:

$f$ is a function, but $g$ is not a function.

Q.2If f (x) = x2, find $\dfrac{f(1.1)-f(1)}{(1.1-1)}$.v
Solution

$f(1.1)=(1.1)^2=1.21$ and $f(1)=1$. Therefore $\dfrac{f(1.1)-f(1)}{1.1-1}=\dfrac{1.21-1}{0.1}=\dfrac{0.21}{0.1}=2.1$.

Answer:

$\dfrac{f(1.1)-f(1)}{1.1-1}=2.1$.

Q.3Find the domain of the function $f(x)=\dfrac{x^2+2x+1}{x^2-8x+12}$.v
Solution

The denominator must not be zero. Since $x^2-8x+12=(x-2)(x-6)$, the function is undefined at $x=2$ and $x=6$. Hence the domain is all real numbers except 2 and 6.

Answer:

Domain $=R-\{2,6\}$.

Q.4Find the domain and the range of the real function f defined by $f(x)=\sqrt{x-1}$.v
Solution

For the square root to be real, $x-1\ge0$, so $x\ge1$. Also $\sqrt{x-1}$ is always non-negative and can take every non-negative real value.

Answer:

Domain $=[1,\infty)$ and range $=[0,\infty)$.

Q.5Find the domain and the range of the real function f defined by $f(x)=|x-1|$.v
Solution

The modulus expression $|x-1|$ is defined for every real $x$. Its value is never negative, and it equals 0 at $x=1$, so the range is $[0,\infty)$.

Answer:

Domain $=R$ and range $=[0,\infty)$.

Q.6Let $f=\left\{\left(x,\dfrac{x^2}{1+x^2}\right):x\in R\right\}$ be a function from R into R. Determine the range of f.v
Solution

For every real $x$, $x^2\ge0$, so $\dfrac{x^2}{1+x^2}\ge0$. Also $1+x^2>x^2$, so $\dfrac{x^2}{1+x^2}\lt1$. The value 0 occurs at $x=0$. Values get arbitrarily close to 1 as $|x|$ becomes large, but never equal 1. Hence the range is $[0,1)$.

Answer:

Range $=[0,1)$.

Q.7Let f, g : R→R be defined, respectively by f(x) = x + 1, g(x) = 2x – 3. Find f + g, f – g and $\dfrac{f}{g}$.v
Solution

Add and subtract the function values: $(f+g)(x)=(x+1)+(2x-3)=3x-2$ and $(f-g)(x)=(x+1)-(2x-3)=4-x$. For the quotient, divide $f(x)$ by $g(x)$ and exclude values where $g(x)=0$, i.e. $2x-3=0$.

Answer:

$(f+g)(x)=3x-2$, $(f-g)(x)=4-x$, and $\left(\dfrac{f}{g}\right)(x)=\dfrac{x+1}{2x-3}$, where $x\ne\dfrac{3}{2}$ for the quotient.

Q.8Let f = {(1,1), (2,3), (0,–1), (–1, –3)} be a function from Z to Z defined by f(x) = ax + b, for some integers a, b. Determine a, b.v
Solution

Since $(0,-1)\in f$, $f(0)=b=-1$. Since $(1,1)\in f$, $f(1)=a+b=1$. Substituting $b=-1$ gives $a-1=1$, so $a=2$.

Answer:

$a=2$ and $b=-1$.

Q.9Let R be a relation from N to N defined by R = {(a, b) : a, b ∈N and a = b2}. Are the following true? (i) (a,a) ∈ R, for all a ∈ N (ii) (a,b) ∈ R, implies (b,a) ∈ R (iii) (a,b) ∈ R, (b,c) ∈ R implies (a,c) ∈ R. Justify your answer in each case.v
Solution

(i) $(a,a)\in R$ would require $a=a^2$, which is not true for all natural numbers; for example $a=2$ fails. (ii) $(4,2)\in R$ because $4=2^2$, but $(2,4)\notin R$ because $2\ne4^2$. (iii) $(16,4)\in R$ and $(4,2)\in R$, but $(16,2)\notin R$ would require $16=2^2$, which is false.

Answer:

(i) false (ii) false (iii) false.

Q.10Let A ={1,2,3,4}, B = {1,5,9,11,15,16} and f = {(1,5), (2,9), (3,1), (4,5), (2,11)} Are the following true? (i) f is a relation from A to B (ii) f is a function from A to B. Justify your answer in each case.v
Solution

(i) Every ordered pair in $f$ has first coordinate in $A$ and second coordinate in $B$, so $f\subset A\times B$ and is a relation from $A$ to $B$. (ii) It is not a function because the element 2 has two images, 9 and 11.

Answer:

(i) true. (ii) false.

Q.11Let f be the subset of Z × Z defined by f = {(ab, a + b) : a, b ∈ Z}. Is f a function from Z to Z? Justify your answer.v
Solution

The same first coordinate can have different second coordinates. For example, with $a=0,b=0$, we get $(ab,a+b)=(0,0)$. With $a=0,b=1$, we get $(0,1)$. Thus 0 has two images, 0 and 1, so $f$ is not a function.

Answer:

No, $f$ is not a function from $Z$ to $Z$.

Q.12Let A = {9,10,11,12,13} and let f : A→N be defined by f (n) = the highest prime factor of n. Find the range of f.v
Solution

The highest prime factors are: $9\mapsto3$, $10\mapsto5$, $11\mapsto11$, $12\mapsto3$ and $13\mapsto13$. Hence the set of images is $\{3,5,11,13\}$.

Answer:

Range of $f$ is $\{3,5,11,13\}$.