Relations and Functions Class 12 Notes — CBSE Maths Chapter 1

Chapter 1 — Relations and Functions — builds on your Class 11 knowledge and introduces types of relations, functions, composition, and inverse functions. Carries 6-8 marks in Board exams. Focus on identifying relation types and proving functions are bijective.

Key Concepts

Types of Relations

TypeDefinitionExample
Empty RelationNo element of A is related to any elementR = {} on A
Universal RelationEvery element is related to every elementR = A × A
Reflexive(a, a) ∈ R for all a ∈ A“is equal to” on integers
SymmetricIf (a, b) ∈ R, then (b, a) ∈ R“is a sibling of”
TransitiveIf (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R“is less than”
Equivalence RelationReflexive + Symmetric + Transitive“is congruent to (mod n)”
To prove equivalence relation: Always prove all three properties separately — reflexive, symmetric, transitive. Missing even one means it’s not an equivalence relation!

Types of Functions

TypeDefinitionTest
One-one (Injective)f(a₁) = f(a₂) ⟹ a₁ = a₂Different inputs → different outputs
Onto (Surjective)Range = CodomainEvery element in codomain has a pre-image
BijectiveBoth one-one and ontoInvertible function
Number of functions from A to B: |B|^|A| = n(B)^n(A)
Number of one-one functions: P(n(B), n(A)) if n(B) ≥ n(A), else 0
Number of onto functions: Uses inclusion-exclusion principle

Composition of Functions

(g ∘ f)(x) = g(f(x)) — “g of f of x”
Read right to left: first apply f, then apply g
g ∘ f ≠ f ∘ g in general (not commutative)
(g ∘ f) is one-one if both f and g are one-one
(g ∘ f) is onto if both f and g are onto

Inverse of a Function

f⁻¹ exists if and only if f is bijective (one-one AND onto)
f⁻¹(y) = x where f(x) = y
f ∘ f⁻¹ = I (identity function)
f⁻¹ ∘ f = I

Binary Operations

A binary operation * on set A is a function from A × A → A
Commutative: a * b = b * a for all a, b
Associative: (a * b) * c = a * (b * c)
Identity element e: a * e = e * a = a for all a
Inverse of a: a * b = b * a = e

Solved Examples

Example 1

Q: Show that the relation R on Z defined by R = {(a,b) : a−b is divisible by 3} is an equivalence relation.

Solution:
Reflexive: a − a = 0, divisible by 3 ✓
Symmetric: If a−b is div by 3, then b−a = −(a−b) is also div by 3 ✓
Transitive: If a−b = 3k and b−c = 3m, then a−c = (a−b)+(b−c) = 3(k+m), div by 3 ✓
Hence R is an equivalence relation.

Example 2

Q: If f(x) = 2x + 3 and g(x) = x², find g ∘ f and f ∘ g.

Solution:
g ∘ f(x) = g(f(x)) = g(2x+3) = (2x+3)² = 4x² + 12x + 9
f ∘ g(x) = f(g(x)) = f(x²) = 2x² + 3
Clearly g ∘ f ≠ f ∘ g

Important Questions

1 Mark

  1. Is {(1,1), (2,2), (3,3)} reflexive on {1,2,3}?
  2. What is the identity element for addition on R?

3-5 Mark

  1. Prove that a relation is/is not an equivalence relation.
  2. Show that f is bijective and find f⁻¹.
  3. Find g ∘ f and f ∘ g for given functions.

Quick Revision Points

  • Equivalence = reflexive + symmetric + transitive
  • Bijective = one-one + onto = invertible
  • Composition: g ∘ f means apply f first, then g
  • f⁻¹ exists ⟺ f is bijective
  • Binary operation: must be closed (result stays in the set)

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top