Chapter 1
Learn smarter, practice harder. Skill-building made simple, fun, and effective. Mprezz turns effort into expertise
RELATIONS AND FUNCTIONS
Exercise 1.1
Q1: 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}
(ii) Relation R in the set N of natural numbers defined as
R = {(x, y) : y = x + 5 and x < 4}
(iii) Relation R in the set A = {1, 2, 3, 4, 5, 6} as
R = {(x, y) : y is divisible by x}
(iv) Relation R in the set Z of all integers defined as
R = {(x, y) : x β y is an integer}
(v) Relation R in the set A of human beings in a town at a particular time given by
(a) R = {(x, y) : x and y work at the same place}
(b) R = {(x, y) : x and y live in the same locality}
(c) R = {(x, y) : x is exactly 7 cm taller than y}
(d) R = {(x, y) : x is wife of y}
(e) R = {(x, y) : x is father of y}
Answers:
(i)
R = {(x, y) : 3x β y = 0} βΉ y = 3x
Reflexive: No, because (x, x) β R β 3x β x = 0 β 2x = 0 β x = 0, but 0 β A.
Symmetric: No, since if (x, y) β R β y = 3x, then (y, x) β R β x = 3y β not true in general.
Transitive: Yes, because if y = 3x and z = 3y β z = 3(3x) = 9x β (x, z) β R unless x = 0. Hence not transitive.
β΄ Relation is neither reflexive, nor symmetric, nor transitive.
(ii)
R = {(x, y) : y = x + 5 and x < 4}
Possible pairs: (1,6), (2,7), (3,8).
Reflexive: No, because (x, x) β R.
Symmetric: No, because if (1,6) β R, then (6,1) β R.
Transitive: No, because no chain like (x, y) and (y, z) exists.
β΄ Relation is neither reflexive, nor symmetric, nor transitive.
(iii)
R = {(x, y) : y is divisible by x}
Reflexive: Yes, since every number divides itself.
Symmetric: No, because if y is divisible by x, x need not be divisible by y.
Transitive: Yes, since if y is divisible by x and z is divisible by y, then z is divisible by x.
β΄ Relation is reflexive and transitive, but not symmetric.
(iv)
R = {(x, y) : x β y is an integer}, where x, y β Z
Since x and y are integers, x β y is always an integer.
β΄ (x, y) β R for all x, y β Z.
Reflexive: Yes, because x β x = 0 (integer).
Symmetric: Yes, because if x β y is integer, then y β x = β(x β y) is also integer.
Transitive: Yes, because if x β y and y β z are integers, then (x β z) = (x β y) + (y β z) is also integer.
β΄ Relation is reflexive, symmetric and transitive.
(v)
(a) R = {(x, y) : x and y work at the same place}
Reflexive β Yes
Symmetric β Yes
Transitive β Yes
β΄ Equivalence relation
(b) R = {(x, y) : x and y live in the same locality}
Reflexive β Yes
Symmetric β Yes
Transitive β Yes
β΄ Equivalence relation
(c) R = {(x, y) : x is exactly 7 cm taller than y}
Reflexive β No
Symmetric β No
Transitive β No
β΄ Neither reflexive, symmetric, nor transitive
(d) R = {(x, y) : x is wife of y}
Reflexive β No
Symmetric β No (if x is wife of y, y is husband of x)
Transitive β No
β΄ Neither reflexive, symmetric, nor transitive
(e) R = {(x, y) : x is father of y}
Reflexive β No
Symmetric β No
Transitive β No (if x is father of y and y is father of z, x is grandfather of z)
β΄ Neither reflexive, symmetric, nor transitive
_____________________________________________________________
Q2: Show that the relation R in the set R of real numbers, defined as
R = {(a, b) : a β€ bΒ²} is neither reflexive nor symmetric nor transitive.
Answer:
Reflexive:
For reflexivity, (a, a) must belong to R for all real numbers a.
That means a β€ aΒ² for all a.
Take a = Β½. Then Β½ β€ (Β½)Β² = ΒΌ, which is false.
β΄ R is not reflexive.
Symmetric:
For symmetry, if (a, b) β R, then (b, a) must also belong to R.
That means if a β€ bΒ², then b β€ aΒ² should also hold.
Take a = 0 and b = 1. Then 0 β€ 1Β² is true, but 1 β€ 0Β² = 0 is false.
β΄ R is not symmetric.
Transitive:
For transitivity, if (a, b) β R and (b, c) β R, then (a, c) must also belong to R.
That means if a β€ bΒ² and b β€ cΒ², then a β€ cΒ² should hold.
Take c = 0, b = β1, and a = 0.9.
Then a β€ bΒ² β 0.9 β€ (β1)Β² = 1 (true)
and b β€ cΒ² β β1 β€ 0Β² = 0 (true),
but a β€ cΒ² β 0.9 β€ 0 (false).
β΄ R is not transitive.
Conclusion:
The relation R is neither reflexive, nor symmetric, nor transitive.
_____________________________________________________________
Q3: 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:
Reflexive:
For reflexivity, (a, a) must belong to R for all a.
That means a = a + 1, which is never true for any a.
β΄ R is not reflexive.
Symmetric:
For symmetry, if (a, b) β R, then (b, a) must also belong to R.
Here, (a, b) β R means b = a + 1.
For (b, a) to be in R, we need a = b + 1, which is not true.
Example: (1, 2) β R, but (2, 1) β R.
β΄ R is not symmetric.
Transitive:
For transitivity, if (a, b) β R and (b, c) β R, then (a, c) must belong to R.
(a, b) β R β b = a + 1
(b, c) β R β c = b + 1 = (a + 1) + 1 = a + 2
So (a, c) would mean c = a + 1, which is false because c = a + 2.
Example: (1, 2) and (2, 3) β R, but (1, 3) β R.
β΄ R is not transitive.
Conclusion:
The relation R is neither reflexive, nor symmetric, nor transitive.
_____________________________________________________________
Q4: Show that the relation R in R defined as R = {(a, b) : a β€ b}, is reflexive and transitive but not symmetric.
Answer:
Reflexive
For every real number a, a β€ a holds.
Thus (a, a) β R for all a.
So R is reflexive.
Symmetric
If (a, b) β R then a β€ b. Symmetry would require b β€ a.
Counterexample: a = 0, b = 1. 0 β€ 1 is true, but 1 β€ 0 is false.
So R is not symmetric.
Transitive
If (a, b) β R and (b, c) β R then a β€ b and b β€ c. By transitivity of β€ we get a β€ c.
Hence (a, c) β R for all such a, b, c.
So R is transitive.
Conclusion: R is reflexive and transitive but not symmetric.
_____________________________________________________________
Q5: Check whether the relation R in R defined by
R = {(a, b) : a β€ bΒ³} is reflexive, symmetric or transitive.
Answer:
Reflexive:
For reflexivity, (a, a) must belong to R for all real numbers a.
That means a β€ aΒ³ for all a.
Check some values:
For a = 1 β 1 β€ 1Β³ = 1 (true)
For a = 0 β 0 β€ 0Β³ = 0 (true)
For a = Β½ β Β½ β€ (Β½)Β³ = β (false)
Since it is not true for all a, R is not reflexive.
Symmetric:
For symmetry, if (a, b) β R, then (b, a) must also belong to R.
That means if a β€ bΒ³, then b β€ aΒ³ should also hold.
Example: a = 1, b = 2 β 1 β€ 8 (true), but 2 β€ 1Β³ = 1 (false).
β΄ R is not symmetric.
Transitive:
For transitivity, if (a, b) β R and (b, c) β R, then (a, c) must belong to R.
That means if a β€ bΒ³ and b β€ cΒ³, then a β€ cΒ³ should hold.
Example: let a = 2, b = 1, c = 2.
a β€ bΒ³ β 2 β€ 1Β³ = 1 (false), so choose valid ones:
Try a = 0.5, b = 1, c = 2.
a β€ bΒ³ β 0.5 β€ 1 (true)
b β€ cΒ³ β 1 β€ 8 (true)
a β€ cΒ³ β 0.5 β€ 8 (true) (so works here)
But check a = 1, b = β1, c = 0.
a β€ bΒ³ β 1 β€ (β1)Β³ = β1 (false).
Try other valid pair: a = β1, b = 0, c = 1.
a β€ bΒ³ β β1 β€ 0 (true)
b β€ cΒ³ β 0 β€ 1 (true)
a β€ cΒ³ β β1 β€ 1 (true).
Though it works in many cases, not always true for all real numbers.
Example: a = 2, b = β1, c = 1
a β€ bΒ³ β 2 β€ (β1)Β³ = β1 (false) β shows failure cases exist.
Hence relation is not transitive in general.
Conclusion:
The relation R is neither reflexive, nor symmetric, nor transitive.
_____________________________________________________________
Q6: 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:
Reflexive:
For reflexivity, (a, a) must belong to R for all a in {1, 2, 3}.
But (1,1), (2,2), (3,3) are not in R.
β΄ R is not reflexive.
Symmetric:
For symmetry, if (a, b) β R, then (b, a) must also belong to R.
Here, (1, 2) β R and (2, 1) β R.
β΄ Every pair has its reverse pair in R.
So R is symmetric.
Transitive:
For transitivity, if (a, b) β R and (b, c) β R, then (a, c) must belong to R.
Here, (1, 2) β R and (2, 1) β R, so (1, 1) should be in R for transitivity,
but (1, 1) β R.
β΄ R is not transitive.
Conclusion:
The relation R is symmetric, but neither reflexive nor transitive.
_____________________________________________________________
Q7: 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:
Reflexive:
Every book has the same number of pages as itself.
So, for every book x, (x, x) β R.
β΄ R is reflexive.
Symmetric:
If (x, y) β R, then book x and book y have the same number of pages.
This means book y and book x also have the same number of pages.
β΄ (y, x) β R.
So, R is symmetric.
Transitive:
If (x, y) β R and (y, z) β R,
then x and y have the same number of pages, and y and z have the same number of pages.
Therefore, x and z also have the same number of pages.
So, (x, z) β R.
β΄ R is transitive.
Conclusion:
Since the relation R is reflexive, symmetric, and transitive,
R is an equivalence relation.
_____________________________________________________________
Q8: Show that the relation R in the set A = {1, 2, 3, 4, 5} given 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 and all the elements of {2, 4} are related to each other. But no element of {1, 3, 5} is related to any element of {2, 4}.
Answer:
Reflexive
For every a in A, |a β a| = 0, and 0 is even.
So (a, a) β R for all a.
Therefore R is reflexive.
Symmetric
If (a, b) β R then |a β b| is even. But |b β a| = |a β b|, so |b β a| is even.
Hence (b, a) β R.
Therefore R is symmetric.
Transitive
Assume (a, b) β R and (b, c) β R. Then |a β b| and |b β c| are even.
Even numbers have the form 2k, 2m, so |a β b| = 2k and |b β c| = 2m.
Then |a β c| = |(a β b) + (b β c)| = |2k + 2m| = 2(k + m), which is even.
Thus (a, c) β R.
Therefore R is transitive.
Since R is reflexive, symmetric and transitive, R is an equivalence relation.
Relation among elements by parity
Numbers 1, 3, 5 are odd; 2, 4 are even.
For any x, y β {1, 3, 5}, both x and y are odd so |x β y| is even. Thus every pair in {1, 3, 5} is related.
For any x, y β {2, 4}, both x and y are even so |x β y| is even. Thus every pair in {2, 4} is related.
If x is odd (from {1, 3, 5}) and y is even (from {2, 4}), then |x β y| is odd, so x is not related to y.
Hence the equivalence classes are {1, 3, 5} and {2, 4}, with all elements within each class related and no cross-relations between the classes.
_____________________________________________________________
Q9: Show that each of the relations R in the set A = {x β Z : 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 a multiple of 4}
Reflexive: Yes, because |a β a| = 0, which is a multiple of 4.
Symmetric: Yes, because |a β b| = |b β a|.
Transitive: Yes, because if |a β b| and |b β c| are multiples of 4, then |a β c| is also a multiple of 4.
Equivalence relation: Yes.
Elements related to 1:
Numbers x such that |x β 1| is a multiple of 4 in A = {0, 1, β¦, 12}
1 + 0 = 1, 1 + 4 = 5, 1 + 8 = 9 β {1, 5, 9}
(ii) R = {(a, b) : a = b}
Reflexive: Yes, a = a
Symmetric: Yes, if a = b then b = a
Transitive: Yes, if a = b and b = c then a = c
Equivalence relation: Yes.
Elements related to 1:
Only 1 itself β {1}
Final Answer:
(i) {1, 5, 9}
(ii) {1}
_____________________________________________________________
Q10: Give an example of a relation which is:
(i) Symmetric but neither reflexive nor transitive.
(ii) Transitive but neither reflexive nor symmetric.
(iii) Reflexive and symmetric but not transitive.
(iv) Reflexive and transitive but not symmetric.
(v) Symmetric and transitive but not reflexive.
Answer:
(i) Symmetric but neither reflexive nor transitive
Set: A = {1, 2, 3}
R = {(1, 2), (2, 1)}
Symmetric: Yes, (1,2) β (2,1)
Reflexive: No, (1,1), (2,2), (3,3) β R
Transitive: No, (1,2) and (2,1) β R, but (1,1) β R
(ii) Transitive but neither reflexive nor symmetric
Set: A = {1, 2, 3}
R = {(1, 2), (2, 3), (1, 3)}
Transitive: Yes, (1,2) & (2,3) β (1,3) β R
Reflexive: No, (1,1), (2,2), (3,3) β R
Symmetric: No, e.g., (1,2) β R but (2,1) β R
(iii) Reflexive and symmetric but not transitive
Set: A = {1, 2, 3}
R = {(1,1), (2,2), (3,3), (1,2), (2,1), (2,3), (3,2)}
Reflexive: Yes, all (a,a) β R
Symmetric: Yes, all pairs have their reverse
Transitive: No, (1,2) & (2,3) β R, but (1,3) β R
(iv) Reflexive and transitive but not symmetric
Set: A = {1, 2, 3}
R = {(1,1), (2,2), (3,3), (1,2)}
Reflexive: Yes, all (a,a) β R
Transitive: Yes, no chain violates transitivity
Symmetric: No, (1,2) β R but (2,1) β R
(v) Symmetric and transitive but not reflexive
Set: A = {1, 2, 3}
R = {(1,1), (2,2)}
Symmetric: Yes, all pairs have reverse
Transitive: Yes, no chain violates transitivity
Reflexive: No, (3,3) β R
Final Answer (examples only):
(i) {(1,2), (2,1)}
(ii) {(1,2), (2,3), (1,3)}
(iii) {(1,1),(2,2),(3,3),(1,2),(2,1),(2,3),(3,2)}
(iv) {(1,1),(2,2),(3,3),(1,2)}
(v) {(1,1),(2,2)}
_____________________________________________________________
Q11: 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.
Solution:
Let A be the set of all points in the plane.
Let P(xβ, yβ) and Q(xβ, yβ) be any two points in A, and let O(0, 0) be the origin.
For any point R(x, y), its distance from the origin O is
d(R, O) = β(xΒ² + yΒ²).
Define the relation R on A as follows:
(P, Q) β R if and only if d(P, O) = d(Q, O).
1. Reflexive:
For every point P in A, we have d(P, O) = d(P, O).
Therefore, (P, P) β R for all P.
Hence, R is reflexive.
2. Symmetric:
If (P, Q) β R, then d(P, O) = d(Q, O).
Since equality is symmetric, d(Q, O) = d(P, O).
Therefore, (Q, P) β R.
Hence, R is symmetric.
3. Transitive:
If (P, Q) β R and (Q, R) β R, then
d(P, O) = d(Q, O) and d(Q, O) = d(R, O).
By the transitive property of equality, d(P, O) = d(R, O).
Therefore, (P, R) β R.
Hence, R is transitive.
Since the relation R is reflexive, symmetric, and transitive,
therefore R is an equivalence relation on A.
4. Description of the equivalence class:
Let Pβ(a, b) be a fixed point in A.
The equivalence class [Pβ] = { Q β A : (Q, Pβ) β R }
is the set of all points Q whose distance from O equals the distance of Pβ from O.
Let the distance of Pβ from O be
r = d(Pβ, O) = β(aΒ² + bΒ²).
If Pβ β (0, 0), then r > 0.
The condition d(Q, O) = r means
β(xΒ² + yΒ²) = r
β xΒ² + yΒ² = rΒ².
This is the equation of a circle with centre at the origin and radius r.
Hence, for any Pβ β (0, 0), the set of all points related to Pβ is the circle passing through Pβ with the origin as centre.
Remark:
If Pβ = (0, 0), then r = 0, and the equivalence class of the origin is the single point {(0, 0)}.
_____________________________________________________________
Q12: 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, and Tβ with sides 6, 8, 10. Which triangles among Tβ, Tβ, and Tβ are related?
Solution:
Let A be the set of all triangles.
The relation R is defined on A as follows:
(Tβ, Tβ) β R if and only if Tβ is similar to Tβ.
1. Reflexive:
Every triangle is similar to itself.
Therefore, (T, T) β R for every triangle T in A.
Hence, R is reflexive.
2. Symmetric:
If (Tβ, Tβ) β R, then Tβ is similar to Tβ.
Since similarity of triangles is a symmetric property, Tβ is also similar to Tβ.
Therefore, (Tβ, Tβ) β R.
Hence, R is symmetric.
3. Transitive:
If (Tβ, Tβ) β R and (Tβ, Tβ) β R, then Tβ is similar to Tβ and Tβ is similar to Tβ.
By the transitive property of similarity, Tβ is similar to Tβ.
Therefore, (Tβ, Tβ) β R.
Hence, R is transitive.
Since R is reflexive, symmetric, and transitive,
therefore R is an equivalence relation on the set A of all triangles.
Now, consider the given triangles:
Tβ : sides 3, 4, 5
Tβ : sides 5, 12, 13
Tβ : sides 6, 8, 10
All are right-angled triangles.
To check which triangles are similar, compare the ratios of their corresponding sides.
For Tβ and Tβ:
Ratios of corresponding sides are
3/5, 4/12, 5/13
= 3/5, 1/3, and 5/13
These ratios are not equal.
Therefore, Tβ and Tβ are not similar.
For Tβ and Tβ:
Ratios of corresponding sides are
3/6, 4/8, 5/10
= 1/2, 1/2, and 1/2
All ratios are equal.
Therefore, Tβ and Tβ are similar.
For Tβ and Tβ:
Ratios of corresponding sides are
5/6, 12/8, 13/10
= 0.83, 1.5, and 1.3 (approximately)
These are not equal.
Therefore, Tβ and Tβ are not similar.
Conclusion:
The relation R is an equivalence relation.
Among the given triangles, Tβ and Tβ are related because they are similar triangles.
_____________________________________________________________
Q13: Show that the relation R defined in the set A of all polygons as R = {(Pβ, Pβ) : Pβ and Pβ have the 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 and 5?
Solution:
Let A be the set of all polygons.
Define the relation R on A by:
(Pβ, Pβ) β R if and only if the number of sides of Pβ equals the number of sides of Pβ.
Reflexive:
Every polygon has the same number of sides as itself.
Therefore (P, P) β R for every polygon P in A.
Hence R is reflexive.Symmetric:
If (Pβ, Pβ) β R, then Pβ and Pβ have the same number of sides.
Equality of the number of sides is symmetric, so Pβ and Pβ have the same number of sides.
Therefore (Pβ, Pβ) β R.
Hence R is symmetric.Transitive:
If (Pβ, Pβ) β R and (Pβ, Pβ) β R, then Pβ and Pβ have the same number of sides, and Pβ and Pβ have the same number of sides.
Thus Pβ and Pβ have the same number of sides.
Therefore (Pβ, Pβ) β R.
Hence R is transitive.
Since R is reflexive, symmetric and transitive, R is an equivalence relation on A.
Equivalence class of the given triangle T (sides 3, 4, 5):
The triangle T is a polygon with 3 sides. The set of all polygons related to T is the set of all polygons that also have 3 sides. In other words, the equivalence class of T is the set of all triangles (this includes all types of triangles: equilateral, isosceles, scalene, acute, obtuse, right-angled, etc.).
Therefore, the set of all elements in A related to T is the set of all triangles.
_____________________________________________________________
Q14: Let L be the set of all lines in the XY-plane and R be 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.
Solution:
Let L be the set of all lines in the XY-plane.
Define a relation R on L as follows:
(Lβ, Lβ) β R if and only if Lβ is parallel to Lβ.
1. Reflexive:
Every line is parallel to itself.
Therefore, (L, L) β R for every line L in L.
Hence, R is reflexive.
2. Symmetric:
If (Lβ, Lβ) β R, then Lβ is parallel to Lβ.
The relation βis parallel toβ is symmetric, so Lβ is also parallel to Lβ.
Therefore, (Lβ, Lβ) β R.
Hence, R is symmetric.
3. Transitive:
If (Lβ, Lβ) β R and (Lβ, Lβ) β R, then Lβ is parallel to Lβ and Lβ is parallel to Lβ.
Therefore, Lβ is parallel to Lβ.
Hence, (Lβ, Lβ) β R.
Thus, R is transitive.
Since R is reflexive, symmetric, and transitive,
R is an equivalence relation on L.
Finding the set of all lines related to y = 2x + 4:
The given line is
y = 2x + 4.
This line has slope m = 2.
Two lines are parallel if and only if they have the same slope.
Therefore, all lines parallel to y = 2x + 4 will have slope 2.
The general equation of a line with slope 2 is
y = 2x + c, where c is any real number.
Thus, the set of all lines related to y = 2x + 4 is
{ y = 2x + c : c β β }.
Hence, the set of all lines related to y = 2x + 4 consists of all lines having slope 2, i.e., all lines parallel to it.
_____________________________________________________________
Q15: 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
Let A = {1, 2, 3, 4} and
R = {(1, 2), (2, 2), (1, 1), (4, 4), (1, 3), (3, 3), (3, 2)}.
1. Reflexive:
To be reflexive we need (1,1), (2,2), (3,3), (4,4) in R.
All four appear in R.
Therefore R is reflexive.
2. Symmetric:
R would be symmetric if whenever (a,b) β R then (b,a) β R.
But (1,2) β R while (2,1) β R.
Therefore R is not symmetric.
3. Transitive:
We must check: whenever (a,b) β R and (b,c) β R, then (a,c) β R.
Check relevant compositions:
Β· (1,2) and (2,2) β (1,2) which is in R.
Β· (1,3) and (3,2) β (1,2) which is in R.
Β· (3,2) and (2,2) β (3,2) which is in R.
Β· (1,1) with (1,2) β (1,2) (in R); (1,1) with (1,3) β (1,3) (in R).
Β· (2,2) with (2,2) β (2,2) (in R).
Β· (3,3) with (3,2) β (3,2) (in R).
Β· (4,4) only composes to (4,4) (in R).
No required transitive consequence is missing. Hence R is transitive.
Conclusion: R is reflexive and transitive but not symmetric. The correct option is (B).
_____________________________________________________________
Q16: Let R be the relation in the set N 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
Solution:
The relation R is defined as:
(a, b) β R if and only if
a = b β 2, and
b > 6.
Now, check each option:
(A) (2, 4):
Here a = 2, b = 4.
Check: a = b β 2 β 2 = 4 β 2 β 2 = 2 (True)
But b > 6 β 4 > 6 (False).
So (2, 4) β R.
(B) (3, 8):
a = 3, b = 8.
Check: a = b β 2 β 3 = 8 β 2 β 3 = 6 (False).
So (3, 8) β R.
(C) (6, 8):
a = 6, b = 8.
Check: a = b β 2 β 6 = 8 β 2 β 6 = 6 (True)
and b > 6 β 8 > 6 (True).
Both conditions are true.
So (6, 8) β R.
(D) (8, 7):
a = 8, b = 7.
Check: a = b β 2 β 8 = 7 β 2 β 8 = 5 (False).
So (8, 7) β R.
Correct answer: (C) (6, 8) β R
_____________________________________________________________
Exercise 1.2
Q1: 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*?
Solution:
Let R* be the set of all non-zero real numbers. Define f : R* β R* by f(x) = 1/x.
1. One-one (injective):
Assume f(x1) = f(x2). Then 1/x1 = 1/x2. Multiplying both sides by x1 x2 (non-zero) gives x2 = x1. Hence x1 = x2. Therefore f is one-one.
2. Onto (surjective):
Let y be any element of R*. We must find x in R* such that f(x) = y. Solve 1/x = y. Then x = 1/y, which is a non-zero real number since y β 0. Thus for every y β R* there exists x = 1/y β R* with f(x) = y. Therefore f is onto.
Thus f is both one-one and onto (a bijection).
3. If domain is replaced by N (natural numbers) with co-domain R*:
Define g : N β R* by g(n) = 1/n. g is one-one, since 1/n1 = 1/n2 implies n1 = n2. However g is not onto R* because many non-zero real numbers (for example 1/Ο, β2, 0.3, etc.) are not of the form 1/n for any natural number n. Hence g is not surjective.
Final answer: No. The result is not true if the domain is replaced by N (the function is not onto R*).
_____________________________________________________________
Q2: 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Β³
Solution:
(i) f : N β N given by f(x) = xΒ²
For any xβ, xβ β N, if f(xβ) = f(xβ), then xβΒ² = xβΒ² β xβ = xβ (since both are positive).
Hence, f is injective.
However, not every natural number is a perfect square (for example, 2, 3, 5 are not squares of any natural number).
Therefore, f is not surjective.
β f is injective but not surjective.
(ii) f : Z β Z given by f(x) = xΒ²
For xβ = 2 and xβ = β2, f(2) = 4 and f(β2) = 4, so f(xβ) = f(xβ) but xβ β xβ.
Thus, f is not injective.
Also, negative integers such as β1, β2, etc., are not squares of any integer.
Hence, f is not surjective.
β f is neither injective nor surjective.
(iii) f : R β R given by f(x) = xΒ²
For xβ = 2 and xβ = β2, f(2) = 4 and f(β2) = 4, so f is not injective.
Also, no real number x gives f(x) = β1 (since the square of any real number is non-negative).
Hence, f is not surjective.
β f is neither injective nor surjective.
(iv) f : N β N given by f(x) = xΒ³
If f(xβ) = f(xβ), then xβΒ³ = xβΒ³ β xβ = xβ.
So f is injective.
But not every natural number is a perfect cube (for example, 2, 3, 4, 5, 6, etc., are not cubes).
Hence, f is not surjective.
β f is injective but not surjective.
(v) f : Z β Z given by f(x) = xΒ³
If f(xβ) = f(xβ), then xβΒ³ = xβΒ³ β xβ = xβ.
Thus, f is injective.
However, not every integer is a perfect cube (for example, 2 or 4 are not cubes of any integer).
Hence, f is not surjective.
β f is injective but not surjective.
_____________________________________________________________
Q3: 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.
Solution:
Definition reminder: For any real x, [x] (the greatest integer function or floor function) is the largest integer less than or equal to x. For example, [2.3] = 2, [β1.4] = β2, [3] = 3.
1. Not one-one (not injective).
To show f is not one-one we need two distinct real numbers x1 β x2 with f(x1) = f(x2).
Example: take x1 = 1.2 and x2 = 1.7. Both are real and x1 β x2.
Compute f(x1) = [1.2] = 1 and f(x2) = [1.7] = 1.
Hence f(x1) = f(x2) although x1 β x2. Therefore f is not one-one.
(More generally, for any non-integer t, all x in the interval [t, t+1) have the same floor. So many different inputs give the same output.)
2. Not onto (not surjective).
The codomain is R (all real numbers). To show f is not onto we must find some real number y such that there is no x with f(x) = y.
Observe that f(x) always produces an integer value (f(x) β Z for every x β R). Therefore any non-integer real number, for example y = 0.5 or y = Ο/2, cannot be hit by f: there is no x with [x] = 0.5 because [x] is always an integer. Thus such y β R are not in the image of f. Hence f is not onto R.
Remark (optional): The actual range (image) of f is the set of all integers Z. If the codomain were taken to be Z instead of R, then f would be onto Z (surjective onto Z) but would still not be one-one.
Conclusion: The greatest integer function f : R β R, f(x) = [x], is neither one-one nor onto.
_____________________________________________________________
Q4: 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| is βx, if x is negative.
Solution:
Let f : R β R be defined by f(x) = |x|.
That is,
f(x) =
β’ x, if x β₯ 0
β’ βx, if x < 0
1. f is not one-one (not injective):
To be one-one, different values of x should give different values of f(x).
Take xβ = 2 and xβ = β2.
Then, f(2) = |2| = 2 and f(β2) = |β2| = 2.
Thus, f(xβ) = f(xβ) even though xβ β xβ.
Hence, f is not one-one.
2. f is not onto (not surjective):
The codomain is R (all real numbers).
We know that |x| β₯ 0 for all real x. So f(x) can never be negative.
That means there is no x β R such that f(x) = β1 or any other negative value.
Hence, values like β1, β2, β3, etc., are not obtained by f(x).
Therefore, f is not onto R.
(However, if the codomain were taken as [0, β), then f would be onto that set.)
Conclusion:
The modulus function f : R β R defined by f(x) = |x| is neither one-one nor onto.
_____________________________________________________________
Q5: Show that the Signum Function f : R β R, given by
ββ 1, if x > 0
f(x) =ββ0, if x = 0
ββ β1, if x < 0
is neither one-one nor onto.
Solution:
Let f : R β R be defined as
βf(x) = 1, if x > 0
βf(x) = 0, if x = 0
βf(x) = β1, if x < 0
1. f is not one-one (not injective):
For f to be one-one, distinct values of x must give distinct values of f(x).
Take xβ = 2 and xβ = 3.
Then f(2) = 1 and f(3) = 1.
Although xβ β xβ, we have f(xβ) = f(xβ).
Therefore, f is not one-one.
2. f is not onto (not surjective):
The codomain is R (all real numbers).
The function f(x) takes only three values: β1, 0, and 1.
Hence, for any y β R such that y β β1, 0, or 1 (for example, y = 2 or y = Β½), there is no x β R with f(x) = y.
Therefore, f is not onto R.
Conclusion:
The signum function f : R β R defined by
βf(x) = 1, if x > 0
βf(x) = 0, if x = 0
βf(x) = β1, if x < 0
is neither one-one nor onto.
_____________________________________________________________
Q6: 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.
Solution:
Given, f : A β B is defined as
f = {(1, 4), (2, 5), (3, 6)}
We know that a function is one-one (injective) if different elements of the domain map to different elements of the codomain.
That is, if f(xβ) = f(xβ) β xβ = xβ.
Here,
f(1) = 4
f(2) = 5
f(3) = 6
We observe that 4, 5, and 6 are all distinct.
Hence, no two different elements of A have the same image in B.
Therefore, f is one-one (injective).
_____________________________________________________________
Q7: 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Β²
Solution:
(i) f(x) = 3 β 4x
To check one-one:
Let f(xβ) = f(xβ)
β 3 β 4xβ = 3 β 4xβ
β β4xβ = β4xβ
β xβ = xβ
Hence, f is one-one.
To check onto:
Let y β R.
Then, y = 3 β 4x
β x = (3 β y)/4, which is a real number for every real y.
Thus, for every y β R, there exists x β R such that f(x) = y.
Hence, f is onto.
Therefore, f is bijective (both one-one and onto).
(ii) f(x) = 1 + xΒ²
To check one-one:
Let f(xβ) = f(xβ)
β 1 + xβΒ² = 1 + xβΒ²
β xβΒ² = xβΒ²
β xβ = Β±xβ
Since f(2) = f(β2) = 5, f is not one-one.
To check onto:
For any y β R,
f(x) = y β 1 + xΒ² = y β xΒ² = y β 1
x is real only if y β 1 β₯ 0 β y β₯ 1.
Hence, there is no x β R such that f(x) = y when y < 1.
So, f is not onto (its range is [1, β), not all of R).
Therefore, f is neither one-one nor onto.
_____________________________________________________________
Q8: Let A and B be sets. Show that f : A Γ B β B Γ A such that f(a, b) = (b, a) is a bijective function.
Solution:
Given:
f : A Γ B β B Γ A is defined by f(a, b) = (b, a).
We have to show that f is one-one and onto, i.e., bijective.
1. To show that f is one-one (injective):
Let
f(aβ, bβ) = f(aβ, bβ).
Then, by definition,
(bβ, aβ) = (bβ, aβ).
This means,
bβ = bβ and aβ = aβ.
Hence,
(aβ, bβ) = (aβ, bβ).
Therefore, f is one-one.
2. To show that f is onto (surjective):
Let (b, a) be any element in B Γ A.
We must find (aβ², bβ²) β A Γ B such that f(aβ², bβ²) = (b, a).
Now,
f(aβ², bβ²) = (bβ², aβ²).
For f(aβ², bβ²) = (b, a),
we must have
bβ² = b and aβ² = a.
Since a β A and b β B,
(aβ², bβ²) = (a, b) β A Γ B.
Thus, for every (b, a) β B Γ A, there exists (a, b) β A Γ B such that f(a, b) = (b, a).
Therefore, f is onto.
3. Since f is both one-one and onto, it is bijective.
Conclusion:
The function f : A Γ B β B Γ A defined by f(a, b) = (b, a) is bijective.
_____________________________________________________________
Q9: Let f : N β N be defined by
f(n) = (n + 1) / 2β, if n is odd
ββ n / 2β , if n is even
for all n β N.
State whether the function f is bijective. Justify your answer.
Solution:
Define f : N β N by
f(n) = (n + 1)/2 if n is odd, and f(n) = n/2 if n is even.
1. Check injectivity (one-one):
If f were one-one, different inputs must give different outputs.
But f(1) = (1 + 1)/2 = 1 and f(2) = 2/2 = 1. Here 1 β 2 but f(1) = f(2).
Therefore f is not one-one.
2. Check surjectivity (onto):
Let m be any natural number. Choose n = 2m (which is even). Then
f(2m) = (2m)/2 = m.
Thus every m β N has a preimage (take n = 2m).
Therefore f is onto.
Conclusion about bijectivity:
A function is bijective only if it is both one-one and onto. Here f is onto but not one-one.
So f is not bijective.
Final answer: No. The function is not bijective (onto yes, one-one no).
_____________________________________________________________
Q10: Let A = R β {3} and B = R β {1}. Consider the function f : A β B defined by
f(x) = (x β 2) / (x β 3). Is f one-one and onto? Justify your answer.
Solution:
We have f(x) = (x β 2) / (x β 3), where x β 3.
1. To check whether f is one-one (injective):
Let f(xβ) = f(xβ).
Then,
(xβ β 2) / (xβ β 3) = (xβ β 2) / (xβ β 3).
Cross-multiplying,
(xβ β 2)(xβ β 3) = (xβ β 2)(xβ β 3).
Expanding both sides:
xβxβ β 3xβ β 2xβ + 6 = xβxβ β 3xβ β 2xβ + 6.
Simplify:
β3xβ β 2xβ = β3xβ β 2xβ.
Rearranging terms,
xβ = xβ.
Hence, f is one-one.
2. To check whether f is onto (surjective):
Let y β B = R β {1}.
We must find x β A = R β {3} such that f(x) = y.
That is,
y = (x β 2) / (x β 3).
Multiply both sides by (x β 3):
y(x β 3) = x β 2.
Simplify:
yx β 3y = x β 2.
Rearrange:
yx β x = 3y β 2.
x(y β 1) = 3y β 2.
So,
x = (3y β 2) / (y β 1).
For x to exist, denominator β 0, i.e., y β 1.
But y β 1 (since y β B = R β {1}).
Also, when y = 1, x would be undefined, which is excluded.
Hence, for every y β B, there exists x β A such that f(x) = y.
Therefore, f is onto.
Conclusion:
The function f(x) = (x β 2) / (x β 3) is one-one and onto.
Answer: Yes.
_____________________________________________________________
Q11: Let f : R β R be defined as f(x) = xβ΄. 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.
Solution:
For x = 1 and x = β1,
f(1) = 1β΄ = 1 and f(β1) = (β1)β΄ = 1.
Thus, different inputs give the same output β not one-one.
Also, f(x) = xβ΄ β₯ 0 for all x β R,
so negative real numbers have no preimage β not onto.
Correct answer: (D) f is neither one-one nor onto.
_____________________________________________________________
Q12: 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.
Solution:
For xβ, xβ β R,
if f(xβ) = f(xβ), then 3xβ = 3xβ β xβ = xβ.
Hence, f is one-one.
Also, for any y β R,
take x = y/3 β f(x) = 3(y/3) = y.
So, every y has a preimage β f is onto.
Correct answer: (A) f is one-one onto.
_____________________________________________________________
Β© 2024. All rights reserved.
Professor of Practice
Bridging academia and industry through innovative teaching and real-world experience for academic success.