Skip to main content

Exercise 1.2 NCERT Solutions Relations & Functions Class 12 Math Chapter 1 free PDF Download

In Class 12 Mathematics, Chapter 1, “Relations and Functions” students delve into the foundational concepts of relations and functions. Exercise 1.2 focuses on the various problems to enhance understanding of these concepts. This exercise is crucial for grasping how different functions relate to each other and how they can be represented mathematically.

Relations and Functions

Relations: A relation between two sets is a collection of ordered pairs where each element from the first set is associated with the elements in the second set. The Relations can be represented using sets, tables, or graphs. For example: if we have two sets A and B a relation from the A to B can be described as a subset of the Cartesian product A × B.

Functions: A function is a special type of relation where each element in the domain is associated with exactly one element in the codomain. The Functions can be represented using the function notation such as the f(x) where x is an element of the domain and f(x) is the corresponding element in the codomain. The Functions are essential for defining mathematical relationships and are used extensively in the various branches of mathematics.

Table of Contents

Class 12 NCERT Solutions – Mathematics Chapter 1 Relations And Functions – Exercise 1.2

Question 1. Show that the function f: R⇢ R*defined by f(x)=(1/x) is one-one and onto, where R* is the set of all non-zero real numbers. Is the result true, if the domain R*is replaced by N with a co-domain the same as R*

Solution:

One-one:

f(x)=f(y)

⇒1/x =1/y

⇒x=y

Therefore, f is one-one.

Onto:

It is clear that for y∈ R*there exists x=(1/y)∈ R* (exists as y ≠ 0) such that f(x)=1/(1/y)=y

Therefore, f is onto.

Thus, consider function g: N⇢R*defined by g(x)=1/x

We have, f(x1)=g(x2)⇒1/x1=1/x2⇒x1=x2

Therefore, g is one-one.

Further, it is clear that g is not onto as for 1.2∈ R*there does not exist any x in such that g(x)=1/(1.2)

Hence, function g is one-one but not onto.

Question 2. Check the injectivity and surjectivity of the following functions: 

(i) f: N⇢N given by f(x)=x2 

Solution: 

It is seen that for x, y ∈ N, f(x)=f(y) ⇒x2=y2⇒x=y

Therefore, f is injective.

Now, 2 ∈ but there does not exist any x in such that f(x)=x2=2. 

Therefore, f is not surjective.

(ii) f: ZZ given by f(x)=x2

Solution: 

It is seen that f(-1)=f(1), but -1 ≠1. Therefore, f is not injective.

-2 ∈ Z. But, there does not exist any x in such that f(x)= x2=-2.Therefore, f is not surjective

(iii) f: R⇢ given by f(x)=x2 

Solution: 

It is seen that f(-1)=f(1), but -1 ≠1. Therefore, f is not injective.

-2 ∈ R. But, there does not exist any x in R such that f(x)= x2=-2.Therefore, f is not surjective.

(iv)f: N⇢N given by f(x)=x3 

Solution: 

It is seen that for x, y ∈ N, f(x)=f(y)⇒x3=y3⇒x=y. Therefore, f is injective.

2∈ N. But, there does not exist any element x in domain such that f(x)=x3=2. Therefore, f is not surjective.

(v) f: Zgiven by f(x)=x3 

Solution: 

It is seen that for x, y ∈Z, f(x)=f(y)⇒x3=y3⇒x=y. Therefore, f is injective.

2∈Z. But, there does not exist any element x in domain such that f(x)=x3=2. Therefore, f is not surjective.

Question 3. Prove that the Greatest Integer Function f: R⇢R given by f(x)=[x], is neither one-one nor onto, where [x] denotes the greatest integer less than or equal to x. 

Solution:

It is seen that f(1.2)=[1.2]=1, f(1.9)=[1.9]=1.

f(1.2)=f(1.9), but 1.2≠1.9. Therefore, f is not one-one.

Consider 0.7∈R. It is known that f(x)=[x] is always an integer. Thus, there does not exist any element x ∈such that f(x)=0.7. Therefore, f is not onto.

Hence, the greatest integer function is neither one-one nor onto.

Question 4. Show that the Modulus Function f:R⇢R given by f(x)=|x|, is neither one-one nor onto, where |x| is x, if x is positive or 0 and |x| is -x, if x is negative. 

Solution:

It is seen that f(-1)=|-1|=1, f(1)=|1|=1.

f(-1)=f(1), but -1≠1. Therefore, f is not one-one.

Consider, -1∈R. It is known that f(x)=|x| is always non-negative. Thus, there does not exist any element x in domain such that f(x)=|x|=-1. Therefore, f is not onto.

Hence, the modulus function is neither one-one nor onto.

Question 5. Show that the signum function f: R⇢R given by, f(x)={ (1, if x>0), (0, if x=0), (-1, if x<0)} is neither one-one nor onto. 

Solution:

It is seen that f(1)=f(2)=1, but 1≠2. Therefore, f is not one-one.

As f(x) takes only 3 values (1, 0, or -1) for the element -2 in co-domain R, there does not exist any x in domain such that f(x)=-2. Therefore, f is not onto.

Hence, the signum function is neither one-one nor onto.

Question 6. Let A={1, 2, 3}, B={4, 5, 6, 7} and let f={(1,4), (2,5), (3,6)} be a function from A to B. Show that f is one-one. 

Solution:

It is given that A = {1, 2, 3}, B = {4, 5, 6, 7}.

f:AB is defined as f={(1,4), (2,5), (3,6)}

Therefore, f(1)=4, f(2)=5, f(3)=6

It is seen that the images of distinct elements of A under f are distinct.

Hence, function f is one-one.

Question 7. In each of the following cases, state whether the function is one-one, onto or bijective. Justify your answer. 

(i) f:R⇢R defined by f(x)=3-4x 

Solution: 

Let x1, x2 ∈R such that f(x1)=f(x2)

⇒3-4x1=3-4x2

⇒-4x1=-4x2

⇒x1=x2

Therefore, f is one-one.

For any real number (y) in R, there exists {(3-y)/4} in such that f((3-y)/4)=3-4((3-y)/4)=y.

Therefore, f is onto

Hence, f is bijective.

(ii) f:R⇢R defined b f(x)=1+x2 

Solution:

Let x1, x2 ∈ such that f(x1)=f(x2)

⇒1+x12=1+x22

⇒x12=x22

⇒x1=±x2

Therefore, f(x1)=f(x2) does not imply that x1=x2

For instance, f(1)=f(-1)=2

Therefore, f is not one-one.

Consider, an element -2 in co-domain R.

It is seen that f(x)=1+x2 is positive for all x ∈ R.

Thus, there does not exist any x in domain such that f(x)=-1.

Therefore, f is not onto.

Hence, f is neither one-one nor onto.

Question 8. Let A and B be sets. Show that f: A x B ⇢B x A such that (a, b)=(b, a) is bijective function. 

Solution:

Let (a1, b1), (a2, b2) ∈ A x b such that f(a1, b1)=f(a2, b2)

⇒(b1, a1)=(b2, a2)

⇒b1=b2 and a1=a2

⇒(a1, b1)=(a2, b2)

Therefore, f is one-one.

Let (b,a) ∈ B x A such that f(a, b)=(b,a). 

Therefore, f is onto.

Hence, f is bijective.

Question 9. Let f: N⇢ defined by f(n)={((n+1)/2, if n is odd), (n/2, if n is even) for all n ∈ N. State whether the function f is bijective. Justify your answer. 

Solution:

It can be observed that:

f(1)=(1+1)/2=1 and f(2)=2/2=1

So, f(1)=f(2), where, 1≠2

Therefore, f is not one-one.

Therefore, it is not bijective. (Since, it needs to be both one-one and onto to be bijective).

Question 10. Let A=R-{1}. Consider the function f: A⇢B defined by f(x)=(x-2)/(x-3). Is f one-one and onto? Justify your answer. 

Solution:

Let x, y ∈ A such that f(x)=f(y)

⇒ (x-2)/(x-3)=(y-2)/(y-3)

⇒(x-2)(y-3)=(y-2)(x-3)

⇒ xy-3x-2y+6=xy-3y-2x+6

⇒ -3x-2y=-3y-2x

⇒ 3x-2x=3y-2y

⇒ x=y

Therefore, f is one-one.

Let, y ∈ B= R-{1}. Then y≠1.

The function f is onto if there exists x ∈ A such that f(x)=y

Now,

f(x)=y

⇒ (x-2)/(x-3)=y

⇒ x-2=xy-3y

⇒ x(1-y)=-3y+2

⇒ x=(2-3y)/(1-y) ∈ A

Thus, for any y ∈ B, there exists (2-3y)/(1-y) ∈ A such that f((2-3y)/(1-y))={((2-3y)/(1-y))-2}/{((2-3y)/(1-y))-3}=(2-3y-2+2y)/(2-3y-3+3y)=(-y)/(-1)=y

Therefore, f is onto.

Hence, function f is one-one and onto.

Question 11. Let f: R⇢R be defined as f(x)=x4. Choose the correct answer:

(A) f is one-one onto (B) f is many-one onto (C) f is one-one but not onto (D) f is neither one-one nor onto 

Solution:

Let x, y ∈ such that f(x)=f(y)

⇒ x4=y4

⇒ x=±y

Therefore, f(x1)=f(x2) does not imply that x1=x2

For instance, f(1)=f(-1)=1

Therefore, f(1)=f(-1)=1

Therefore, f is not one-one

Consider an element 2 in co-domain R. It is clear that there does not exist any x in domain such that f(x)=2

Therefore, f is not onto.

The correct answer is D.

Question 12. Let f:Rbe defined as f(x)=3x. Choose the correct answer: 

(A) f is one-one onto (B) f is many-one onto (C) f is one-one but not onto (D) f is neither one-one nor onto 

Solution:

Let x, y ∈ R such that f(x)=f(y)

⇒ 3x = 3y

⇒ x=y

Therefore, f is one-one.

Also, for any real number (y) in co-domain R, there exists y/3 in such that f(y/3) = 3(y/3) = y

Therefore, f is onto.

Hence, the correct answer is A.

Read More:

Understanding relations and functions is fundamental to advancing in the mathematics as these concepts form the basis for the more complex topics. Exercise 1.2 in Chapter 1 of the Class 12 NCERT Mathematics book provides the essential practice to the solidify these foundational ideas. Mastery of these concepts will enhance problem-solving skills and prepare students for the higher-level mathematical challenges.

FAQs on Relations And Functions

What is the difference between a relation and a function?

A relation is a set of the ordered pairs while a function is a special type of the relation where each input has exactly one output.

How do you determine if a relation is a function?

To determine if a relation is a function ensure that every element in the domain is associated with the exactly one element in the codomain.

What is the domain of a function?

The domain of a function is the set of the all possible input values (x-values) for which the function is defined.

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...