Definitions [15]
A relation R from a non-empty set A to a non-empty set B is a subset of the cartesian product A × B. The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in A × B. The second element is called the image of the first element.
The set of all first elements of the ordered pairs in a relation R from a set A to a set B is called the domain of the relation R.
The set of all second elements in a relation R from a set A to a set B is called the range of the relation R. The whole set B is called the codomain of the relation R. Note that range ⊂ codomain.
Given two non-empty sets P and Q. The cartesian product P × Q is the set of all ordered pairs of elements from P and Q, i.e., P × Q = { (p,q) : p ∈ P, q ∈ Q } If either P or Q is the null set, then P × Q will also be empty set, i.e., P × Q = Ø
Define a symmetric relation ?
A relation R on a set A is said to be symmetric if
(a, b) ∈ R
⇒ (b, a) ∈ R for all a b ∈ A
i.e. aRb ⇒ bRa for all a , b ∈ A
Define a transitive relation ?
A relation R on a set A is said to be transitive if
(a, b) ∈ R and (b, c) ∈ R
⇒ (a, c) ∈ R for all a, b , c ∈ R
i.e. aRb and bRc
⇒ aRc for all a, b, c ∈ R
Define an equivalence relation ?
A relation R on set A is said to be an equivalence relation if
(i) it is reflexive,
(ii) it is symmetric and
(iii) it is transitive.
Relation R on set A satisfying all the above three properties is an equivalence relation.
A relation f from a set A to a set B is said to be a function if every element of set A has one and only one image in set B.
A function which has either R or one of its subsets as its range is called a real valued function. Further, if its domain is also either R or a subset of R, it is called a real function.
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.
A function f: X→Y is a relation such that:
-
Every element of X has an image in Y
-
Each element of X has exactly one image in Y
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.
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.
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.
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.
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.
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.
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
Key Points
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:
-
Every element belongs to exactly one equivalence class.
-
Distinct equivalence classes are disjoint.
-
The union of all equivalence classes is A.
| 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) |
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}\]
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 ⊆ ℝ |
(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 ∘
-
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
- 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}\]
Important Questions [11]
- A relation R on (1, 2, 3) is given by R = {(1, 1), (2, 2), (1, 2), (3, 3), (2, 3)}. Then the relation R is ______.
- Let L be a set of all straight lines in a plane. The relation R on L defined as 'perpendicular to' is ______.
- The Binary Operation *: R X R → R Is Defined as a *B = 2a + B Find (2 * 3)*4
- Let A = R – {2} and B = R – {1}. If f: A → B is a function defined by f(x) = x-1x-2 then show that f is a one-one and an onto function.
- If f : R → R is defined by f(x)=2x-74, show that f(x) is one-one and onto.
- If the Function `F(X) = Sqrt(2x - 3)` is Invertible Then Find Its Inverse. Hence Prove that `(Fof^(-1))(X) = X`
- Let f(x)=x3 be a function with domain {0, 1, 2, 3}. Then domain of f−1 is ______.
- Which one of the following graphs is a function of x? Graph A Graph B
- If F : R → R, F(X) = X3 and G: R → R , G(X) = 2x2 + 1, and R is the Set of Real Numbers, Then Find Fog(X) and Gof (X)
- Let f:R{-13}→R-{0} be defined as f(x)=53x+1 is invertible. Find f–1(x).
- If f(x) = [4 – (x – 7)3]1/5 is a real invertible function, then find f–1(x).
