Class 11, MATHS

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.

————————————————————————————————————————————————————————————————————————————

Leave a Reply