Class 12 : Maths (English) – Chapter 1: Relations and Functions
EXPLANATION & SUMMARY
โณ๏ธ Explanation Section (~1700 words)
๐ต 1. Introduction
Relations and Functions form the foundational concept of modern mathematics. They help us understand how two quantities are connected.
In Class 12, you expand the knowledge of relations and functions studied in Class 11, learning about new types like invertible functions, composition, and binary operations.
๐ข 2. Relation โ Basic Concept
โ๏ธ Definition:
A relation is a connection between elements of two sets.
If there are two non-empty sets A and B, then any subset of their Cartesian product A ร B is called a relation from A to B.
๐ก Notation:
If (a, b) โ R, then we say โa is related to b under relation Rโ โ a R b
๐ Example:
Let A = {1, 2, 3}, B = {4, 5, 6},
Define R = {(1, 4), (2, 5), (3, 6)}
โ R is a relation from A to B.
๐ก 3. Types of Relations
Let R be a relation on a set A (i.e. R โ A ร A):
๐น (i) Reflexive Relation
A relation R is reflexive if every element is related to itself.
โก๏ธ (a, a) โ R for every a โ A
๐ Example: A = {1, 2, 3}, R = {(1,1), (2,2), (3,3)} is reflexive.
๐น (ii) Symmetric Relation
R is symmetric if (a, b) โ R โ (b, a) โ R
๐ Example: R = {(1,2), (2,1), (2,3), (3,2)} is symmetric.
๐น (iii) Transitive Relation
R is transitive if (a, b) โ R and (b, c) โ R โ (a, c) โ R
๐ Example: R = {(1,2), (2,3), (1,3)} is transitive.
๐น (iv) Equivalence Relation
If R is reflexive, symmetric, and transitive,
then R is called an equivalence relation.
๐ก Equivalence relation partitions a set into disjoint equivalence classes.
๐ด 4. Function โ Definition and Basics
โ๏ธ Definition:
A function is a special relation where each element of set A is associated with exactly one element of set B.
A function from A to B is denoted by f: A โ B.
๐ก Important: Every function is a relation, but not every relation is a function.
๐ข 5. Types of Functions
Let f: A โ B, and A = Domain, B = Co-domain, Range = image of A under f.
๐น (i) One-One Function (Injective)
If distinct elements in A map to distinct elements in B:
aโ โ aโ โ f(aโ) โ f(aโ)
๐น (ii) Onto Function (Surjective)
If Range = Co-domain,
every element of B has a pre-image in A.
๐น (iii) Bijective Function
If function is both One-One and Onto,
then it is called Bijective.
๐ก Bijective functions are invertible.
๐ก 6. Composition of Functions
If f: A โ B and g: B โ C,
then composition g โ f: A โ C is defined by
โก๏ธ (g โ f)(x) = g(f(x))
๐ Example:
Let f(x) = 2x + 3, g(x) = xยฒ
Then (g โ f)(x) = g(f(x)) = (2x + 3)ยฒ
๐ก Composition is associative:
h โ (g โ f) = (h โ g) โ f
๐ด 7. Invertible Function
A function f: A โ B is invertible if there exists a function g: B โ A such that
โก๏ธ g โ f = I_A and f โ g = I_B
(where I_A and I_B are identity functions)
โ๏ธ Condition:
A function is invertible if and only if it is bijective.
๐ก Identity Function: I_A(x) = x for all x โ A.
๐ข 8. Some Standard Functions

๐น Identity Function
f(x) = x
Graph: Straight line through origin at 45ยฐ.
๐น Constant Function
f(x) = c (constant)
Graph: Parallel to x-axis.
๐น Linear Function
f(x) = mx + c
Graph: Straight line (slope = m).
๐น Quadratic Function
f(x) = axยฒ + bx + c
Graph: Parabola.
๐น Polynomial Function
f(x) = aโ + aโx + aโxยฒ + โฆ + aโxโฟ
๐น Rational Function
f(x) = P(x)/Q(x), Q(x) โ 0
๐น Modulus Function
f(x) = |x|
๐น Signum Function
f(x) =
-1, x < 0
0, x = 0
1, x > 0
๐ก 9. Graphical Representation
Graph helps in visualizing domain, range, and nature of functions.
๐ก For one-one functions: horizontal line cuts graph at most once.
๐ก For onto functions: every y has at least one x.
๐ด 10. Binary Operation
A binary operation on a set A is a function
โก๏ธ * : A ร A โ A
๐ Example: Addition (+) on R:
(a, b) โ a + b
๐ก Properties:
Closure: a * b โ A
Associativity: (a * b) * c = a * (b * c)
Commutativity: a * b = b * a
Identity: โ e โ A, a * e = e * a = a
Inverse: โ aโปยน โ A, a * aโปยน = e
๐ข 11. Equivalence Class (Extra Insight)
If R is equivalence on A,
the set [a] = {x โ A | x R a} is called equivalence class.
All such classes partition A.
๐ก 12. Important Results
f is bijective โ fโปยน exists
Composition of bijective functions is bijective
Inverse of inverse is the function itself: (fโปยน)โปยน = f
Composition respects inverse: (g โ f)โปยน = fโปยน โ gโปยน
๐ง 13. Real-life Applications
One-one relations model unique mappings (e.g., roll number โ student).
Functions represent dependencies (e.g., temperature โ pressure).
Inverse functions used in solving equations, transformations.
โณ๏ธ Summary Section (~300 words)
๐น A relation is a subset of A ร B; a function is a relation with unique mapping.
๐น Reflexive, symmetric, and transitive relations combine to form equivalence relations.
๐น Function types:
One-one (Injective)
Onto (Surjective)
Bijective = One-one + Onto
๐น Composition: (g โ f)(x) = g(f(x))
๐น Invertible function exists only for bijective functions.
๐น Binary operation: mapping from A ร A to A, following closure and other properties.
๐น Common functions:
Identity: f(x) = x
Constant: f(x) = c
Linear: f(x) = mx + c
Quadratic: f(x) = axยฒ + bx + c
๐น Graph analysis helps identify one-one/onto nature.
๐น Function inverse reverses input-output pairing.
๐ Quick Recap
๐ง Relation = subset of Cartesian product
โณ๏ธ Function = unique output for each input
๐ข One-one โ unique mapping
๐ฏ Onto โ all elements of co-domain covered
๐งญ Bijective โ invertible
๐ Composition: g โ f = g(f(x))
๐ Inverse: fโปยน exists โ f bijective
โ๏ธ Binary operation: A ร A โ A
————————————————————————————————————————————————————————————————————————————
QUESTIONS FROM TEXTBOOK
Exercise 1.1
๐ต Question 1:
Determine whether each of the following relations are reflexive, symmetric, and transitive:
โณ๏ธ (i)
Relation R in the set A = {1, 2, 3, โฆ, 13, 14} defined as
โก๏ธ R = {(x, y) : 3x โ y = 0}
๐ข Answer:
๐ก Given condition: 3x โ y = 0 โ y = 3x
โ๏ธ Reflexive:
We check if (x, x) โ R
For (x, x),
โก๏ธ 3x โ x = 2x โ 0
Hence (x, x) โ R
โ Not reflexive.
โ๏ธ Symmetric:
If (x, y) โ R โ y = 3x
For symmetry, need (y, x) โ R โ x = 3y
But if y = 3x, then x = y/3 โ 3y
โ Not symmetric.
โ๏ธ Transitive:
Suppose (x, y) โ R and (y, z) โ R
โ y = 3x, z = 3y = 9x
Check if (x, z) โ R
โ z = 3x ? โ No, because z = 9x
โ Not transitive.
โ
Therefore, R is neither reflexive, nor symmetric, nor transitive.
โณ๏ธ (ii)
Relation R in the set N of natural numbers defined as
โก๏ธ R = {(x, y) : y = x + 5 and x < 4}
๐ข Answer:
Given: y = x + 5, valid only for x = 1, 2, 3
โ๏ธ Reflexive:
For (x, x) โ x = x + 5 โ False
Hence not reflexive.
โ๏ธ Symmetric:
If (x, y) โ R โ y = x + 5
To have (y, x) โ R, we need x = y + 5 โ Not true
Hence not symmetric.
โ๏ธ Transitive:
If (x, y) โ R and (y, z) โ R,
then y = x + 5 and z = y + 5 = x + 10
To have (x, z) โ R, we need z = x + 5, but z = x + 10 โ
Hence not transitive.
โ
Therefore, R is neither reflexive, nor symmetric, nor transitive.
โณ๏ธ (iii)
Relation R in the set A = {1, 2, 3, 4, 5, 6} as
โก๏ธ R = {(x, y) : y is divisible by x}
๐ข Answer:
โ๏ธ Reflexive:
For every x, x divides x โ๏ธ
โ
Reflexive.
โ๏ธ Symmetric:
If (x, y) โ R โ y divisible by x
But x may not be divisible by y
E.g. (2, 4) โ R but (4, 2) โ R
โ Not symmetric.
โ๏ธ Transitive:
If (x, y) โ R and (y, z) โ R
โ y = kโx, z = kโy = kโkโx
โ z divisible by x โ๏ธ
โ
Transitive.
โ
Therefore, R is reflexive and transitive, but not symmetric.
โณ๏ธ (iv)
Relation R in the set Z of all integers defined as
โก๏ธ R = {(x, y) : x โ y is an integer}
๐ข Answer:
For x, y โ Z, x โ y โ Z always true.
โ๏ธ Reflexive: x โ x = 0 โ Z โ๏ธ โ
โ๏ธ Symmetric: If (x, y) โ R, then x โ y โ Z โ y โ x = โ(x โ y) โ Z โ๏ธ โ
โ๏ธ Transitive: If (x, y) โ R and (y, z) โ R
โ x โ y โ Z, y โ z โ Z
Add โ x โ z โ Z โ๏ธ โ
โ
Therefore, R is reflexive, symmetric, and transitive.
Hence, R is an equivalence relation.
โณ๏ธ (v)
Relation R in the set A of human beings given by:
(a) R = {(x, y) : x and y work at the same place}
โ
Reflexive (same person works at same place)
โ
Symmetric (if x works with y, y works with x)
โ
Transitive (if x with y, y with z โ x with z)
โ๏ธ Equivalence relation
(b) R = {(x, y) : x and y live in same locality}
โ
Reflexive โ๏ธ Symmetric โ๏ธ Transitive
โ๏ธ Equivalence relation
(c) R = {(x, y) : x is exactly 7 cm taller than y}
โ Not reflexive
โ Not symmetric
โ Not transitive
โ๏ธ Not equivalence
(d) R = {(x, y) : x is wife of y}
โ Not reflexive
โ Not symmetric (wife of y โ y wife of x)
โ Not transitive
โ๏ธ Not equivalence
(e) R = {(x, y) : x is father of y}
โ Not reflexive
โ Not symmetric
โ Not transitive
โ๏ธ Not equivalence
๐ต Question 2:
Show that the relation R in the set โ of real numbers, defined as
โก๏ธ R = {(a, b) : a โค bยฒ}
is neither reflexive, nor symmetric, nor transitive.
๐ข Answer:
๐ก Given R = {(a, b) : a โค bยฒ}
โ๏ธ Reflexive:
For R to be reflexive, (a, a) โ R โ a โ โ
Check: a โค aยฒ
โฎ True for a โฅ 1 and a โค 0, but false for 0 < a < 1 (e.g. ยฝ โค ยผ โ)
โด R is not reflexive.
โ๏ธ Symmetric:
If (a, b) โ R โ a โค bยฒ
For symmetry, (b, a) โ R โ b โค aยฒ must hold.
Counterexample: a = 2, b = 1
โ a โค bยฒ โ 2 โค 1ยฒ โ
So R is not symmetric.
โ๏ธ Transitive:
Take a = 3, b = 2, c = 1
a โค bยฒ โ 3 โค 4 โ๏ธ
b โค cยฒ โ 2 โค 1ยฒ โ fails
Hence no guarantee of a โค cยฒ
โด R is not transitive.
โ
Therefore, R is neither reflexive, nor symmetric, nor transitive.
๐ต Question 3:
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
โก๏ธ R = {(a, b) : b = a + 1}
is reflexive, symmetric, or transitive.
๐ข Answer:
๐ก Pairs: (1,2), (2,3), (3,4), (4,5), (5,6)
โ๏ธ Reflexive:
(a, a) not present since b = a + 1 โ a โ
โด Not reflexive.
โ๏ธ Symmetric:
If (a, b) โ R โ b = a + 1
Then (b, a) requires a = b + 1, which is false โ
โด Not symmetric.
โ๏ธ Transitive:
If (a, b) โ R and (b, c) โ R
Then b = a + 1, c = b + 1 = a + 2
Check if (a, c) โ R โ c = a + 1 โ
โด Not transitive.
โ
Hence, R is neither reflexive, nor symmetric, nor transitive.
๐ต Question 4:
Show that the relation R in โ defined as
โก๏ธ R = {(a, b) : a โค b}
is reflexive and transitive, but not symmetric.
๐ข Answer:
โ๏ธ Reflexive:
For all a โ โ, a โค a โ๏ธ
โด Reflexive โ
โ๏ธ Symmetric:
If (a, b) โ R โ a โค b
Then (b, a) requires b โค a, which may not hold
Counterexample: a = 2, b = 3
โ 2 โค 3 โ๏ธ but 3 โค 2 โ
โด Not symmetric โ
โ๏ธ Transitive:
If (a, b) โ R and (b, c) โ R
โ a โค b and b โค c โ a โค c โ๏ธ
โด Transitive โ
โ
Hence, R is reflexive and transitive, but not symmetric.
๐ต Question 5:
Check whether the relation R in โ defined by
โก๏ธ R = {(a, b) : a โค bยณ}
is reflexive, symmetric, or transitive.
๐ข Answer:
๐ก Given a โค bยณ
โ๏ธ Reflexive:
Check (a, a) โ a โค aยณ
True for a โฅ 1 and a โค 0, but false for 0 < a < 1
e.g. ยฝ โค (ยฝ)ยณ = 1/8 โ
โด Not reflexive โ
โ๏ธ Symmetric:
If a โค bยณ, we need b โค aยณ
Take a = 2, b = 1:
2 โค 1ยณ โ, 1 โค 2ยณ โ๏ธ
โด Not symmetric โ
โ๏ธ Transitive:
Take a = 2, b = 3, c = 1
2 โค 3ยณ = 27 โ๏ธ, 3 โค 1ยณ = 1 โ
Transitivity fails โ
โ
Hence, R is neither reflexive, nor symmetric, nor transitive.
๐ต Question 6:
Show that the relation R in the set {1, 2, 3} given by
โก๏ธ R = {(1, 2), (2, 1)}
is symmetric but neither reflexive nor transitive.
๐ข Answer:
๐ก Given R = {(1, 2), (2, 1)}
โ๏ธ Reflexive:
For reflexivity, (a, a) must belong to R for all a.
But (1, 1), (2, 2), (3, 3) are not in R.
โ Not reflexive.
โ๏ธ Symmetric:
If (a, b) โ R, then (b, a) โ R.
โ (1, 2) โ R โ (2, 1) โ R โ๏ธ
โ (2, 1) โ R โ (1, 2) โ R โ๏ธ
โ
Symmetric.
โ๏ธ Transitive:
If (a, b) โ R and (b, c) โ R, then (a, c) โ R.
Here (1, 2) and (2, 1) โ R, but (1, 1) โ R
โ Not transitive.
โ
Therefore, R is symmetric, but neither reflexive nor transitive.
๐ต Question 7:
Show that the relation R in the set A of all the books in a library of a college,
given by
โก๏ธ R = {(x, y) : x and y have the same number of pages}
is an equivalence relation.
๐ข Answer:
Let x and y be any books.
โ๏ธ Reflexive:
Every book has the same number of pages as itself.
(x, x) โ R โ๏ธ
โ๏ธ Symmetric:
If x and y have the same number of pages,
then y and x also have the same number of pages โ๏ธ
โ๏ธ Transitive:
If x and y have the same number of pages, and y and z have the same number of pages,
then x and z also have the same number of pages โ๏ธ
โ
Hence, R is reflexive, symmetric, and transitive,
โด R is an equivalence relation.
๐ต Question 8:
Show that the relation R in the set A = {1, 2, 3, 4, 5}
defined by
โก๏ธ R = {(a, b) : |a โ b| is even}
is an equivalence relation.
Show that
โ all the elements of {1, 3, 5} are related to each other,
โ all the elements of {2, 4} are related to each other,
โ no element of {1, 3, 5} is related to any element of {2, 4}.
๐ข Answer:
๐ก Given R = {(a, b) : |a โ b| is even}
โ๏ธ Reflexive:
For all a โ A, |a โ a| = 0 (even)
โด (a, a) โ R โ๏ธ
โ๏ธ Symmetric:
If |a โ b| is even, then |b โ a| = |a โ b| is also even โ๏ธ
โ๏ธ Transitive:
If |a โ b| and |b โ c| are even,
then |a โ c| = |(a โ b) + (b โ c)|
Sum of two even numbers is even โ๏ธ
โด Transitive.
โ
Hence, R is equivalence relation.
๐ง Equivalence classes:
For 1: {1, 3, 5}
For 2: {2, 4}
For 3: {1, 3, 5}
For 4: {2, 4}
For 5: {1, 3, 5}
๐ต Question 9:
Show that each of the relation R in the set
A = {x โ โค : 0 โค x โค 12} given by
(i) R = {(a, b) : |a โ b| is a multiple of 4}
(ii) R = {(a, b) : a = b}
is an equivalence relation.
Find the set of all elements related to 1 in each case.
๐ข Answer:
(i)
๐ก R = {(a, b) : |a โ b| is multiple of 4}
โ๏ธ Reflexive:
|a โ a| = 0, multiple of 4 โ๏ธ
โ๏ธ Symmetric:
If |a โ b| multiple of 4, then |b โ a| same โ๏ธ
โ๏ธ Transitive:
If |a โ b| = 4m, |b โ c| = 4n,
then |a โ c| = 4(m ยฑ n), also multiple of 4 โ๏ธ
โ
Equivalence relation.
๐ Elements related to 1:
All b such that |1 โ b| multiple of 4
โ b = 1, 5, 9
โ
Related set = {1, 5, 9}
(ii)
๐ก R = {(a, b) : a = b}
โ๏ธ Reflexive: (a, a) โ๏ธ
โ๏ธ Symmetric: if a = b โ b = a โ๏ธ
โ๏ธ Transitive: if a = b and b = c โ a = c โ๏ธ
โ
Equivalence relation.
๐ Elements related to 1: only {1}
๐ต Question 10:
Give an example of a relation which is:
(i) Symmetric but neither reflexive nor transitive
๐ข Example: R = {(1, 2), (2, 1)} on A = {1, 2, 3}
โ๏ธ Symmetric โ
โ Not reflexive
โ Not transitive
(ii) Transitive but neither reflexive nor symmetric
๐ข Example: R = {(1, 2), (2, 3), (1, 3)} on A = {1, 2, 3}
โ๏ธ Transitive โ
โ Not reflexive
โ Not symmetric
(iii) Reflexive and symmetric but not transitive
๐ข Example: R = {(1, 1), (2, 2), (1, 2), (2, 1)} on A = {1, 2, 3}
โ๏ธ Reflexive, Symmetric โ
โ Not transitive (since (1,2), (2,1) โ need (1,1) โ๏ธ, (2,2) โ๏ธ, but if we omit some, fails)
(iv) Reflexive and transitive but not symmetric
๐ข Example: R = {(1, 1), (2, 2), (3, 3), (1, 2)}
โ๏ธ Reflexive โ
โ๏ธ Transitive โ
โ Not symmetric
(v) Symmetric and transitive but not reflexive
๐ข Example: R = {(1, 2), (2, 1)}
โ๏ธ Symmetric โ
โ๏ธ Transitive (no triplets violating) โ
โ Not reflexive
๐ต Question 11:
Show that the relation R in the set A of points in a plane given by
โก๏ธ R = {(P, Q) : distance of the point P from the origin is same as the distance of the point Q from the origin}
is an equivalence relation.
Further, show that the set of all points related to a point P โ (0, 0) is the circle passing through P with origin as centre.
๐ข Answer:
Let P(xโ, yโ) and Q(xโ, yโ) be two points in the plane.
Distance from origin:
โก๏ธ OP = โ(xโยฒ + yโยฒ), OQ = โ(xโยฒ + yโยฒ)
Given condition:
P R Q โ OP = OQ
โ๏ธ Reflexive:
For every P, OP = OP
โด (P, P) โ R โ
โ๏ธ Symmetric:
If (P, Q) โ R โ OP = OQ
Then OQ = OP โ (Q, P) โ R โ
โ๏ธ Transitive:
If (P, Q) โ R and (Q, R) โ R,
then OP = OQ and OQ = OR โ OP = OR
โ (P, R) โ R โ
โ
Hence, R is reflexive, symmetric, and transitive.
โด R is an equivalence relation.
๐ก Set of all points related to P(xโ, yโ):
All Q(x, y) such that โ(xยฒ + yยฒ) = โ(xโยฒ + yโยฒ)
โ xยฒ + yยฒ = xโยฒ + yโยฒ
โก๏ธ This represents a circle with centre at origin and radius = โ(xโยฒ + yโยฒ), passing through P. โ
๐ต Question 12:
Show that the relation R defined in the set A of all triangles as
โก๏ธ R = {(Tโ, Tโ) : Tโ is similar to Tโ}
is an equivalence relation.
Consider three right-angled triangles Tโ with sides 3, 4, 5; Tโ with sides 5, 12, 13; Tโ with sides 6, 8, 10.
Which triangles among Tโ, Tโ, Tโ are related?
๐ข Answer:
โ๏ธ Reflexive:
Every triangle is similar to itself.
โด (Tโ, Tโ) โ R โ
โ๏ธ Symmetric:
If Tโ โผ Tโ, then Tโ โผ Tโ โ
โ๏ธ Transitive:
If Tโ โผ Tโ and Tโ โผ Tโ, then Tโ โผ Tโ โ
โ
Hence, R is equivalence relation.
๐ก Now check similarity:
Tโ sides 3, 4, 5
Tโ sides 5, 12, 13
Tโ sides 6, 8, 10
Check ratios:
Tโ: 3:4:5
Tโ: 6:8:10 = 3:4:5 โ
โ Tโ โผ Tโ
Tโ: 5:12:13 โ 3:4:5 โ
โ
Therefore, Tโ and Tโ are related (similar), Tโ is not related to them.
๐ต Question 13:
Show that the relation R defined in the set A of all polygons as
โก๏ธ R = {(Pโ, Pโ) : Pโ and Pโ have same number of sides}
is an equivalence relation.
What is the set of all elements in A related to the right-angled triangle T with sides 3, 4, 5?
๐ข Answer:
โ๏ธ Reflexive:
Each polygon has same number of sides as itself. โ
โ๏ธ Symmetric:
If Pโ and Pโ have same number of sides,
then Pโ and Pโ also have same number of sides. โ
โ๏ธ Transitive:
If Pโ and Pโ have same number of sides and Pโ and Pโ also have same number,
then Pโ and Pโ have same number of sides. โ
โ
Hence R is an equivalence relation.
๐ก A right-angled triangle has 3 sides,
So, the set of all elements related to T is
โก๏ธ All triangles (3-sided polygons) in A.
๐ต Question 14:
Let L be the set of all lines in XY-plane and R the relation in L defined as
โก๏ธ R = {(Lโ, Lโ) : Lโ is parallel to Lโ}
Show that R is an equivalence relation.
Find the set of all lines related to the line y = 2x + 4.
๐ข Answer:
โ๏ธ Reflexive:
Every line is parallel to itself. โ
โ๏ธ Symmetric:
If Lโ โฅ Lโ, then Lโ โฅ Lโ. โ
โ๏ธ Transitive:
If Lโ โฅ Lโ and Lโ โฅ Lโ, then Lโ โฅ Lโ. โ
โ
Hence, R is an equivalence relation.
๐ก Line y = 2x + 4 has slope m = 2.
All lines parallel to it have same slope 2.
โก๏ธ Set of all related lines:
{y = 2x + c | c โ โ}
Question 15
Let R be the relation in the set {1, 2, 3, 4} given by
R = {(1, 2), (2, 2), (1, 1), (4, 4), (1, 3), (3, 3), (3, 2)}. Choose the correct answer:
(A) R is reflexive and symmetric but not transitive.
(B) R is reflexive and transitive but not symmetric.
(C) R is symmetric and transitive but not reflexive.
(D) R is an equivalence relation.
Answer
โ๏ธ Reflexive check: need (1,1), (2,2), (3,3), (4,4) โ R โ all four are present โ๏ธ
โ๏ธ Symmetric check: (1,2) โ R but (2,1) โ R โ not symmetric โ
โ๏ธ Transitive check: verify chains:
โข (1,2) and (2,2) โ (1,2) โ R โ๏ธ
โข (1,3) and (3,2) โ (1,2) โ R โ๏ธ
โข (3,2) and (2,2) โ (3,2) โ R โ๏ธ
โข Self-pairs keep transitivity intact โ๏ธ
Hence transitive โ๏ธ
โ
Correct option: (B) R is reflexive and transitive but not symmetric.
Question 16
Let R be the relation in the set โ given by R = {(a, b) : a = b โ 2, b > 6}. Choose the correct answer.
(A) (2, 4) โ R
(B) (3, 8) โ R
(C) (6, 8) โ R
(D) (8, 7) โ R
Answer
โ๏ธ Condition: a = b โ 2 and b > 6
โข (2,4): 2 = 4 โ 2 โ๏ธ but b = 4 โฏ 6 โ โ not in R
โข (3,8): 3 = 8 โ 2 โ 3 = 6 โ โ not in R
โข (6,8): 6 = 8 โ 2 โ๏ธ and b = 8 > 6 โ๏ธ โ in R
โข (8,7): 8 = 7 โ 2 โ 8 = 5 โ โ not in R
โ
Correct option: (C) (6, 8) โ R
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 co-domain being same as R*?
๐ข Answer:
โ๏ธ Let f(x) = 1/x
โค Step 1: Show f is one-one
Take any xโ, xโ โ R*, and suppose
f(xโ) = f(xโ)
โก๏ธ 1/xโ = 1/xโ
โก๏ธ Cross multiply: xโ = xโ
โ๏ธ Hence, f is one-one.
โค Step 2: Show f is onto
Let y โ R* be any element.
We need to find x โ R* such that f(x) = y.
โก๏ธ f(x) = y
โก๏ธ 1/x = y
โก๏ธ x = 1/y
Since y โ 0, 1/y โ R*
โ๏ธ Therefore, f is onto.
โ
So, f is one-one and onto on R*.
โค Step 3: When domain = N
If domain = N, co-domain = R*:
f(x) = 1/x โ (0,1] โ R*
Here,
โ๏ธ f is one-one (no repetition)
โ Not onto, since negative and >1 values in R* are not covered.
โ
Final: f is one-one but not onto when domain is N.
๐ต Question 2:
Check the injectivity and surjectivity of the following functions:
(i) f : N โ N given by f(x) = xยฒ
(ii) f : Z โ Z given by f(x) = xยฒ
(iii) f : R โ R given by f(x) = xยฒ
(iv) f : N โ N given by f(x) = xยณ
(v) f : Z โ Z given by f(x) = xยณ
๐ข Answer:
โณ๏ธ (i) f : N โ N, f(x) = xยฒ
โก๏ธ f(1)=1, f(2)=4, f(3)=9 (distinct)
โ๏ธ One-one (injective)
๐ง Every natural number is not a perfect square
โ Not onto
โ
One-one but not onto
โณ๏ธ (ii) f : Z โ Z, f(x) = xยฒ
โก๏ธ f(2)=4, f(-2)=4
โ Not one-one
๐ง Negative integers not obtained as f(x)
โ Not onto
โ
Neither one-one nor onto
โณ๏ธ (iii) f : R โ R, f(x) = xยฒ
โก๏ธ f(2)=4, f(-2)=4
โ Not one-one
๐ง Negative y not possible since xยฒ โฅ 0
โ Not onto
โ
Neither one-one nor onto
โณ๏ธ (iv) f : N โ N, f(x) = xยณ
โก๏ธ Distinct inputs โ distinct outputs
โ๏ธ One-one
๐ง Not all natural numbers are cubes
โ Not onto
โ
One-one but not onto
โณ๏ธ (v) f : Z โ Z, f(x) = xยณ
โก๏ธ f(a)=f(b) โ aยณ=bยณ โ a=b
โ๏ธ One-one
๐ง For every y โ Z, take x = โy โ Z
โ๏ธ Onto
โ
One-one and onto
๐ต 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.
๐ข Answer:
โ๏ธ Definition: [x] = greatest integer โค x
Examples: [2.3] = 2, [โ1.2] = โ2
โค Step 1: Check one-one
Take xโ = 1.2 and xโ = 1.5
โก๏ธ f(1.2) = [1.2] = 1
โก๏ธ f(1.5) = [1.5] = 1
โ f(xโ) = f(xโ) though xโ โ xโ
โ
Hence not one-one
โค Step 2: Check onto
For any y โ R, can we find x such that [x] = y?
Let y = 2.5
No x exists such that [x] = 2.5, since [x] is always integer.
โ Hence not onto
โ
Therefore, f 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| = โx, if x is negative.
๐ข Answer:
โ๏ธ Let f(x) = |x|
โก๏ธ For x = 2, f(2) = |2| = 2
โก๏ธ For x = โ2, f(โ2) = |โ2| = 2
๐ก Since f(2) = f(โ2) but 2 โ โ2, the function is not one-one.
โก๏ธ Co-domain = R
โก๏ธ Range = Rโบ โช {0}
โก Range โ Co-domain โ function is not onto.
โ๏ธ Therefore, f(x) = |x| 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.
๐ข Answer:
โ๏ธ Take f(2) = 1 and f(5) = 1
๐ก Different inputs give same output โ not one-one.
โก๏ธ Range = {โ1, 0, 1}
โก๏ธ Co-domain = R
๐ก Some elements like 2, 3 โ R are not in range โ not onto.
โ๏ธ Hence, the 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.
๐ข Answer:
โ๏ธ Each element of A has a distinct image in B:
f(1) = 4, f(2) = 5, f(3) = 6
๐ก No two elements of A have the same image โ f is one-one.
โก๏ธ Range = {4, 5, 6}
โก๏ธ Co-domain = {4, 5, 6, 7}
โก Range โ Co-domain โ not onto.
โ๏ธ Therefore, f is one-one but not onto.
๐ต 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
(ii) f : R โ R defined by f(x) = 1 + xยฒ
๐ข Answer (i):
โ๏ธ Let f(xโ) = f(xโ)
โ 3 โ 4xโ = 3 โ 4xโ
โ xโ = xโ
โ๏ธ So, f is one-one.
โก๏ธ For any y โ R,
y = 3 โ 4x โ x = (3 โ y)/4 โ R
โ๏ธ Hence, f is onto.
๐ก Therefore, f is bijective (both one-one and onto).
๐ข Answer (ii):
โ๏ธ f(x) = 1 + xยฒ
For xโ = 1 and xโ = โ1,
f(1) = 2 and f(โ1) = 2
๐ก Different inputs same output โ not one-one.
โก๏ธ Range = [1, โ)
โก๏ธ Co-domain = R
โก Range โ Co-domain โ not onto.
โ๏ธ Therefore, f(x) = 1 + xยฒ is neither one-one nor onto.
๐ต Question 8:
Let A and B be sets. Show that f : A ร B โ B ร A such that f(a, b) = (b, a) is bijective function.
๐ข Answer:
โ๏ธ Let f(a, b) = (b, a)
โก๏ธ One-one:
Assume f(aโ, bโ) = f(aโ, bโ)
โ (bโ, aโ) = (bโ, aโ)
โ bโ = bโ and aโ = aโ
โ๏ธ Hence (aโ, bโ) = (aโ, bโ)
๐ก So f is one-one.
โก๏ธ Onto:
Let (b, a) โ B ร A.
We can find (a, b) โ A ร B such that f(a, b) = (b, a).
โ๏ธ So every element in co-domain has a pre-image.
โ
Therefore, f is bijective.
๐ต Question 9:
Let f : N โ N be defined by
f(n) = (n + 1)/2, if n is odd
f(n) = n/2, if n is even
for all n โ N.
State whether the function f is bijective.
๐ข Answer:
โก๏ธ For odd n: f(1)=1, f(3)=2, f(5)=3, โฆ
โก๏ธ For even n: f(2)=1, f(4)=2, f(6)=3, โฆ
๐ก Range = N (since every natural number appears)
โ๏ธ Each value in N has exactly one pre-image (either odd or even number).
So f is one-one and onto.
โ
Hence f is bijective.
๐ต Question 10:
Let A = R โ {3} and B = R โ {1}.
Consider f : A โ B defined by f(x) = (x โ 2)/(x โ 3).
Is f one-one and onto?
๐ข Answer:
โ๏ธ Let f(xโ) = f(xโ)
โ (xโ โ 2)/(xโ โ 3) = (xโ โ 2)/(xโ โ 3)
Cross multiply: (xโ โ 2)(xโ โ 3) = (xโ โ 2)(xโ โ 3)
Simplify โ xโ = xโ
โ๏ธ f is one-one.
โก๏ธ To check onto:
Let y โ B.
y = (x โ 2)/(x โ 3)
โ y(x โ 3) = x โ 2
โ yx โ 3y = x โ 2
โ x(y โ 1) = 3y โ 2
โ x = (3y โ 2)/(y โ 1)
Since y โ 1 โ x โ 3 โ x โ A.
โ๏ธ So f is onto.
โ
Hence f is bijective.
๐ต Question 11:
Let f : R โ R be defined as f(x) = x^4.
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
๐ข Answer:
โก๏ธ f(1) = 1 and f(โ1) = 1
๐ก Different inputs same output โ not one-one.
โก๏ธ Range = [0, โ), Co-domain = R
๐ก Range โ Co-domain โ not onto.
โ๏ธ Hence correct option: (D) f is neither one-one nor onto.
๐ต Question 12:
Let f : R โ R be 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
๐ข Answer:
โ๏ธ Let f(xโ) = f(xโ)
โ 3xโ = 3xโ
โ xโ = xโ
โ๏ธ So f is one-one.
โก๏ธ For any y โ R, let y = 3x โ x = y/3 โ R.
โ๏ธ So f is onto.
โ
Correct option: (A) f is one-one onto.
————————————————————————————————————————————————————————————————————————————
OTHER IMPORTANT QUESTIONS
(CBSE MODEL QUESTIONS PAPER)
ESPECIALLY MADE FROM THIS LESSON ONLY
Questions 1 to 18 (Section A โ MCQs)
Question 1:
If A = {1, 2, 3}, the total number of relations on A is
๐ต (A) 16
๐ข (B) 64
๐ (C) 512
๐ด (D) 8
Answer: (C) 512
Question 2:
A relation R = {(1,1), (2,2), (3,3)} on A = {1,2,3} is
๐ต (A) Reflexive only
๐ข (B) Reflexive, symmetric, and transitive
๐ (C) Only symmetric
๐ด (D) None
Answer: (B) Reflexive, symmetric, and transitive
Question 3:
If R = {(1,2), (2,3), (1,3)}, then R is
๐ต (A) Symmetric
๐ข (B) Transitive
๐ (C) Reflexive
๐ด (D) None
Answer: (B) Transitive
Question 4:
Number of reflexive relations on a set with 3 elements =
๐ต (A) 2โถ
๐ข (B) 2ยณ
๐ (C) 2โน
๐ด (D) 3
Answer: (A) 2โถ
Question 5:
If f(x) = 3x + 2, then f(2) =
๐ต (A) 6
๐ข (B) 8
๐ (C) 7
๐ด (D) 10
Answer: (B) 8
Question 6:
The range of f(x) = xยฒ + 1 is
๐ต (A) [1, โ)
๐ข (B) (โโ, 1]
๐ (C) โ
๐ด (D) None
Answer: (A) [1, โ)
Question 7:
If f(x) = 2x + 3, g(x) = xยฒ, then (g โ f)(x) =
๐ต (A) 4xยฒ + 4x + 1
๐ข (B) (2x + 3)ยฒ
๐ (C) 2xยฒ + 3
๐ด (D) None
Answer: (B) (2x + 3)ยฒ
Question 8:
If f(x) = 3x โ 5, then fโปยน(x) =
๐ต (A) (x + 5)/3
๐ข (B) (x โ 5)/3
๐ (C) 3x + 5
๐ด (D) None
Answer: (A) (x + 5)/3
Question 9:
A function f: A โ B is onto if
๐ต (A) Range โ Co-domain
๐ข (B) Range = Co-domain
๐ (C) Range โ Co-domain
๐ด (D) None
Answer: (B) Range = Co-domain
Question 10:
A constant function is always
๐ต (A) One-one
๐ข (B) Many-one
๐ (C) Bijective
๐ด (D) Onto
Answer: (B) Many-one
Question 11:
If f(x) = 1/x, then f(f(x)) =
๐ต (A) x
๐ข (B) 1/x
๐ (C) xยฒ
๐ด (D) None
Answer: (A) x
Question 12:
The inverse of the identity function is
๐ต (A) Itself
๐ข (B) Constant
๐ (C) Reciprocal
๐ด (D) None
Answer: (A) Itself
Question 13:
If f(x) = xยณ, then fโปยน(x) =
๐ต (A) xยณ
๐ข (B) xยนแยณ
๐ (C) 1/xยณ
๐ด (D) None
Answer: (B) xยนแยณ
Question 14:
The binary operation * on โ defined by a * b = a + b + 2 is
๐ต (A) Commutative
๐ข (B) Not associative
๐ (C) Not closed
๐ด (D) None
Answer: (A) Commutative
Question 15:
Identity element for * defined above is
๐ต (A) 0
๐ข (B) โ2
๐ (C) 2
๐ด (D) None
Answer: (B) โ2
Question 16:
If f(x) = |x|, range is
๐ต (A) [0, โ)
๐ข (B) (โโ, 0]
๐ (C) โ
๐ด (D) None
Answer: (A) [0, โ)
Question 17:
If f(x) = 1 โ x, then f(f(x)) =
๐ต (A) x
๐ข (B) 1 โ x
๐ (C) 1
๐ด (D) None
Answer: (A) x
Question 18:
The number of equivalence relations on {1, 2, 3} is
๐ต (A) 5
๐ข (B) 3
๐ (C) 6
๐ด (D) 4
Answer: (A) 5
Q19 to Q27 (Section B โ 2 marks each)
๐ต Question 19:
Define equivalence relation with an example.
๐ข Answer:
A relation R on a set A is equivalence if it is
โณ๏ธ Reflexiveโโณ๏ธ Symmetricโโณ๏ธ Transitive
๐ก Example:
Let A = โ,โR = {(a,b) | a โ b is an integer}
โ๏ธ Reflexiveโโโa โ a = 0 โ โค
โ๏ธ Symmetricโโโif a โ b โ โค โ b โ a = โ(a โ b) โ โค
โ๏ธ Transitiveโโโif a โ b, b โ c โ โค โ a โ c โ โค
โ
Hence, R is an equivalence relation.
๐ต Question 20:
Find f โ g and g โ f if f(x) = x + 1,โg(x) = 2x.
๐ข Answer:
โ๏ธ (g โ f)(x) = g(f(x)) = g(x + 1) = 2(x + 1) = 2x + 2
โ๏ธ (f โ g)(x) = f(g(x)) = f(2x) = 2x + 1
โก๏ธ โ๏ธ (g โ f)(x) = 2x + 2,โ(f โ g)(x) = 2x + 1
๐ต Question 21:
Show that f : โ โ โ given by f(x) = 3x + 2 is one-one and onto.
๐ข Answer:
โ๏ธ Let f(xโ) = f(xโ)
โก๏ธ 3xโ + 2 = 3xโ + 2
โก๏ธ xโ = xโโโ๏ธ one-one
๐ก For onto: y = 3x + 2 โ x = (y โ 2)/3 โ โ
โก๏ธ Range = Co-domain = โ
โ
Hence f is bijective.
๐ต Question 22:
Find fโปยน if f : โ โ โ, f(x) = 2x โ 3.
๐ข Answer:
โ๏ธ y = 2x โ 3
โ๏ธ Swap โ x = 2y โ 3
โ๏ธ Solve โ y = (x + 3)/2
โ๏ธ fโปยน(x) = (x + 3)/2
๐ต Question 23:
If f(x) = xยฒ + 2, find the range of f over โ.
๐ข Answer:
โณ๏ธ Minimum value of xยฒ = 0
โก๏ธ Minimum f(x) = 0 + 2 = 2
โ๏ธ Range = [2, โ)
๐ต Question 24:
Verify that the operation * on โ defined by a * b = a + b + 2
is commutative and associative.
๐ข Answer:
โจ Commutative:
a * b = a + b + 2 = b + a + 2 = b * aโโ๏ธ
โจ Associative:
(a * b) * c = (a + b + 2) + c + 2 = a + b + c + 4
a * (b * c) = a + (b + c + 2) + 2 = a + b + c + 4โโ๏ธ
โ
Hence * is commutative and associative.
๐ต Question 25:
Find the identity element for the operation * above.
๐ข Answer:
โ๏ธ Let e be identity: a * e = a
โก๏ธ a + e + 2 = a
โก๏ธ e = โ2
โ๏ธ Identity = โ2
๐ต Question 26:
Find inverse of element a under * (a * b = a + b + 2).
๐ข Answer:
โ๏ธ Let b = inverse of a: a * b = e = โ2
โก๏ธ a + b + 2 = โ2
โก๏ธ b = โa โ 4
โ๏ธ Inverse = โa โ 4
๐ต Question 27:
Check whether f : โ โ โ, f(x) = xยณ is bijective.
๐ข Answer:
โ๏ธ f(xโ) = f(xโ) โ xโยณ = xโยณ โ xโ = xโโโ๏ธ one-one
โ๏ธ For any y โ โ, x = yยนแยณ โ โโโ๏ธ onto
โ
Hence f is bijective.
๐ด Section D โ Long Answer Questions (4 marks each)
๐ต Question 28:
Let A = {1, 2, 3} and B = {a, b, c}. Define a relation R from A to B as R = {(1, a), (2, b), (3, c)}.
โณ๏ธ Show that R is a function. Also find fโปยน.
๐ข Answer:
โ๏ธ Since each element of A is related to exactly one element of B,
โก๏ธ R is a function.
๐ก Let f: A โ B be defined by f(1) = a, f(2) = b, f(3) = c.
Then, the inverse function fโปยน: B โ A is
โก๏ธ fโปยน(a) = 1, fโปยน(b) = 2, fโปยน(c) = 3.
Thus,
โ๏ธ fโปยน = {(a, 1), (b, 2), (c, 3)}
๐ต Question 29:
Prove that the function f(x) = 2x + 3 is invertible and find fโปยน.
๐ข Answer:
โณ๏ธ Given f: โ โ โ, f(x) = 2x + 3
โค Step 1: Check one-one
Let f(xโ) = f(xโ)
โก๏ธ 2xโ + 3 = 2xโ + 3
โก๏ธ xโ = xโ
โ๏ธ Hence one-one.
โค Step 2: Check onto
Let y โ โ,
We need x such that y = 2x + 3
โก๏ธ x = (y โ 3)/2
Since x โ โ, โ๏ธ f is onto.
Therefore, f is bijective, hence invertible.
โค Step 3: To find inverse
Put y = f(x) = 2x + 3
Swap x and y:
โก๏ธ x = 2y + 3
Solve for y:
โก๏ธ y = (x โ 3)/2
โ๏ธ โด fโปยน(x) = (x โ 3)/2
๐ต Question 30:
Find the range of the function f(x) = xยฒ + 4x + 5, x โ โ.
๐ข Answer:
โณ๏ธ Given f(x) = xยฒ + 4x + 5
โค Step 1: Convert to vertex form
f(x) = (xยฒ + 4x + 4) + 1 = (x + 2)ยฒ + 1
Since (x + 2)ยฒ โฅ 0,
โก๏ธ f(x) โฅ 1
โค Step 2: Minimum value = 1
โด Range = [1, โ)
โ๏ธ Range of f(x) = [1, โ)
๐ต Question 31:
Let A = {1, 2, 3, 4} and define a relation R on A by
R = {(a, b) | a โ b is even}
Prove that R is an equivalence relation.
๐ข Answer:
โณ๏ธ To prove R is equivalence, check:
โค Reflexive:
a โ a = 0, which is even โ (a, a) โ R โ a โ A โ๏ธ
โค Symmetric:
If (a, b) โ R โ a โ b is even โ (b โ a) is also even
โด (b, a) โ R โ๏ธ
โค Transitive:
If (a, b) โ R and (b, c) โ R
Then a โ b and b โ c both even
โ (a โ c) = (a โ b) + (b โ c) even โ๏ธ
Hence (a, c) โ R
โ๏ธ โด R is reflexive, symmetric, transitive, so equivalence relation.
๐ฃ Section E โ Case/Application Based Questions (5 marks each)
๐ต Question 32:
A company defines salary increment f(x) = 5x + 2000, where x is the grade number (x โ {1, 2, 3, 4}).
Find
(i) Salary increment for each grade.
(ii) Whether f is one-one and onto from set A = {1, 2, 3, 4} to B = {2005, 2010, 2015, 2020}.
๐ข Answer:
โค (i) f(1) = 2005, f(2) = 2010, f(3) = 2015, f(4) = 2020
โ๏ธ Set B = {2005, 2010, 2015, 2020}
โค (ii)
Each element of A has a unique image โ one-one โ๏ธ
Every element of B is covered โ onto โ๏ธ
โ๏ธ โด f is bijective.
๐ต Question 33:
Consider f: โ โ โ, f(x) = xยณ + x
Show that f is one-one and onto, hence invertible. Find fโปยน.
๐ข Answer:
โณ๏ธ Given f(x) = xยณ + x
โค One-one:
Let f(xโ) = f(xโ)
โ xโยณ + xโ = xโยณ + xโ
โ (xโ โ xโ)(xโยฒ + xโxโ + xโยฒ + 1) = 0
Since (xโยฒ + xโxโ + xโยฒ + 1) > 0,
โ xโ = xโ โ๏ธ
โค Onto:
Let y โ โ, we need x such that y = xยณ + x
The cubic xยณ + x โ y = 0 has at least one real root โ๏ธ
โด For every y, โ x โ onto.
Hence f is bijective โ invertible.
Inverse fโปยน exists (no simple algebraic form).
โ๏ธ f is invertible.
————————————————————————————————————————————————————————————————————————————