Short Answer Type
NCERT Exemplar Problems and Solution
Question – 1 LetA=(a,b,c) and the
relation R be defined on A as follows:
R=((a,a),(b,c),(a,b)).
Then, write minimum number of ordered pairs to be added in R to make R reflexive and transitive.
R=((a,a),(b,c),(a,b)).
Then, write minimum number of ordered pairs to be added in R to make R reflexive and transitive.
Solution:
In order to make R reflexive,(b,b) and (c,c) will be
added to R
And in order to make R transitive,(a,c) will be
added to R.
Question – 2 Let D be the domain of real-valued function f defined by
f(x)=√25−x2 then, write D.
Solution:
Here given D is the domain of f(x)=√25−x2
Therefore, 25−x2≥0
⇒25≥x2
⇒−5≤x≤5
Therefore, D=[−5,5] ♦
Question - 3 Let f,g:R→R be defined by f(x)=2x+1
and g(x)=x2−2,∀x∈R, respectively. Then find gof.
Solution: Given f(x)=2x+1 and g(x)=x2−2, ∀x∈R
Therefore, gof(x)=g(f(x))
=g(2x+1)
=(2x+1)2−2 =4x2+4x−1 ♦
Question -4 Let f,g:R→R be the function defined by f(x)=2x−3 ∀x∈R. Write f−1
Solution:
Given, y=2x−3 ⇒2x=y−3 ⇒x=y+32 Therefore f−1(x)=x+32 ♦
Question – 5 If A=a,b,c,d and the function f=(a,b),(b,d),(c,a),(d,c) write f−1
Solution:
Given, f=(a,b),(b,d),(c,a),(d,c)
Therefore, f−1=(b,a),(d,b),(c,a),(c,d) ♦
Question – 6 If f:R→R is defined by f(x)=x2−3x+2 write f(f(x))
Solution:
Given, f(x)=x2−3x+2 therefore f(f(x))=f(x2−3x+2)
=(x2−3x+2)2−3(x2−3x+2)+2
=x4−6x3+10x2−3x ♦
Question – 7 Is g=((1,1),(2,3,(3,5),(4,7)) a function? If g is described by g(x)=αx+β, then what value should be assigned to α and β?
Solution:
Given, g=((1,1),(2,3,(3,5),(4,7))
Therefore, each of the element of domain will be have unique
image.
Consequently, g is a function. Since g(x)=αx+β
therefore
g(1)=α×1+β thus 1=α+β Also g(2)=α×2+β therefore solving these two equations we get α=2 and β=−1 ♦
Question-8: Are the following set of ordered pairs functions? If so, examine
whether the mapping is injective or surjective.
(i) {(x,y):x is a person and y is mother ofx}
(ii) {(a,b): a is a person , b is an acestor of a}.
Solution:
(i) Let's check whether the
relation defined in (i) is a function or not. For this, check whether it maps
every element of domain uniquely or not. Which is easy to verify since x
cannot have two mothers. So if (x,y)∈R then its not possible for any z∈codomain such that (x,z)∈R So clearly it's a function. Next to check, R
is injective or not. For this Let mother y has two children x1,x2 then
for x1≠x2 f(x1)=f(x2) that is mother is same. so R is not
one-one.(Injective)♦
(ii) Similarly, check whether it
is a function or not so look here it is possible that one element is mapped to
2 or more elements. For this let's take an example a is ancestor of b
and b is ancestor of c.
(a,b)∈R clearly also c is ancestor of both a and b.So
(a,c)∈R. So it's not a Function.♦
Question -9: If the mapping f and g are given by
f={(1,2),(3,5)(4,1)} and g={(2,3),(5,1),(1,3)}, Write fog.
Domain of fog is domain g. So fog(2)=f(g(2))=f(3))=5
fog(5)=f(g(5))=f(1)=2 fog(1)=f(g(1))=f(3))=5
so fog={(2,5),(5,2),(1,5)}♦
Question-10: Let C be the set of complex numbers. Prove that the mapping f:C→R given by
f(z)=|z|,∀z∈C, is neither one-one nor onto.
f(z)=|z|,∀z∈C, is neither one-one nor onto.
Solution: For −1,i∈ C, clearly −1≠i |−1|=|i| So it's
not one-one. Now there exsist no preimage of negative real numbers.
Since, there exist no complex number whose modulus is negative. So it's not
Onto. ♦
Question-11: Let the function f:R→R be defined by f(x)=cosx,∀x∈R. Show thatf is
neither one-one nor onto.
Question-11: Let the function f:R→R be defined by f(x)=cosx,∀x∈R. Show thatf is
neither one-one nor onto.
Solution: For 0≠2π cos0=cos2π so it's not one-one. Also
Preimage of 2 does not exist. We know that Range of cos(x) is [−1,1].
Alternatively, since Range≠ codomain. Therefore cos(x) is not onto.
Question-12: Let X = {1,2,3}and Y = {4,5}. Find whether the following subsets of X×Y are
functions from X toY or not.
(i) f = {(1,4),(1,5),(2,4),(3,5)} (ii) g= {(1,4),(2,4),(3,4)}
(iii)h = {(1,4),(2,5),(3,5)} (iv) k = {(1,4),(2,5)}.
Question-12: Let X = {1,2,3}and Y = {4,5}. Find whether the following subsets of X×Y are
functions from X toY or not.
(i) f = {(1,4),(1,5),(2,4),(3,5)} (ii) g= {(1,4),(2,4),(3,4)}
(iii)h = {(1,4),(2,5),(3,5)} (iv) k = {(1,4),(2,5)}.
Solution: (i) is not Function. Since, 1
is mapped to 4 and 5. So image of 1 is not unique.
(ii) It is a Function, Since every element of Domain Mapped
Uniquely.
(iii) Image of 1,2,3are unique.So it is a function.
(iv) Similarly, It is also a function.
Question-13: If functions f:A→B and g:B→A satisfy gof=I A, then show that f is one-one
and g is onto.
Question-13: If functions f:A→B and g:B→A satisfy gof=I A, then show that f is one-one
and g is onto.
Solution: Given gof=I Let f(x1)=f(x2)⇒g(f(x1))=g(f(x2)) [Since g is a function, g is Well-defined] ⇒x1=x2 [Since gof(x)=x]
Next , To prove onto, Let there exist x∈A Now g(f(x))=x For f(x)∈B So,g is Onto.
" This question is important for Board
Examination"
Question-14: Let f:R→R be the function defined by f(x)=12−cos(x) x∈R.Then, find
the range off.
the range off.
Solution: −1≤cos(X)≤1 ⇒1≥−cos(x)≥−1 , ⇒3≥2−cos(x)≥1 So 13≤11−2cos(x)≤1. So Range= [1/3,1]. ♦
Question-15: Let n be a fixed positive integer. Define a relation R in Z as follows: a,b∈Z,
aRb if and only if a−b is divisible by n . Show that R is an equivalence relation.
Question-15: Let n be a fixed positive integer. Define a relation R in Z as follows: a,b∈Z,
aRb if and only if a−b is divisible by n . Show that R is an equivalence relation.
Solution:
(i) Since a−a=0 is divisible by n For every a∈Z
Therefore (a,a)∈R for every a∈Z. So R is Reflexive.
(ii) Let (a,b)∈R that is a−b is divisible by n Then −(a−b)
is also divisible by n. i.e., b−a is divisible by n. So (b,a)∈R. So,
R is Symmetric.
(iii) Let (a,b),(b,c)∈R then a−b=r×n
.....(1)
a−b=r×n
.....(1)
and b−c=r×m
....(2)
for some n,m∈Z. So , Substracting (2) from (1) we get, a−c=r×(n−m). and n−m∈Z [Clousure law of addition of Z]
Therefore a−c is divisible by n i.e. (a,c)∈R Therefore
R is transitive.
So. R is an Equivalence Relation. ♦
Here you can get the ncert exemplar based on the latest syllabus of NCERT.
ReplyDeleteIn order to get good marks in your upcoming NCERT examination, these ncert exemplar are good.
Here you can download these exemplar - https://fullmarks.org/cbse-support-books/exemplar-series/
Really helpful practice paper thanks for sharing this, for best CSIR NET tuition join our online coaching to prepare for CSIR NET 2020.
ReplyDelete