If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Select problems from miscellaneous exercise

solutions NCERT selected problems
In this article we will look at solutions of a few selected problems from miscellaneous exercise on chapter 1 of NCERT.
Problem 1:
Let f:WW be defined as f(n)=n1, if n is odd and f(n)=n+1, if n is even. Show that f is invertible. Find the inverse of f. Here, W is the set of all whole numbers.
Solution:
A function is invertible if it is both one-one and onto. First let's check the behaviour of f.
n012345
f(n)103254
See the pattern in the second row. All whole numbers will appear, and each number will appear only once. Hence, f is both one-one and onto. So f is invertible.
To find the inverse, we need to form a function which takes us back from the second row to the first row. We can do that by subtracting 1 from odd numbers and adding 1 to even numbers in the second row. Therefore our inverse function will be
f1(n)={n1if n is oddn+1if n is even
Incidentally, f1 is same as f.
Problem 2:
Show that the function f:R{xR:1<x<1} defined by f(x)=x1+|x|, xR is one-one and onto function.
Solution:
Let's check the behaviour of the function in detail.
As the modulus function is involved, we can break the function into two parts.
f(x)={x1+xfor x0x1xfor x<0
First let us look at the case x0.
x00.515201000
f(x)00.330.50.830.950.999
The function starts at 0 and keeps on increasing to reach values close to 1 as x increases. However, we never reach exactly 1 as the denominator always stays greater than the numerator. The graph will look like:
Now let us look at the case x<0.
x00.515201000
f(x)00.330.50.830.950.999
Again, we start from 0. The function keeps on decreasing to reach values close to 1. However, we never reach exactly 1. The full graph will look like:
From the above see that no two x values lead to the same y value. Also, 1<y<1. Thus, f is both one-one and onto.
Problem 3:
Show that the function f:RR given by f(x)=x3 is injective.
Solution:
Injective means that the function is one-one. f will be one-one if no two different inputs give the same output.
Let x1 and x2 be two different inputs to f having the same output.
f(x1)=f(x2)x13=x23
We cannot directly say x1=x2 from the above. We need to factorize the expression.
x13x23=0(x1x2)(x12+x1x2+x22)=0x1x2=0  or  x12+x1x2+x22=0
Now x12+x1x2+x22=0 does not have a real solution.
We are left with x1=x2, meaning the two inputs are the same and our initial assumption is false. For the same output, we cannot have two different inputs. f is one-one.
Problem 4:
Find the number of all onto functions from the set {1,2,3,,n} to itself.
Solution:
Let X={1,2,3,,n}. Let f:XX be an onto function.
Because f is onto, arrows must cover all the elements in the codomain. n arrows start from the left. If any two arrows end at the same element, some element in the codomain will be left out. Therefore all arrows must end at different elements, meaning f is one-one as well.
So, number of possible onto functions will be equal to the number of possible ways in which we can create a one-one and onto map between X and X.
Start creating the map from the first element, i.e. 1. For this we have n options in codomain. Arrow starting from 1 may end at any of the n elements in codomain.
Next pick 2. For this we will have n1 options in the codomain. Similarly for the next element we will have n2 options in the codomain and so on. For the last element, we will be left with only one option.
Total number of possible ways to create a one-one and onto map between X and X is n(n1)(n2)21=n!
Problem 5:
Let A={1,2,3}. Then number of relations containing (1,2) and (1,3) which are reflexive and symmetric but not transitive is
(A) 1  (B) 2  (C) 3  (D) 4
Solution:
A={1,2,3}. A relation on A is a subset of A×A.
First, to make the relation reflexive we must have the pairs (1,1), (2,2) and (3,3).
It is given that relation must contain (1,2) and (1,3). To make the relation symmetric we must add the pairs (2,1) and (3,1) as well. So till now we have
R={(1,1),(2,2),(3,3),(1,2),(2,1),(1,3),(3,1)}
Here R is non-transitive. (2,1) and (1,3) are present in R but (2,3) is not. So we have found one relation.
Can we make another relation satisfying the given criteria? A×A has a total of 9 pairs. We have two pairs left: (2,3) and (3,2) which can be added to R.
If we add (2,3), we need to add (3,2) to make the relation symmetric. But then R becomes equal to A×A and hence an equivalence relation.
Thus, number of possible relations is 1.
Problem 6:
Let A={1,2,3}. Then number of equivalence relations containing (1,2) is
(A) 1  (B) 2  (C) 3  (D) 4
Solution:
A={1,2,3}. A relation on A is a subset of A×A. We need to find equivalence relations, i.e. relations which are reflexive, symmetric and transitive.
First, to make the relation reflexive we must have the pairs (1,1), (2,2) and (3,3).
It is given that relation must contain (1,2). So we must add (2,1) to make the relation symmetric. Till now we have
R={(1,1),(2,2),(3,3),(1,2),(2,1)}
Here see that R is transitive. For example, (1,2), (2,1) and (1,1) are present in R. We cannot find any instance where transitivity fail. So we have found one equivalence relation.
Now A×A has a total of 9 pairs and we have four pairs left:
(1,3),(3,1)(2,3),(3,2)
To R if we add (1,3), we need to add (2,3) to make R transitive. And then we must add (3,1) and (3,2) to make R symmetric.
To R if we add (2,3), we need to add (1,3) to make R transitive. And then we must add (3,2) and (3,1) to make R symmetric.
See that whatever we do, we will end up adding all four pairs to R to make an equivalence relation. So we have only one more possible equivalence relation.
To conclude, number of possible equivalence relations is 2.
Problem 7:
Number of binary operations on the set {a,b} are
(A) 10  (B) 16  (C) 20  (D) 8
Recall the definition of a binary operation on set X. It is a function from X×XX.
Here, X={a,b}.
How many functions can we make here?
We have four elements in the domain. Each element can be mapped to two elements in the co-domain. So, we have two choices for each element in the domain.
Number of possible functions is 2×2×2×2=24=16.

Want to join the conversation?

No posts yet.