CBSE Class 11 Maths Revision Notes Chapter 2 Relations and Functions
Relations and Functions explains how elements of two sets can be connected through ordered pairs.
For CBSE Class 11 Maths 2026–27, this chapter covers Cartesian product, relations, domain, range, codomain and functions.
Relations and Functions is built directly on Chapter 1 Sets. Once you understand sets, the next step is to understand how elements from two sets can be paired and connected.
Think of a simple classroom example. One set has students. Another set has their roll numbers. When each student is connected to a roll number, a relation is formed. If each student has exactly one roll number, the relation becomes a function.
Use these CBSE Class 11 Maths Revision Notes Chapter 2 to revise Cartesian product of sets, ordered pairs, relation, domain, range, codomain, function, image, preimage, standard functions and algebra of real functions.
Key Takeaways
- Ordered pair: An ordered pair is written as (a, b), where order matters.
- Cartesian product: A × B is the set of all ordered pairs formed from A and B.
- Relation: A relation from A to B is a subset of A × B.
- Function: A function is a relation in which every element of the domain has exactly one image.
Need help with Relations and Functions?
Access interactive practice, live doubt-solving sessions and complete NCERT-based support on the Extramarks Learning App. Sign Up Free
Access Class 11 Maths Relations and Functions Notes in 30 Minutes
These notes are arranged for 30-minute revision, so you can revise the chapter in the same order you study it in class.
Start with ordered pairs and Cartesian product. Then revise relations, domain, range and codomain. After that, understand when a relation becomes a function. Finally, revise standard functions and algebra of real functions.
The chapter is easier when you first understand ordered pairs, then relations, and then functions.
| Topic | What You Revise |
| Ordered pairs | Meaning and equality of ordered pairs |
| Cartesian product | Formation of A × B |
| Relation | Subset of Cartesian product |
| Domain | First elements of ordered pairs |
| Range | Second elements of ordered pairs |
| Codomain | Target set of the relation or function |
| Function | Relation with exactly one image for each input |
| Image and preimage | Output and related input |
| Standard functions | Identity, constant, polynomial and other functions |
| Algebra of real functions | Addition, subtraction, multiplication and quotient |
Why Do Students Study Relations and Functions in Class 11 Maths?
Relations and Functions help you understand how one quantity depends on another.
You already see this idea in real life:
| Situation | Relation or Function Idea |
| Student and roll number | Each student is linked to a roll number |
| Person and date of birth | Each person has one date of birth |
| Product and price | Each product may have a price |
| Input and output in a machine | One input gives an output |
| x and y in a graph | x-values connect to y-values |
This chapter becomes important for later topics such as inverse trigonometry, limits, continuity, differentiation, integration and coordinate geometry.
For students using Class 11 Maths Chapter 2 Notes for revision, the main aim should be to understand the difference between a relation and a function.
Ordered Pairs
An ordered pair is a pair of elements written in a fixed order.
It is written as:
(a, b)
Here, a is the first element and b is the second element.
Order matters in an ordered pair.
So,
(a, b) ≠ (b, a), unless a = b.
Example:
(2, 5) and (5, 2) are different ordered pairs.
Equality of Ordered Pairs
Two ordered pairs are equal only when their corresponding elements are equal.
If:
(a, b) = (c, d)
Then:
a = c and b = d
Example:
If (x + 1, y - 2) = (3, 1), then:
x + 1 = 3, so x = 2
y - 2 = 1, so y = 3
Cartesian Product of Sets
Once ordered pairs are understood, the next step is to form all possible ordered pairs from two sets.
If A and B are two non-empty sets, then the Cartesian product A × B is the set of all ordered pairs (a, b), where a ∈ A and b ∈ B.
A × B = {(a, b) : a ∈ A, b ∈ B}
Example:
A = {1, 2}
B = {3, 4}
Then:
A × B = {(1, 3), (1, 4), (2, 3), (2, 4)}
Here, every element of A is paired with every element of B.
Number of Elements in Cartesian Product
If n(A) = p and n(B) = q, then:
n(A × B) = pq
Example:
If A has 3 elements and B has 2 elements, then:
n(A × B) = 3 × 2 = 6
| Sets | Number of Elements |
| n(A) = 2, n(B) = 3 | n(A × B) = 6 |
| n(A) = 4, n(B) = 5 | n(A × B) = 20 |
| n(A) = p, n(B) = q | n(A × B) = pq |
Important Points on Cartesian Product
| Point | Explanation |
| Order matters | A × B is generally not equal to B × A |
| Ordered pairs are used | Elements are written as (a, b) |
| Null set rule | If A = φ or B = φ, then A × B = φ |
| Number of pairs | n(A × B) = n(A) × n(B) |
| Repeated pairing | Every element of A pairs with every element of B |
Example:
A = {a, b}
B = {1, 2}
A × B = {(a, 1), (a, 2), (b, 1), (b, 2)}
B × A = {(1, a), (1, b), (2, a), (2, b)}
So, A × B ≠ B × A.
Cartesian Product of Three Sets
The Cartesian product of three sets contains ordered triplets.
A × B × C = {(a, b, c) : a ∈ A, b ∈ B, c ∈ C}
Example:
If A = {1, 2}, then:
A × A × A = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}
These are ordered triplets.
Relation in Class 11 Maths
After forming ordered pairs, we can select some pairs based on a rule. This selected set of ordered pairs is called a relation.
A relation R from set A to set B is a subset of A × B.
R ⊆ A × B
Example:
A = {1, 2, 3}
B = {2, 3, 4}
Let R = {(1, 2), (2, 3), (3, 4)}
Here, R is a relation from A to B because every ordered pair in R belongs to A × B.
Relation as a Real-Life Idea
Think of:
A = {students}
B = {subjects}
If a student studies a subject, we can write the pair as:
(student, subject)
The set of all such pairs forms a relation.
A relation connects elements of one set with elements of another set according to a rule.
This is why Relations and Functions Class 11 Notes usually begin with Cartesian product before moving to functions.
Domain, Range and Codomain of a Relation
Domain, range and codomain help describe a relation properly.
| Term | Meaning |
| Domain | Set of all first elements of ordered pairs |
| Range | Set of all second elements of ordered pairs |
| Codomain | The complete second set B |
If R is a relation from A to B, then:
Domain of R = {x : (x, y) ∈ R}
Range of R = {y : (x, y) ∈ R}
Codomain = B
Also:
Range ⊆ Codomain
Example of Domain, Range and Codomain
Let:
A = {1, 2, 3, 4, 5}
B = {2, 3, 4, 5, 6}
R = {(1, 2), (2, 3), (3, 4)}
Then:
Domain = {1, 2, 3}
Range = {2, 3, 4}
Codomain = {2, 3, 4, 5, 6}
Notice that codomain can contain elements that are not used in the range.
Representation of a Relation
A relation can be represented in different ways.
| Method | Meaning |
| Roster form | Listing ordered pairs |
| Set-builder form | Writing relation using a rule |
| Arrow diagram | Showing mapping using arrows |
Example:
R = {(1, 2), (2, 3), (3, 4)}
This is roster form.
Set-builder form:
R = {(x, y) : y = x + 1, x ∈ A, y ∈ B}
Arrow diagrams help students see which element of one set is connected to which element of another set.
Number of Relations from A to B
The total number of relations from A to B depends on the number of subsets of A × B.
If n(A) = p and n(B) = q, then:
n(A × B) = pq
Total number of relations from A to B = 2^(pq)
Example:
If A = {1, 2} and B = {3, 4}, then:
n(A) = 2 and n(B) = 2
n(A × B) = 2 × 2 = 4
Total number of relations = 2^4 = 16
Inverse Relation
The inverse of a relation is formed by reversing the ordered pairs.
If R is a relation from A to B, then inverse relation R^-1 is a relation from B to A.
If:
R = {(a, b) : a ∈ A, b ∈ B}
Then:
R^-1 = {(b, a) : (a, b) ∈ R}
Example:
R = {(1, 2), (3, 4)}
Then:
R^-1 = {(2, 1), (4, 3)}
Function in Class 11 Maths
A function is a special type of relation.
A relation f from set A to set B is called a function if every element of A has one and only one image in B.
It is written as:
f : A → B
This means f is a function from A to B.
Class 11 Maths Relations and Functions Notes often test this idea through ordered pairs, arrow diagrams and input-output examples.
Simple Way to Understand a Function
Think of a function as a machine.
You give one input. The machine gives one output.
For a relation to be a function:
- Every input must be used.
- Every input must have exactly one output.
- One input cannot have two different outputs.
Function vs Relation
Every function is a relation, but every relation is not a function.
| Basis | Relation | Function |
| Meaning | Any subset of A × B | Special relation from A to B |
| Input rule | An input may have no image or many images | Every input has exactly one image |
| Output | One input can be linked to more than one output | One input cannot have two outputs |
| Example | {(1, 2), (1, 3)} | {(1, 2), (2, 3)} |
Example:
R = {(1, 2), (1, 3)}
This is not a function because input 1 has two images.
R = {(1, 2), (2, 3), (3, 4)}
This is a function because each input has exactly one image.
Domain, Codomain and Range of a Function
For a function f : A → B:
| Term | Meaning |
| Domain | Set A |
| Codomain | Set B |
| Range | Set of actual images in B |
If f : A → B and f(x) = y, then y is the image of x.
Also, x is the preimage of y.
Image and Preimage
If f(x) = y, then:
- y is called the image of x.
- x is called the preimage of y.
Example:
Let f(x) = 2x + 1.
For x = 3:
f(3) = 2(3) + 1 = 7
Here, 7 is the image of 3, and 3 is the preimage of 7.
How to Check Whether a Relation is a Function
A relation is a function if every first element has only one second element.
| Relation | Function or Not | Reason |
| {(1, 2), (2, 3), (3, 4)} | Function | Each input has one image |
| {(1, 2), (1, 3), (2, 4)} | Not a function | Input 1 has two images |
| {(2, 5), (3, 5), (4, 5)} | Function | Different inputs may have same image |
| {(1, 3), (2, 4), (3, 5)} | Function | Each input has one image |
Different inputs can have the same output. But one input cannot have two different outputs.
Real Valued Function and Real Function
A function whose range is R or a subset of R is called a real valued function.
If its domain is also R or a subset of R, it is called a real function.
Example:
f : R → R defined by f(x) = x^2 is a real function.
Here, domain is R and range is {x : x ≥ 0}.
Standard Real Functions
Class 11 Mathematics Revision Notes Chapter 2 should include the standard real functions because they appear in examples, graphs and domain-range questions.
| Function | Formula | Domain | Range |
| Identity function | f(x) = x | R | R |
| Constant function | f(x) = c | R | {c} |
| Polynomial function | f(x) = a0 + a1x + ... + anx^n | R | Depends on function |
| Modulus function | f(x) = | x | |
| Signum function | f(x) = sgn(x) | R | {-1, 0, 1} |
| Greatest integer function | f(x) = [x] | R | Z |
| Exponential function | f(x) = a^x | R | (0, ∞) |
| Logarithmic function | f(x) = loga x | (0, ∞) | R |
Identity Function
The identity function is defined as:
f : R → R
f(x) = x for every x ∈ R
In this function, every input gives the same output.
Examples:
f(2) = 2
f(-5) = -5
f(0) = 0
The graph of the identity function is a straight line passing through the origin.
Constant Function
A constant function is defined as:
f : R → R
f(x) = c for every x ∈ R
Here, c is a constant.
Example:
f(x) = 3
For every value of x, the output is 3.
The graph of a constant function is a line parallel to the x-axis.
Polynomial Function
A function f : R → R is called a polynomial function if it is of the form:
f(x) = a0 + a1x + a2x^2 + ... + anx^n
Here, n is a non-negative integer and coefficients are real numbers.
Examples:
f(x) = x^2 + 3x + 2
g(x) = x^3 - x + 5
These are polynomial functions.
Modulus Function
The modulus function is defined as:
f(x) = |x|
It can be written as:
f(x) = x, if x ≥ 0
f(x) = -x, if x < 0
Examples:
|5| = 5
|-5| = 5
|0| = 0
The modulus function always gives a non-negative value.
Signum Function
The signum function is defined as:
f(x) = 1, if x > 0
f(x) = 0, if x = 0
f(x) = -1, if x < 0
It is written as:
f(x) = sgn(x)
This function tells whether a number is positive, negative or zero.
Greatest Integer Function
The greatest integer function gives the greatest integer less than or equal to x.
It is written as:
f(x) = [x]
Examples:
[2.4] = 2
[5] = 5
[-1.2] = -2
This function is also called the floor function.
Exponential Function
An exponential function is written as:
f(x) = a^x
where a > 0 and a ≠ 1.
Domain = R
Range = (0, ∞)
Examples:
f(x) = 2^x
g(x) = 3^x
Exponential functions are used in growth and decay problems.
Logarithmic Function
A logarithmic function is written as:
f(x) = loga x
where a > 0 and a ≠ 1.
Domain = (0, ∞)
Range = R
Examples:
f(x) = log2 x
g(x) = log10 x
Logarithmic functions are closely related to exponential functions.
Algebra of Real Functions
Algebra of real functions means performing operations on functions.
If f and g are real functions, then we can define:
| Operation | Formula |
| Addition | (f + g)(x) = f(x) + g(x) |
| Subtraction | (f - g)(x) = f(x) - g(x) |
| Multiplication | (fg)(x) = f(x)g(x) |
| Division | (f/g)(x) = f(x)/g(x), where g(x) ≠ 0 |
| Scalar multiplication | (αf)(x) = αf(x) |
These operations are performed point-wise.
Addition of Two Real Functions
If f and g are real functions, then:
(f + g)(x) = f(x) + g(x)
Example:
f(x) = x + 2
g(x) = x - 1
(f + g)(x) = (x + 2) + (x - 1)
= 2x + 1
Subtraction of Two Real Functions
If f and g are real functions, then:
(f - g)(x) = f(x) - g(x)
Example:
f(x) = x + 5
g(x) = 2x
(f - g)(x) = x + 5 - 2x
= 5 - x
Multiplication of Two Real Functions
If f and g are real functions, then:
(fg)(x) = f(x)g(x)
Example:
f(x) = x
g(x) = x + 1
(fg)(x) = x(x + 1)
= x^2 + x
Quotient of Two Real Functions
If f and g are real functions, then:
(f/g)(x) = f(x)/g(x)
This is defined only when:
g(x) ≠ 0
Example:
f(x) = x + 1
g(x) = x - 2
(f/g)(x) = (x + 1)/(x - 2), where x ≠ 2
Even and Odd Functions
Some functions show symmetry.
| Type | Condition | Graph Symmetry |
| Even function | f(-x) = f(x) | Symmetric about y-axis |
| Odd function | f(-x) = -f(x) | Symmetric about origin |
Example of even function:
f(x) = x^2
Since f(-x) = (-x)^2 = x^2 = f(x), it is even.
Example of odd function:
f(x) = x^3
Since f(-x) = (-x)^3 = -x^3 = -f(x), it is odd.
Periodic Function
A function f(x) is periodic if there is a positive real number T such that:
f(x + T) = f(x)
The least positive value of T is called the fundamental period.
Examples:
sin x and cos x are periodic functions.
A periodic function repeats its values after a fixed interval.
Quick Highlights of Class 11 Maths Chapter 2 Notes
| Topic | Quick Revision Point |
| Ordered pair | Pair written in fixed order |
| Cartesian product | Set of all ordered pairs |
| Relation | Subset of Cartesian product |
| Domain | Set of first elements |
| Range | Set of second elements actually used |
| Codomain | Complete target set |
| Function | Relation with exactly one image for every input |
| Image | Output of an element |
| Preimage | Input related to an output |
| Identity function | f(x) = x |
| Constant function | f(x) = c |
| Modulus function | f(x) = |
| Signum function | Gives -1, 0 or 1 |
| Greatest integer function | Greatest integer ≤ x |
| Algebra of real functions | Operations on functions |
Important Terms from CBSE Class 11 Maths Revision Notes Chapter 2
The terms below cover the main definitions students need while revising this chapter.
| Term | Meaning |
| Ordered pair | Pair of elements written in a fixed order |
| Cartesian product | Set of all ordered pairs from two sets |
| Relation | Subset of Cartesian product |
| Domain | Set of all first elements of ordered pairs |
| Range | Set of all second elements used in relation or function |
| Codomain | Complete second set |
| Inverse relation | Relation formed by reversing ordered pairs |
| Function | Relation where each input has exactly one image |
| Image | Output of an element under a function |
| Preimage | Input corresponding to an image |
| Real function | Function with domain and range as R or subsets of R |
| Identity function | Function defined by f(x) = x |
| Constant function | Function defined by f(x) = c |
| Polynomial function | Function expressed using powers of x |
| Modulus function | Function defined by f(x) = |
| Signum function | Function giving sign of x |
| Greatest integer function | Function giving greatest integer less than or equal to x |
| Algebra of real functions | Addition, subtraction, multiplication and division of functions |
Useful Links for Class 11 Maths
| Section | Useful Links |
| Syllabus | CBSE Class 11 Maths Syllabus |
| Revision Notes | CBSE Class 11 Maths Revision Notes |
| Maths Notes | CBSE Class 11 Maths Revision Notes Chapter 1 |
| Maths Notes | CBSE Class 11 Maths Revision Notes Chapter 2 |
| NCERT Solutions | NCERT Solutions Class 11 Maths |
| Sample Papers | CBSE Sample Papers for Class 11 Maths |
| Important Questions | Important Questions Class 11 Maths |
| NCERT Books | NCERT Books for Class 11 Maths |
Q.1 If P = {2, 3}, form the set P × P × P.
Ans
P × P × P = {(2, 2, 2), (2, 2, 3), (2, 3, 2), (2, 3, 3), (3, 2, 2), (3, 2, 3), (3, 3, 2), (3, 3, 3)}
Q.2 In given figure write the relation in

(i) Set–builder from (ii) Roster form
Also write the domain and the range.
Ans
(ii) Roster form {(1, 3), (2, 5),(3, 7)}
Domain = {1, 2, 3} and Range = {3, 5, 7}
Q.3 a) If (x – 2, y + 3) = (4, 1), find the values of x and y.
b) If set A = {2, 3} and B = {3, 4}, find the number of elements in A × B.
Ans
a) Since ordered pairs are equal, so
x – 2 = 4 and y + 3 = 1
x = 4 + 2 = 6 and y = 1 – 3 = –2
b) n(A × B) = n(A) × n(B) = 2 × 2 = 4 elements
Q.4 Find the range:
a) f = {(x, x2): x ∈ R)} be a function from R into R.
b) A = {9, 10, 11, 13, 17, 18} and f : A → N defined by f(x) = highest prime factor of x.
Ans
a) Range : set of all positive real numbers.
b) Factors of 9 = 3 × 3 ⇒ highest prime factor = 3
Factors of 10 = 2 × 5 ⇒ highest prime factor = 5
Factors of 11 = 1 × 11 ⇒ highest prime factor = 11
Factors of 13 = 1 × 13 ⇒ highest prime factor = 13
Factors of 18 = 2 × 3 × 3 ⇒ highest prime factor = 3
∴ range = {3, 5, 11, 13}
Q.5 Let R be a relation from N to N defined by R = {(x, y): x, y ∈ N and y = x2}.
Are the following statements true? Give reason also.
(i) (x, x) ∈ R ∀ x ∈ N
(ii) (a, b) ∈ R ⇒ (b, a) ∈ R, ∀ a, b ∈ N
(iii) (a, b) ∈ R, (b, c) ∈ R ⇒ (a, c) ∈ R, ∀ a, b, c ∈ N
(iv) Is the relation a function?
Ans
i) No, as only (1, 1) ∈ R, (2, 2), (3, 3), …, ∉ R.
ii) No, (2, 4) ∈ R but (4, 2) ∉ R.
iii) No, as (2, 4) ∈ R and (4, 16) ∈ R but (2, 16) ∉ R.
iv) Yes, as all elements in the domain have a unique image in the co-domain.
Q.6 Find the domain of the function
Ans
Since, x2 – 7x +12 = (x – 4)(x – 3), the function is defined for all real numbers
except x = 4 and x = 3. Hence, the domain of f is R – {3, 4}.
Q.7 A function f is defined by f(x) = x2 – 5. Find the value of
(i) f(0).
(ii) f(–3).
Ans
(i) f(x) = x2 – 5 ⇒ f(0) = 02 – 5 = –5
(ii) f(–3) = (–3)2 – 5 = 9 – 5 = 4
Q.8 Let A = {2, 3, 4}, B = {4, 5}, C = {5, 6, 7}. Find (A × B) ∩ (A × C).
Ans
A × B = {(2, 4), (2, 5), (3, 4), (3, 5), (4, 4), (4, 5)}
A × C = {(2, 5), (2, 6), (2, 7), (3, 5), (3, 6), (3, 7), (4, 5), (4, 6), (4, 7)}
(A × B) ∩ (A × C) = {(2, 5), (3, 5), (4, 5)}
Q.9 Let A = {1, 2, 6, 8} and let R be a relation on A defined by
{(a, b): a, b ∈ A, b is exactly divisible by a}
a) Write R in roster form.
b) Find the domain of R.
c) Find the range of R.
Ans
b) Domain of R = {1, 2, 6, 8}
c) Range of R = {1, 2, 6, 8}
Q.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)}
a) Is f a relation from A to B? Why?
b) Is f a function from A to B? Why?
Ans
a) Yes, f is a relation because every element of f is a subset of A × B.
b) No, because the element 2 of A has two image in B, i.e., 9 and 11.
The mapping is not unique.
Q.11 Let f, g: R → R defined by f(x) = x – 1, g(x) = 2x – 5. Find
a) f – g.
b) f/g.
Ans
a) (f – g)x = f(x) – g(x)
= x – 1 – (2x – 5)
= x – 1 –2x + 5
= 4 – x
b) (f/g)x = f(x)/g(x) = (x – 1)/(2x – 5), where x ≠ 5/2.
Q.12
Ans
Q.13 Determine the domain and range of the relation R defined by R = {(x, x2): x ∈ (1, 2, 3, 4)}.
Ans
R = {(1, 1), (2, 4), (3, 9), (4, 16)}
Since domain is the set of first components in R and range is the set of second components in R .
Therefore,
Domain = {1, 2, 3, 4}
Range = {1, 4, 9, 16}
Q.14 If A = {–1, 0}, find A × A × A.
Ans
A × A × A = {(–1, –1, –1), (–1, –1, 0), (–1, 0, –1), (–1, 0, 0), (0, –1, –1), (0, –1, 0), (0, 0, –1), (0, 0, 0)}
Q.15 Let A = {1, 2, 3} and B = {1, 4}. Find A × B and B × A.
Ans
B × A = (1, 1), (1, 2), (1, 3), (4, 1), (4, 2), (4, 3)
Q.16 Under which condition a relation from A to B is said to be a function?
Ans
If every element of A has one and only one Image in B, then f is a function from A to B.
Q.17
Ans

Q.18 Define a relation.
Ans
Let A and B be two sets. Then a relation from A to B is a subset of A × B, i.e., R ⊆ A × B.
Q.19 If R is a relation defined by R = {(x, 2x): x ∈ (1, 2, 3, 4)}, find the range and domain of R.
Ans
Range of R = (2, 4, 6, 8)
and Domain of R = (1, 2, 3, 4)
Q.20 If A = {1, 2, 3, 4, 5, 6, 7, 8, 9}. Define a relation on a set A by R = {(x, y): 3x – y = 0, where x, y ∈ A}. Show this relationship using arrow diagram.
Ans
R = {(1, 3), (2, 6), (3, 9)}

Q.21 If n(A) = 3 and n(B) = 3, then find n(A × B).
Ans
n(A × B) = n(A) × n(B) = 9
Q.22
Ans
Q.23 Let f, g: R → R defined by f(x) = 6x and g(x) = 3x. Find f – g.
Ans
(f – g)(x) = f(x) – g(x) = 6x – 3x = 3x
Q.24 Let A = {a, b, c, d}, B = {e, f, g, h, i, j} and f = {(a, e), (b, f), (c, g), (d, h), (a, i)}. Check whether f is a function from A to B or not.
Ans
No. f is not a function from A to B since element ‘a’ of set A has more than one image in set B.
Q.25
Ans
Q.26 If P = {a, b} and Q = {2, 3}, find P × Q.
Ans
P × Q = {(a, 2), (a, 3), (b, 2), (b, 3)}
Q.27 Given that f: X → Y, the image of x is f(x). Write the preimage of y.
Ans
Preimage of y is f–1(y) = {x: f(x) = y}, or all x whose image is y.
Q.28 Define the signum function.
Ans

Q.29
Ans
f(x) is defined for 4 – x2 ≥ 0
or x2 – 4 ≤ 0
or (x – 2)(x + 2) ≤ 0
Therefore, Domain of function = {x: – 2 ≤ x ≤ 2}
Q.30 The cartesian product of A × A has 9 elements among which (–1, 0) and (0, 1) are found. Find the set A and the remaining elements of A × A.
Ans
A = {–1, 0, 1}
The remaining elements of A × A are (–1, –1), (–1, 1), (0, –1), (0, 0), (1, –1), (1, 0), (1, 1).
Q.31 Find the range of function, f(x) = |x|.
Ans
Since function, f(x) = |x| is defined for all the real values of x ∈ R and value of y = f(x) = |x| is always a positive real number ∀ x ∈ R.
Hence, its range is the set of all positive real values, i.e.,
[0, ∞).
Q.32
Ans
Q.33
Ans
Q.34 Find the domain of function, f(x) = |X|.
Ans
Since function, f(x) = |X| is defined for all values of x ∈ R.
Hence, its domain is the set of all real values of x, i.e., R or (– ∞, ∞).
Q.35 Let f = {(1,1), (2,3), (0, –1), (–1, –3)} be a linear function from Z into Z. Find f(x).
Ans
Since f is a linear function,
Therefore, let us suppose f(x) = mx + c… (1)
Also, since (1, 1), (0, – 1) ∈ R,
⇒ f (1) = m + c = 1 …(2)
and f (0) = c = –1.
On putting the value of c in (2), we get
m – 1 = 1
⇒ m = 2
On putting the value of c and m in (1), we get
f(x) = 2x – 1.
Q.36 If (x + y, x – y) = (6, 2), find the values of x and y.
Ans
Q.37
Ans
Q.38
Ans
Q.39
Ans

Q.40
Ans
Q.41
Ans
Q.42 If Set A has m elements and Set B has n elements, find the number of relations defined from Set A to Set B.
Ans
Since the number of elements in set A = m
Number of elements in set B = n
∴ Number of elements in set (A × B) = mn
The number of all possible subsets of Set (A × B) = 2mn
⇒ The number of relations defined from Set A to B = 2mn
Q.43 If Set A has m elements, find the number of all possible subsets of Set (A × A).
Ans
Q.44 If Set A has m elements and Set B has n elements, find the elements in Set (AXB).
Ans
Since the number of elements in set A = m
Number of elements in set B = n
∴ Number of elements in set (AXB) = mn
Q.45
Ans
Q.46 Let f and g be real function defined by f(x) = 4x + 1 and g(x) = 6x – 7.
(a) For what real numbers x, f(x) = g(x)?
(b) For what real numbers x, f(x) < g(x)
Ans
Q.47
Ans

Q.48
Ans
Q.49
Ans
| (A ∪ B) ↓ (A ∩ → B) | 1 | 2 | 3 |
| 0 | (0,1) | (0,2) | (0,3) |
| 1 | (1,1) | (1,2) | (1,3) |
| 2 | (2,1) | (2,2) | (2,3) |
| 3 | (3,1) | (3,2) | (3,3) |
Q.50
Ans
Q.51 There are 4 elements in a set A and 5 elements in the set B, then there will be ___ elements in A × B.
Ans
It is given that n(A) = 4
and n(B) = 5
Therefore, n(A × B) = 4 × 5
= 20
There are 4 elements in a set A and 5 elements in the set B, then there will be 20 elements in A × B.
FAQs (Frequently Asked Questions)
A relation from set A to set B is a subset of A × B. It connects the first element and second element of ordered pairs using a rule.
A function is a relation in which every element of the domain has one and only one image in the codomain. One input cannot have two different outputs.
A relation can connect an input to one, many or no outputs. A function must connect every input to exactly one output. So, every function is a relation, but every relation is not a function.
The domain is the set of all input values. The range is the set of all actual output values obtained from the function. In f : A → B, A is the domain and range is a subset of B.
The Cartesian product A × B is the set of all ordered pairs (a, b), where a ∈ A and b ∈ B. If n(A) = p and n(B) = q, then n(A × B) = pq.
