Class 11 : Maths (In English) – Lesson 2. Relations and Functions
EXPLANATION & SUMMARY
๐ท Explanation
๐ต 1๏ธโฃ Introduction
๐ง Relations and Functions form the foundation of higher mathematics.
They describe how elements of one set are connected to elements of another.
You will learn how to define, classify, and operate on these relations and functions.
๐ก Concept:
A relation shows association between elements of two sets.
A function is a special relation where each input has exactly one output.
๐ข 2๏ธโฃ Cartesian Product of Sets
๐ Definition:
If A and B are two sets, the Cartesian product A ร B = {(a, b) | a โ A, b โ B}
๐ Example:
Let A = {1, 2}, B = {x, y}
โก๏ธ A ร B = {(1, x), (1, y), (2, x), (2, y)}
๐งพ Cardinality: |A ร B| = |A| ร |B|
โ๏ธ Note:
Order matters โ (a, b) โ (b, a)
๐ด 3๏ธโฃ Relations
๐ Definition:
A relation R from A to B is a subset of A ร B.
If (a, b) โ R, we say a is related to b (a R b).
โก๏ธ Domain = all first elements related
โก๏ธ Range = all second elements that appear
โก๏ธ Co-domain = entire second set B
๐ Example:
A = {1, 2, 3}, B = {4, 5, 6}
R = {(1, 4), (2, 5)}
Domain = {1, 2}, Range = {4, 5}
๐ก 4๏ธโฃ Relations on a Single Set
If A = B, relation is on A.
๐งฉ Properties:
๐ต Reflexive: (a, a) โ R โ a โ A
๐ข Symmetric: (a, b) โ R โ (b, a) โ R
๐ Transitive: (a, b), (b, c) โ R โ (a, c) โ R
๐ก Equivalence Relation:
A relation that is reflexive, symmetric, and transitive.
It divides A into equivalence classes (disjoint subsets).
๐งพ Example:
On integers โค, define a R b if a โ b divisible by 3
โ๏ธ Reflexive: a โ a = 0 divisible by 3
โ๏ธ Symmetric: if a โ b divisible by 3, b โ a = โ(a โ b) also
โ๏ธ Transitive: if a โ b and b โ c divisible by 3, then a โ c divisible by 3
โ
Hence, equivalence relation.
๐ต 5๏ธโฃ Functions
๐ Definition:
A function f from A to B is a relation with:
โ๏ธ Every a โ A is related to exactly one b โ B.
๐ง Notation: f: A โ B, f(a) = b
๐ก Key Terms:
โก๏ธ Domain: A
โก๏ธ Co-domain: B
โก๏ธ Range: {f(a) | a โ A}
โ๏ธ Note:
A function must be single-valued (only one output per input).
๐ข 6๏ธโฃ Representation of Functions
๐งพ Forms:
1๏ธโฃ Arrow diagram
2๏ธโฃ Set builder
3๏ธโฃ Roster form
4๏ธโฃ Graphical form (if domain & range โ โ)
๐ Example:
f = {(1, 2), (2, 4), (3, 6)}
Domain = {1, 2, 3}, Range = {2, 4, 6}
๐ด 7๏ธโฃ Types of Functions
๐งฉ By mapping:
๐ต One-one (Injective): f(aโ) = f(aโ) โ aโ = aโ
๐ข Onto (Surjective): Range = Co-domain
๐ Bijective: Both one-one and onto
๐ด Many-one: Different inputs โ same output
๐ก Into: Range โ Co-domain
๐งญ Constant: f(a) = k for all a โ A
๐ Example:
f(x) = 2x + 3, domain โ
โ๏ธ One-one
โ๏ธ Onto if Co-domain = โ
โ
Hence, Bijective
๐ฃ 8๏ธโฃ Composition of Functions
๐ Definition:
If f: A โ B, g: B โ C
Then (g โ f): A โ C, (g โ f)(x) = g(f(x))
๐ง Properties:
โ๏ธ Associative: h โ (g โ f) = (h โ g) โ f
โ Not Commutative: g โ f โ f โ g (generally)
๐ Example:
f(x) = x + 1, g(x) = 2x
(g โ f)(x) = g(f(x)) = 2(x + 1) = 2x + 2
(f โ g)(x) = f(g(x)) = (2x) + 1 = 2x + 1
โ ๏ธ Not equal โ not commutative
๐ต 9๏ธโฃ Inverse of a Function
๐ง Definition:
If f: A โ B is bijective, then there exists fโปยน: B โ A such that
โก๏ธ fโปยน(f(a)) = a
โก๏ธ f(fโปยน(b)) = b
๐ Example:
f(x) = 2x + 3
To find fโปยน:
y = 2x + 3
x = (y โ 3)/2
Hence fโปยน(y) = (y โ 3)/2
๐ก Condition: Only bijective functions have inverses.
๐ข ๐ Examples
๐งฎ Example 1: One-one Check
f(x) = 3x โ 5
Assume f(xโ) = f(xโ)
3xโ โ 5 = 3xโ โ 5
โ xโ = xโ
โ
One-one
๐งฎ Example 2: Onto Check
f(x) = 2x + 1, Co-domain โ
Take any y โ โ
Solve y = 2x + 1
โ x = (y โ 1)/2 โ โ
โ
Onto
โ
f is bijective โ fโปยน(y) = (y โ 1)/2
๐ฃ 11๏ธโฃ Special Real Functions
๐ต Identity: f(x) = x
๐ข Constant: f(x) = k
๐ Modulus: f(x) = |x|
๐ด Greatest Integer: f(x) = โxโ
๐ก Signum: sgn(x) = {1, 0, โ1} for x > 0, = 0, < 0
๐ข 12๏ธโฃ Common Misconceptions
โ ๏ธ Every relation is a function โ
โก๏ธ Fix: Function must have exactly one output per input.
โ ๏ธ Range = Co-domain always โ
โก๏ธ Fix: Range โ Co-domain, equality only for onto.
โ ๏ธ โ(xยฒ) = x โ
โก๏ธ Fix: โ(xยฒ) = |x|
๐ก 13๏ธโฃ Strategy for Exercises
๐น Use definitions directly for reflexive/symmetric/transitive.
๐น For one-one โ assume f(aโ)=f(aโ) โ prove aโ=aโ.
๐น For onto โ take arbitrary y โ find x.
๐น For inverse โ solve y = f(x) for x.
๐ Summary (โ300 words)
๐ต A relation is any subset of A ร B showing association between elements.
๐ข A function is a relation with the rule of single output per input.
๐ A function f: A โ B assigns each a โ A to exactly one b โ B.
๐ก Domain, Co-domain, and Range are three key sets associated.
๐ด Relations on a single set can be reflexive, symmetric, transitive.
If all three hold โ equivalence relation โ partitions the set into classes.
๐ข Function types:
One-one (injective): unique outputs
Onto (surjective): all co-domain covered
Bijective: both (invertible)
๐ฃ Composition: (g โ f)(x) = g(f(x))
Associative, but not commutative.
๐ข Inverse Function: Exists only for bijective functions.
๐ต Special real functions: Identity, Constant, Modulus, Greatest Integer, Signum.
โ๏ธ Key rule: โ(xยฒ) = |x|
โ๏ธ Range โ Co-domain
โ๏ธ fโปยน exists only if f is bijective.
๐ Quick Recap
๐ต Relation = subset of A ร B
๐ข Function = special relation with one output per input
๐ Equivalence = reflexive + symmetric + transitive
๐ก Bijective โ Inverse exists
๐ด Composition associative, not commutative
๐ฃ Range may differ from Co-domain
————————————————————————————————————————————————————————————————————————————
QUESTIONS FROM TEXTBOOK
๐งพ Exercise 2.1
๐ต Question 1:
If (x/3 + 1, y โ 2/3) = (5/3, 1/3), find the values of x and y.
๐ข Answer:
โก๏ธ We know that two ordered pairs are equal only if their corresponding components are equal.
So,
โด๏ธ x/3 + 1 = 5/3
โด๏ธ y โ 2/3 = 1/3
โ๏ธ Solve for x:
x/3 = 5/3 โ 1
x/3 = (5 โ 3)/3
x/3 = 2/3
โก๏ธ Multiply both sides by 3
x = 2
โ๏ธ Solve for y:
y = 1/3 + 2/3
y = 3/3
y = 1
๐ก Final Answer: x = 2, y = 1
๐ต Question 2:
If the set A has 3 elements and the set B = {3, 4, 5}, then find the number of elements in A ร B.
๐ข Answer:
โด๏ธ Number of elements in A = n(A) = 3
โด๏ธ Number of elements in B = n(B) = 3
โก๏ธ Formula: n(A ร B) = n(A) ร n(B)
โก๏ธ n(A ร B) = 3 ร 3 = 9
๐ก Final Answer: n(A ร B) = 9
๐ต Question 3:
If G = {7, 8} and H = {5, 4, 2}, find G ร H and H ร G.
๐ข Answer:
โด๏ธ G ร H = {(7,5), (7,4), (7,2), (8,5), (8,4), (8,2)}
โด๏ธ H ร G = {(5,7), (5,8), (4,7), (4,8), (2,7), (2,8)}
๐ก Final Answer:
โ๏ธ G ร H = {(7,5), (7,4), (7,2), (8,5), (8,4), (8,2)}
โ๏ธ H ร G = {(5,7), (5,8), (4,7), (4,8), (2,7), (2,8)}
๐ต Question 4:
State whether each of the following statements are true or false. If the statement is false, rewrite the given statement correctly.
๐ข Answer:
(i) If P = {m, n} and Q = {n, mยณ}, then P ร Q = {(m, n), (n, m), (n, mยณ)}
โก๏ธ False
โ๏ธ Correct statement:
P ร Q = {(m, n), (m, mยณ), (n, n), (n, mยณ)}
(ii) If A and B are non-empty sets, then A ร B is a non-empty set of ordered pairs (x, y) such that x โ A and y โ B.
โก๏ธ True
(iii) If A = {1, 2}, B = {3, 4}, then A ร (B โฉ ฯ) = ฯ.
โก๏ธ True because B โฉ ฯ = ฯ, and A ร ฯ = ฯ
๐ต Question 5:
If A = {โ1, 1}, find A ร A ร A.
๐ข Answer:
โด๏ธ A ร A = { (โ1, โ1), (โ1, 1), (1, โ1), (1, 1) }
โก๏ธ Now A ร A ร A = { (a, b, c) | a, b, c โ A }
โ๏ธ So,
A ร A ร A =
{ (โ1, โ1, โ1), (โ1, โ1, 1), (โ1, 1, โ1), (โ1, 1, 1),
(1, โ1, โ1), (1, โ1, 1), (1, 1, โ1), (1, 1, 1) }
๐ก Final Answer: 8 elements in A ร A ร A
๐ต Question 6:
If A ร B = {(a, x), (a, y), (b, x), (b, y)}, find A and B.
๐ข Answer:
โด๏ธ From pairs, first elements form set A = {a, b}
โด๏ธ Second elements form set B = {x, y}
๐ก Final Answer:
โ๏ธ A = {a, b}
โ๏ธ B = {x, y}
๐ต Question 7:
Let A = {1, 2}, B = {3, 4}, C = {5, 6}, and D = {5, 6, 7, 8}. Verify that:
(i) A ร (B โฉ C) = (A ร B) โฉ (A ร C)
(ii) A ร C โ B ร D
๐ข Answer:
(i)
B โฉ C = โ
(since no common element)
โก๏ธ A ร (B โฉ C) = A ร โ
= โ
A ร B = {(1,3), (1,4), (2,3), (2,4)}
A ร C = {(1,5), (1,6), (2,5), (2,6)}
(A ร B) โฉ (A ร C) = โ
โ๏ธ Therefore, verified: A ร (B โฉ C) = (A ร B) โฉ (A ร C)
(ii)
A ร C = {(1,5), (1,6), (2,5), (2,6)}
B ร D = {(3,5), (3,6), (3,7), (3,8), (4,5), (4,6), (4,7), (4,8)}
โก๏ธ All elements of A ร C are not present in B ร D
โ ๏ธ So A ร C โ B ร D
๐ก Final: (i) True, (ii) False
๐ต Question 8:
Let A = {1, 2} and B = {3, 4}. Write A ร B. How many subsets will A ร B have? List them.
๐ข Answer:
A ร B = {(1,3), (1,4), (2,3), (2,4)}
โก๏ธ n(A ร B) = 4
โ๏ธ Number of subsets = 2โด = 16
๐ง List of subsets:
ฯ, {(1,3)}, {(1,4)}, {(2,3)}, {(2,4)},
{(1,3), (1,4)}, {(1,3), (2,3)}, {(1,3), (2,4)}, {(1,4), (2,3)}, {(1,4), (2,4)}, {(2,3), (2,4)},
{(1,3), (1,4), (2,3)}, {(1,3), (1,4), (2,4)}, {(1,4), (2,3), (2,4)}, {(1,3), (2,3), (2,4)},
{(1,3), (1,4), (2,3), (2,4)}
๐ก Final Answer: 16 subsets
๐ต Question 9:
Let A and B be two sets such that n(A) = 3 and n(B) = 2. If (x,1), (y,2), (z,1) โ A ร B, where x, y, z are distinct elements, find A and B.
๐ข Answer:
From ordered pairs:
Second components โ {1, 2} โ B = {1, 2}
First components โ {x, y, z} โ A = {x, y, z}
๐ก Final Answer:
โ๏ธ A = {x, y, z}
โ๏ธ B = {1, 2}
๐ต Question 10:
The Cartesian product A ร A has 9 elements among which (โ1, 0) and (0, 1) are found. Find the set A and the remaining elements of A ร A.
๐ข Answer:
โก๏ธ n(A ร A) = 9 โ n(A) = 3
Let A = {โ1, 0, 1}
Now A ร A =
{(โ1, โ1), (โ1, 0), (โ1, 1),
(0, โ1), (0, 0), (0, 1),
(1, โ1), (1, 0), (1, 1)}
๐ก Final Answer:
โ๏ธ A = {โ1, 0, 1}
โ๏ธ A ร A has 9 elements as above
๐งพExercise 2.2
๐ต Question 1
Let A = {1, 2, 3, โฆ, 14}. Define a relation R from A to A by R = {(x, y) : 3x โ y = 0, where x, y โ A}. Write down its domain, codomain and range.
๐ข Answer
โก๏ธ Condition 3x โ y = 0 โ y = 3x.
โก๏ธ x โ A and y โ A โ 3x โค 14 โ x โ {1, 2, 3, 4}.
โ๏ธ R (roster) = {(1,3), (2,6), (3,9), (4,12)}.
โ๏ธ Domain(R) = {1, 2, 3, 4}.
โ๏ธ Codomain(R) = A = {1, 2, 3, โฆ, 14}.
โ๏ธ Range(R) = {3, 6, 9, 12}.
๐ก Final: Domain {1,2,3,4}; Codomain A; Range {3,6,9,12}.
๐ต Question 2
Define a relation R on the set N of natural numbers by R = {(x, y) : y = x + 5, x is a natural number less than 4; x, y โ N}. Depict this relationship using roster form. Write down the domain and the range.
๐ข Answer
โก๏ธ x < 4 with x โ N โ x โ {1, 2, 3}.
โก๏ธ Compute y:
โข for x = 1 โ y = 6;
โข for x = 2 โ y = 7;
โข for x = 3 โ y = 8.
โ๏ธ R (roster) = {(1,6), (2,7), (3,8)}.
โ๏ธ Domain(R) = {1, 2, 3}.
โ๏ธ Range(R) = {6, 7, 8}.
๐ก Final: Domain {1,2,3}; Range {6,7,8}.
๐ต Question 3
A = {1, 2, 3, 5} and B = {4, 6, 9}. Define a relation R from A to B by R = {(x, y) : the difference between x and y is odd; x โ A, y โ B}. Write R in roster form.
๐ข Answer
โก๏ธ |x โ y| is odd โ x and y have different parity.
โก๏ธ Pairs with x odd (1,3,5) and y even (4,6), plus x even (2) with y odd (9).
โ๏ธ R = {(1,4), (1,6), (3,4), (3,6), (5,4), (5,6), (2,9)}.
๐ก Final: R listed above (7 ordered pairs).
๐ต Question 4
The Fig 2.7 shows a relationship between the sets P and Q. Write this relation (i) in set-builder form (ii) roster form. What is its domain and range?
๐ข Answer
โก๏ธ From figure: arrows indicate 5 โฆ 3, 6 โฆ 4, 7 โฆ 5.
(i) Set-builder: R = {(p, q) โ P ร Q : q = p โ 2}.
(ii) Roster: R = {(5,3), (6,4), (7,5)}.
โ๏ธ Domain(R) = {5, 6, 7}.
โ๏ธ Range(R) = {3, 4, 5}.
๐ก Final: relation as above; domain {5,6,7}; range {3,4,5}.
๐ต Question 5
Let A = {1, 2, 3, 4, 6}. Let R be the relation on A defined by {(a, b) : a, b โ A, b is exactly divisible by a}.
(i) Write R in roster form
(ii) Find the domain of R
(iii) Find the range of R
๐ข Answer
โก๏ธ For a = 1 โ b โ {1,2,3,4,6}.
โก๏ธ For a = 2 โ b โ {2,4,6}.
โก๏ธ For a = 3 โ b โ {3,6}.
โก๏ธ For a = 4 โ b โ {4}.
โก๏ธ For a = 6 โ b โ {6}.
(i) R = {(1,1), (1,2), (1,3), (1,4), (1,6), (2,2), (2,4), (2,6), (3,3), (3,6), (4,4), (6,6)}.
(ii) Domain(R) = {1, 2, 3, 4, 6}.
(iii) Range(R) = {1, 2, 3, 4, 6}.
๐ก Final: Domain = Range = A.
๐ต Question 6
Determine the domain and range of the relation R defined by R = {(x, x + 5) : x โ {0, 1, 2, 3, 4, 5}}.
๐ข Answer
โก๏ธ Domain(R) = {0, 1, 2, 3, 4, 5}.
โก๏ธ Range(R) = {5, 6, 7, 8, 9, 10}.
โ๏ธ R (optional roster) = {(0,5), (1,6), (2,7), (3,8), (4,9), (5,10)}.
๐ก Final: Domain {0,1,2,3,4,5}; Range {5,6,7,8,9,10}.
๐ต Question 7
Write the relation R = {(x, xยณ) : x is a prime number less than 10} in roster form.
๐ข Answer
โก๏ธ Primes less than 10: 2, 3, 5, 7.
โก๏ธ Cubes: 2ยณ = 8, 3ยณ = 27, 5ยณ = 125, 7ยณ = 343.
โ๏ธ R = {(2,8), (3,27), (5,125), (7,343)}.
๐ก Final: R listed above.
๐ต Question 8
Let A = {x, y, z} and B = {1, 2}. Find the number of relations from A to B.
๐ข Answer
โก๏ธ Number of ordered pairs in A ร B = |A| ร |B| = 3 ร 2 = 6.
โก๏ธ A โrelationโ is any subset of A ร B.
โก๏ธ Number of subsets of a 6-element set = 2โถ.
โ๏ธ Number of relations = 2โถ = 64.
๐ก Final: 64 relations.
๐ต Question 9
Let R be the relation on Z defined by R = {(a, b) : a, b โ Z, a โ b is an integer}. Find the domain and range of R.
๐ข Answer
โก๏ธ For any a, b โ Z, the difference a โ b is always an integer.
โก๏ธ Therefore R = Z ร Z (all ordered pairs of integers).
โ๏ธ Domain(R) = Z.
โ๏ธ Range(R) = Z.
๐ก Final: Domain = Range = Z (set of all integers).
๐งพExercise 2.3
๐ต Question 1
Which of the following relations are functions? Give reasons. If it is a function, determine its domain and range.
(i) {(2,1), (5,1), (8,1), (11,1), (14,1), (17,1)}
(ii) {(2,1), (4,2), (6,3), (8,4), (10,5), (12,6), (14,7)}
(iii) {(1,3), (1,5), (2,5)}
๐ข Answer
โก๏ธ Definition: A relation is a function if every element of the domain has exactly one image (no repetition of first element with different second element).
(i) All first elements {2,5,8,11,14,17} are distinct.
โ๏ธ So, it is a function.
โก๏ธ Domain = {2,5,8,11,14,17}
โก๏ธ Range = {1}
(ii) All first elements {2,4,6,8,10,12,14} are distinct.
โ๏ธ So, it is a function.
โก๏ธ Domain = {2,4,6,8,10,12,14}
โก๏ธ Range = {1,2,3,4,5,6,7}
(iii) First element 1 is repeated with two different second elements 3 and 5.
โ ๏ธ So, it is not a function.
๐ก Final: (i) Function โ , (ii) Function โ , (iii) Not a function โ
๐ต Question 2
Find the domain and range of the following real functions:
(i) f(x) = โ|x|
(ii) f(x) = โ(9 โ xยฒ)
๐ข Answer
(i) โก๏ธ f(x) = โ|x|
โ๏ธ |x| is defined โ x โ โ.
โ๏ธ Range of |x| = [0, โ)
โก๏ธ So f(x) = โ|x| โ Range = (โโ, 0]
๐ก Domain = โ
๐ก Range = (โโ, 0]
(ii) โก๏ธ f(x) = โ(9 โ xยฒ)
โ๏ธ Expression under root โฅ 0 โ 9 โ xยฒ โฅ 0
โ๏ธ โ xยฒ โค 9 โ โ3 โค x โค 3
๐ก Domain = [โ3, 3]
โ๏ธ f(x) takes maximum at x = 0 โ f(0) = โ9 = 3
โ๏ธ Minimum value = 0 when x = ยฑ3
๐ก Range = [0, 3]
๐ต Question 3
A function f is defined by f(x) = 2x โ 5. Write down the values of
(i) f(0), (ii) f(7), (iii) f(โ3).
๐ข Answer
โก๏ธ f(x) = 2x โ 5
(i) f(0) = 2(0) โ 5 = โ5
(ii) f(7) = 2(7) โ 5 = 14 โ 5 = 9
(iii) f(โ3) = 2(โ3) โ 5 = โ6 โ 5 = โ11
๐ก Final: f(0) = โ5, f(7) = 9, f(โ3) = โ11
๐ต Question 4
The function โtโ which maps temperature in degree Celsius into temperature in degree Fahrenheit is defined by
t(C) = (9C / 5) + 32.
Find
(i) t(0)โ(ii) t(28)โ(iii) t(โ10)โ(iv) The value of C, when t(C) = 212.
๐ข Answer
(i) t(0) = (9ร0)/5 + 32 = 32ยฐF
(ii) t(28) = (9ร28)/5 + 32 = 252/5 + 32 = 50.4 + 32 = 82.4ยฐF
(iii) t(โ10) = (9ร(โ10))/5 + 32 = (โ90)/5 + 32 = โ18 + 32 = 14ยฐF
(iv) t(C) = 212
โก๏ธ 212 = (9C)/5 + 32
โก๏ธ 212 โ 32 = (9C)/5
โก๏ธ 180 = (9C)/5
โก๏ธ Multiply both sides by 5: 900 = 9C
โก๏ธ C = 100
๐ก Final: t(0) = 32ยฐF, t(28) = 82.4ยฐF, t(โ10) = 14ยฐF, and C = 100ยฐC when t(C) = 212ยฐF
๐ต Question 5
Find the range of each of the following functions:
(i) f(x) = 2 โ 3x, x โ โ, x > 0
(ii) f(x) = xยฒ + 2, x is a real number
(iii) f(x) = xยณ, x is a real number
๐ข Answer
(i) f(x) = 2 โ 3x
โก๏ธ As x > 0 increases, 3x increases, so 2 โ 3x decreases.
โ๏ธ No upper bound; as x โ 0โบ, f(x) โ 2
โ๏ธ As x โ โ, f(x) โ โโ
๐ก Range = (โโ, 2)
(ii) f(x) = xยฒ + 2
โ๏ธ xยฒ โฅ 0 โ xยฒ + 2 โฅ 2
๐ก Range = [2, โ)
(iii) f(x) = xยณ
โ๏ธ For x โ โ, xยณ โ โ (all real values)
๐ก Range = โ
————————————————————————————————————————————————————————————————————————————
OTHER IMPORTANT QUESTIONS FOR EXAMS
(CBSE MODEL QUESTIONS PAPER)
ESPECIALLY MADE FROM THIS LESSON ONLY
๐งญ Section A โ Objective Type (1 mark each)
๐ต Question 1:
The number of elements in A ร B if A = {1, 2} and B = {x, y, z} is
๐ต (A) 3
๐ข (B) 5
๐ (C) 6
๐ด (D) 9
๐ข Answer: (C) 6
๐ต Question 2:
Which of the following is a relation from A = {1, 2} to B = {x, y}?
๐ต (A) {(1, x), (2, y)}
๐ข (B) {(1, x), (1, y)}
๐ (C) {(1, x), (2, 3)}
๐ด (D) {(1, x), (x, 1)}
๐ข Answer: (A) {(1, x), (2, y)}
๐ต Question 3:
If A = {a, b}, B = {1, 2}, then number of relations from A to B is
๐ต (A) 4
๐ข (B) 8
๐ (C) 16
๐ด (D) 2
๐ข Answer: (C) 16
๐ต Question 4:
The relation R = {(1, 1), (2, 2), (3, 3)} on A = {1, 2, 3} is
๐ต (A) Symmetric only
๐ข (B) Reflexive and symmetric
๐ (C) Reflexive, symmetric, transitive
๐ด (D) None
๐ข Answer: (C) Reflexive, symmetric, transitive
๐ต Question 5:
A function f: A โ B is said to be one-one if
๐ต (A) Every element of A has one image
๐ข (B) Every element of B has one preimage
๐ (C) Distinct elements of A have distinct images
๐ด (D) None of these
๐ข Answer: (C) Distinct elements of A have distinct images
๐ต Question 6:
Which of the following represents a function?
๐ต (A) {(1, 2), (2, 3), (3, 2)}
๐ข (B) {(1, 2), (1, 3)}
๐ (C) {(2, 3), (2, 4)}
๐ด (D) {(x, y) | xยฒ + yยฒ = 1}
๐ข Answer: (A) {(1, 2), (2, 3), (3, 2)}
๐ต Question 7:
If f(x) = 2x + 3, find f(โ1).
๐ต (A) 1
๐ข (B) 0
๐ (C) โ1
๐ด (D) 5
๐ข Answer: (A) 1
๐ง Step: f(โ1) = 2(โ1) + 3 = 1 โ
๐ต Question 8:
If A = {1, 2}, B = {3, 4}, number of functions from A to B =
๐ต (A) 2
๐ข (B) 4
๐ (C) 8
๐ด (D) 16
๐ข Answer: (C) 8
๐ง Explanation: |B| = 2 โ total functions = 2ยฒ = 4? Wait:
If A has 2 elements, B has 2 โ total functions = |B|^|A| = 2ยฒ = 4 โ
โ Correction: โ
Answer: (B) 4
๐ต Question 9:
The function f(x) = 3x โ 5 is
๐ต (A) One-one and onto
๐ข (B) Many-one
๐ (C) Constant
๐ด (D) Into
๐ข Answer: (A) One-one and onto
๐ต Question 10:
If R = {(a, b) | a divides b}, then R is
๐ต (A) Reflexive and symmetric
๐ข (B) Reflexive and transitive
๐ (C) Symmetric and transitive
๐ด (D) Only reflexive
๐ข Answer: (B) Reflexive and transitive
๐ต Question 11:
If A = {1, 2, 3}, B = {x, y}, then number of functions from A to B =
๐ต (A) 6
๐ข (B) 8
๐ (C) 9
๐ด (D) 4
๐ข Answer: (B) 8 (|B|^|A| = 2ยณ = 8)
๐ต Question 12:
Which is not a function?
๐ต (A) y = โx, x โฅ 0
๐ข (B) yยฒ = x
๐ (C) y = 2x + 1
๐ด (D) y = |x|
๐ข Answer: (B) yยฒ = x (two values of y)
๐ต Question 13:
If f(x) = xยฒ, g(x) = x + 1, then (g โ f)(2) =
๐ต (A) 3
๐ข (B) 5
๐ (C) 7
๐ด (D) 9
๐ข Answer: (B) 5
๐ง f(2) = 4, g(4) = 4 + 1 = 5 โ
๐ต Question 14:
Inverse of f(x) = 2x + 3 is
๐ต (A) (x โ 3)/2
๐ข (B) 2x โ 3
๐ (C) (x + 3)/2
๐ด (D) 1/(2x + 3)
๐ข Answer: (A) (x โ 3)/2 โ
๐ต Question 15:
If f(x) = |x|, then f(โ5) =
๐ต (A) โ5
๐ข (B) 5
๐ (C) 0
๐ด (D) 10
๐ข Answer: (B) 5 โ
๐ต Question 16:
If R = {(1, 2), (2, 1)}, on A = {1, 2}, then R is
๐ต (A) Symmetric only
๐ข (B) Reflexive only
๐ (C) Transitive only
๐ด (D) Reflexive and transitive
๐ข Answer: (A) Symmetric only
๐ต Question 17:
For A = {1, 2, 3}, define R = {(1, 2), (2, 3), (1, 3)}. Then R is
๐ต (A) Transitive only
๐ข (B) Symmetric
๐ (C) Reflexive
๐ด (D) None
๐ข Answer: (A) Transitive only โ
๐ต Question 18:
Let f: โ โ โ, f(x) = xยณ. Then f is
๐ต (A) One-one only
๐ข (B) Onto only
๐ (C) Bijective
๐ด (D) Constant
๐ข Answer: (C) Bijective โ
(strictly increasing)
๐งญ Section B โ Short Answer Type (2โ3 Marks Each)
๐ต Question 19:
Define a relation R on set A = {1, 2, 3} by R = {(a, b) | a < b}. Write its domain, range, and co-domain.
๐ข Answer:
โก๏ธ Given: R = {(1, 2), (1, 3), (2, 3)}
โก๏ธ Domain(R) = {1, 2}
โก๏ธ Range(R) = {2, 3}
โก๏ธ Co-domain(R) = A = {1, 2, 3}
โ๏ธ Final: Domain = {1, 2}, Range = {2, 3}, Co-domain = {1, 2, 3}
๐ต Question 20:
Check whether the relation R on A = {1, 2, 3} given by R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1)} is symmetric and transitive.
๐ข Answer:
โก๏ธ Symmetric check:
(1, 2) โ R โ (2, 1) โ R โ
All pairs satisfied โ R is symmetric.
โก๏ธ Transitive check:
(1, 2), (2, 1) โ R โ (1, 1) โ R โ
(2, 1), (1, 2) โ (2, 2) โ R โ
Hence R is transitive.
โ๏ธ Final: R is symmetric and transitive.
๐ต Question 21:
Determine whether the function f: โ โ โ defined by f(x) = 2x + 3 is one-one and onto.
๐ข Answer:
โก๏ธ One-one:
Let f(xโ) = f(xโ)
โ 2xโ + 3 = 2xโ + 3
โ xโ = xโ โ
So f is one-one.
โก๏ธ Onto:
Take y โ โ, solve y = 2x + 3 โ x = (y โ 3)/2 โ โ โ
So f is onto.
โ๏ธ Final: f is bijective (one-one and onto).
๐ต Question 22:
Find the composition (g โ f)(x), if f(x) = x + 1 and g(x) = xยฒ.
๐ข Answer:
โก๏ธ (g โ f)(x) = g(f(x))
= g(x + 1)
= (x + 1)ยฒ
= xยฒ + 2x + 1
โ๏ธ Final: (g โ f)(x) = xยฒ + 2x + 1 โ
๐ต Question 23:
If f: โ โ โ is defined by f(x) = 3x โ 5, find its inverse.
๐ข Answer:
โก๏ธ Let y = 3x โ 5
โก๏ธ Solve for x: x = (y + 5)/3
โก๏ธ Hence fโปยน(y) = (y + 5)/3
โ๏ธ Final: fโปยน(x) = (x + 5)/3 โ
๐งญ Section C โ Mid-Length (3 Marks Each)
๐ต Question 24:
Check whether the relation R = {(1, 1), (2, 2), (3, 3), (1, 2)} on A = {1, 2, 3} is reflexive, symmetric, transitive.
๐ข Answer:
โก๏ธ Reflexive: (1,1),(2,2),(3,3) โ R โ
โก๏ธ Symmetric: (1,2) โ R but (2,1) โ R โ
โก๏ธ Transitive: (1,2) & (2,2) โ (1,2) โ R โ
(others ok)
โ๏ธ Final: R is reflexive, transitive, but not symmetric.
๐ต Question 25:
For A = {1, 2, 3}, find total number of relations on A which are reflexive.
๐ข Answer:
โก๏ธ Total pairs in A ร A = 3 ร 3 = 9
โก๏ธ For reflexive relation, (1,1), (2,2), (3,3) must be included (fixed 3).
โก๏ธ Remaining 6 pairs can be chosen or not freely โ 2โถ = 64.
โ๏ธ Final: 64 reflexive relations possible โ
๐ต Question 26:
Let f: โ โ โ be defined by f(x) = xยฒ. Is f one-one and onto?
๐ข Answer:
โก๏ธ One-one? f(1) = 1 = f(โ1) โ not one-one โ
โก๏ธ Onto? Co-domain = โ, but Range = [0, โ) โ not onto โ
โ๏ธ Final: f is neither one-one nor onto โ
๐ต Question 27:
Show that the relation R = {(x, y) | x โ y is even} on โค is an equivalence relation.
๐ข Answer:
โก๏ธ Reflexive: x โ x = 0 (even) โ
โก๏ธ Symmetric: x โ y even โ y โ x = โ(x โ y) even โ
โก๏ธ Transitive: (x โ y) and (y โ z) even โ (x โ z) even โ
โ๏ธ Final: R is reflexive, symmetric, transitive โ equivalence relation โ
๐งญ Section D โ Long Answer Type (5 Marks Each)
๐ต Question 28:
Let A = {1, 2, 3, 4}. Define relation R on A by R = {(x, y) | x โ y is divisible by 2}. Prove that R is an equivalence relation. Also, find the equivalence classes.
๐ข Answer:
โค Step 1: R = {(1,1), (1,3), (3,1), (3,3), (2,2), (2,4), (4,2), (4,4)}
โค Step 2: Reflexive check:
x โ x = 0 (divisible by 2) โ
โ x โ A
Hence, R is reflexive.
โค Step 3: Symmetric check:
If (x, y) โ R โ x โ y divisible by 2
Then y โ x = โ(x โ y) also divisible by 2 โ
Hence, symmetric.
โค Step 4: Transitive check:
If (x, y), (y, z) โ R โ x โ y and y โ z divisible by 2
Then (x โ z) = (x โ y) + (y โ z) divisible by 2 โ
Hence, transitive.
โ
Therefore, R is reflexive, symmetric, transitive โ equivalence relation.
โค Step 5: Equivalence classes:
[1] = {1, 3}
[2] = {2, 4}
[3] = {1, 3}
[4] = {2, 4}
โ๏ธ Final: Two equivalence classes: {1, 3}, {2, 4}
๐ต Question 29:
If f: โ โ โ defined by f(x) = 3x + 2 and g: โ โ โ defined by g(x) = 2x โ 3, find
(i) (g โ f)(x)โ(ii) (f โ g)(x)
Also, show (g โ f) โ (f โ g).
๐ข Answer:
โค (g โ f)(x) = g(f(x))
= g(3x + 2)
= 2(3x + 2) โ 3
= 6x + 4 โ 3
= 6x + 1 โ
โค (f โ g)(x) = f(g(x))
= f(2x โ 3)
= 3(2x โ 3) + 2
= 6x โ 9 + 2
= 6x โ 7 โ
โ
(g โ f)(x) = 6x + 1, (f โ g)(x) = 6x โ 7
โ ๏ธ Not equal โ composition not commutative.
โ๏ธ Final: (g โ f)(x) โ (f โ g)(x)
๐ต Question 30:
Let f(x) = 2x + 3, g(x) = x โ 2. Find (f โ g)(x) and (g โ f)(x). Are they equal?
๐ข Answer:
โก๏ธ (f โ g)(x) = f(g(x)) = f(x โ 2) = 2(x โ 2) + 3 = 2x โ 4 + 3 = 2x โ 1 โ
โก๏ธ (g โ f)(x) = g(f(x)) = g(2x + 3) = (2x + 3) โ 2 = 2x + 1 โ
โ ๏ธ (f โ g)(x) โ (g โ f)(x)
โ๏ธ Conclusion: Composition is not commutative.
๐งญ Section E โ Case-Based / Application (5 Marks Each)
๐ต Question 31:
A company assigns ID codes to employees using function f(x) = 2x + 1, where x is employee number.
(a) Find IDs for employees numbered 1, 2, 3.
(b) Check if function is one-one and onto for natural numbers.
๐ข Answer:
(a)
f(1) = 2(1) + 1 = 3
f(2) = 2(2) + 1 = 5
f(3) = 2(3) + 1 = 7
โ
IDs: 3, 5, 7
(b)
โค One-one check:
f(xโ) = f(xโ) โ 2xโ + 1 = 2xโ + 1 โ xโ = xโ โ
Hence one-one.
โค Onto check:
Co-domain = โ, but range = odd naturals only. โ Not onto.
โ๏ธ Final: f is one-one, not onto.
๐ต Question 32:
A function f: A โ B is defined as A = {1, 2, 3}, B = {x, y, z} with f = {(1, x), (2, y), (3, z)}.
Show that f is bijective and find fโปยน.
๐ข Answer:
โก๏ธ Each element of A has one image โ
(function)
โก๏ธ Distinct inputs โ distinct outputs โ
(one-one)
โก๏ธ All outputs {x, y, z} covered โ
(onto)
โ f is bijective
โก๏ธ Inverse relation: fโปยน = {(x, 1), (y, 2), (z, 3)} โ
โ๏ธ Final: fโปยน(x) = 1, fโปยน(y) = 2, fโปยน(z) = 3
๐ต Question 33:
A relation R is defined on A = {1, 2, 3, 4} as R = {(a, b) | |a โ b| = 2}.
Find R and check if it is symmetric and transitive.
๐ข Answer:
โก๏ธ R = {(1, 3), (3, 1), (2, 4), (4, 2)}
โ๏ธ Symmetric: (1,3) โ (3,1), (2,4) โ (4,2) โ
โ๏ธ Transitive:
(1,3), (3,1) โ (1,1)? not in R โ
Hence not transitive.
โ๏ธ Final: R is symmetric but not transitive.
————————————————————————————————————————————————————————————————————————————