Careers360 Logo
NCERT Solutions for Miscellaneous Exercise Chapter 2 Class 11 - Relations and Functions

NCERT Solutions for Miscellaneous Exercise Chapter 2 Class 11 - Relations and Functions

Edited By Komal Miglani | Updated on May 05, 2025 04:28 PM IST

Matching students to their roll numbers, assigning books to subjects, or connecting people to their phone numbers; these are all examples of relations! In mathematics, a relation shows how elements from one set are connected to elements of another. When each input has exactly one output, it becomes a special relation called a function. In the miscellaneous exercise, you will apply everything you have learned about relations, functions, domain, range, types of functions etc.

This Story also Contains
  1. Class 11 Maths Chapter 1 Relations and Functions Miscellaneous Exercise Solutions - Download PDF
  2. NCERT Solutions Class 11 Maths Chapter 2: Miscellaneous Exercise
  3. Topics covered in Chapter 2 Relations and Functions Miscellaneous Exercise
  4. NCERT Solutions of Class 11 Subject Wise
  5. Subject-Wise NCERT Exemplar Solutions

The NCERT Solutions for Chapter 2 Miscellaneous Exercise are designed to help you understand these concepts with step-wise calculations and detailed explanations. These solutions help you master the questions given in the NCERT and will help you increase your speed. Follow the NCERT solutions page to know more!

Background wave


Class 11 Maths Chapter 1 Relations and Functions Miscellaneous Exercise Solutions - Download PDF

Download PDF


NCERT Solutions Class 11 Maths Chapter 2: Miscellaneous Exercise

Question 1: The relation f is defined by f(x)={x20x33x3x10 The relation g is defined by g(x)={x20x23x2x10 Show that f is a function and g is not a function.

Answer:

It is given that
f(x)={x20x33x3x10
Now,
f(x)=x2 for 0x3
And
f(x)=3x for 3x10

At x = 3,f(x)=x2=32=9

Also, at x = 3,f(x)=3x=3×3=9

We can see that for 0x10, f(x) has unique images.

Therefore, by definition of a function, the given relation is a function.

Now,
It is given that
g(x)={x20x23x2x10
Now,
g(x)=x2 for 0x2
And
g(x)=3x for 2x10

At x = 2, g(x)=x2=22=4
Also, at x = 2, g(x)=3x=3×2=6
We can clearly see that element 2 of the domain of relation g(x) corresponds to two different images i.e. 4 and 6. Thus, f(x) does not have unique images
Therefore, by definition of a function, the given relation is not a function

Hence proved

Question 2: If f(x)=x2 find f(1.1)f(1)(1.11)

Answer:

The given function is
f(x)=x2
Now,
f(1.1)f(1)(1.11)=(1.1)212(1.11)=1.2110.1=0.210.1=2.1

Therefore, value of f(1.1)f(1)(1.11) is 2.1

Question 3: Find the domain of the function f(x)=x2+2x+1x28x+12

Answer:

The given function is
f(x)=x2+2x+1x28x+12
Now, we will simplify it into
f(x)=x2+2x+1x28x+12
=x2+2x+1x26x2x+12
=x2+2x+1x(x6)2(x6)
=x2+2x+1(x2)(x6)
Now, we can clearly see that x2,6
Therefore, the Domain of f(x) is (R{2,6})

Question 4: Find the domain and the range of the real function f defined by f(x)=(x1)

Answer:

The given function is
f(x)=(x1)
We can clearly see that f(x) is only defined for the values of x , x1
Therefore,
The domain of the function f(x)=(x1) is [1,)
Now, as
x1
x111
x10
take the square root on both sides
x10
f(x)0              (f(x)=x1)
Therefore,
Range of function f(x)=(x1) is [0,)

Question 5: Find the domain and the range of the real function f defined by f(x)=|x1|

Answer:

Given function is
f(x)=|x1|
As the given function is defined for all real numbers
The domain of the function f(x)=|x1| is R
Now, as we know that the mod function always gives only positive values
Therefore,
Range of function f(x)=|x1| is all non-negative real numbers i.e. [0,)

Question 6: Let f={(x,x21+x2):xϵR} R be a function from R into R. Determine the range of f.

Answer:

The given function is
f={(x,x21+x2):xϵR}
Range of any function is the set of values obtained after the mapping is done in the domain of the function. So every value of the codomain that is being mapped is Range of the function.
Let's take
y=x21+x2
y(1+x2)=x2
y+yx2=x2
y=x2(1y)
x2=y1y
x=±y1y
Now, 1-y should be greater than zero and y should be greater than or equal to zero for x to exist, because other than those values the x will be imaginary
Thus, 1y>0,y<1 and y0
Therefore,
Range of given function is [0,1)

Question 7: Let f, g : R R be defined, respectively by f(x) = x + 1, g(x) = 2x – 3. Find f + g, f – g and f/g

Answer:

It is given that
f,g:RR
f(x)=x+1  and  g(x)=2x3
Now,
(f+g)x=f(x)+g(x)
=(x+1)+(2x3)
=3x2
Therefore,
(f+g)x=3x2

Now,
(fg)x=f(x)g(x)
=(x+1)(2x3)
=x+12x+3
=x+4
Therefore,
(fg)x=x+4

Now,
(fg)x=f(x)g(x),g(x)0
=x+12x3 ,x32
Therefore, values of (f+g)x,(fg)x and (fg)x are (3x2),(x+4) and x+12x3 respectively

Question:8 Let 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.

Answer:

It is given that
f={(1,1),(2,3),(0,1),(1,3)}
And
f(x)=ax+b
Now,
At x = 1 , f(x)=1
f(1)=a(1)+b
a+b=1          (i)
Similarly,
At x=0 , f(x)=1
f(0)=a(0)+b
b=1
Now, put this value of b in equation (i)
we will get,
a=2
Therefore, the values of a and b are 2 and -1, respectively

Question 9: (i) Let R be a relation from N to N defined by R={(a,b):a,bϵNanda=b2} . Are the following true?

(a,a)ϵR, for all aϵN

Answer:

It is given that
R={(a,b):a,bϵNanda=b2}
And
(a,a)ϵR, for all aϵN
Now, it can be seen that 2 ϵ N But, 222=4
Therefore, this statement is FALSE

Question 9: (ii) Let R be a relation from N to N defined by R={(a,b):a,bϵNanda=b2} . Are the following true?

(a,a)ϵR, implies (b,a) ϵ R

Answer:

It is given that
R={(a,b):a,bϵNanda=b2}
And
(a,b) ϵ R, implies (b,a) ϵ R
Now , it can be seen that (2,4) ϵ R, and 4=22=4 , But 242=16
Therefore, (2,4)  N
Therefore, the given statement is FALSE

Question 9: (iii) Let R be a relation from N to N defined by R={(a,b):a,bϵNanda=b2} . Are the following true?

(a,b) ϵ R, (b,c) ϵ R implies (a,c) ϵ R.

Answer:

It is given that
R={(a,b):a,bϵNanda=b2}
And
(a,b) ϵ R,(b,c) ϵ R implies (a,c) ϵ R
Now, it can be seen that (16,4) ϵ R,(4,2) ϵ R because 16=42=16 and 4=22=4 , But 1622=4
Therefore, (16,2)  N
Therefore, the given statement is FALSE

Question 10: (i) 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? f is a relation from A to B Justify your answer

Answer:

It is given that
A={1,2,3,4}
B={1,5,9,11,15,16}
and f={(1,5),(2,9),(3,1),(4,5),(2,11)}
Now,
A×B = { (1,1), (1,5), (1,9), (1,11), (1,15), (1,16), (2,1), (2,5), (2,9), (2,11), (2,15), (2,16), (3,1), (3,5), (3,9), (3,11), (3,15), (3,16), (4,1), (4,5), (4,9), (4,11), (4,15), (4,16) }Now, a relation from a non-empty set A to a non-empty set B is a subset of the Cartesian product A × B
And we can see that f is a subset of A×B
Hence, f is a relation from A to B
Therefore, the given statement is TRUE

Question 10: (ii) 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? f is a function from A to B justify your answer

Answer:

It is given that
A={1,2,3,4}
B={1,5,9,11,15,16}
and f={(1,5),(2,9),(3,1),(4,5),(2,11)}
Now,
A×B = { (1,1), (1,5), (1,9), (1,11), (1,15), (1,16), (2,1), (2,5), (2,9), (2,11), (2,15), (2,16), (3,1), (3,5), (3,9), (3,11), (3,15), (3,16), (4,1), (4,5), (4,9), (4,11), (4,15), (4,16) }
As we can observe the same first element i.e. 2 corresponds to two different images, that is 9 and 11.
Hence, f is not a function from A to B
Therefore,the given statement is FALSE

Question 11: Let 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.

Answer:

It is given that
f={(ab,a+b):a,bϵZ}
Now, we know that relation f from a set A to a set B is said to be a function only if every element of set A has a unique image in set B
Now, for value 2, 6, -2, -6 ϵ Z
f={(2×6,2+6),(2×6,26),(2×6,26),(2×6,2+6)}
f={(12,8),(12,8),(12,4),(12,4)}
Now, we can observe that same first element i.e. 12 corresponds to two different images that are 8 and -8.
Thus, f is not a function

Question 12: Let 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.

Answer:

It is given that
A = {9,10,11,12,13}
And
f : A
N be defined by f(n) = the highest prime factor of n.
Now,
Prime factor of 9 = 3

Prime factor of 10 = 2,5

Prime factor of 11 = 11

Prime factor of 12 = 2,3

Prime factor of 13 = 13

f(n) = the highest prime factor of n.

Hence,

f(9) = the highest prime factor of 9 = 3

f(10) = the highest prime factor of 10 = 5

f(11) = the highest prime factor of 11 = 11

f(12) = the highest prime factor of 12 = 3

f(13) = the highest prime factor of 13 = 13

As the range of f is the set of all f(n), where n ϵ A

Therefore, the range of f is: {3, 5, 11, 13}.

Also read

Topics covered in Chapter 2 Relations and Functions Miscellaneous Exercise


1. Real Function

Any function that accepts real numbers as inputs and returns real numbers as outputs is said to be real.

f:AR

where AR means the domain is a subset of real numbers and the output (range) is also in R.

E.g.- If f(x)=2x+1, then it is a real function as for every real number x,f(x) will also give a real number.

2. Algebra of real functions
The algebra of real functions is the study of basic operations ( addition, subtraction, multiplication, division and composition) on real-valued functions

If f(x) and g(x) are two functions, you can combine them to create new functions like f+g1fg1fg, or fg, where they are defined.

Let us understand with an example. Let
f(x)=x2 and g(x)=x+1
Then,
a. Addition of functions
(f+g)(x)=f(x)+g(x)=x2+(x+1)=x2+x+1

b. Subtraction of functions
(fg)(x)=f(x)g(x)=x2(x+1)=x2x1

c. Multiplication of functions
(fg)(x)=f(x)g(x)=x2(x+1)=x3+x2

d. Division of functions
(fg)(x)=f(x)g(x)=x2x+1, where x1

Also Read

NEET/JEE Offline Coaching
Get up to 90% Scholarship on your NEET/JEE preparation from India’s Leading Coaching Institutes like Aakash, ALLEN, Sri Chaitanya & Others.
Apply Now

NCERT Solutions of Class 11 Subject Wise

Students can also check NCERT solutions for all the subjects by following the link given in the table.

Subject-Wise NCERT Exemplar Solutions

Check out the exemplar solutions from the links below and intensify your exam preparations.

Frequently Asked Questions (FAQs)

1. Let f(x) = 2x + 3 than f(3) ?

f(x) = 2x + 3

f(3) = 2(3) + 3 = 6 +3 = 9

2. Let f(x) = 2x + x + 1 find f(2) ?

f(x) = 2x + x + 1 

f(2) = 22 + 2 + 1

f(2) = 4 + 2 + 1 = 7

3. Let f(x) = x2 and g(x) = x + 2 be two real functions. Find (f+g)(x) ?

f(x) = x2 and g(x) = x + 2 

(f+g)(x) = x2 + x + 2

4. Let f(x) = x2 and g(x) = x + 2 be two real functions. Find (f-g)(x) ?

f(x) = x2 and g(x) = x + 2 

(f-g)(x) = x2 - x - 2

5. Let f(x) = x2 and g(x) = x + 2 be two real functions. Find (fg)(x) ?

f(x) = x2 and g(x) = x + 2 

(fg)(x) = (x2)( x + 2)

(fg)(x) = x3 + 2x2

6. Let f(x) = x2 and g(x) = x + 2 be two real functions. Find (f/g)(x) ?

f(x) = x2 and g(x) = x + 2 

(f/g)(x) = (x2)/( x + 2) where x can't be equal to -2.

Articles

A block of mass 0.50 kg is moving with a speed of 2.00 ms-1 on a smooth surface. It strikes another mass of 1.00 kg and then they move together as a single body. The energy loss during the collision is

Option 1)

0.34\; J

Option 2)

0.16\; J

Option 3)

1.00\; J

Option 4)

0.67\; J

A person trying to lose weight by burning fat lifts a mass of 10 kg upto a height of 1 m 1000 times.  Assume that the potential energy lost each time he lowers the mass is dissipated.  How much fat will he use up considering the work done only when the weight is lifted up ?  Fat supplies 3.8×107 J of energy per kg which is converted to mechanical energy with a 20% efficiency rate.  Take g = 9.8 ms−2 :

Option 1)

2.45×10−3 kg

Option 2)

 6.45×10−3 kg

Option 3)

 9.89×10−3 kg

Option 4)

12.89×10−3 kg

 

An athlete in the olympic games covers a distance of 100 m in 10 s. His kinetic energy can be estimated to be in the range

Option 1)

2,000 \; J - 5,000\; J

Option 2)

200 \, \, J - 500 \, \, J

Option 3)

2\times 10^{5}J-3\times 10^{5}J

Option 4)

20,000 \, \, J - 50,000 \, \, J

A particle is projected at 600   to the horizontal with a kinetic energy K. The kinetic energy at the highest point

Option 1)

K/2\,

Option 2)

\; K\;

Option 3)

zero\;

Option 4)

K/4

In the reaction,

2Al_{(s)}+6HCL_{(aq)}\rightarrow 2Al^{3+}\, _{(aq)}+6Cl^{-}\, _{(aq)}+3H_{2(g)}

Option 1)

11.2\, L\, H_{2(g)}  at STP  is produced for every mole HCL_{(aq)}  consumed

Option 2)

6L\, HCl_{(aq)}  is consumed for ever 3L\, H_{2(g)}      produced

Option 3)

33.6 L\, H_{2(g)} is produced regardless of temperature and pressure for every mole Al that reacts

Option 4)

67.2\, L\, H_{2(g)} at STP is produced for every mole Al that reacts .

How many moles of magnesium phosphate, Mg_{3}(PO_{4})_{2} will contain 0.25 mole of oxygen atoms?

Option 1)

0.02

Option 2)

3.125 × 10-2

Option 3)

1.25 × 10-2

Option 4)

2.5 × 10-2

If we consider that 1/6, in place of 1/12, mass of carbon atom is taken to be the relative atomic mass unit, the mass of one mole of a substance will

Option 1)

decrease twice

Option 2)

increase two fold

Option 3)

remain unchanged

Option 4)

be a function of the molecular mass of the substance.

With increase of temperature, which of these changes?

Option 1)

Molality

Option 2)

Weight fraction of solute

Option 3)

Fraction of solute present in water

Option 4)

Mole fraction.

Number of atoms in 558.5 gram Fe (at. wt.of Fe = 55.85 g mol-1) is

Option 1)

twice that in 60 g carbon

Option 2)

6.023 × 1022

Option 3)

half that in 8 g He

Option 4)

558.5 × 6.023 × 1023

A pulley of radius 2 m is rotated about its axis by a force F = (20t - 5t2) newton (where t is measured in seconds) applied tangentially. If the moment of inertia of the pulley about its axis of rotation is 10 kg m2 , the number of rotations made by the pulley before its direction of motion if reversed, is

Option 1)

less than 3

Option 2)

more than 3 but less than 6

Option 3)

more than 6 but less than 9

Option 4)

more than 9

Back to top