मराठी

Overview of Relations and Functions

Advertisements

Topics

CBSE: Class 12
CISCE: Class 12

Definition: Ordered Pair

An ordered pair is a pair of objects in which the order of the objects is important.

It is written as (a, b), where a is called the first component and b is called the second component.

Note:
In general,

(a,b) ≠ (b,a)

i.e., the order of elements matters.

CBSE: Class 12
CISCE: Class 12

Definition: Cartesian Product

If A and B are two sets, then the Cartesian product of A and B, denoted by A × B, is the set of all ordered pairs (a, b) such that a ∈ A and b ∈ B.

Result:
If n(A) = m and n(B) = n, then

n(A × B) = m × n

CBSE: Class 12
CISCE: Class 12

Definition: Relation

A relation is a set of ordered pairs.

The set of all first elements of the ordered pairs is called the domain, and the set of all second elements that appear is called the range.

CBSE: Class 12
CISCE: Class 12

Key Points: Relation in a Set

Types of Relations:

Type of Relation Definition
Binary Relation Any subset of (A × A)
Empty Relation No element of A is related to any element
Universal Relation Every element of A is related to every element
Identity Relation Every element is related to itself only

Special Types of Relations:

Special Type Condition
Reflexive (a, a) ∈ for all a ∈ A
Symmetric (a,b) ∈ R ⇒ (b, a) ∈ R
Transitive (a,b),(b,c) ∈ ⇒ (a,c) ∈ R
Equivalence Relation Reflexive + Symmetric + Transitive

Important Result

If a set A contains n elements, then the number of reflexive relations on A is \[2^{n^2-n}\]

CBSE: Class 12
CISCE: Class 12

Key Points: Equivalence Relation & Classes

Equivalence Relation:
A relation R on a set A is an equivalence relation if it is
Reflexive, Symmetric and Transitive.

Important Result:

  • Equality → equivalence relation

  • “is similar to” (triangles) → equivalence relation

  • “is perpendicular to” → not an equivalence relation

Equivalence Class:
If R is an equivalence relation on A and a ∈ A, then

[a] ={x ∈ A : (x, a) ∈ R}.

Properties:

  1. Every element belongs to exactly one equivalence class.

  2. Distinct equivalence classes are disjoint.

  3. The union of all equivalence classes is A.

CBSE: Class 12
CISCE: Class 12

Definition: Congruence Modulo m

Let m be a positive integer and x, y ∈ Z

Then x is said to be congruent to y modulo m, written as

x ≡ y (mod m)

iff x − y is divisible by m.

CBSE: Class 12
CISCE: Class 12

Definition: Function

A function f: X→Y is a relation such that:

  1. Every element of X has an image in Y

  2. Each element of X has exactly one image in Y

CISCE: Class 12

Definition: Domain, Co-domain and Range

Domain:
The domain of a function f is the set of all elements of X for which the function f is defined.

Co-domain:

The codomain of a function f is the set Y into which the function maps elements of the domain.

Range:

The range of a function f is the set of all images of elements of the domain under the function f.

CBSE: Class 12
CISCE: Class 12

Key Points: Functions

Types of Function: 

Type Key Idea
One-one (Injective) Different elements → different image
Many-one Two or more elements → same image
Onto (Surjective) Range = Codomain
Into Range ⊂ Codomain
Bijective One-one + Onto

Special Types of Functions:

Function Definition
Identity f(x) = x
Equal
f(x) = g(x)
Constant f(x) = c
Zero f(x) = 0
Even f(-x) = f(x)
Odd f(-x) = -f(x)
Monotonic Always increasing or decreasing
Real-valued
Range ⊆ ℝ
CBSE: Class 12
CISCE: Class 12

Definition: Composition of Functions

Let A, B, and C be three non-empty sets.

If f: A→B and g: B→C are two functions, then the composition of f and g, denoted by

(g∘f)(x) = g(f(x)),for all x ∈ A.

The composite function is also called the resultant function or function of a function.

CBSE: Class 12
CISCE: Class 12

key points: Composition of Functions

(g∘f)(x) = g(f(x))

  • Exists only if Range of f ⊆ Domain of g

  • Order matters: g∘f ≠ f∘g

  • Associative: h∘(g∘f) = (h∘g)∘f

  • If f and g are one-one, then g∘f is one-one

  • If f and g are onto, then g∘f is onto

  • Identity property:
    IB∘f = f . f ∘

CBSE: Class 12
CISCE: Class 12

Definition: Invertible Function

A function f: X→Y is called invertible if it is one-one and onto.
In this case, there exists a function f−1:Y→X such that

f−1(y) = x  ⟺  f(x) = y

The function f−1 is called the inverse of f.

CBSE: Class 12
CISCE: Class 12

Key Points: Invertible Function

  • Only bijective (one-one/onto) functions are invertible.

  • Domain of f−1 = Range of f and Range of f−1 Domain of f.

  • f−1(y) = x if and only if f(x) = y.

  • f−1∘f = IX and f∘f−1 = IY.

  • The inverse of a bijective function is unique and (f−1)−1 = f

CBSE: Class 12
CISCE: Class 12

Definition: Binary Operation

A binary operation (or composition) on a non-empty set A is a function

∗ : A × A → A

Which associates each ordered pair (a,b) in A×A with a unique element a ∗ b in A.

CBSE: Class 12
CISCE: Class 12

Key Points: Binary Operation

  • A binary operation must satisfy closure, i.e.
    a, b ∈ A ⇒ a ∗ b ∈ A
  • Order matters in a binary operation; in general,
    a ∗ b ≠ b ∗ a
  • Addition and multiplication are binary operations on N, Z, Q, R.
  • Subtraction and division are not binary operations on N.

  • Division is a binary operation on R−{0}.

  • Union and intersection are binary operations on the power set P(A).

  • If a finite set A contains n elements, then
    Number of binary operations on A = \[n^{n^2}\]
CBSE: Class 12
CISCE: Class 12

Key Points: Properties of Binary Operations

Property Condition
Commutative (a * b = b * a)
Associative ((a * b) * c = a * (b * c))
Identity Element (e * a = a * e = a)
Inverse Element (a * b = b * a = e)
Distributive a * (b ∘ c) = (a * b) ∘ (a * c)
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×