Class 12, MATHS

Class 12 : Maths (English) – Chapter 1: Relations and Functions

EXPLANATION & SUMMARY

โœณ๏ธ Explanation Section (~1700 words)
๐Ÿ”ต 1. Introduction
Relations and Functions form the foundational concept of modern mathematics. They help us understand how two quantities are connected.
In Class 12, you expand the knowledge of relations and functions studied in Class 11, learning about new types like invertible functions, composition, and binary operations.

๐ŸŸข 2. Relation โ€“ Basic Concept
โœ๏ธ Definition:
A relation is a connection between elements of two sets.
If there are two non-empty sets A and B, then any subset of their Cartesian product A ร— B is called a relation from A to B.
๐Ÿ’ก Notation:
If (a, b) โˆˆ R, then we say โ€œa is related to b under relation Rโ€ โ†’ a R b
๐Ÿ“˜ Example:
Let A = {1, 2, 3}, B = {4, 5, 6},
Define R = {(1, 4), (2, 5), (3, 6)}
โ‡’ R is a relation from A to B.

๐ŸŸก 3. Types of Relations
Let R be a relation on a set A (i.e. R โІ A ร— A):
๐Ÿ”น (i) Reflexive Relation
A relation R is reflexive if every element is related to itself.
โžก๏ธ (a, a) โˆˆ R for every a โˆˆ A
๐Ÿ“˜ Example: A = {1, 2, 3}, R = {(1,1), (2,2), (3,3)} is reflexive.
๐Ÿ”น (ii) Symmetric Relation
R is symmetric if (a, b) โˆˆ R โ‡’ (b, a) โˆˆ R
๐Ÿ“˜ Example: R = {(1,2), (2,1), (2,3), (3,2)} is symmetric.
๐Ÿ”น (iii) Transitive Relation
R is transitive if (a, b) โˆˆ R and (b, c) โˆˆ R โ‡’ (a, c) โˆˆ R
๐Ÿ“˜ Example: R = {(1,2), (2,3), (1,3)} is transitive.
๐Ÿ”น (iv) Equivalence Relation
If R is reflexive, symmetric, and transitive,
then R is called an equivalence relation.
๐Ÿ’ก Equivalence relation partitions a set into disjoint equivalence classes.

๐Ÿ”ด 4. Function โ€“ Definition and Basics
โœ๏ธ Definition:
A function is a special relation where each element of set A is associated with exactly one element of set B.
A function from A to B is denoted by f: A โ†’ B.
๐Ÿ’ก Important: Every function is a relation, but not every relation is a function.

๐ŸŸข 5. Types of Functions
Let f: A โ†’ B, and A = Domain, B = Co-domain, Range = image of A under f.
๐Ÿ”น (i) One-One Function (Injective)
If distinct elements in A map to distinct elements in B:
aโ‚ โ‰  aโ‚‚ โ‡’ f(aโ‚) โ‰  f(aโ‚‚)
๐Ÿ”น (ii) Onto Function (Surjective)
If Range = Co-domain,
every element of B has a pre-image in A.
๐Ÿ”น (iii) Bijective Function
If function is both One-One and Onto,
then it is called Bijective.
๐Ÿ’ก Bijective functions are invertible.

๐ŸŸก 6. Composition of Functions
If f: A โ†’ B and g: B โ†’ C,
then composition g โˆ˜ f: A โ†’ C is defined by
โžก๏ธ (g โˆ˜ f)(x) = g(f(x))
๐Ÿ“˜ Example:
Let f(x) = 2x + 3, g(x) = xยฒ
Then (g โˆ˜ f)(x) = g(f(x)) = (2x + 3)ยฒ
๐Ÿ’ก Composition is associative:
h โˆ˜ (g โˆ˜ f) = (h โˆ˜ g) โˆ˜ f

๐Ÿ”ด 7. Invertible Function
A function f: A โ†’ B is invertible if there exists a function g: B โ†’ A such that
โžก๏ธ g โˆ˜ f = I_A and f โˆ˜ g = I_B
(where I_A and I_B are identity functions)
โœ๏ธ Condition:
A function is invertible if and only if it is bijective.
๐Ÿ’ก Identity Function: I_A(x) = x for all x โˆˆ A.

๐ŸŸข 8. Some Standard Functions


๐Ÿ”น Identity Function
f(x) = x
Graph: Straight line through origin at 45ยฐ.
๐Ÿ”น Constant Function
f(x) = c (constant)
Graph: Parallel to x-axis.
๐Ÿ”น Linear Function
f(x) = mx + c
Graph: Straight line (slope = m).
๐Ÿ”น Quadratic Function
f(x) = axยฒ + bx + c
Graph: Parabola.
๐Ÿ”น Polynomial Function
f(x) = aโ‚€ + aโ‚x + aโ‚‚xยฒ + โ€ฆ + aโ‚™xโฟ
๐Ÿ”น Rational Function
f(x) = P(x)/Q(x), Q(x) โ‰  0
๐Ÿ”น Modulus Function
f(x) = |x|
๐Ÿ”น Signum Function
f(x) =
-1, x < 0
0, x = 0
1, x > 0

๐ŸŸก 9. Graphical Representation
Graph helps in visualizing domain, range, and nature of functions.
๐Ÿ’ก For one-one functions: horizontal line cuts graph at most once.
๐Ÿ’ก For onto functions: every y has at least one x.

๐Ÿ”ด 10. Binary Operation
A binary operation on a set A is a function
โžก๏ธ * : A ร— A โ†’ A
๐Ÿ“˜ Example: Addition (+) on R:
(a, b) โ†’ a + b
๐Ÿ’ก Properties:
Closure: a * b โˆˆ A
Associativity: (a * b) * c = a * (b * c)
Commutativity: a * b = b * a
Identity: โˆƒ e โˆˆ A, a * e = e * a = a
Inverse: โˆƒ aโปยน โˆˆ A, a * aโปยน = e

๐ŸŸข 11. Equivalence Class (Extra Insight)
If R is equivalence on A,
the set [a] = {x โˆˆ A | x R a} is called equivalence class.
All such classes partition A.

๐Ÿ’ก 12. Important Results
f is bijective โ‡” fโปยน exists
Composition of bijective functions is bijective
Inverse of inverse is the function itself: (fโปยน)โปยน = f
Composition respects inverse: (g โˆ˜ f)โปยน = fโปยน โˆ˜ gโปยน

๐Ÿง  13. Real-life Applications
One-one relations model unique mappings (e.g., roll number โ†’ student).
Functions represent dependencies (e.g., temperature โ†’ pressure).
Inverse functions used in solving equations, transformations.

โœณ๏ธ Summary Section (~300 words)
๐Ÿ”น A relation is a subset of A ร— B; a function is a relation with unique mapping.
๐Ÿ”น Reflexive, symmetric, and transitive relations combine to form equivalence relations.
๐Ÿ”น Function types:
One-one (Injective)
Onto (Surjective)
Bijective = One-one + Onto
๐Ÿ”น Composition: (g โˆ˜ f)(x) = g(f(x))
๐Ÿ”น Invertible function exists only for bijective functions.
๐Ÿ”น Binary operation: mapping from A ร— A to A, following closure and other properties.
๐Ÿ”น Common functions:
Identity: f(x) = x
Constant: f(x) = c
Linear: f(x) = mx + c
Quadratic: f(x) = axยฒ + bx + c
๐Ÿ”น Graph analysis helps identify one-one/onto nature.
๐Ÿ”น Function inverse reverses input-output pairing.

๐Ÿ“ Quick Recap
๐Ÿง  Relation = subset of Cartesian product
โœณ๏ธ Function = unique output for each input
๐Ÿ”ข One-one โ‡” unique mapping
๐ŸŽฏ Onto โ‡” all elements of co-domain covered
๐Ÿงญ Bijective โ‡” invertible
๐Ÿ”„ Composition: g โˆ˜ f = g(f(x))
๐Ÿ” Inverse: fโปยน exists โ‡” f bijective
โš™๏ธ Binary operation: A ร— A โ†’ A

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

QUESTIONS FROM TEXTBOOK

Exercise 1.1

๐Ÿ”ต Question 1:
Determine whether each of the following relations are reflexive, symmetric, and transitive:

โœณ๏ธ (i)
Relation R in the set A = {1, 2, 3, โ€ฆ, 13, 14} defined as
โžก๏ธ R = {(x, y) : 3x โˆ’ y = 0}
๐ŸŸข Answer:
๐Ÿ’ก Given condition: 3x โˆ’ y = 0 โ‡’ y = 3x
โœ”๏ธ Reflexive:
We check if (x, x) โˆˆ R
For (x, x),
โžก๏ธ 3x โˆ’ x = 2x โ‰  0
Hence (x, x) โˆ‰ R
โŒ Not reflexive.
โœ”๏ธ Symmetric:
If (x, y) โˆˆ R โ‡’ y = 3x
For symmetry, need (y, x) โˆˆ R โ‡’ x = 3y
But if y = 3x, then x = y/3 โ‰  3y
โŒ Not symmetric.
โœ”๏ธ Transitive:
Suppose (x, y) โˆˆ R and (y, z) โˆˆ R
โ‡’ y = 3x, z = 3y = 9x
Check if (x, z) โˆˆ R
โ‡’ z = 3x ? โ†’ No, because z = 9x
โŒ Not transitive.
โœ… Therefore, R is neither reflexive, nor symmetric, nor transitive.

โœณ๏ธ (ii)
Relation R in the set N of natural numbers defined as
โžก๏ธ R = {(x, y) : y = x + 5 and x < 4}
๐ŸŸข Answer:
Given: y = x + 5, valid only for x = 1, 2, 3
โœ”๏ธ Reflexive:
For (x, x) โ‡’ x = x + 5 โŒ False
Hence not reflexive.
โœ”๏ธ Symmetric:
If (x, y) โˆˆ R โ‡’ y = x + 5
To have (y, x) โˆˆ R, we need x = y + 5 โŒ Not true
Hence not symmetric.
โœ”๏ธ Transitive:
If (x, y) โˆˆ R and (y, z) โˆˆ R,
then y = x + 5 and z = y + 5 = x + 10
To have (x, z) โˆˆ R, we need z = x + 5, but z = x + 10 โŒ
Hence not transitive.
โœ… Therefore, R is neither reflexive, nor symmetric, nor transitive.

โœณ๏ธ (iii)
Relation R in the set A = {1, 2, 3, 4, 5, 6} as
โžก๏ธ R = {(x, y) : y is divisible by x}
๐ŸŸข Answer:
โœ”๏ธ Reflexive:
For every x, x divides x โœ”๏ธ
โœ… Reflexive.
โœ”๏ธ Symmetric:
If (x, y) โˆˆ R โ‡’ y divisible by x
But x may not be divisible by y
E.g. (2, 4) โˆˆ R but (4, 2) โˆ‰ R
โŒ Not symmetric.
โœ”๏ธ Transitive:
If (x, y) โˆˆ R and (y, z) โˆˆ R
โ‡’ y = kโ‚x, z = kโ‚‚y = kโ‚kโ‚‚x
โ‡’ z divisible by x โœ”๏ธ
โœ… Transitive.
โœ… Therefore, R is reflexive and transitive, but not symmetric.

โœณ๏ธ (iv)
Relation R in the set Z of all integers defined as
โžก๏ธ R = {(x, y) : x โˆ’ y is an integer}
๐ŸŸข Answer:
For x, y โˆˆ Z, x โˆ’ y โˆˆ Z always true.
โœ”๏ธ Reflexive: x โˆ’ x = 0 โˆˆ Z โœ”๏ธ โœ…
โœ”๏ธ Symmetric: If (x, y) โˆˆ R, then x โˆ’ y โˆˆ Z โ‡’ y โˆ’ x = โˆ’(x โˆ’ y) โˆˆ Z โœ”๏ธ โœ…
โœ”๏ธ Transitive: If (x, y) โˆˆ R and (y, z) โˆˆ R
โ‡’ x โˆ’ y โˆˆ Z, y โˆ’ z โˆˆ Z
Add โ‡’ x โˆ’ z โˆˆ Z โœ”๏ธ โœ…
โœ… Therefore, R is reflexive, symmetric, and transitive.
Hence, R is an equivalence relation.

โœณ๏ธ (v)
Relation R in the set A of human beings given by:
(a) R = {(x, y) : x and y work at the same place}
โœ… Reflexive (same person works at same place)
โœ… Symmetric (if x works with y, y works with x)
โœ… Transitive (if x with y, y with z โ‡’ x with z)
โœ”๏ธ Equivalence relation
(b) R = {(x, y) : x and y live in same locality}
โœ… Reflexive โœ”๏ธ Symmetric โœ”๏ธ Transitive
โœ”๏ธ Equivalence relation
(c) R = {(x, y) : x is exactly 7 cm taller than y}
โŒ Not reflexive
โŒ Not symmetric
โŒ Not transitive
โœ–๏ธ Not equivalence
(d) R = {(x, y) : x is wife of y}
โŒ Not reflexive
โŒ Not symmetric (wife of y โ‰  y wife of x)
โŒ Not transitive
โœ–๏ธ Not equivalence
(e) R = {(x, y) : x is father of y}
โŒ Not reflexive
โŒ Not symmetric
โŒ Not transitive
โœ–๏ธ Not equivalence

๐Ÿ”ต Question 2:
Show that the relation R in the set โ„ of real numbers, defined as
โžก๏ธ R = {(a, b) : a โ‰ค bยฒ}
is neither reflexive, nor symmetric, nor transitive.
๐ŸŸข Answer:
๐Ÿ’ก Given R = {(a, b) : a โ‰ค bยฒ}
โœ”๏ธ Reflexive:
For R to be reflexive, (a, a) โˆˆ R โˆ€ a โˆˆ โ„
Check: a โ‰ค aยฒ
โฎž True for a โ‰ฅ 1 and a โ‰ค 0, but false for 0 < a < 1 (e.g. ยฝ โ‰ค ยผ โŒ)
โˆด R is not reflexive.
โœ”๏ธ Symmetric:
If (a, b) โˆˆ R โ‡’ a โ‰ค bยฒ
For symmetry, (b, a) โˆˆ R โ‡’ b โ‰ค aยฒ must hold.
Counterexample: a = 2, b = 1
โ†’ a โ‰ค bยฒ โ‡’ 2 โ‰ค 1ยฒ โŒ
So R is not symmetric.
โœ”๏ธ Transitive:
Take a = 3, b = 2, c = 1
a โ‰ค bยฒ โ‡’ 3 โ‰ค 4 โœ”๏ธ
b โ‰ค cยฒ โ‡’ 2 โ‰ค 1ยฒ โŒ fails
Hence no guarantee of a โ‰ค cยฒ
โˆด R is not transitive.
โœ… Therefore, R is neither reflexive, nor symmetric, nor transitive.

๐Ÿ”ต Question 3:
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
โžก๏ธ R = {(a, b) : b = a + 1}
is reflexive, symmetric, or transitive.
๐ŸŸข Answer:
๐Ÿ’ก Pairs: (1,2), (2,3), (3,4), (4,5), (5,6)
โœ”๏ธ Reflexive:
(a, a) not present since b = a + 1 โ‰  a โŒ
โˆด Not reflexive.
โœ”๏ธ Symmetric:
If (a, b) โˆˆ R โ‡’ b = a + 1
Then (b, a) requires a = b + 1, which is false โŒ
โˆด Not symmetric.
โœ”๏ธ Transitive:
If (a, b) โˆˆ R and (b, c) โˆˆ R
Then b = a + 1, c = b + 1 = a + 2
Check if (a, c) โˆˆ R โ‡’ c = a + 1 โŒ
โˆด Not transitive.
โœ… Hence, R is neither reflexive, nor symmetric, nor transitive.

๐Ÿ”ต Question 4:
Show that the relation R in โ„ defined as
โžก๏ธ R = {(a, b) : a โ‰ค b}
is reflexive and transitive, but not symmetric.
๐ŸŸข Answer:
โœ”๏ธ Reflexive:
For all a โˆˆ โ„, a โ‰ค a โœ”๏ธ
โˆด Reflexive โœ…
โœ”๏ธ Symmetric:
If (a, b) โˆˆ R โ‡’ a โ‰ค b
Then (b, a) requires b โ‰ค a, which may not hold
Counterexample: a = 2, b = 3
โ†’ 2 โ‰ค 3 โœ”๏ธ but 3 โ‰ค 2 โŒ
โˆด Not symmetric โŒ
โœ”๏ธ Transitive:
If (a, b) โˆˆ R and (b, c) โˆˆ R
โ‡’ a โ‰ค b and b โ‰ค c โ‡’ a โ‰ค c โœ”๏ธ
โˆด Transitive โœ…
โœ… Hence, R is reflexive and transitive, but not symmetric.

๐Ÿ”ต Question 5:
Check whether the relation R in โ„ defined by
โžก๏ธ R = {(a, b) : a โ‰ค bยณ}
is reflexive, symmetric, or transitive.
๐ŸŸข Answer:
๐Ÿ’ก Given a โ‰ค bยณ
โœ”๏ธ Reflexive:
Check (a, a) โ‡’ a โ‰ค aยณ
True for a โ‰ฅ 1 and a โ‰ค 0, but false for 0 < a < 1
e.g. ยฝ โ‰ค (ยฝ)ยณ = 1/8 โŒ
โˆด Not reflexive โŒ
โœ”๏ธ Symmetric:
If a โ‰ค bยณ, we need b โ‰ค aยณ
Take a = 2, b = 1:
2 โ‰ค 1ยณ โŒ, 1 โ‰ค 2ยณ โœ”๏ธ
โˆด Not symmetric โŒ
โœ”๏ธ Transitive:
Take a = 2, b = 3, c = 1
2 โ‰ค 3ยณ = 27 โœ”๏ธ, 3 โ‰ค 1ยณ = 1 โŒ
Transitivity fails โŒ
โœ… Hence, R is neither reflexive, nor symmetric, nor transitive.

๐Ÿ”ต Question 6:
Show that the relation R in the set {1, 2, 3} given by
โžก๏ธ R = {(1, 2), (2, 1)}
is symmetric but neither reflexive nor transitive.
๐ŸŸข Answer:
๐Ÿ’ก Given R = {(1, 2), (2, 1)}
โœ”๏ธ Reflexive:
For reflexivity, (a, a) must belong to R for all a.
But (1, 1), (2, 2), (3, 3) are not in R.
โŒ Not reflexive.
โœ”๏ธ Symmetric:
If (a, b) โˆˆ R, then (b, a) โˆˆ R.
โ†’ (1, 2) โˆˆ R โ‡’ (2, 1) โˆˆ R โœ”๏ธ
โ†’ (2, 1) โˆˆ R โ‡’ (1, 2) โˆˆ R โœ”๏ธ
โœ… Symmetric.
โœ”๏ธ Transitive:
If (a, b) โˆˆ R and (b, c) โˆˆ R, then (a, c) โˆˆ R.
Here (1, 2) and (2, 1) โˆˆ R, but (1, 1) โˆ‰ R
โŒ Not transitive.
โœ… Therefore, R is symmetric, but neither reflexive nor transitive.

๐Ÿ”ต Question 7:
Show that the relation R in the set A of all the books in a library of a college,
given by
โžก๏ธ R = {(x, y) : x and y have the same number of pages}
is an equivalence relation.
๐ŸŸข Answer:
Let x and y be any books.
โœ”๏ธ Reflexive:
Every book has the same number of pages as itself.
(x, x) โˆˆ R โœ”๏ธ
โœ”๏ธ Symmetric:
If x and y have the same number of pages,
then y and x also have the same number of pages โœ”๏ธ
โœ”๏ธ Transitive:
If x and y have the same number of pages, and y and z have the same number of pages,
then x and z also have the same number of pages โœ”๏ธ
โœ… Hence, R is reflexive, symmetric, and transitive,
โˆด R is an equivalence relation.

๐Ÿ”ต Question 8:
Show that the relation R in the set A = {1, 2, 3, 4, 5}
defined by
โžก๏ธ R = {(a, b) : |a โˆ’ b| is even}
is an equivalence relation.
Show that
โ€“ all the elements of {1, 3, 5} are related to each other,
โ€“ all the elements of {2, 4} are related to each other,
โ€“ no element of {1, 3, 5} is related to any element of {2, 4}.
๐ŸŸข Answer:
๐Ÿ’ก Given R = {(a, b) : |a โˆ’ b| is even}
โœ”๏ธ Reflexive:
For all a โˆˆ A, |a โˆ’ a| = 0 (even)
โˆด (a, a) โˆˆ R โœ”๏ธ
โœ”๏ธ Symmetric:
If |a โˆ’ b| is even, then |b โˆ’ a| = |a โˆ’ b| is also even โœ”๏ธ
โœ”๏ธ Transitive:
If |a โˆ’ b| and |b โˆ’ c| are even,
then |a โˆ’ c| = |(a โˆ’ b) + (b โˆ’ c)|
Sum of two even numbers is even โœ”๏ธ
โˆด Transitive.
โœ… Hence, R is equivalence relation.
๐Ÿง  Equivalence classes:
For 1: {1, 3, 5}
For 2: {2, 4}
For 3: {1, 3, 5}
For 4: {2, 4}
For 5: {1, 3, 5}

๐Ÿ”ต Question 9:
Show that each of the relation R in the set
A = {x โˆˆ โ„ค : 0 โ‰ค x โ‰ค 12} given by
(i) R = {(a, b) : |a โˆ’ b| is a multiple of 4}
(ii) R = {(a, b) : a = b}
is an equivalence relation.
Find the set of all elements related to 1 in each case.
๐ŸŸข Answer:
(i)
๐Ÿ’ก R = {(a, b) : |a โˆ’ b| is multiple of 4}
โœ”๏ธ Reflexive:
|a โˆ’ a| = 0, multiple of 4 โœ”๏ธ
โœ”๏ธ Symmetric:
If |a โˆ’ b| multiple of 4, then |b โˆ’ a| same โœ”๏ธ
โœ”๏ธ Transitive:
If |a โˆ’ b| = 4m, |b โˆ’ c| = 4n,
then |a โˆ’ c| = 4(m ยฑ n), also multiple of 4 โœ”๏ธ
โœ… Equivalence relation.
๐Ÿ“˜ Elements related to 1:
All b such that |1 โˆ’ b| multiple of 4
โ‡’ b = 1, 5, 9
โœ… Related set = {1, 5, 9}

(ii)
๐Ÿ’ก R = {(a, b) : a = b}
โœ”๏ธ Reflexive: (a, a) โœ”๏ธ
โœ”๏ธ Symmetric: if a = b โ‡’ b = a โœ”๏ธ
โœ”๏ธ Transitive: if a = b and b = c โ‡’ a = c โœ”๏ธ
โœ… Equivalence relation.
๐Ÿ“˜ Elements related to 1: only {1}

๐Ÿ”ต Question 10:
Give an example of a relation which is:
(i) Symmetric but neither reflexive nor transitive
๐ŸŸข Example: R = {(1, 2), (2, 1)} on A = {1, 2, 3}
โœ”๏ธ Symmetric โœ…
โŒ Not reflexive
โŒ Not transitive
(ii) Transitive but neither reflexive nor symmetric
๐ŸŸข Example: R = {(1, 2), (2, 3), (1, 3)} on A = {1, 2, 3}
โœ”๏ธ Transitive โœ…
โŒ Not reflexive
โŒ Not symmetric
(iii) Reflexive and symmetric but not transitive
๐ŸŸข Example: R = {(1, 1), (2, 2), (1, 2), (2, 1)} on A = {1, 2, 3}
โœ”๏ธ Reflexive, Symmetric โœ…
โŒ Not transitive (since (1,2), (2,1) โ‡’ need (1,1) โœ”๏ธ, (2,2) โœ”๏ธ, but if we omit some, fails)
(iv) Reflexive and transitive but not symmetric
๐ŸŸข Example: R = {(1, 1), (2, 2), (3, 3), (1, 2)}
โœ”๏ธ Reflexive โœ…
โœ”๏ธ Transitive โœ…
โŒ Not symmetric
(v) Symmetric and transitive but not reflexive
๐ŸŸข Example: R = {(1, 2), (2, 1)}
โœ”๏ธ Symmetric โœ…
โœ”๏ธ Transitive (no triplets violating) โœ…
โŒ Not reflexive

๐Ÿ”ต Question 11:
Show that the relation R in the set A of points in a plane given by
โžก๏ธ R = {(P, Q) : distance of the point P from the origin is same as the distance of the point Q from the origin}
is an equivalence relation.
Further, show that the set of all points related to a point P โ‰  (0, 0) is the circle passing through P with origin as centre.
๐ŸŸข Answer:
Let P(xโ‚, yโ‚) and Q(xโ‚‚, yโ‚‚) be two points in the plane.
Distance from origin:
โžก๏ธ OP = โˆš(xโ‚ยฒ + yโ‚ยฒ), OQ = โˆš(xโ‚‚ยฒ + yโ‚‚ยฒ)
Given condition:
P R Q โ‡” OP = OQ
โœ”๏ธ Reflexive:
For every P, OP = OP
โˆด (P, P) โˆˆ R โœ…
โœ”๏ธ Symmetric:
If (P, Q) โˆˆ R โ‡’ OP = OQ
Then OQ = OP โ‡’ (Q, P) โˆˆ R โœ…
โœ”๏ธ Transitive:
If (P, Q) โˆˆ R and (Q, R) โˆˆ R,
then OP = OQ and OQ = OR โ‡’ OP = OR
โ‡’ (P, R) โˆˆ R โœ…
โœ… Hence, R is reflexive, symmetric, and transitive.
โˆด R is an equivalence relation.
๐Ÿ’ก Set of all points related to P(xโ‚, yโ‚):
All Q(x, y) such that โˆš(xยฒ + yยฒ) = โˆš(xโ‚ยฒ + yโ‚ยฒ)
โ‡’ xยฒ + yยฒ = xโ‚ยฒ + yโ‚ยฒ
โžก๏ธ This represents a circle with centre at origin and radius = โˆš(xโ‚ยฒ + yโ‚ยฒ), passing through P. โœ…

๐Ÿ”ต Question 12:
Show that the relation R defined in the set A of all triangles as
โžก๏ธ R = {(Tโ‚, Tโ‚‚) : Tโ‚ is similar to Tโ‚‚}
is an equivalence relation.
Consider three right-angled triangles Tโ‚ with sides 3, 4, 5; Tโ‚‚ with sides 5, 12, 13; Tโ‚ƒ with sides 6, 8, 10.
Which triangles among Tโ‚, Tโ‚‚, Tโ‚ƒ are related?
๐ŸŸข Answer:
โœ”๏ธ Reflexive:
Every triangle is similar to itself.
โˆด (Tโ‚, Tโ‚) โˆˆ R โœ…
โœ”๏ธ Symmetric:
If Tโ‚ โˆผ Tโ‚‚, then Tโ‚‚ โˆผ Tโ‚ โœ…
โœ”๏ธ Transitive:
If Tโ‚ โˆผ Tโ‚‚ and Tโ‚‚ โˆผ Tโ‚ƒ, then Tโ‚ โˆผ Tโ‚ƒ โœ…
โœ… Hence, R is equivalence relation.
๐Ÿ’ก Now check similarity:
Tโ‚ sides 3, 4, 5
Tโ‚‚ sides 5, 12, 13
Tโ‚ƒ sides 6, 8, 10
Check ratios:
Tโ‚: 3:4:5
Tโ‚ƒ: 6:8:10 = 3:4:5 โœ… โ†’ Tโ‚ โˆผ Tโ‚ƒ
Tโ‚‚: 5:12:13 โ‰  3:4:5 โŒ
โœ… Therefore, Tโ‚ and Tโ‚ƒ are related (similar), Tโ‚‚ is not related to them.

๐Ÿ”ต Question 13:
Show that the relation R defined in the set A of all polygons as
โžก๏ธ R = {(Pโ‚, Pโ‚‚) : Pโ‚ and Pโ‚‚ have same number of sides}
is an equivalence relation.
What is the set of all elements in A related to the right-angled triangle T with sides 3, 4, 5?
๐ŸŸข Answer:
โœ”๏ธ Reflexive:
Each polygon has same number of sides as itself. โœ…
โœ”๏ธ Symmetric:
If Pโ‚ and Pโ‚‚ have same number of sides,
then Pโ‚‚ and Pโ‚ also have same number of sides. โœ…
โœ”๏ธ Transitive:
If Pโ‚ and Pโ‚‚ have same number of sides and Pโ‚‚ and Pโ‚ƒ also have same number,
then Pโ‚ and Pโ‚ƒ have same number of sides. โœ…
โœ… Hence R is an equivalence relation.
๐Ÿ’ก A right-angled triangle has 3 sides,
So, the set of all elements related to T is
โžก๏ธ All triangles (3-sided polygons) in A.

๐Ÿ”ต Question 14:
Let L be the set of all lines in XY-plane and R the relation in L defined as
โžก๏ธ R = {(Lโ‚, Lโ‚‚) : Lโ‚ is parallel to Lโ‚‚}
Show that R is an equivalence relation.
Find the set of all lines related to the line y = 2x + 4.
๐ŸŸข Answer:
โœ”๏ธ Reflexive:
Every line is parallel to itself. โœ…
โœ”๏ธ Symmetric:
If Lโ‚ โˆฅ Lโ‚‚, then Lโ‚‚ โˆฅ Lโ‚. โœ…
โœ”๏ธ Transitive:
If Lโ‚ โˆฅ Lโ‚‚ and Lโ‚‚ โˆฅ Lโ‚ƒ, then Lโ‚ โˆฅ Lโ‚ƒ. โœ…
โœ… Hence, R is an equivalence relation.
๐Ÿ’ก Line y = 2x + 4 has slope m = 2.
All lines parallel to it have same slope 2.
โžก๏ธ Set of all related lines:
{y = 2x + c | c โˆˆ โ„}

Question 15
Let R be the relation in the set {1, 2, 3, 4} given by
R = {(1, 2), (2, 2), (1, 1), (4, 4), (1, 3), (3, 3), (3, 2)}. Choose the correct answer:
(A) R is reflexive and symmetric but not transitive.
(B) R is reflexive and transitive but not symmetric.
(C) R is symmetric and transitive but not reflexive.
(D) R is an equivalence relation.
Answer
โœ๏ธ Reflexive check: need (1,1), (2,2), (3,3), (4,4) โˆˆ R โ†’ all four are present โœ”๏ธ
โœ๏ธ Symmetric check: (1,2) โˆˆ R but (2,1) โˆ‰ R โ†’ not symmetric โŒ
โœ๏ธ Transitive check: verify chains:
โ€ข (1,2) and (2,2) โ‡’ (1,2) โˆˆ R โœ”๏ธ
โ€ข (1,3) and (3,2) โ‡’ (1,2) โˆˆ R โœ”๏ธ
โ€ข (3,2) and (2,2) โ‡’ (3,2) โˆˆ R โœ”๏ธ
โ€ข Self-pairs keep transitivity intact โœ”๏ธ
Hence transitive โœ”๏ธ
โœ… Correct option: (B) R is reflexive and transitive but not symmetric.

Question 16
Let R be the relation in the set โ„• given by R = {(a, b) : a = b โˆ’ 2, b > 6}. Choose the correct answer.
(A) (2, 4) โˆˆ R
(B) (3, 8) โˆˆ R
(C) (6, 8) โˆˆ R
(D) (8, 7) โˆˆ R
Answer
โœ๏ธ Condition: a = b โˆ’ 2 and b > 6
โ€ข (2,4): 2 = 4 โˆ’ 2 โœ”๏ธ but b = 4 โ‰ฏ 6 โŒ โ†’ not in R
โ€ข (3,8): 3 = 8 โˆ’ 2 โ‡’ 3 = 6 โŒ โ†’ not in R
โ€ข (6,8): 6 = 8 โˆ’ 2 โœ”๏ธ and b = 8 > 6 โœ”๏ธ โ†’ in R
โ€ข (8,7): 8 = 7 โˆ’ 2 โ‡’ 8 = 5 โŒ โ†’ not in R
โœ… Correct option: (C) (6, 8) โˆˆ R

Exercise 1.2

๐Ÿ”ต Question 1:
Show that the function f : R* โ†’ R*, defined by f(x) = 1/x is one-one and onto, where R* is the set of all non-zero real numbers.
Is the result true, if the domain R* is replaced by N with co-domain being same as R*?
๐ŸŸข Answer:
โœ๏ธ Let f(x) = 1/x
โžค Step 1: Show f is one-one
Take any xโ‚, xโ‚‚ โˆˆ R*, and suppose
f(xโ‚) = f(xโ‚‚)
โžก๏ธ 1/xโ‚ = 1/xโ‚‚
โžก๏ธ Cross multiply: xโ‚‚ = xโ‚
โœ”๏ธ Hence, f is one-one.

โžค Step 2: Show f is onto
Let y โˆˆ R* be any element.
We need to find x โˆˆ R* such that f(x) = y.
โžก๏ธ f(x) = y
โžก๏ธ 1/x = y
โžก๏ธ x = 1/y
Since y โ‰  0, 1/y โˆˆ R*
โœ”๏ธ Therefore, f is onto.
โœ… So, f is one-one and onto on R*.

โžค Step 3: When domain = N
If domain = N, co-domain = R*:
f(x) = 1/x โˆˆ (0,1] โŠ‚ R*
Here,
โœ”๏ธ f is one-one (no repetition)
โŒ Not onto, since negative and >1 values in R* are not covered.
โœ… Final: f is one-one but not onto when domain is N.

๐Ÿ”ต Question 2:
Check the injectivity and surjectivity of the following functions:
(i) f : N โ†’ N given by f(x) = xยฒ
(ii) f : Z โ†’ Z given by f(x) = xยฒ
(iii) f : R โ†’ R given by f(x) = xยฒ
(iv) f : N โ†’ N given by f(x) = xยณ
(v) f : Z โ†’ Z given by f(x) = xยณ
๐ŸŸข Answer:

โœณ๏ธ (i) f : N โ†’ N, f(x) = xยฒ
โžก๏ธ f(1)=1, f(2)=4, f(3)=9 (distinct)
โœ”๏ธ One-one (injective)
๐Ÿง  Every natural number is not a perfect square
โŒ Not onto
โœ… One-one but not onto

โœณ๏ธ (ii) f : Z โ†’ Z, f(x) = xยฒ
โžก๏ธ f(2)=4, f(-2)=4
โŒ Not one-one
๐Ÿง  Negative integers not obtained as f(x)
โŒ Not onto
โœ… Neither one-one nor onto

โœณ๏ธ (iii) f : R โ†’ R, f(x) = xยฒ
โžก๏ธ f(2)=4, f(-2)=4
โŒ Not one-one
๐Ÿง  Negative y not possible since xยฒ โ‰ฅ 0
โŒ Not onto
โœ… Neither one-one nor onto

โœณ๏ธ (iv) f : N โ†’ N, f(x) = xยณ
โžก๏ธ Distinct inputs โ†’ distinct outputs
โœ”๏ธ One-one
๐Ÿง  Not all natural numbers are cubes
โŒ Not onto
โœ… One-one but not onto

โœณ๏ธ (v) f : Z โ†’ Z, f(x) = xยณ
โžก๏ธ f(a)=f(b) โ‡’ aยณ=bยณ โ‡’ a=b
โœ”๏ธ One-one
๐Ÿง  For every y โˆˆ Z, take x = โˆ›y โˆˆ Z
โœ”๏ธ Onto
โœ… One-one and onto

๐Ÿ”ต Question 3:
Prove that the Greatest Integer Function f : R โ†’ R, given by f(x) = [x], is neither one-one nor onto, where [x] denotes the greatest integer less than or equal to x.
๐ŸŸข Answer:
โœ๏ธ Definition: [x] = greatest integer โ‰ค x
Examples: [2.3] = 2, [โˆ’1.2] = โˆ’2

โžค Step 1: Check one-one
Take xโ‚ = 1.2 and xโ‚‚ = 1.5
โžก๏ธ f(1.2) = [1.2] = 1
โžก๏ธ f(1.5) = [1.5] = 1
โŒ f(xโ‚) = f(xโ‚‚) though xโ‚ โ‰  xโ‚‚
โœ… Hence not one-one

โžค Step 2: Check onto
For any y โˆˆ R, can we find x such that [x] = y?
Let y = 2.5
No x exists such that [x] = 2.5, since [x] is always integer.
โŒ Hence not onto
โœ… Therefore, f is neither one-one nor onto.

๐Ÿ”ต Question 4:
Show that the Modulus Function f : R โ†’ R, given by f(x) = |x|, is neither one-one nor onto,
where |x| is x, if x is positive or 0, and |x| = โ€“x, if x is negative.
๐ŸŸข Answer:
โœ๏ธ Let f(x) = |x|
โžก๏ธ For x = 2, f(2) = |2| = 2
โžก๏ธ For x = โ€“2, f(โ€“2) = |โ€“2| = 2
๐Ÿ’ก Since f(2) = f(โ€“2) but 2 โ‰  โ€“2, the function is not one-one.
โžก๏ธ Co-domain = R
โžก๏ธ Range = Rโบ โˆช {0}
โšก Range โ‰  Co-domain โ‡’ function is not onto.
โœ”๏ธ Therefore, f(x) = |x| is neither one-one nor onto.

๐Ÿ”ต Question 5:
Show that the Signum Function f : R โ†’ R, given by
f(x) =
1, if x > 0
0, if x = 0
โ€“1, if x < 0
is neither one-one nor onto.
๐ŸŸข Answer:
โœ๏ธ Take f(2) = 1 and f(5) = 1
๐Ÿ’ก Different inputs give same output โ‡’ not one-one.
โžก๏ธ Range = {โ€“1, 0, 1}
โžก๏ธ Co-domain = R
๐Ÿ’ก Some elements like 2, 3 โˆˆ R are not in range โ‡’ not onto.
โœ”๏ธ Hence, the function is neither one-one nor onto.

๐Ÿ”ต Question 6:
Let A = {1, 2, 3}, B = {4, 5, 6, 7} and let
f = {(1, 4), (2, 5), (3, 6)} be a function from A to B.
Show that f is one-one.
๐ŸŸข Answer:
โœ๏ธ Each element of A has a distinct image in B:
f(1) = 4, f(2) = 5, f(3) = 6
๐Ÿ’ก No two elements of A have the same image โ‡’ f is one-one.
โžก๏ธ Range = {4, 5, 6}
โžก๏ธ Co-domain = {4, 5, 6, 7}
โšก Range โ‰  Co-domain โ‡’ not onto.
โœ”๏ธ Therefore, f is one-one but not onto.

๐Ÿ”ต Question 7:
In each of the following cases, state whether the function is one-one, onto or bijective. Justify your answer.
(i) f : R โ†’ R defined by f(x) = 3 โ€“ 4x
(ii) f : R โ†’ R defined by f(x) = 1 + xยฒ
๐ŸŸข Answer (i):
โœ๏ธ Let f(xโ‚) = f(xโ‚‚)
โ‡’ 3 โ€“ 4xโ‚ = 3 โ€“ 4xโ‚‚
โ‡’ xโ‚ = xโ‚‚
โœ”๏ธ So, f is one-one.
โžก๏ธ For any y โˆˆ R,
y = 3 โ€“ 4x โ‡’ x = (3 โ€“ y)/4 โˆˆ R
โœ”๏ธ Hence, f is onto.
๐Ÿ’ก Therefore, f is bijective (both one-one and onto).
๐ŸŸข Answer (ii):
โœ๏ธ f(x) = 1 + xยฒ
For xโ‚ = 1 and xโ‚‚ = โ€“1,
f(1) = 2 and f(โ€“1) = 2
๐Ÿ’ก Different inputs same output โ‡’ not one-one.
โžก๏ธ Range = [1, โˆž)
โžก๏ธ Co-domain = R
โšก Range โ‰  Co-domain โ‡’ not onto.
โœ”๏ธ Therefore, f(x) = 1 + xยฒ is neither one-one nor onto.

๐Ÿ”ต Question 8:
Let A and B be sets. Show that f : A ร— B โ†’ B ร— A such that f(a, b) = (b, a) is bijective function.
๐ŸŸข Answer:
โœ๏ธ Let f(a, b) = (b, a)
โžก๏ธ One-one:
Assume f(aโ‚, bโ‚) = f(aโ‚‚, bโ‚‚)
โ‡’ (bโ‚, aโ‚) = (bโ‚‚, aโ‚‚)
โ‡’ bโ‚ = bโ‚‚ and aโ‚ = aโ‚‚
โœ”๏ธ Hence (aโ‚, bโ‚) = (aโ‚‚, bโ‚‚)
๐Ÿ’ก So f is one-one.
โžก๏ธ Onto:
Let (b, a) โˆˆ B ร— A.
We can find (a, b) โˆˆ A ร— B such that f(a, b) = (b, a).
โœ”๏ธ So every element in co-domain has a pre-image.
โœ… Therefore, f is bijective.

๐Ÿ”ต Question 9:
Let f : N โ†’ N be defined by
f(n) = (n + 1)/2, if n is odd
f(n) = n/2, if n is even
for all n โˆˆ N.
State whether the function f is bijective.
๐ŸŸข Answer:
โžก๏ธ For odd n: f(1)=1, f(3)=2, f(5)=3, โ€ฆ
โžก๏ธ For even n: f(2)=1, f(4)=2, f(6)=3, โ€ฆ
๐Ÿ’ก Range = N (since every natural number appears)
โœ”๏ธ Each value in N has exactly one pre-image (either odd or even number).
So f is one-one and onto.
โœ… Hence f is bijective.

๐Ÿ”ต Question 10:
Let A = R โ€“ {3} and B = R โ€“ {1}.
Consider f : A โ†’ B defined by f(x) = (x โ€“ 2)/(x โ€“ 3).
Is f one-one and onto?
๐ŸŸข Answer:
โœ๏ธ Let f(xโ‚) = f(xโ‚‚)
โ‡’ (xโ‚ โ€“ 2)/(xโ‚ โ€“ 3) = (xโ‚‚ โ€“ 2)/(xโ‚‚ โ€“ 3)
Cross multiply: (xโ‚ โ€“ 2)(xโ‚‚ โ€“ 3) = (xโ‚‚ โ€“ 2)(xโ‚ โ€“ 3)
Simplify โ‡’ xโ‚ = xโ‚‚
โœ”๏ธ f is one-one.
โžก๏ธ To check onto:
Let y โˆˆ B.
y = (x โ€“ 2)/(x โ€“ 3)
โ‡’ y(x โ€“ 3) = x โ€“ 2
โ‡’ yx โ€“ 3y = x โ€“ 2
โ‡’ x(y โ€“ 1) = 3y โ€“ 2
โ‡’ x = (3y โ€“ 2)/(y โ€“ 1)
Since y โ‰  1 โ‡’ x โ‰  3 โ‡’ x โˆˆ A.
โœ”๏ธ So f is onto.
โœ… Hence f is bijective.

๐Ÿ”ต Question 11:
Let f : R โ†’ R be defined as f(x) = x^4.
Choose the correct answer:
(A) f is one-one onto
(B) f is many-one onto
(C) f is one-one but not onto
(D) f is neither one-one nor onto
๐ŸŸข Answer:
โžก๏ธ f(1) = 1 and f(โ€“1) = 1
๐Ÿ’ก Different inputs same output โ‡’ not one-one.
โžก๏ธ Range = [0, โˆž), Co-domain = R
๐Ÿ’ก Range โ‰  Co-domain โ‡’ not onto.
โœ”๏ธ Hence correct option: (D) f is neither one-one nor onto.

๐Ÿ”ต Question 12:
Let f : R โ†’ R be defined as f(x) = 3x.
Choose the correct answer:
(A) f is one-one onto
(B) f is many-one onto
(C) f is one-one but not onto
(D) f is neither one-one nor onto
๐ŸŸข Answer:
โœ๏ธ Let f(xโ‚) = f(xโ‚‚)
โ‡’ 3xโ‚ = 3xโ‚‚
โ‡’ xโ‚ = xโ‚‚
โœ”๏ธ So f is one-one.
โžก๏ธ For any y โˆˆ R, let y = 3x โ‡’ x = y/3 โˆˆ R.
โœ”๏ธ So f is onto.
โœ… Correct option: (A) f is one-one onto.

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


OTHER IMPORTANT QUESTIONS

Questions 1 to 18 (Section A โ€“ MCQs)

Question 1:
If A = {1, 2, 3}, the total number of relations on A is
๐Ÿ”ต (A) 16
๐ŸŸข (B) 64
๐ŸŸ  (C) 512
๐Ÿ”ด (D) 8
Answer: (C) 512

Question 2:
A relation R = {(1,1), (2,2), (3,3)} on A = {1,2,3} is
๐Ÿ”ต (A) Reflexive only
๐ŸŸข (B) Reflexive, symmetric, and transitive
๐ŸŸ  (C) Only symmetric
๐Ÿ”ด (D) None
Answer: (B) Reflexive, symmetric, and transitive

Question 3:
If R = {(1,2), (2,3), (1,3)}, then R is
๐Ÿ”ต (A) Symmetric
๐ŸŸข (B) Transitive
๐ŸŸ  (C) Reflexive
๐Ÿ”ด (D) None
Answer: (B) Transitive

Question 4:
Number of reflexive relations on a set with 3 elements =
๐Ÿ”ต (A) 2โถ
๐ŸŸข (B) 2ยณ
๐ŸŸ  (C) 2โน
๐Ÿ”ด (D) 3
Answer: (A) 2โถ

Question 5:
If f(x) = 3x + 2, then f(2) =
๐Ÿ”ต (A) 6
๐ŸŸข (B) 8
๐ŸŸ  (C) 7
๐Ÿ”ด (D) 10
Answer: (B) 8

Question 6:
The range of f(x) = xยฒ + 1 is
๐Ÿ”ต (A) [1, โˆž)
๐ŸŸข (B) (โˆ’โˆž, 1]
๐ŸŸ  (C) โ„
๐Ÿ”ด (D) None
Answer: (A) [1, โˆž)

Question 7:
If f(x) = 2x + 3, g(x) = xยฒ, then (g โˆ˜ f)(x) =
๐Ÿ”ต (A) 4xยฒ + 4x + 1
๐ŸŸข (B) (2x + 3)ยฒ
๐ŸŸ  (C) 2xยฒ + 3
๐Ÿ”ด (D) None
Answer: (B) (2x + 3)ยฒ

Question 8:
If f(x) = 3x โˆ’ 5, then fโปยน(x) =
๐Ÿ”ต (A) (x + 5)/3
๐ŸŸข (B) (x โˆ’ 5)/3
๐ŸŸ  (C) 3x + 5
๐Ÿ”ด (D) None
Answer: (A) (x + 5)/3

Question 9:
A function f: A โ†’ B is onto if
๐Ÿ”ต (A) Range โІ Co-domain
๐ŸŸข (B) Range = Co-domain
๐ŸŸ  (C) Range โŠ‚ Co-domain
๐Ÿ”ด (D) None
Answer: (B) Range = Co-domain

Question 10:
A constant function is always
๐Ÿ”ต (A) One-one
๐ŸŸข (B) Many-one
๐ŸŸ  (C) Bijective
๐Ÿ”ด (D) Onto
Answer: (B) Many-one

Question 11:
If f(x) = 1/x, then f(f(x)) =
๐Ÿ”ต (A) x
๐ŸŸข (B) 1/x
๐ŸŸ  (C) xยฒ
๐Ÿ”ด (D) None
Answer: (A) x

Question 12:
The inverse of the identity function is
๐Ÿ”ต (A) Itself
๐ŸŸข (B) Constant
๐ŸŸ  (C) Reciprocal
๐Ÿ”ด (D) None
Answer: (A) Itself

Question 13:
If f(x) = xยณ, then fโปยน(x) =
๐Ÿ”ต (A) xยณ
๐ŸŸข (B) xยนแŸยณ
๐ŸŸ  (C) 1/xยณ
๐Ÿ”ด (D) None
Answer: (B) xยนแŸยณ

Question 14:
The binary operation * on โ„ defined by a * b = a + b + 2 is
๐Ÿ”ต (A) Commutative
๐ŸŸข (B) Not associative
๐ŸŸ  (C) Not closed
๐Ÿ”ด (D) None
Answer: (A) Commutative

Question 15:
Identity element for * defined above is
๐Ÿ”ต (A) 0
๐ŸŸข (B) โˆ’2
๐ŸŸ  (C) 2
๐Ÿ”ด (D) None
Answer: (B) โˆ’2

Question 16:
If f(x) = |x|, range is
๐Ÿ”ต (A) [0, โˆž)
๐ŸŸข (B) (โˆ’โˆž, 0]
๐ŸŸ  (C) โ„
๐Ÿ”ด (D) None
Answer: (A) [0, โˆž)

Question 17:
If f(x) = 1 โˆ’ x, then f(f(x)) =
๐Ÿ”ต (A) x
๐ŸŸข (B) 1 โˆ’ x
๐ŸŸ  (C) 1
๐Ÿ”ด (D) None
Answer: (A) x

Question 18:
The number of equivalence relations on {1, 2, 3} is
๐Ÿ”ต (A) 5
๐ŸŸข (B) 3
๐ŸŸ  (C) 6
๐Ÿ”ด (D) 4
Answer: (A) 5

Q19 to Q27 (Section B โ€“ 2 marks each)

๐Ÿ”ต Question 19:
Define equivalence relation with an example.
๐ŸŸข Answer:
A relation R on a set A is equivalence if it is
โœณ๏ธ Reflexiveโ€ƒโœณ๏ธ Symmetricโ€ƒโœณ๏ธ Transitive
๐Ÿ’ก Example:
Let A = โ„,โ€ƒR = {(a,b) | a โˆ’ b is an integer}
โœ”๏ธ Reflexiveโ€ƒโ†’โ€ƒa โˆ’ a = 0 โˆˆ โ„ค
โœ”๏ธ Symmetricโ€ƒโ†’โ€ƒif a โˆ’ b โˆˆ โ„ค โ‡’ b โˆ’ a = โˆ’(a โˆ’ b) โˆˆ โ„ค
โœ”๏ธ Transitiveโ€ƒโ†’โ€ƒif a โˆ’ b, b โˆ’ c โˆˆ โ„ค โ‡’ a โˆ’ c โˆˆ โ„ค
โœ… Hence, R is an equivalence relation.

๐Ÿ”ต Question 20:
Find f โˆ˜ g and g โˆ˜ f if f(x) = x + 1,โ€ƒg(x) = 2x.
๐ŸŸข Answer:
โœ๏ธ (g โˆ˜ f)(x) = g(f(x)) = g(x + 1) = 2(x + 1) = 2x + 2
โœ๏ธ (f โˆ˜ g)(x) = f(g(x)) = f(2x) = 2x + 1
โžก๏ธ โœ”๏ธ (g โˆ˜ f)(x) = 2x + 2,โ€ƒ(f โˆ˜ g)(x) = 2x + 1

๐Ÿ”ต Question 21:
Show that f : โ„ โ†’ โ„ given by f(x) = 3x + 2 is one-one and onto.
๐ŸŸข Answer:
โœ๏ธ Let f(xโ‚) = f(xโ‚‚)
โžก๏ธ 3xโ‚ + 2 = 3xโ‚‚ + 2
โžก๏ธ xโ‚ = xโ‚‚โ€ƒโœ”๏ธ one-one
๐Ÿ’ก For onto: y = 3x + 2 โ‡’ x = (y โˆ’ 2)/3 โˆˆ โ„
โžก๏ธ Range = Co-domain = โ„
โœ… Hence f is bijective.

๐Ÿ”ต Question 22:
Find fโปยน if f : โ„ โ†’ โ„, f(x) = 2x โˆ’ 3.
๐ŸŸข Answer:
โœ๏ธ y = 2x โˆ’ 3
โœ๏ธ Swap โ‡’ x = 2y โˆ’ 3
โœ๏ธ Solve โ‡’ y = (x + 3)/2
โœ”๏ธ fโปยน(x) = (x + 3)/2

๐Ÿ”ต Question 23:
If f(x) = xยฒ + 2, find the range of f over โ„.
๐ŸŸข Answer:
โœณ๏ธ Minimum value of xยฒ = 0
โžก๏ธ Minimum f(x) = 0 + 2 = 2
โœ”๏ธ Range = [2, โˆž)

๐Ÿ”ต Question 24:
Verify that the operation * on โ„ defined by a * b = a + b + 2
is commutative and associative.
๐ŸŸข Answer:
โœจ Commutative:
a * b = a + b + 2 = b + a + 2 = b * aโ€ƒโœ”๏ธ
โœจ Associative:
(a * b) * c = (a + b + 2) + c + 2 = a + b + c + 4
a * (b * c) = a + (b + c + 2) + 2 = a + b + c + 4โ€ƒโœ”๏ธ
โœ… Hence * is commutative and associative.

๐Ÿ”ต Question 25:
Find the identity element for the operation * above.
๐ŸŸข Answer:
โœ๏ธ Let e be identity: a * e = a
โžก๏ธ a + e + 2 = a
โžก๏ธ e = โˆ’2
โœ”๏ธ Identity = โˆ’2

๐Ÿ”ต Question 26:
Find inverse of element a under * (a * b = a + b + 2).
๐ŸŸข Answer:
โœ๏ธ Let b = inverse of a: a * b = e = โˆ’2
โžก๏ธ a + b + 2 = โˆ’2
โžก๏ธ b = โˆ’a โˆ’ 4
โœ”๏ธ Inverse = โˆ’a โˆ’ 4

๐Ÿ”ต Question 27:
Check whether f : โ„ โ†’ โ„, f(x) = xยณ is bijective.
๐ŸŸข Answer:
โœ๏ธ f(xโ‚) = f(xโ‚‚) โ‡’ xโ‚ยณ = xโ‚‚ยณ โ‡’ xโ‚ = xโ‚‚โ€ƒโœ”๏ธ one-one
โœ๏ธ For any y โˆˆ โ„, x = yยนแŸยณ โˆˆ โ„โ€ƒโœ”๏ธ onto
โœ… Hence f is bijective.

๐Ÿ”ด Section D โ€“ Long Answer Questions (4 marks each)

๐Ÿ”ต Question 28:
Let A = {1, 2, 3} and B = {a, b, c}. Define a relation R from A to B as R = {(1, a), (2, b), (3, c)}.
โœณ๏ธ Show that R is a function. Also find fโปยน.
๐ŸŸข Answer:
โœ”๏ธ Since each element of A is related to exactly one element of B,
โžก๏ธ R is a function.
๐Ÿ’ก Let f: A โ†’ B be defined by f(1) = a, f(2) = b, f(3) = c.
Then, the inverse function fโปยน: B โ†’ A is
โžก๏ธ fโปยน(a) = 1, fโปยน(b) = 2, fโปยน(c) = 3.
Thus,
โœ”๏ธ fโปยน = {(a, 1), (b, 2), (c, 3)}

๐Ÿ”ต Question 29:
Prove that the function f(x) = 2x + 3 is invertible and find fโปยน.
๐ŸŸข Answer:
โœณ๏ธ Given f: โ„ โ†’ โ„, f(x) = 2x + 3
โžค Step 1: Check one-one
Let f(xโ‚) = f(xโ‚‚)
โžก๏ธ 2xโ‚ + 3 = 2xโ‚‚ + 3
โžก๏ธ xโ‚ = xโ‚‚
โœ”๏ธ Hence one-one.
โžค Step 2: Check onto
Let y โˆˆ โ„,
We need x such that y = 2x + 3
โžก๏ธ x = (y โˆ’ 3)/2
Since x โˆˆ โ„, โœ”๏ธ f is onto.
Therefore, f is bijective, hence invertible.
โžค Step 3: To find inverse
Put y = f(x) = 2x + 3
Swap x and y:
โžก๏ธ x = 2y + 3
Solve for y:
โžก๏ธ y = (x โˆ’ 3)/2
โœ”๏ธ โˆด fโปยน(x) = (x โˆ’ 3)/2

๐Ÿ”ต Question 30:
Find the range of the function f(x) = xยฒ + 4x + 5, x โˆˆ โ„.
๐ŸŸข Answer:
โœณ๏ธ Given f(x) = xยฒ + 4x + 5
โžค Step 1: Convert to vertex form
f(x) = (xยฒ + 4x + 4) + 1 = (x + 2)ยฒ + 1
Since (x + 2)ยฒ โ‰ฅ 0,
โžก๏ธ f(x) โ‰ฅ 1
โžค Step 2: Minimum value = 1
โˆด Range = [1, โˆž)
โœ”๏ธ Range of f(x) = [1, โˆž)

๐Ÿ”ต Question 31:
Let A = {1, 2, 3, 4} and define a relation R on A by
R = {(a, b) | a โˆ’ b is even}
Prove that R is an equivalence relation.
๐ŸŸข Answer:
โœณ๏ธ To prove R is equivalence, check:
โžค Reflexive:
a โˆ’ a = 0, which is even โ‡’ (a, a) โˆˆ R โˆ€ a โˆˆ A โœ”๏ธ
โžค Symmetric:
If (a, b) โˆˆ R โ‡’ a โˆ’ b is even โ‡’ (b โˆ’ a) is also even
โˆด (b, a) โˆˆ R โœ”๏ธ
โžค Transitive:
If (a, b) โˆˆ R and (b, c) โˆˆ R
Then a โˆ’ b and b โˆ’ c both even
โ‡’ (a โˆ’ c) = (a โˆ’ b) + (b โˆ’ c) even โœ”๏ธ
Hence (a, c) โˆˆ R
โœ”๏ธ โˆด R is reflexive, symmetric, transitive, so equivalence relation.

๐ŸŸฃ Section E โ€“ Case/Application Based Questions (5 marks each)

๐Ÿ”ต Question 32:
A company defines salary increment f(x) = 5x + 2000, where x is the grade number (x โˆˆ {1, 2, 3, 4}).
Find
(i) Salary increment for each grade.
(ii) Whether f is one-one and onto from set A = {1, 2, 3, 4} to B = {2005, 2010, 2015, 2020}.
๐ŸŸข Answer:
โžค (i) f(1) = 2005, f(2) = 2010, f(3) = 2015, f(4) = 2020
โœ”๏ธ Set B = {2005, 2010, 2015, 2020}
โžค (ii)
Each element of A has a unique image โ†’ one-one โœ”๏ธ
Every element of B is covered โ†’ onto โœ”๏ธ
โœ”๏ธ โˆด f is bijective.

๐Ÿ”ต Question 33:
Consider f: โ„ โ†’ โ„, f(x) = xยณ + x
Show that f is one-one and onto, hence invertible. Find fโปยน.
๐ŸŸข Answer:
โœณ๏ธ Given f(x) = xยณ + x
โžค One-one:
Let f(xโ‚) = f(xโ‚‚)
โ‡’ xโ‚ยณ + xโ‚ = xโ‚‚ยณ + xโ‚‚
โ‡’ (xโ‚ โˆ’ xโ‚‚)(xโ‚ยฒ + xโ‚xโ‚‚ + xโ‚‚ยฒ + 1) = 0
Since (xโ‚ยฒ + xโ‚xโ‚‚ + xโ‚‚ยฒ + 1) > 0,
โ‡’ xโ‚ = xโ‚‚ โœ”๏ธ
โžค Onto:
Let y โˆˆ โ„, we need x such that y = xยณ + x
The cubic xยณ + x โˆ’ y = 0 has at least one real root โœ”๏ธ
โˆด For every y, โˆƒ x โ‡’ onto.
Hence f is bijective โ‡’ invertible.
Inverse fโปยน exists (no simple algebraic form).
โœ”๏ธ f is invertible.

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

Leave a Reply