Relations and Functions Miscellaneous Exercise NCERT Solutions Class 11 Math Chapter-2 PDF Free Download

โญโญโญโญโญ (5/5 from 46982 reviews)

NCERT Question 1: The relation $f$ is defined as:
$$
f(x) =
\begin{cases}
x^2, & 0 \le x \le 3 \ \\
3x, & 3 \le x \le 10
\end{cases}
$$
and the relation $g$ is defined as:
$$
g(x) =
\begin{cases}
x^2, & 0 \le x \le 2 \ \\
3x, & 2 \le x \le 10
\end{cases}
$$
Show that $f$ is a function and $g$ is not a function

Solution :
Given
The relation $f$ is defined as:
$$
f(x) =
\begin{cases}
x^2, & 0 \le x \le 3 \ \\
3x, & 3 \le x \le 10
\end{cases}
$$

The relation $g$ is defined as:
$$
g(x) =
\begin{cases}
x^2, & 0 \le x \le 2 \ \\
3x, & 2 \le x \le 10
\end{cases}
$$

For function $f(x)$

For the first condition $(0 \le x < 3)$ :
$$f(x) = x^2$$

For the second condition $(3 < x \le 10)$ :
$$f(x) = 3x$$

Now check at $(x = 3)$ :

  • From $(x^2)$:
    $$f(3) = 3^2 = 9$$
  • From $(3x)$ :
    $$f(3) = 3 \cdot 3 = 9$$

โœ… Both conditions give the same image when $(x = 3)$.

So, for every value of $x$ in the domain $(0 \le x \le 10)$, the image of $f(x)$ is unique.

Since every point of the domain has one and only one image under $f$, this relation is a function. Thus, $f$ is a function.

For function $g(x)$

For the first condition $(0 \le x < 2)$ :
$$g(x) = x^2$$

For the second condition $(2 < x \le 10)$ :
$$g(x) = 3x$$

Now check at $(x = 2)$ :

  • From $(x^2)$ :
    $$g(2) = 2^2 = 4$$
  • From $(3x)$ :
    $$g(2) = 3 \cdot 2 = 6$$

โŒ For (x = 2), the element corresponds to two different images (4) and (6).

Therefore, $g$ is not a function.

Master Class 11 Relations and Functions with step-by-step NCERT Solutions by Anand Classes โ€” best for CBSE and competitive exam preparation.


NCERT Question 2 : If $f(x) = x^2$, find
$$
\frac{f(1.1) – f(1)}{1.1 – 1}
$$

Solution :
Given:
$$
f(x) = x^2
$$

We find the value of :

$$\frac{f(1.1) – f(1)}{1.1 – 1}$$

Substituting the values:

$$\frac{f(1.1) – f(1)}{1.1 – 1}=\frac{(1.1)^2 – (1)^2}{1.1 – 1}$$

$$
\frac{f(1.1) – f(1)}{1.1 – 1}= \frac{1.21 – 1}{0.1}
$$

$$
\frac{f(1.1) – f(1)}{1.1 – 1}= \frac{0.21}{0.1} = 2.1
$$

Get free NCERT Solutions for Class 11 Maths Chapter 2 (Relations and Functions) by Anand Classes โ€” ideal for CBSE & JEE preparation.


NCERT Question 3 : Find the domain of the function
$$
f(x) = \frac{x^2 + 2x + 1}{x^2 – 8x + 12}
$$

Solution :
Given:
$$
f(x) = \frac{x^2 + 2x + 1}{x^2 – 8x + 12}
$$

Factorizing:

$$
x^2 + 2x + 1 = (x+1)^2
$$

$$
x^2 – 8x + 12 = (x-6)(x-2)
$$

So,
$$
f(x) = \frac{(x+1)^2}{(x-6)(x-2)}
$$

The function is undefined when the denominator is zero:

$$
(x – 6)(x – 2) = 0
$$

So,
$$
x = 6, x = 2
$$

โœ… Domain of $f$

All real numbers except $x = 2$ and $x = 6$:

$$
\text{Domain} = \mathbb{R} – \{2, 6\}
$$

Download complete Class 11 Maths Relations & Functions notes and solutions by Anand Classes โ€” perfect for CBSE & JEE preparation.


NCERT Question 4 : Find the domain and range of the real function
$$
f(x) = \sqrt{x – 1}
$$

Solution :
Given the real function:
$$
f(x) = \sqrt{x – 1}
$$

For the square root to be defined,
$$
x – 1 \ge 0 \Rightarrow x \ge 1
$$

โœ… Therefore, the domain of $f$ is:
$$
\text{Domain} = [1, \infty)
$$

Now,
if $x \ge 1$ then:
$$
x – 1 \ge 0 \Rightarrow \sqrt{x – 1} \ge 0
$$

โœ… Therefore, the range of $f$ is:
$$
\text{Range} = [0, \infty)
$$

Download complete Class 11 Relations & Functions chapter notes and solutions by Anand Classes โ€” ideal for CBSE and JEE aspirants.


NCERT Question 5 : Find the domain and the range of the real function
$$
f(x) = |x – 1|
$$

Solution :
Given:
$$
f(x) = |x – 1|
$$

The absolute value function is defined for all real numbers.

โœ… So, the domain is:
$$
\text{Domain} = \mathbb{R}
$$

Also, $|x – 1| \ge 0$ for every real value of $x$, so the output is always non-negative.

โœ… Therefore, the range is:
$$
\text{Range} = [0, \infty)
$$

Download Class 11 Maths NCERT Relations & Functions study notes and solutions by Anand Classes โ€” helpful for CBSE and competitive exam preparation.


NCERT Question 6 : Let
$$
f = \{(x,\frac{x^2}{1+x^2}): x \in \mathbb{R}\}
$$
be a function from $\mathbb{R}$ into $\mathbb{R}$. Determine the range of $f$.

Solution :
Given function:
$$
f(x) = \frac{x^2}{1 + x^2}
$$

Since $x \in \mathbb{R}$, we know:
$$
x^2 \ge 0
$$
Thus,
$$
1 + x^2 > x^2
\quad \Rightarrow \quad
\frac{x^2}{1 + x^2} < 1
$$

Also, numerator $x^2 \ge 0$ implies:
$$
\frac{x^2}{1 + x^2} \ge 0
$$

Therefore:
$$
0 \le \frac{x^2}{1 + x^2} < 1
$$

โœ… So, the range of $f$ is:
$$
[0, 1)
$$

Download Class 11 Functions and Relations notes and NCERT Solutions PDF Free by Anand Classes. Best for CBSE and JEE preparation.


NCERT Question 7 : Let $f, g: \mathbb{R} \to \mathbb{R}$ be defined respectively by
$$
f(x) = x + 1, \quad g(x) = 2x – 3
$$
Find $f + g$, $f – g$, and $\dfrac{f}{g}$.

Solution :
Given:
$$
f(x) = x + 1, \quad g(x) = 2x – 3
$$

โœ… Sum of two functions

$$
(f+g)(x) = f(x) + g(x)
$$
$$
(f+g)(x) = (x+1) + (2x – 3) = 3x – 2
$$

โœ… Difference of two functions

$$
(f-g)(x) = f(x) – g(x)
$$
$$
(f-g)(x) = (x+1) – (2x – 3) = -x + 4
$$

โœ… Division of two functions

Defined only when $g(x) \ne 0$:
$$
\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)} = \frac{x+1}{2x-3}
$$
Since $2x – 3 \ne 0$:
$$
x \ne \frac{3}{2}
$$

Final Answers

$$
(f+g)(x) = 3x – 2
$$
$$
(f-g)(x) = -x + 4
$$
$$
\left(\frac{f}{g}\right)(x) = \frac{x+1}{2x-3}, \quad x \ne \frac{3}{2}
$$

Download NCERT Relations and Functions Class 11 Solutions PDF by Anand Classes โ€” ideal for CBSE and competitive exam preparation.


NCERT Question 8 : Let
$$
f = {(1,1), (2,3), (0,-1), (-1,-3)}
$$
be a function from $\mathbb{Z}$ to $\mathbb{Z}$ defined by
$$
f(x) = ax + b
$$
for some integers $a, b$. Determine $a$ and $b$.

Solution :
Given:
$$
f(x) = ax + b
$$

Using the ordered pair $(1,1)$:
$$
f(1) = 1 \Rightarrow a(1) + b = 1
$$

$$
a + b = 1 \quad \text{(i)}
$$

Using the ordered pair $(0,-1)$:
$$
f(0) = -1 \Rightarrow a(0) + b = -1
$$

$$
b = -1
$$

Substitute $b = -1$ in equation (i):
$$
a + (-1) = 1
$$
$$
a = 2
$$

โœ… Final Answer

$$
a = 2, \quad b = -1
$$

Thus,
$$
f(x) = 2x – 1
$$

Download Class 11 NCERT Maths (Relations & Functions) Solutions by Anand Classes โ€” helpful for CBSE board exams and competitive exam preparation.


NCERT Question 9 : Let $R$ be a relation from $\mathbb{N}$ to $\mathbb{N}$ defined by
$$R = \{(a, b) : a, b \in \mathbb{N} \text{ and } a = b^2\}.$$
Are the following true?
(i) $(a,a) \in R$, for all $a \in \mathbb{N}$
(ii) $(a,b) \in R \Rightarrow (b,a) \in R$
(iii) $(a,b) \in R$ and $(b,c) \in R \Rightarrow (a,c) \in R$
Justify your answer in each case.

Solution:
Given:
$$R = {(a, b) : a = b^2, \ a, b \in \mathbb{N}}$$

(i)
Check if $(a, a) \in R$ for all $a \in \mathbb{N}$.

For $(a, a) \in R$, it must satisfy
$$a = a^2$$
which is not true for all $a \in \mathbb{N}$.
Example: $a = 2$
$$2 \neq 2^2 = 4$$

Hence, the statement is not true.

(ii)
Check if $(a, b) \in R \Rightarrow (b, a) \in R$.

Example: $(9, 3) \in R$ because
$$9 = 3^2$$
But we check $(3, 9)$:
$$3 \neq 9^2 = 81$$
So $(3, 9) \notin R$.

Hence, the statement is not true.

(iii)
Check if $(a, b) \in R$ and $(b, c) \in R \Rightarrow (a, c) \in R$.

Example:
$$(16, 4) \in R \quad \text{because } 16 = 4^2$$

$$(4, 2) \in R \quad \text{because } 4 = 2^2$$

Now check $(16, 2)$:
$$16 \neq 2^2 = 4$$

So $(16, 2) \notin R$.

Hence, the statement is not true.

โœ… Final Conclusion:
All three statements (i), (ii), and (iii) are false for the given relation.

Enhance your mathematical skills with high-quality notes by Anand Classes โ€” perfect for competitive exams like JEE, NDA, CUET, and CBSE board preparation.


NCERT Question 10 : Let
$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.

Solution:
Given:
$$A = \{1, 2, 3, 4\}, \quad B = \{1, 5, 9, 11, 15, 16\}$$

and
$$f = \{(1, 5), (2, 9), (3, 1), (4, 5), (2, 11)\}$$

(i)
A relation from $A$ to $B$ is any subset of $A \times B$.

All ordered pairs in $f$ have their first element from $A$ and second element from $B$.

Thus,
$$f \subseteq A \times B$$
Hence, $f$ is a relation from $A$ to $B$.

โœ… True

(ii)
A function from $A$ to $B$ must assign each element of $A$ to exactly one element of $B$.

But in $f$,
$$2 \to 9 \quad \text{and} \quad 2 \to 11$$
The element $2 \in A$ has two different images, which violates the definition of function.

Hence, $f$ is not a function from $A$ to $B$.

โŒ False

Strengthen your understanding of functions and relations with well-structured learning content from Anand Classes, ideal for JEE, CUET, NDA, and CBSE preparation.


NCERT Question 11 : Let $f$ be the subset of $\mathbb{Z} \times \mathbb{Z}$ defined by
$$f = \{(ab, a + b) : a, b \in \mathbb{Z}\}.$$
Is $f$ a function from $\mathbb{Z}$ to $\mathbb{Z}$? Justify your answer.

Solution:
Given:
$$f = \{(ab, a + b) : a, b \in \mathbb{Z}\}.$$

A relation $f$ from a set $A$ to a set $B$ is a function only if every element of $A$ has a unique image in $B$.

Take $a = 2, b = 6$ and $a = -2, b = -6$:

  • For $(2, 6)$:
    $$ab = 2 \cdot 6 = 12,\quad a + b = 2 + 6 = 8$$
    So $(12, 8) \in f$.
  • For $(-2, -6)$:
    $$ab = (-2) \cdot (-6) = 12,\quad a + b = -2 + (-6) = -8$$
    So $(12, -8) \in f$.

Thus, the same first component $12$ has two different second components $8$ and $-8$.

Therefore, each input does not have a unique output.

Hence, $f$ is not a function from $\mathbb{Z}$ to $\mathbb{Z}$.

Continue learning with high-quality math notes and problem solutions โ€” perfect for CBSE and competitive exams โ€” available at Anand Classes.


NCERT Question 12 : Let $A = \{9, 10, 11, 12, 13\}$ and let $f: A \to \mathbb{N}$ be defined by
$$f(n) = \text{the highest prime factor of } n.$$

Solution:
Given: $A = \{9, 10, 11, 12, 13\}$
Function: $f(n) =$ highest prime factor of $n$

  • So, Prime factor of 9 = 3
  • Prime factors of 10 = 2, 5
  • Prime factor of 11 = 11
  • Prime factors of 12 = 2, 3
  • Prime factor of 13 = 13

Hence, it can be expressed as:
Here, 

  • f(9) means the highest prime factor of 9 = 3
  • f(10) means the highest prime factor of 10 = 5
  • f(11) means the highest prime factor of 11 = 11
  • f(12) means the highest prime factor of 12 = 3
  • f(13) means the highest prime factor of 13 = 13

Now checking each element:

  • $9 = 3 \cdot 3 \Rightarrow f(9) = 3$
  • $10 = 2 \cdot 5 \Rightarrow f(10) = 5$
  • $11$ is a prime number $\Rightarrow f(11) = 11$
  • $12 = 2^2 \cdot 3 \Rightarrow f(12) = 3$
  • $13$ is a prime number $\Rightarrow f(13) = 13$

Thus,
$$\text{Range}(f) = \{3, 5, 11, 13\}.$$

Strengthen your understanding with more solved examples โ€” ideal for CBSE and competitive exams โ€” exclusively from Anand Classes!


Summary

Chapter 2 of the NCERT textbook covers the fundamental concepts of Relations and Functions. A relation is a collection of ordered pairs derived from two sets, where the first element belongs to one set and the second to another. A function is a special type of relation that associates each element in the domain with exactly one element in the codomain. This chapter’s miscellaneous exercise helps solidify these concepts by applying them to various problems, including finding domains and ranges, determining whether a given relation is a function, and working with composite functions.

โฌ…๏ธ Exercise 2.3 NCERT Solutions NCERT Solutions Exercise 2.2 โžก๏ธ

๐Ÿ“š Buy Study Material & Join Our Coaching

For premium study materials specially designed for JEE, NEET, NDA, CDS, AFCAT, SSC Exams, visit our official study material portal:
๐Ÿ‘‰ https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.in/

For NDA Notes : Visit https://nda.anandclasses.in/

For SSC Notes : Visit https://ssc.anandclasses.in/

For CDS, AFCAT Notes : Visit https://cds-afcat.anandclasses.in/

To enroll in our offline or online coaching programs, visit our coaching center website:
๐Ÿ‘‰ https://anandclasses.co.in/

๐Ÿ“ž Call us directly at: +91-94631-38669

๐Ÿ’ฌ WhatsApp Us Instantly

Need quick assistance or want to inquire about classes and materials?

๐Ÿ“ฒ Click below to chat instantly on WhatsApp:
๐Ÿ‘‰ Chat on WhatsApp

๐ŸŽฅ Watch Video Lectures

Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel:
๐Ÿ‘‰ Neeraj Anand Classes โ€“ YouTube Channel

RELATED TOPICS