Definitions [14]
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 = Ø
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.
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.
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
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.
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 [40]
- If R = {(x, y) : x, y ∈ Z, x2 + y2 ≤ 4} is a relation on Z, then the domain of R is ______.
- Show that the Relation R on the Set Z of Integers, Given by R = {(A,B):2divides (A - B)} is an Equivalence Relation.
- If f(x) = (4x + 3)/(6x – 4), x ≠ 2/3, show that fof (x) = x for all x ≠ 2/3. Also, find the inverse of f.
- Show that the Relation R on the Set Z of All Integers, Given by R = {(A,B) : 2 Divides (A-b)} is an Equivalence Relation.
- Show that the relation S in the set A = x ∈ Z : 0 ≤ x ≤ 12 given by S = (a, b) : a, b ∈ Z, ∣a − b∣ is divisible by 3 is an equivalence relation.
- Let A = {1, 2, 3,......, 9} and R be the relation in A × A defined by (a, b) R (c, d) if a + d = b + c for (a, b), (c, d) in A × A. Prove that R is an equivalence relation. Also, obtain the equivalence class [(2, 5)].
- For the matrix A = (2,3),(5,7), find (A + A') and verify that it is a symmetric matrix.
- Read the following passage: An organization conducted bike race under two different categories – Boys and Girls. There were 28 participants in all. Among all of them
- Let a = {X ∈ Z : 0 ≤ X ≤ 12}. Show That R = {(A, B) : A, B ∈ A, |A – B| is Divisible by 4}Is an Equivalence Relation. Find the Set of All Elements Related to 1. Also Write the Equivalence Class [2]
- Let R = {(A, A3) : a is a Prime Number Less than 5} Be a Relation. Find the Range of R. [Cbse 2014]
- Let N denote the set of all natural numbers and R be the relation on N × N defined by (a, b) R (c, d) if ad (b + c) = bc (a + d). Show that R is an equivalence relation.
- If R=[(x, y) : x+2y=8] is a relation on N, write the range of R.
- Let A = {3, 5}. Then number of reflexive relations on A is ______.
- Show that the Relation R on ℝ Defined as R = {(A, B): a ≤ B}, is Reflexive, and Transitive but Not Symmetric.
- Show that the Relation R Defined by (A, B)R(C,D) ⇒ a + D = B + C on the a X a , Where a = {1, 2,3,...,10} is an Equivalence Relation.
- Show that the function f in A=R-{2/3} defined as
- If F, G : R → R Be Two Functions Defined As F(X) = |X| + X And G(X) = |X| X, ∀X∈R" > X, ∀X ∈ R .Then Find Fog and Gof. Hence Find Fog(–3), Fog(5) and Gof (–2).
- The function f(x) = [x], where [x] denotes the greatest integer less than or equal to x; is continuous at ______.
- Show that the Function F: ℝ → ℝ Defined by F(X) = `X/(X^2 + 1), ∀X in R`Is Neither One-one Nor Onto. Also, If G: ℝ → ℝ is Defined as G(X) = 2x - 1. Find Fog(X)
- Let a = ℝ − {3}, B = ℝ − {1}. Let F : a → B Be Defined by F ( X ) = X − 2 X − 3 , ∀ X ∈ a Show that F is Bijective. Also, Find
- Let A = R − (2) and B = R − (1). If f: A ⟶ B is a function defined by "f(x)" =("x"-1)/("x"-2), how that f is one-one and onto. Hence, find f−1.
- Write the domain and range (principle value branch) of the following functions: f(x) = tan–1 x.
- A function f : [– 4, 4] → [0, 4] is given by f(x) = 16-x2. Show that f is an onto function but not a one-one function. Further, find all possible values of 'a' for which f(a) = 7.
- Let a = ℝ × ℝ and Let * Be a Binary Operation on a Defined by (A, B) * (C, D) = (Ad + Bc, Bd) for All (A, B), (C, D) ∈ ℝ × ℝ. (I) Show that * is Commutative on A.
- Show that the binary operation * on A = R – { – 1} defined as a*b = a + b + ab for all a, b ∈ A is commutative and associative on A. Also find the identity element of * in A and prove that every element of A is invertible.
- Let A = Q ✕ Q, where Q is the set of all rational numbers, and * be a binary operation defined on A by (a, b) * (c, d) = (ac, b + ad), for all (a, b) (c, d) ∈ A. Find
- LetA= R × R and * be a binary operation on A defined by (a, b) * (c, d) = (a+c, b+d) Show that * is commutative and associative. Find the identity element for * on A. Also find the inverse of every element (a, b) ε A.
- Let a = Q X Q and Let * Be a Binary Operation on a Defined by (A, B) * (C, D) = (Ac, B + Ad) for (A, B), (C, D) ∈ A. Determine, Whether * is Commutative and Associative. Then, with Respect to * on
- Discuss the Commutativity and Associativity of Binary Operation '*' Defined on a = Q − {1} by the Rule A * B= A − B + Ab for All, A, B ∊ A. Also Find the Identity Element of * in a and Hence Find the Invertible Elements of A.
- If a * b denotes the larger of 'a' and 'b' and if a∘b = (a * b) + 3, then write the value of (5) ∘ (10), where * and ∘ are binary operations.
- Let * Be a Binary Operation, on the Set of All Non-zero Real Numbers, Given by a ∗ B = a B 5 for All A, B ∈ R − { 0 } Write the Value of X Given by 2 * (X * 5) = 10.
- Let * be a binary operation, on the set of all non-zero real numbers, given by
- If * is Defined on the Set R of All Real Numbers by *: A*B = √ a 2 + B 2 , Find the Identity Elements, If It Exists in R with Respect to * .
- If * is Def D the Identit Ined on the Set R of All R Y Element If Exist in R Wi Eal Number by Th Respect *: to * Solution
- Examine Whether the Operation *Defined on R by a * B = Ab + 1 is (I) a Binary Or Not. (Ii) If a Binary Operation, is It Associative Or Not?
- Let * be an operation defined as * : R × R ⟶ R, a * b = 2a + b, a, b ∈ R. Check if * is a binary operation. If yes, find if it is associative too.
- Let F : N → ℝ Be a Function Defined As F(X) = 4x2 + 12x + 15. Show That F : N → S, Where S is the Range Of F, is Invertible. Also Find the Inverse Of F.
- Consider `F:R - {-4/3} -> R - {4/3}` Given by F(X) = `(4x + 3)/(3x + 4)`. Show that F Is Bijective. Find the Inverse of F and Hence Find `F^(-1) (0)` And X Such that `F^(-1) (X) = 2
- If the function f : R → R be given by f[x] = x2 + 2 and g : R → R be given by g(x)=x/(x−1), x≠1, find fog and gof and hence find fog (2) and gof (−3).
- Let f : N→N be a function defined as f(x)=9x2+6x−5. Show that f : N→S, where S is the range of f, is invertible. Find the inverse of f and hence find f−1(43) and f−1(163).
