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,
The date of 12 exam is depends on which board you belongs to . You should check the exact date of your exam by visiting the official website of your respective board.
Hope this information is useful to you.
Hello,
Class 12 biology questions papers 2023-2025 are available on cbseacademic.nic.in , and other educational website. You can download PDFs of questions papers with solution for practice. For state boards, visit the official board site or trusted education portal.
Hope this information is useful to you.
Hello Pruthvi,
Taking a drop year to reappear for the Karnataka Common Entrance Test (KCET) is a well-defined process. As a repeater, you are fully eligible to take the exam again to improve your score and secure a better rank for admissions.
The main procedure involves submitting a new application for the KCET through the official Karnataka Examinations Authority (KEA) website when registrations open for the next academic session. You must pay the required application fee and complete all formalities just like any other candidate. A significant advantage for you is that you do not need to retake your 12th board exams. Your previously secured board marks in the qualifying subjects will be used again. Your new KCET rank will be calculated by combining these existing board marks with your new score from the KCET exam. Therefore, your entire focus during this year should be on preparing thoroughly for the KCET to achieve a higher score.
For more details about the KCET Exam preparation,
CLICK HERE.
I hope this answer helps you. If you have more queries, feel free to share your questions with us, and we will be happy to assist you.
Thank you, and I wish you all the best in your bright future.
Yes, you can switch from Science in Karnataka State Board to Commerce in CBSE for 12th. You will need a Transfer Certificate from your current school and meet the CBSE school’s admission requirements. Since you haven’t studied Commerce subjects like Accountancy, Economics, and Business Studies, you may need to catch up before or during 12th. Not all CBSE schools accept direct admission to 12th from another board, so some may ask you to join Class 11 first. Make sure to check the school’s rules and plan your subject preparation.
Hello
For the 12th CBSE Hindi Medium board exam, important questions usually come from core chapters like “Madhushala”, “Jhansi ki Rani”, and “Bharat ki Khoj”.
Questions often include essay writing, letter writing, and comprehension passages. Grammar topics like Tenses, Voice Change, and Direct-Indirect Speech are frequently asked.
Students should practice poetry questions on themes and meanings. Important questions also cover summary writing and translation from Hindi to English or vice versa.
Previous years’ question papers help identify commonly asked questions.
Focus on writing practice to improve handwriting and presentation. Time management during exams is key to answering all questions effectively.
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