CBSE Class 12 Maths Exemplar Chapter 1: Relations and Functions NCERT Solutions
This chapter, Relations and Functions, is a foundational topic in Class 12 Mathematics, crucial for understanding advanced concepts. The NCERT Solutions provided here cover the essential exercises from the Exemplar book, focusing on the definitions and properties of relations and functions. Students will find detailed, step-by-step solutions for problems involving reflexivity, symmetry, transitivity, function composition, inverse functions, and domain/range determination. These solutions are designed to clarify complex ideas and build problem-solving skills. By working through these examples, students can reinforce their understanding of key concepts, identify common pitfalls, and prepare effectively for their board examinations, ensuring a solid grasp of relations and functions.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | Maths Exemplar |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Chapter 1 |
Chapter summary
Chapter 1 of the CBSE Class 12 Maths Exemplar focuses on Relations and Functions. The NCERT Solutions offer detailed explanations for problems related to defining relations, checking for properties like reflexivity, symmetry, and transitivity, and determining the minimum additions to satisfy these properties. It also covers finding the domain of functions, composing functions (gof, fog), finding inverse functions, and verifying if a given set of ordered pairs represents a function. These solutions aim to provide clarity and practice for students.
Learning outcomes
- Understand the definitions and properties of relations (reflexive, symmetric, transitive).
- Determine the minimum number of ordered pairs to add to make a relation reflexive and transitive.
- Calculate the domain of real-valued functions involving square roots.
- Compute the composition of functions (gof).
- Find the inverse of a given function.
- Determine if a given set of ordered pairs represents a function.
- Find the values of parameters in a linear function based on given points.
Topics covered
Paper topics
- Relations
- Types of Relations
- Reflexive Relation
- Symmetric Relation
- Transitive Relation
- Functions
- Domain of a Function
- Composition of Functions
- Inverse of a Function
- Ordered Pairs
- Real-valued Functions
- Linear Functions
Important topics
- Properties of Relations (Reflexive, Symmetric, Transitive)
- Domain and Range of Functions
- Function Composition (gof)
- Inverse Functions
- Identifying Functions from Ordered Pairs
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1
The given relation is R = \{(a, a), (b, c), (a, b)\} on the set A = \{a, b, c\}.
To make the relation R reflexive, it must contain pairs of the form (x, x) for every element x in set A. Currently, R contains (a, a). Therefore, we need to add (b, b) and (c, c) to R to ensure reflexivity.
To make the relation R transitive, if (x, y) \in R and (y, z) \in R, then (x, z) must also be in R.
In the given relation R, we have (a, b) \in R and (b, c) \in R. For R to be transitive, the ordered pair (a, c) must be added.
So, the minimum number of ordered pairs to be added to R to make it reflexive and transitive are (b, b), (c, c), and (a, c). The total minimum number of ordered pairs to be added is 3.
Question 2
The given function is .
For the function to be real-valued, the expression under the square root must be non-negative. Therefore, we must have:
Rearranging the inequality, we get:
Taking the square root of both sides, we find the range of x:
The domain D of the function is the set of all possible values of x. Thus, the domain is the closed interval .
Question 3
Given the functions and , both defined for all real numbers .
The composition of functions is defined as .
First, substitute the expression for into :
Now, apply the function to the expression . The function squares its input and subtracts 2. So:
Expand the squared term:
Substitute this back into the expression for :
Simplify the expression:
Therefore, the composition is .
Question 4
Given the function , defined for all real numbers .
To find the inverse function , we first set :
Next, we swap and to represent the inverse relationship:
Now, we solve this equation for to find the expression for :
Therefore, the inverse function is .
Question 5
Given the set and the function defined as a set of ordered pairs:
The inverse function, denoted by , is obtained by reversing the order of each ordered pair in the definition of . If , then .
Applying this rule to each pair in :
- For , we have .
- For , we have .
- For , we have .
- For , we have .
Therefore, the inverse function is:
Question 6
Given the function .
We need to find the composition , which means we substitute into itself.
Now, we replace every instance of in the definition of with the expression :
First, expand the squared term . Using the formula , where , , :
Next, distribute the in the second term:
Now, substitute these expanded terms back into the expression for :
Combine like terms:
So, .
Question 7
The given set of ordered pairs is .
To determine if is a function, we check if each element in the domain (the first element of each pair) maps to exactly one element in the codomain (the second element of each pair). In this set, the domain elements are 1, 2, 3, and 4. Each of these elements appears only once as the first element of an ordered pair. Therefore, is a function.
Now, we are given that the function can be described by the linear equation . We can use the given ordered pairs to form equations and solve for and .
Using the pair , we have :
Using the pair , we have :
We now have a system of two linear equations with two variables, and .
Subtract equation (i) from equation (ii):
Substitute the value of back into equation (i):
Thus, the values assigned to and are and . The function is .
We can verify this with the other pairs: (correct) and (correct).
Common mistakes
- Incorrectly identifying the conditions for reflexivity and transitivity.
- Errors in calculating the domain for functions with square roots.
- Mistakes in applying the definition of function composition (gof vs fog).
- Algebraic errors when finding the inverse of a function.
- Confusing the definition of a function with a relation.
Revision tips
- Review the definitions of reflexive, symmetric, and transitive relations before attempting problems.
- Practice calculating the domain and range for various types of functions.
- Work through function composition and inverse function problems systematically, step-by-step.
- Pay close attention to the notation and conditions given in each problem.
- Use the provided solutions to check your work and understand alternative approaches.
Practice MCQs
Q1. For a relation R on set , b, c}, if (a, a), (b, c), (a, b)}, what is the minimum number of ordered pairs to add to make R reflexive and transitive?
Explanation: To make R reflexive, (b, b) and (c, c) must be added. To make it transitive, given (a, b) and (b, c), (a, c) must be added. Thus, 3 pairs: (b, b), (c, c), (a, c).
Q2. What is the domain of the function f(x) = sqrt(25 - )?
Explanation: For f(x) to be real, 25 - must be greater than or equal to 0. This inequality simplifies to <= 25, which means -5 <= x <= 5. Therefore, the domain is the closed interval [-5, 5].
Q3. If f(x) = 2x + 1 and g(x) = - 2, what is gof(x)?
Explanation: gof(x) = g(f(x)). Substitute f(x) = 2x + 1 into g(x). So, g(2x + 1) = (2x + 1)^2 - 2 = (4 + 4x + 1) - 2 = 4 + 4x - 1.
Q4. If f(x) = 2x - 3, what is its inverse function, f^-1(x)?
Explanation: Let , swap x and y: : 2, so (x + 3)/2. Thus, f^-1(x) = (x+3)/2.
Q5. Given (a, b), (b, d), (c, a), (d, c)}, what is f^-1?
Explanation: The inverse function f^-1 is obtained by reversing the order of each pair in f. So, f^-1 = {(b, a), (d, b), (a, c), (c, d)}.
Q6. If (1, 1), (2, 3), (3, 5), (4, 7)} is described by g(x) = αx + β, what are the values of α and β?
Explanation: Using g(1)=1, we get α(1) + β = 1. Using g(2)=3, we get α(2) + β = 3. Solving these two linear equations yields α=2 and β=-1.
Frequently asked questions
What is the main focus of Chapter 1, Relations and Functions, in the CBSE Class 12 Maths Exemplar?
Chapter 1 focuses on understanding the fundamental concepts of relations and functions, including their definitions, properties like reflexivity, symmetry, and transitivity, function composition, and inverse functions.
How do these NCERT Solutions help in understanding relations?
The solutions provide step-by-step methods to check if a relation is reflexive, symmetric, or transitive, and how to add minimum ordered pairs to satisfy these properties, clarifying the theoretical concepts with practical examples.
What is function composition, and how is it explained in these solutions?
Function composition, like gof(x), involves applying one function after another. The solutions demonstrate this by substituting the output of the inner function (f(x)) as the input for the outer function (g(x)), showing the algebraic steps to find the resultant function.
How can I find the inverse of a function using these solutions?
The solutions show how to find the inverse function by setting y = f(x), then swapping x and y, and finally solving the equation for y, which represents f^-1(x).
Are the questions in the source document exactly the same in these solutions?
Yes, the questions are preserved with their original numbering and problem statements. The wording has been expanded for clarity where necessary, but the core mathematical problem remains identical.
What is the domain of a function, and how is it determined in the examples?
The domain is the set of all possible input values for which the function is defined. For functions involving square roots, like sqrt(25 - x^2), the domain is found by ensuring the expression under the square root is non-negative.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.