CBSE Class 12th Exam Date:17 Feb' 26 - 17 Feb' 26
Relations and functions are two essential concepts in class 12. The first thing that comes to a student's mind when checking these solutions is what relations and functions are. Suppose you went to a biriyani shop and ordered only chicken biriyani every time. Here, there is only one output for one input. So, it is a function. But whenever your brother goes to the biriyani shop, he brings 2-3 types of biriyani. Here, for one input, there are many outputs. So it is a relation. Careers360 experts create these solutions, and the latest NCERT guidelines have been followed.
NCERT Solutions for Class 12 Chapter 1 Miscellaneous Exercise is a set of questions that includes all the topics covered in this chapter. This exercise of the NCERT serves as a comprehensive revision and helps students apply various concepts together in one place.
Answer:
The function $f : R \rightarrow \{x \in R : - 1 < x < 1\}$ defined by
$f(x) = \frac{x}{1 + |x|}$ , $x \in R$
One- one:
Let $f(x)=f(y)$ , $x,y \in R$
$\frac{x}{1+\left | x \right |}=\frac{y}{1+\left | y \right |}$
It is observed that if x is positive and y is negative.
$\frac{x}{1+x}= \frac{y}{1+y}$
Since x is positive and y is negative.
$x> y\Rightarrow x-y> 0$ but 2xy is negative.
$x-y\neq 2xy$
Thus, the case of x is positive and y is negative is removed.
Same happens in the case of y is positive and x is negative so this case is also removed.
When x and y both are positive:
$f(x)=f(y)$
$\frac{x}{1+x}= \frac{y}{1+y}$
$x(1+y)=y(1+x)$
$x+xy=y+xy$
$x=y$
When x and y both are negative : $f(x)=f(y)$
$\frac{x}{1-x}= \frac{y}{1-y}$
$x(1-y)=y(1-x)$
$x-xy=y-xy$
$x=y$
$\therefore$ f is one-one.
Onto:
Let $y \in R$ such that $-1< y< 1$
If y is negative, then $x= \frac{y}{y+1} \in R$
$f(x)=f(\frac{y}{y+1} )= \frac{\frac{y}{1+y}}{1+ | \frac{y}{1+y}|}$ $= \frac{\frac{y}{1+y}}{1+ \frac{-y}{1+y}}=\frac{y}{1+y-y}=y$
If y is positive, then $x= \frac{y}{1-y} \in R$
$f(x)=f(\frac{y}{1-y} )= \frac{\frac{y}{1-y}}{1+ | \frac{y}{1-y}|}$ $= \frac{\frac{y}{1-y}}{1+ \frac{-y}{1-y}}=\frac{y}{1-y+y}=y$
Thus, f is onto.
Hence, f is one-one and onto.
Question:2 Show that the function $f : R \rightarrow R$ given by $f (x) = x ^3$ is injective.
Answer:
$f : R \rightarrow R$
$f (x) = x ^3$
One-one:
Let $f(x)=f(y)\, \, \, \, \, \, x,y \in R$
$x^{3}=y^{3}$
We need to prove $x=y$ .So,
Let $x\neq y$ then there cubes will not be equal i.e. $x^{3}\neq y^{3}$ .
It will contradict given condition of cubes being equal.
Hence, $x=y$ and it is one -one which means it is injective
Answer:
Given a non empty set X, consider P(X) which is the set of all subsets of X.
Since, every set is subset of itself , ARA for all $A \in P(x)$
$\therefore$ R is reflexive.
Let $ARB \Rightarrow A\subset B$
This is not same as $B\subset A$
If $A =\left \{ 0,1 \right \}$ and $B =\left \{ 0,1,2 \right \}$
then we cannot say that B is related to A.
$\therefore$ R is not symmetric.
If $ARB \, \, \, and \, \, \, BRC, \, \, then \, \, A\subset B \, \, \, and \, \, B\subset C$
this implies $A\subset C$ $= ARC$
$\therefore$ R is transitive.
Thus, R is not an equivalence relation because it is not symmetric.
Question:4 Find the number of all onto functions from the set $\{1, 2, 3, ... , n\}$ to itself.
Answer:
The number of all onto functions from the set $\{1, 2, 3, ... , n\}$ to itself is permutations on n symbols 1,2,3,4,5...............n.
Hence, permutations on n symbols 1,2,3,4,5...............n = n
Thus, total number of all onto maps from the set $\{1, 2, 3, ... , n\}$ to itself is same as permutations on n symbols 1,2,3,4,5...............n which is n.
Question:5 Let $A = \{- 1, 0, 1, 2\}$ , $B = \{- 4, - 2, 0, 2\}$ and $f, g : A \rightarrow B$ be functions defined by $f(x) = x^2 -x, x\in A$ and $g(x) = 2\left |x - \frac{1}{2} \right | - 1, x\in A$ . Are $f$ and $g$ equal? Justify your answer. (Hint: One may note that two functions $f : A \rightarrow B$ and $g : A \rightarrow B$ such that $f (a) = g (a) \;\forall a \in A$ , are called equal functions).
Answer:
Given :
$A = \{- 1, 0, 1, 2\}$ , $B = \{- 4, - 2, 0, 2\}$
$f, g : A \rightarrow B$ are defined by $f(x) = x^2 -x, x\in A$ and $g(x) = 2\left |x - \frac{1}{2} \right | - 1, x\in A$ .
It can be observed that
$f(-1) = (-1)^2 -(-1)=1+1=2$
$g(-1) = 2\left |-1 - \frac{1}{2} \right | - 1= 2\left | \frac{-3}{2} \right |-1=3-1=2$
$f(-1)=g(-1)$
$f(0) = (0)^2 -(0)=0+0=0$
$g(0) = 2\left |0 - \frac{1}{2} \right | - 1= 2\left | \frac{-1}{2} \right |-1=1-1=0$
$f(0)=g(0)$
$f(1) = (1)^2 -(1)=1-1=0$
$g(1) = 2\left |1 - \frac{1}{2} \right | - 1= 2\left | \frac{1}{2} \right |-1=1-1=0$
$f(1)=g(1)$
$f(2) = (2)^2 -(2)=4-2=2$
$g(2) = 2\left |2 - \frac{1}{2} \right | - 1= 2\left | \frac{3}{2} \right |-1=3-1=2$
$f(2)=g(2)$
$\therefore \, \, \, f(a)=g(a) \forall a\in A$
Hence, f and g are equal functions.
(A) 1
(B) 2
(C) 3
(D) 4
Answer:
$A = \{1, 2, 3\}$
The smallest relations containing $(1, 2)$ and $(1, 3)$ which are
reflexive and symmetric but not transitive is given by
$R = \left \{ (1,1),(2,2),(3,3),(1,2),(1,3),(2,1),(3,1) \right \}$
$(1,1),(2,2),(3,3) \in R$ , so relation R is reflexive.
$(1,2),(2,1) \in R$ and $(1,3),(3,1) \in R$ , so relation R is symmetric.
$(2,1),(1,3) \in R$ but $(2,3) \notin R$ , so realation R is not transitive.
Now, if we add any two pairs $(2,3)$ and $(3,2)$ to relation R, then relation R will become transitive.
Hence, the total number of the desired relation is one.
Thus, option A is correct.
Answer:
$A = \{1, 2, 3\}$
The number of equivalence relations containing $(1, 2)$ is given by
$R = \left \{ (1,1),(2,2),(3,3),(1,2),(2,1) \right \}$
We are left with four pairs $(2,3)$ , $(3,2)$ , $(1,3),(3,1)$ .
$(1,1),(2,2),(3,3) \in R$ , so relation R is reflexive.
$(1,2),(2,1) \in R$ and $(2,3),(3,2) \notin R$ , so relation R is not symmetric.
$(1,3),(3,1) \notin R$ , so realation R is not transitive.
Hence , equivalence relation is bigger than R is universal relation.
Thus the total number of equivalence relations cotaining $(1,2)$ is two.
Thus, option B is correct.
Also, Read
Concept | Definition |
Composition of Functions | If there are two functions, $f: A \rightarrow B$ and $g: B \rightarrow C$, then the composition of functions $g \circ f$ is defined as: $(g \circ f)(x)=g(f(x))$ |
Invertible Function | A function is invertible if there exists an inverse function that reverses the effect of the original function. The function must be bijective. |
Also, read,
Unlock the NCERT textbook solutions of other subjects by clicking the following links.
These resources cover the NCERT exemplar solutions of other subjects, prepared for students of class 12 to help them learn more systematically.
Frequently Asked Questions (FAQs)
In maths, relation defines the relationship between sets of values of ordered pairs
Total 19 questions are the in miscellaneous exercise Class 12 Maths chapter 1
There are a total of 5 exercises including a miscellaneous exercise in the NCERT class 12 maths chapter 1.
This exercise discusses concepts related to inverse, injective, onto functions.
Definitions of relations and functions, types of relations, types of functions, composition of functions, invertible function and binary operations are the important topics in this chapter.
The weightage of chapter relation and function is more than 5% in the CBSE board examination.
As students can assess from previous year questions that many questions are asked directly from NCERT exercise. Hence to score well in the examination, it is required to practice NCERT exercise for class 12 maths before the exam.
On Question asked by student community
Hello,
Since you have passed 10th and 12th from Delhi and your residency is Delhi, but your domicile is UP, here’s how NEET counselling works:
1. Counselling Eligibility: For UP NEET counselling, your UP domicile makes you eligible, regardless of where your schooling was. You can participate in UP state counselling according to your NEET rank.
2. Delhi Counselling: For Delhi state quota, usually 10th/12th + residency matters. Since your school and residency are in Delhi, you might also be eligible for Delhi state quota, but it depends on specific state rules.
So, having a Delhi Aadhaar will not automatically reject you in UP counselling as long as you have a UP domicile certificate.
Hope you understand.
Hello,
You can access Free CBSE Mock tests from Careers360 app or website. You can get the mock test from this link : CBSE Class 12th Free Mock Tests
Hope it helps !
Yes, it is possible for a student who has done their 12th grade already to take upto 4 exams of their requirement. This is possible through the NIOS, NATIONAL INSTITUTE OF OPEN SCHOOLING. Get more info about the exam and the board through the following link.
For CBSE the PREVIOUS YEARS PAPERS can be accessed through the following link for the Concerned subjec by careers360.
Consequently Careers360 does also have a chapter wise scheme of PYQs, you can access the STUDY MATERIAL (PYQs.) from the following link -
https://school.careers360.com/boards/cbse/cbse-question-bank
Thankyou.
Hello,
Sorry, but JoSAA does not accept marks from two different boards for the same qualification during counselling. However, you can use your NIOS marks to meet the JEE Main/Advanced eligibility criteria if they are better than your CBSE marks. You can use your NIOS marks for the eligibility check, but when presenting your documents, you may be required to present both marksheets and the one with the higher marks for each subject will be considered.
I hope it will clear your query!!
This ebook serves as a valuable study guide for NEET 2025 exam.
This e-book offers NEET PYQ and serves as an indispensable NEET study material.
As per latest syllabus. Physics formulas, equations, & laws of class 11 & 12th chapters
As per latest syllabus. Chemistry formulas, equations, & laws of class 11 & 12th chapters
As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE
As per latest syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters