Step-by-step NCERT solutions for Chapter 1: Relations and Functions.
R = {(x, y) : 3x − y = 0} = {(1,3), (2,6), (3,9), (4,12)}
Reflexive: (1,1) ∉ R since 3(1) − 1 = 2 ≠ 0. ✗ Not reflexive.
Symmetric: (1,3) ∈ R but (3,1) ∉ R since 3(3) − 1 = 8 ≠ 0. ✗ Not symmetric.
Transitive: If (x,y) ∈ R and (y,z) ∈ R, then 3x = y and 3y = z, so z = 9x. For (x,z) in R we need z = 3x, but z = 9x ≠ 3x. ✗ Not transitive.
Let f(x₁) = f(x₂). Then:
Since f(x₁) = f(x₂) implies x₁ = x₂, f is one-one. ✓
One-one: Let f(n₁) = f(n₂), then n₁² = n₂². Since n₁, n₂ ∈ N (positive), n₁ = n₂. ✓
Not onto: Take m = 2 ∈ N. We need n² = 2, so n = √2 ∉ N. Since no natural number maps to 2, f is not onto. ✗
Commutative: a * b = LCM(a, b) = LCM(b, a) = b * a. ✓
Associative: (a * b) * c = LCM(LCM(a,b), c) = LCM(a, LCM(b,c)) = a * (b * c). ✓
Identity: We need a * e = a, i.e., LCM(a, e) = a for all a. This holds when e = 1. Identity element is 1.
One-one: Let f(x₁) = f(x₂). Then x₁³ = x₂³. Taking cube root: x₁ = x₂. ✓
Onto: For any y ∈ R, let x = yⅅ(cube root). Then f(x) = (yⅅ)³ = y. So every y has a pre-image. ✓
∴ f is a bijection.