ExamSpark ⚡

Ch 1: Relations and Functions (NCERT Solutions)

Based on the latest rationalized CBSE syllabus. Complete solutions for Reflexive, Symmetric, Transitive relations, and One-One/Onto functions.

Google AdSense - Top Banner Ad

Exercise 1.1 Solutions

Q1. Determine whether each of the following relations are reflexive, symmetric and transitive:

Solution:

  • (i) R in A = {1, 2, ..., 14} defined as R = {(x, y) : 3x - y = 0}:
    R = {(1,3), (2,6), (3,9), (4,12)}.
    - Reflexive: (1,1) ∉ R. Not reflexive.
    - Symmetric: (1,3) ∈ R but (3,1) ∉ R. Not symmetric.
    - Transitive: (1,3) ∈ R and (3,9) ∈ R but (1,9) ∉ R. Not transitive.
  • (ii) R in N defined as R = {(x, y) : y = x + 5 and x < 4}:
    R = {(1,6), (2,7), (3,8)}.
    - Not reflexive ((1,1) ∉ R). Not symmetric ((1,6) ∈ R, (6,1) ∉ R). Transitive (Vacuously true, as there are no pairs (x,y) and (y,z)).
  • (iii) R in A = {1, 2, 3, 4, 5, 6} as R = {(x, y) : y is divisible by x}:
    - Reflexive: (x,x) ∈ R since x is divisible by x. Yes.
    - Symmetric: (1,2) ∈ R but (2,1) ∉ R. No.
    - Transitive: If y is divisible by x, and z is divisible by y, then z is divisible by x. Yes.
  • (iv) R in Z as R = {(x, y) : x - y is an integer}:
    Reflexive (x-x=0 is int), Symmetric (x-y is int → y-x is int), Transitive (x-y & y-z are ints → (x-y)+(y-z) = x-z is int). It is an equivalence relation.
  • (v) R in set of human beings in a town:
    (a) x and y work at same place: Equivalence.
    (b) x and y live in same locality: Equivalence.
    (c) x is exactly 7 cm taller than y: Not ref, Not sym, Not trans.
    (d) x is wife of y: Not ref, Not sym, Not trans.
    (e) x is father of y: Not ref, Not sym, Not trans.

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.

Solution:

- Reflexive: Let a = 1/2. Is 1/2 ≤ (1/2)²? No, 1/2 is not ≤ 1/4. Not reflexive.

- Symmetric: Let a = 1, b = 4. 1 ≤ 4² (1 ≤ 16) is true. But 4 ≤ 1² (4 ≤ 1) is false. Not symmetric.

- Transitive: Let a = 3, b = 2, c = 1.5.
a ≤ b² → 3 ≤ 4 (True).
b ≤ c² → 2 ≤ 2.25 (True).
But a ≤ c² → 3 ≤ 2.25 (False). Not 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.

Solution:

R = {(1,2), (2,3), (3,4), (4,5), (5,6)}

- (1,1) ∉ R → Not Reflexive.
- (1,2) ∈ R but (2,1) ∉ R → Not Symmetric.
- (1,2) ∈ R and (2,3) ∈ R, but (1,3) ∉ R → Not Transitive.

Google AdSense - In Article Ad

Q4. Show that the relation R in R defined as R = {(a, b) : a ≤ b}, is reflexive and transitive but not symmetric.

Solution:

- Reflexive: a ≤ a is always true for any real number a. So, (a,a) ∈ R.

- Transitive: If a ≤ b and b ≤ c, then mathematically a ≤ c. So, (a,c) ∈ R.

- Symmetric: Let a = 2, b = 4. 2 ≤ 4 is true, but 4 ≤ 2 is false. So, (2,4) ∈ R but (4,2) ∉ R. Not symmetric.

Q5. Check whether the relation R in R defined by R = {(a, b) : a ≤ b³} is reflexive, symmetric or transitive.

Solution:

- Reflexive: Let a = 1/2. 1/2 ≤ (1/2)³ → 1/2 ≤ 1/8 (False). Not reflexive.

- Symmetric: Let a = 1, b = 2. 1 ≤ 2³ is true, but 2 ≤ 1³ is false. Not symmetric.

- Transitive: Let a = 10, b = 3, c = 2.
10 ≤ 3³ (10 ≤ 27) → True.
3 ≤ 2³ (3 ≤ 8) → True.
But 10 ≤ 2³ (10 ≤ 8) → False. Not 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.

Solution:

Set A = {1, 2, 3}. R = {(1, 2), (2, 1)}.

- (1,1) ∉ R → Not reflexive.

- (1,2) ∈ R and (2,1) ∈ R → Symmetric.

- (1,2) ∈ R and (2,1) ∈ R, but (1,1) ∉ R → Not 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 same number of pages} is an equivalence relation.

Solution:

- Reflexive: Book x has the same number of pages as itself. (x,x) ∈ R.

- Symmetric: If x has the same pages as y, then y has the same pages as x. (x,y) ∈ R → (y,x) ∈ R.

- Transitive: If x and y have the same pages, and y and z have the same pages, then x and z have the same pages. (x,y) ∈ R and (y,z) ∈ R → (x,z) ∈ R.

Since it is Reflexive, Symmetric, and Transitive, it is an Equivalence Relation.

Q8. Show that R in A = {1, 2, 3, 4, 5} given by R = {(a, b) : |a - b| is even}, is an equivalence relation. Show that all elements of {1, 3, 5} are related to each other and all elements of {2, 4} are related to each other. But no element of {1, 3, 5} is related to any element of {2, 4}.

Solution:

Equivalence Proof:
- Reflexive: |a - a| = 0, which is even. (a,a) ∈ R.
- Symmetric: |a - b| is even → |b - a| is also even. (b,a) ∈ R.
- Transitive: If |a - b| is even and |b - c| is even, then (a-b) and (b-c) are both even or both odd. Their sum a-c is even. So |a-c| is even. (a,c) ∈ R.

Subsets:
- {1, 3, 5}: The difference between any two odd numbers is always even. Thus, they are related to each other.
- {2, 4}: The difference between any two even numbers is even. They are related.
- {1, 3, 5} and {2, 4}: The difference between an odd and an even number is always odd. Hence, no element from the first set is related to the second.

Q9. Show that each of the relation 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.

Solution:

(i) |a - b| is a multiple of 4:
- Ref: |a - a| = 0 (multiple of 4). Sym: |a - b| multiple of 4 → |b - a| is too. Trans: a-b = 4k, b-c = 4m → a-c = 4(k+m). Equivalence.
- Elements related to 1: |x - 1| is a multiple of 4. x ∈ A.
|x - 1| = 0, 4, 8, 12 → x = 1, 5, 9. Set = {1, 5, 9}.

(ii) a = b:
- Ref: a = a. Sym: a = b → b = a. Trans: a = b and b = c → a = c. Equivalence.
- Elements related to 1: x = 1. Set = {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.

Solution:

Let A = {1, 2, 3}.

  • (i): R = {(1, 2), (2, 1)}
  • (ii): R = {(1, 2), (2, 3), (1, 3)}
  • (iii): R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1), (2, 3), (3, 2)}
  • (iv): R = {(1, 1), (2, 2), (3, 3), (1, 2)}
  • (v): R = {(1, 1), (2, 2), (1, 2), (2, 1)} (Notice (3,3) is missing, so not reflexive on A)

Q11. Show that the relation R in the set A of points in a plane given by R = {(P, Q) : distance of point P from the origin is same as distance of point Q from the origin}, is an equivalence relation.

Solution:

Let O be the origin. OP = OQ.

- Reflexive: OP = OP. True.
- Symmetric: If OP = OQ, then OQ = OP. True.
- Transitive: If OP = OQ and OQ = OS, then OP = OS. True.
Since it satisfies all three, it's an equivalence relation.

Further: The set of all points related to P form a circle passing through P with origin as center.

Q12. Show that R defined in the set A of all triangles as R = {(T1, T2) : T1 is similar to T2}, is equivalence. Consider right angle triangles T1 with sides 3, 4, 5, T2 with sides 5, 12, 13 and T3 with sides 6, 8, 10. Which triangles among T1, T2 and T3 are related?

Solution:

Similarity is Reflexive (T1 ~ T1), Symmetric (T1 ~ T2 → T2 ~ T1), and Transitive (T1 ~ T2 & T2 ~ T3 → T1 ~ T3). Hence, Equivalence.

Comparing ratios of sides:
T1/T3 = 3/6 = 4/8 = 5/10 = 1/2.
Therefore, T1 and T3 have proportional sides and are similar. T1 is related to T3.

Q13. Show that R in set A of all polygons as R = {(P1, P2) : P1 and P2 have same number of sides}, is an equivalence relation. What is the set of all elements in A related to the right angle triangle T with sides 3, 4 and 5?

Solution:

Same number of sides is clearly Reflexive (n=n), Symmetric (n1=n2 → n2=n1), and Transitive (n1=n2 & n2=n3 → n1=n3). Hence, Equivalence.

The triangle T has 3 sides. Elements related to T will be all polygons with 3 sides. Set = The set of all triangles in a plane.

Q14. Let L be the set of all lines in XY plane and R be the relation in L defined as R = {(L1, L2) : L1 is parallel to L2}. Show that R is an equivalence relation. Find the set of all lines related to the line y = 2x + 4.

Solution:

- A line is parallel to itself (Reflexive).
- L1 || L2 → L2 || L1 (Symmetric).
- L1 || L2 & L2 || L3 → L1 || L3 (Transitive). Hence, Equivalence.

Lines related to y = 2x + 4 must have the same slope (m = 2).
Set of lines: y = 2x + c, where c is any real number.

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.

Solution:

Reflexive? Yes, contains (1,1), (2,2), (3,3), (4,4).
Symmetric? No, contains (1,2) but not (2,1).
Transitive? (1,3) ∈ R and (3,2) ∈ R → (1,2) ∈ R. Yes, it satisfies all transitive cases.

Correct Answer: (B) R is reflexive and transitive but not symmetric.

Q16. Let R be the relation in the set N given by R = {(a, b) : a = b - 2, b > 6}. Choose the correct answer.

Solution:

Given: a = b - 2, and b > 6.
Check options:
(A) (2, 4) ∈ R → False, because b=4 is not > 6.
(B) (3, 8) ∈ R → False, 3 ≠ 8 - 2.
(C) (6, 8) ∈ R → True, 6 = 8 - 2, and 8 > 6.
(D) (8, 7) ∈ R → False.

Correct Answer: (C) (6, 8) ∈ R

Exercise 1.2 Solutions

⚠️ Board Exam Tip: Proving One-One (Injective) and Onto (Surjective) is highly tested!

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.

Solution:

One-One (Injective): Let f(x) = f(y)
1/x = 1/y → x = y. Therefore, f is one-one.

Onto (Surjective): Let y ∈ R* (co-domain).
y = 1/x → x = 1/y. Since y ≠ 0, x ∈ R* exists in the domain. Therefore, f is onto.

Conclusion: f is both one-one and onto (bijective).

Q2. Check the injectivity and surjectivity of the following functions:

Solution:

  • (i) f: N → N given by f(x) = x²:
    - Injective: f(x)=f(y) → x²=y² → x=y (since x,y ∈ N). Yes.
    - Surjective: Let y=2. x²=2 → x=√2 ∉ N. No.
  • (ii) f: Z → Z given by f(x) = x²:
    - Injective: f(-1)=1 and f(1)=1. Not injective.
    - Surjective: Let y=2. x=√2 ∉ Z. Not surjective.
  • (iii) f: R → R given by f(x) = x²:
    - Injective: f(-1)=1, f(1)=1. Not injective.
    - Surjective: Let y=-2. x²=-2 has no real solution. Not surjective.
  • (iv) f: N → N given by f(x) = x³:
    - Injective: x³=y³ → x=y. Yes.
    - Surjective: Let y=2. x³=2 → x=2^(1/3) ∉ N. No.
  • (v) f: Z → Z given by f(x) = x³:
    - Injective: x³=y³ → x=y for integers. Yes.
    - Surjective: Let y=2. x=2^(1/3) ∉ Z. No.
Google AdSense - In Article Ad

Q3. Prove that the Greatest Integer Function f: R → R, given by f(x) = [x], is neither one-one nor onto.

Solution:

One-One: Let x = 1.2 and y = 1.9.
f(1.2) = [1.2] = 1, and f(1.9) = [1.9] = 1.
f(1.2) = f(1.9) but 1.2 ≠ 1.9. Not one-one.

Onto: The range of [x] is only integers (Z). Let y = 1.5 ∈ R.
There is no real x such that [x] = 1.5. Not onto.

Q4. Show that the Modulus Function f: R → R, given by f(x) = |x|, is neither one-one nor onto.

Solution:

One-One: f(-1) = |-1| = 1, and f(1) = |1| = 1.
f(-1) = f(1) but -1 ≠ 1. Not one-one.

Onto: Range of |x| is non-negative real numbers [0, ∞). Let y = -2 ∈ R.
There is no real x such that |x| = -2. Not onto.

Q5. 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.

Solution:

One-One: f(1) = 1 and f(2) = 1. Therefore, f(1) = f(2) but 1 ≠ 2. Not one-one.

Onto: Range is only {-1, 0, 1}. Let y = 2 ∈ R.
There is no x ∈ R such that f(x) = 2. Not 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:

f(1) = 4, f(2) = 5, f(3) = 6.
Since distinct elements of A have distinct images in B, the function f is one-one (injective).

Next Chapters

Ch 2: Inverse Trig. Ch 3: Matrices

Q7. In each of the following cases, state whether the function is one-one, onto or bijective:

Solution:

(i) f: R → R defined by f(x) = 3 - 4x:
- One-one: f(x)=f(y) → 3-4x = 3-4y → -4x = -4y → x=y. Yes.
- Onto: y = 3-4x → x = (3-y)/4 ∈ R for all y ∈ R. Yes.
Bijective.


(ii) f: R → R defined by f(x) = 1 + x²:
- One-one: f(-1)=2, f(1)=2. Not one-one.
- Onto: Let y = -1. 1+x² = -1 → x² = -2 (no real x). Not onto.
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 bijective function.

Solution:

One-One: Let f(a1, b1) = f(a2, b2).
(b1, a1) = (b2, a2) → b1 = b2 and a1 = a2.
Therefore, (a1, b1) = (a2, b2). So f is one-one.

Onto: For every (b, a) ∈ B × A, there exists an element (a, b) ∈ A × B such that f(a, b) = (b, a). So f is onto.

Hence, f is a bijective function.

Q9. Let f: N → N be defined by f(n) = (n+1)/2 if n is odd, and n/2 if n is even for all n ∈ N. State whether the function f is bijective.

Solution:

One-One check:
f(1) = (1+1)/2 = 1. (since 1 is odd)
f(2) = 2/2 = 1. (since 2 is even)
f(1) = f(2) but 1 ≠ 2. Therefore, f is NOT one-one.

Since it is not one-one, it is not bijective.

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?

Solution:

One-One: f(x) = f(y)
(x - 2)/(x - 3) = (y - 2)/(y - 3)
(x - 2)(y - 3) = (y - 2)(x - 3)
xy - 3x - 2y + 6 = xy - 3y - 2x + 6
-x = -y → x = y. So, f is one-one.

Onto: y = (x - 2)/(x - 3)
xy - 3y = x - 2
xy - x = 3y - 2 → x(y - 1) = 3y - 2 → x = (3y - 2)/(y - 1).
For every y ∈ B (i.e., y ≠ 1), x ∈ A exists. So, f is onto.

Yes, f is one-one and onto.

Q11. Let f: R → R be defined as f(x) = x&sup4;. Choose the correct answer.

Solution:

One-One: f(1) = 1&sup4; = 1 and f(-1) = (-1)&sup4; = 1. Not one-one.
Onto: Let y = -2. x&sup4; = -2 has no real solution. 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.

Solution:

One-One: 3x = 3y → x = y. Yes.
Onto: y = 3x → x = y/3 ∈ R for all y ∈ R. Yes.

Correct Answer: (A) f is one-one onto.

Google AdSense - Bottom Article Ad