Relations and Functions
Relations and Functions — Study Notes
NCERT-aligned · 8 notes · 3 shown free
2.1 Introduction
Explanation2.1 Introduction
Mathematics is fundamentally about discovering patterns and establishing precise relationships between quantities that change. In daily life, we observe many such relationships — for example, familial relations like brother and sister, father and son, or professional relations like teacher and student. Similarly, in mathematics, relations appear in various forms such as the inequality 'number m is less than number n', the geometric relation 'line l is parallel to line m', or the set relation 'set A is a subset of set B'. All these involve pairs of objects arranged in a specific order. This chapter introduces the concept of linking pairs of objects from two sets to define relations between them. Finally, it focuses on special types of relations known as functions, which capture mathematically precise correspondences between quantities. The concept of function is central to mathematics because it formalizes the idea of one quantity depending on another in a unique and well-defined way.
- Mathematics studies patterns and relationships between changing quantities.
- Relations involve ordered pairs of objects from two sets.
- Examples of relations include inequalities, geometric relations, and subset relations.
- Functions are special relations with unique images for each element in the domain.
- Functions formalize precise correspondences between quantities.
- Understanding relations and functions is fundamental to advanced mathematical concepts.
- 📌 Relation: A link or connection between elements of two sets.
- 📌 Function: A special relation where each element of the domain has exactly one image in the codomain.
- 📌 Ordered pair: A pair of elements arranged in a specific order, denoted (a, b).
2.2 Cartesian Products of Sets
Explanation2.2 Cartesian Products of Sets
The Cartesian product of two non-empty sets P and Q, denoted by P × Q, is the set of all ordered pairs (p, q) where p ∈ P and q ∈ Q. The order of elements in the pair is crucial; (p, q) is different from (q, p) unless p = q. For example, consider set A = {red, blue} representing colors and set B = {b, c, s} representing objects bag, coat, and shirt. The Cartesian product A × B consists of all ordered pairs combining each color with each object, resulting in 6 pairs: (red, b), (red, c), (red, s), (blue, b), (blue, c), (blue, s). This can be visualized as points or objects in a plane where the first element is from A and the second from B. The number of elements in A × B is the product of the number of elements in A and B. If either set is empty, the Cartesian product is empty. The order matters, so A × B ≠ B × A in general. Cartesian products can be extended to triples and higher tuples, such as A × A × A, which consists of ordered triplets (a, b, c) with a, b, c ∈ A. This concept is fundamental in coordinate geometry, where R × R represents the set of all points in the plane, and R × R × R represents points in three-dimensional space.
- Cartesian product P × Q is the set of all ordered pairs (p, q) with p ∈ P and q ∈ Q.
- Order of elements in ordered pairs is important; (p, q) ≠ (q, p) unless p = q.
- Number of elements in A × B is n(A) × n(B).
- If either set is empty, the Cartesian product is empty.
- Cartesian products extend to ordered triplets and higher tuples.
- R × R and R × R × R represent points in 2D and 3D spaces respectively.
- 📌 Cartesian product: The set of all ordered pairs formed from two sets.
- 📌 Ordered pair: A pair of elements with a specific order (first element, second element).
- 📌 Ordered triplet: An ordered triple (a, b, c) from a set A × A × A.
Remarks on Cartesian Products and Examples
ExplanationRemarks on Cartesian Products and Examples
Key properties of Cartesian products include: Two ordered pairs (a, b) and (x, y) are equal if and only if a = x and b = y. The number of elements in A × B is the product of the number of elements in A and B. If either set is infinite, their Cartesia
Practice Questions — Relations and Functions
Includes NCERT exercise questions with answers
Q1.How many elements will be there in the Cartesian Product of A and B, if number of elements in A and B are respectively 10 and 7?
Answer:
70
Q2.Range of greatest integer function given by f(x) = [x] is
Answer:
I or Z
Q3.If f(x) = x 2 , defined on N, then functionf(x) is of the type
Answer:
ONE-ONE, ONTO
Q4.Let relation R is defined as R = { ( x, x+2 ) /x belongs to A }, where A= {0,1,2,3}. Then range of the relation is
Answer:
{2,3,4,5}
Q5.R = { ( x , y )/ x+2y =5 } is defined on set A = { 1, 2, 3, 4, 5 } then the domain will be
Answer:
{1,2,3}
Q6.1. If \(\left(\frac{x}{3} + 1, y - \frac{2}{3}\right) = \left(\frac{5}{3}, \frac{1}{3}\right)\), find the values of \(x\) and \(y\).
Answer:
Given \(\left(\frac{x}{3} + 1, y - \frac{2}{3}\right) = \left(\frac{5}{3}, \frac{1}{3}\right)\), equate components: \(\frac{x}{3} + 1 = \frac{5}{3}\) and \(y - \frac{2}{3} = \frac{1}{3}\). From first equation: \(\frac{x}{3} = \frac{5}{3} - 1 = \frac{5}{3} - \frac{3}{3} = \frac{2}{3}\) \(\Rightarrow x = 2\). From second equation: \(y = \frac{1}{3} + \frac{2}{3} = 1\). Hence, \(x = 2\) and \(y = 1\).
Explanation:
Equate the corresponding components of the ordered pairs and solve the resulting equations step-by-step.
Q7.2. If the set A has 3 elements and the set \(\mathrm{B} = \{3, 4, 5\}\), then find the number of elements in \((\mathrm{A} \times \mathrm{B})\).
Answer:
Number of elements in \(\mathrm{A}\) is 3. Number of elements in \(\mathrm{B}\) is 3. Number of elements in \(\mathrm{A} \times \mathrm{B} = n(\mathrm{A}) \times n(\mathrm{B}) = 3 \times 3 = 9.\)
Explanation:
The Cartesian product of two sets has number of elements equal to the product of the number of elements in each set.
Q8.3. If \(\mathrm{G} = \{7, 8\}\) and \(\mathrm{H} = \{5, 4, 2\}\), find \(\mathrm{G} \times \mathrm{H}\) and \(\mathrm{H} \times \mathrm{G}\).
Answer:
Given \(\mathrm{G} = \{7, 8\}\) and \(\mathrm{H} = \{5, 4, 2\}\). \(\mathrm{G} \times \mathrm{H} = \{(7,5), (7,4), (7,2), (8,5), (8,4), (8,2)\}\). \(\mathrm{H} \times \mathrm{G} = \{(5,7), (5,8), (4,7), (4,8), (2,7), (2,8)\}\).
Explanation:
Cartesian product \(A \times B\) is the set of all ordered pairs \((a,b)\) with \(a \in A\) and \(b \in B\).
All 14 Chapters in Mathematics
Mathematics · Class 11