JEE Exam  >  JEE Notes  >  Mathematics (Maths) Main & Advanced  >  NCERT Solution (Miscellaneous) - Relations and Functions

NCERT Solution (Miscellaneous) - Relations and Functions

Ques 1: The relation f is defined by NCERT Solution (Miscellaneous) - Relations and Functions The relation g is defined by NCERT Solution (Miscellaneous) - Relations and Functions Show that f is a function and g is not a function.
Ans:  The relation f is defined as NCERT Solution (Miscellaneous) - Relations and Functions

It is observed that for

0 ≤ x < 3, f(x) = x2

3 < x ≤ 10, f(x) = 3x

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

i.e., at x = 3, f(x) = 9

Therefore, for 0 ≤ x ≤ 10, the images of f(x) are unique.

Thus, the given relation is a function.

The relation g is defined as NCERT Solution (Miscellaneous) - Relations and Functions

It can be observed that for x = 2, g(x) = 22 = 4 and g(x) = 3 × 2 = 6

Hence, element 2 of the domain of the relation g corresponds to two different images i.e., 4 and 6. Hence, this relation is not a function.

Ques 2: If f(x) = x2, find NCERT Solution (Miscellaneous) - Relations and Functions.
Ans:       

NCERT Solution (Miscellaneous) - Relations and Functions


Ques 3: Find the domain of the function NCERT Solution (Miscellaneous) - Relations and Functions
Ans:  The given function is NCERT Solution (Miscellaneous) - Relations and Functions.

 NCERT Solution (Miscellaneous) - Relations and Functions
It can be seen that function f is defined for all real numbers except at x = 6 and x = 2.
Hence, the domain of f is R - {2, 6}.


Ques 4: Find the domain and the range of the real function f defined by NCERT Solution (Miscellaneous) - Relations and Functions.
Ans:   The given real function is NCERT Solution (Miscellaneous) - Relations and Functions.
It can be seen that NCERT Solution (Miscellaneous) - Relations and Functions is defined for (x - 1) ≥ 0.
i.e., NCERT Solution (Miscellaneous) - Relations and Functions is defined for x ≥ 1.
Therefore, the domain of f is the set of all real numbers greater than or equal to 1 i.e., the domain of f = [1,NCERT Solution (Miscellaneous) - Relations and Functions).
As x ≥ 1 ⇒ (x - 1) ≥ 0 ⇒ NCERT Solution (Miscellaneous) - Relations and Functions
Therefore, the range of f is the set of all real numbers greater than or equal to 0 i.e., the range of f = [0,NCERT Solution (Miscellaneous) - Relations and Functions).


Ques 5: Find the domain and the range of the real function f defined by f (x) = |x - 1|.
Ans:  The given real function is f (x) = |x - 1|.
Since the absolute value is defined for every real number, the domain of f is the set of all real numbers.
∴ Domain of fR.
Also, |x - 1| is always non-negative for every real x. For any non-negative real number y, one can find x = 1 ± y such that |x - 1| = y. Hence every non-negative real number occurs as a value of f.
Therefore, the range of f is the set of all non-negative real numbers, that is [0, ∞).


Ques 6: Let  NCERT Solution (Miscellaneous) - Relations and Functionsbe a function from R into R. Determine the range of f.
Ans:       

 NCERT Solution (Miscellaneous) - Relations and Functions

NCERT Solution (Miscellaneous) - Relations and Functions
The range of f is the set of all second elements. It can be observed that all these elements are greater than or equal to 0 but less than 1.
[Denominator is greater numerator]
Thus, range of f = [0, 1)


Ques 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.
Ans:   f, g: RR is defined as f(x) = x + 1, g(x) = 2x - 3

(f  + g) (x) = f(x) + g(x) = (x  +1) + (2x - 3) = 3x - 2

∴(f+ g) (x) = 3x - 2

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

∴ (f - g) (x) = -x + 4

 

NCERT Solution (Miscellaneous) - Relations and Functions

For the quotient, (f/ g)(x) = (x + 1)/(2x - 3). This is defined for all real x except where the denominator is zero, that is for x ≠ 3/2.


Ques 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.
Ans:  f = {(1, 1), (2, 3), (0, -1), (-1, -3)}

f(x) = ax +  b

(1, 1) ∈ f

f(1) = 1

a × 1 + b = 1

a + b = 1

(0, -1) ∈ f

f(0) = -1

a × 0 + b = -1

b = -1

Substitute b = -1 into a + b = 1 to get a - 1 = 1, so a = 2.
Thus, the respective values of a and b are 2 and -1.


Ques 9: Let 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.
Ans:  R = {(a, b): a, bN and a = b2}

(i) The statement is false. A relation is reflexive only if for every a we have a = a2, which is not true in general. For example, for a = 2, 2 ≠ 22 = 4, so (2, 2) ∉ R. Thus the given statement is not true.

(ii) The statement is false. Symmetry would require that whenever a = b2 then also b = a2, which need not hold. For instance, (9, 3) ∈ R since 9 = 32, but (3, 9) ∉ R because 3 ≠ 92. Hence the relation is not symmetric.

(iii) The statement is false. Transitivity would require that from a = b2 and b = c2 it follows that a = c2, but this does not hold in general. For example, (9, 3) ∈ R and (16, 4) ∈ R, yet (9, 4) ∉ R because 9 ≠ 42. Thus the relation is not transitive.


Ques 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.
Ans:  A = {1, 2, 3, 4} and B = {1, 5, 9, 11, 15, 16}

∴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)}

It is given that f = {(1, 5), (2, 9), (3, 1), (4, 5), (2, 11)}

(i) A relation from A to B is any subset of A × B. Each ordered pair of f has its first element in A and its second element in B, so f ⊆ A × B. Therefore f is a relation from A to B.

(ii) A function from A to B must assign to each element of A exactly one image in B. Here the element 2 of A appears twice with two different images 9 and 11. Hence f does not assign a unique image to 2 and so f is not a function.


Ques 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.
Ans:  The relation f is defined as f = {(ab, a +  b): ab ∈  Z}
We know that a relation f from a set A to a set B is said to be a function if every element of set A has a unique image in set B.
Consider a = 2, b = 6 and also a = -2, b = -6. Then both pairs (2·6, 2 + 6) and ((-2)·(-6), (-2) + (-6)) belong to f, that is (12, 8) and (12, -8) are in f.
Thus the same first element 12 is associated with two different second elements 8 and -8. Therefore f is not a function from Z to Z.


Ques 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.
Ans:       A = {9, 10, 11, 12, 13}
f: A → N is defined as
f(n) = The highest prime factor of n
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
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
The range of f is the set of all f(n), where n ∈ A.
∴Range of f = {3, 5, 11, 13}

The document NCERT Solution (Miscellaneous) - Relations and Functions is a part of the JEE Course Mathematics (Maths) for JEE Main & Advanced.
All you need of JEE at this link: JEE

FAQs on NCERT Solution (Miscellaneous) - Relations and Functions

1. What are relations and functions in mathematics?
Ans. Relations and functions are fundamental concepts in mathematics. A relation is a set of ordered pairs, where each pair consists of two elements from different sets. On the other hand, a function is a special type of relation where each element from the domain set is related to exactly one element in the range set.
2. How do you determine if a relation is a function?
Ans. To determine if a relation is a function, we use the vertical line test. This test states that if a vertical line intersects the graph of the relation at more than one point, then the relation is not a function. If every vertical line intersects the graph at most once, then the relation is a function.
3. What is the difference between a one-to-one function and an onto function?
Ans. A one-to-one function is a function in which each element in the domain set corresponds to a unique element in the range set. In other words, no two elements in the domain can have the same image in the range. On the other hand, an onto function is a function in which every element in the range set has at least one pre-image in the domain set.
4. How do you find the domain and range of a function?
Ans. To find the domain of a function, we identify all possible values of the independent variable (usually denoted as x) for which the function is defined. The range of a function, on the other hand, refers to all possible values of the dependent variable (usually denoted as y) that the function can take.
5. Can a relation be both reflexive and symmetric but not transitive?
Ans. No, a relation cannot be both reflexive and symmetric but not transitive. If a relation is reflexive, it means that every element of the set is related to itself. If a relation is symmetric, it means that whenever an element a is related to an element b, then b is also related to a. Transitivity, on the other hand, states that if a is related to b and b is related to c, then a must also be related to c. Therefore, if a relation is reflexive and symmetric, it must also be transitive.
Explore Courses for JEE exam
Get EduRev Notes directly in your Google search
Related Searches
Free, mock tests for examination, Semester Notes, Previous Year Questions with Solutions, Objective type Questions, pdf , practice quizzes, NCERT Solution (Miscellaneous) - Relations and Functions, study material, Summary, ppt, Important questions, Sample Paper, NCERT Solution (Miscellaneous) - Relations and Functions, MCQs, Exam, NCERT Solution (Miscellaneous) - Relations and Functions, Viva Questions, video lectures, Extra Questions, shortcuts and tricks, past year papers;