WisdomEye Logo
WisdomEye

Relation And Functions | Full Chapter in ONE SHOT | Chapter 2 | Class 11 Maths 🔥

Relations and Functions: Basics Explained

Summary

This video provides a comprehensive introduction to the concepts of relations and functions for Class 11 students. It begins by explaining ordered pairs and the Cartesian product of sets, illustrating them with examples. The video then delves into the definition of relations, how to represent them (roster form, set-builder form, arrow diagrams), and introduces the concepts of domain, range, and codomain. It further explains inverse relations and then defines functions as a special type of relation, detailing the conditions for a relation to be a function and how to identify them. Several examples and practice problems are solved for each concept.

Key Insights

Relations and functions are fundamental and appear in advanced math and upcoming classes.

This chapter is important because it's used in many other Class 11 chapters, especially for competitive exams. It's also a core topic that will be revisited and expanded upon in Class 12. A strong understanding now is essential for future learning.

A relation is a subset of the Cartesian product of two sets.

A relation R from set A to set B is defined as any subset of the Cartesian product A x B. This means every element (ordered pair) in the relation R must also be present in the Cartesian product A x B.

Domain of a relation equals the range of its inverse, and vice-versa.

There is a key relationship between the domain and range of a relation and its inverse: Domain(R) = Range(R⁻¹) and Range(R) = Domain(R⁻¹). In the example R = {(2, 4), (4, 3), (6, 2), (8, 1)} and R⁻¹ = {(4, 2), (3, 4), (2, 6), (1, 8)}, Domain(R) = {2, 4, 6, 8}, Range(R) = {4, 3, 2, 1}. Range(R⁻¹) = {2, 4, 6, 8}, Domain(R⁻¹) = {4, 3, 2, 1}. The property holds.

A function is a special type of relation where every element of the domain maps to exactly one element in the codomain.

A function f from set A to set B is a relation such that: 1. Every element in set A (the domain) must be mapped to an element in set B (the codomain). 2. No element in set A can be mapped to more than one element in set B. This means each input has only one output.

A relation R on a set A is reflexive if (a, a) belongs to R for all a in A.

For a relation to be reflexive, every element in the set must be related to itself. For example, on the set of rational numbers Q, the relation R defined by a-b being an integer is reflexive because a-a = 0, and 0 is an integer. So, (a, a) belongs to R for all rational 'a'.

A relation R is symmetric if (a, b) in R implies (b, a) in R.

If a relation is symmetric, and (a, b) is in the relation, then the reversed pair (b, a) must also be in the relation. For the relation a-b being an integer on Q, if (a, b) is in R, then a-b is an integer. Since -(a-b) = b-a is also an integer, (b, a) is also in R. Thus, it is symmetric.

A relation R is transitive if (a, b) in R and (b, c) in R implies (a, c) in R.

For a relation to be transitive, if (a, b) and (b, c) are in the relation, then (a, c) must also be in the relation. For the relation a-b being an integer on Q, if a-b is an integer and b-c is an integer, their sum (a-b) + (b-c) = a-c is also an integer. Therefore, (a, c) is in R, making the relation transitive.

A relation that is reflexive, symmetric, and transitive is called an equivalence relation.

A relation on a set is called an equivalence relation if it satisfies all three properties: reflexivity, symmetry, and transitivity. The relation 'a-b is an integer' on the set of rational numbers Q is reflexive, symmetric, and transitive, therefore it is an equivalence relation.

Sections

Introduction and Prerequisites

Basic math concepts like sets are crucial for understanding topics like relations and functions.

The video emphasizes that difficulty in math often stems from neglecting basics. For chapters like relations and functions, understanding sets is a prerequisite. Without it, the material will seem difficult, leading to abandonment. The presenter promises a detailed explanation of relations and functions.

Relations and functions are fundamental and appear in advanced math and upcoming classes.

This chapter is important because it's used in many other Class 11 chapters, especially for competitive exams. It's also a core topic that will be revisited and expanded upon in Class 12. A strong understanding now is essential for future learning.

The video aims to provide a complete, easy-to-understand explanation of relations and functions.

The presenter intends to explain every aspect of relations and functions thoroughly, ensuring viewers can understand and even teach the concepts to others. Patience is encouraged for this detailed, one-shot video.


Ordered Pairs

An ordered pair consists of two elements in a specific sequence.

An ordered pair is defined as two objects or elements written in a particular order. For example, (1, 2) is an ordered pair where 1 is the first element and 2 is the second. The order is crucial, meaning (1, 2) is distinct from (2, 1), similar to how points are represented in coordinate geometry.

Ordered pairs are not sets; order and repetition matter.

Unlike sets, the order of elements in an ordered pair is significant, and elements do not need to be distinct (e.g., (1, 1) is a valid ordered pair). Ordered pairs use parentheses, whereas sets use curly braces.


Cartesian Product of Sets

The Cartesian product of two non-empty sets A and B (A x B) is a set of all possible ordered pairs (a, b).

Given two non-empty sets A and B, their Cartesian product, denoted as A x B, is a set containing all possible ordered pairs where the first element comes from set A and the second element comes from set B. For A = {1, 2} and B = {3, 4}, A x B = {(1, 3), (1, 4), (2, 3), (2, 4)}.

The order matters in Cartesian products; A x B is generally not equal to B x A.

The Cartesian product is order-dependent. For example, B x A would be {(3, 1), (3, 2), (4, 1), (4, 2)}, which is different from A x B because the ordered pairs are different. In general, A x B ≠ B x A.

The number of elements in the Cartesian product of two sets is the product of the number of elements in each set.

If set A has 'm' elements and set B has 'n' elements, then the Cartesian product A x B will have m * n elements. This is because each element in A can be paired with each element in B.


Applications of Cartesian Product

Equating ordered pairs allows solving for unknown variables.

If two ordered pairs are equal, then their corresponding elements must be equal. For example, if (x+3, 5) = (6, 2x+y), then x+3=6 (so x=3) and 5=2x+y. Substituting x=3 into the second equation gives 5=6+y, so y=-1.

Cartesian products can be calculated for multiple sets.

The Cartesian product can be extended to three or more sets. For A = {-1, 1}, A x A x A involves forming ordered triplets. First, A x A is calculated, and then the result is multiplied with A again. For A = {-1, 1}, A x A = {(-1, -1), (-1, 1), (1, -1), (1, 1)}. Then, A x A x A is formed by pairing each element of A x A with each element of A.

Set builder notation can define sets for Cartesian products based on conditions.

A set can be defined using set-builder notation, specifying conditions for its elements. For instance, finding the set of ordered pairs (a, b) where 'a' belongs to a given set of values {-1, 2, 3, 4, 5}, 'b' belongs to {0, 3, 6}, and a+b=5. Only pairs satisfying a+b=5, like (-1, 6), are included.

Conditions on elements define specific ordered pairs within a Cartesian product.

When forming a set of ordered pairs (a, b) from two sets with an additional condition (e.g., 'a divides b' and 'a < b'), only pairs satisfying both conditions are included. For a={2, 4, 6, 9} and b={4, 6, 18, 27}, pairs like (2, 4), (2, 6), (2, 18), (6, 18), (9, 18), (9, 27) satisfy both 'a divides b' and 'a < b'.

Ordered pairs from a Cartesian product must satisfy all given conditions.

If ordered pairs (a, b) are given to belong to a set defined by specific equations, then these pairs must satisfy those equations. For example, if (-1, b) and (a, 7) belong to a set where b = 2a - 3, then for the first pair, b = 2(-1) - 3 = -5, and for the second pair, 7 = 2a - 3, so 2a = 10 and a = 5.

Set operations like intersection can be combined with Cartesian products.

To find A x (B ∩ C), first find the intersection of sets B and C, then compute the Cartesian product of set A with the resulting intersection set. For A = {1, 2, 3} and B ∩ C = {3}, A x (B ∩ C) = {(1, 3), (2, 3), (3, 3)}.


Representing Sets and Truth Values

Statements about set equality and Cartesian products can be true or false.

Given P={m, n} and Q={n, m}, the statement P x Q = {(m, n), (m, m), (n, n), (n, m)} is false because P x Q has 4 elements (2*2), and the listed elements do not match the correct Cartesian product (which would be {(m, n), (m, m), (n, n), (n, m)} if elements were m, m, n, n and n, m). The actual P x Q = {(m, n), (m, m), (n, n), (n, m)}. The example provided lists incorrectly. The correct P x Q is {(m,n), (m,m), (n,n), (n,m)}. The example states P x Q = {(m, n), (m, m), (n, n), (n, m)} which is incorrect.

A Cartesian product involving an empty set results in an empty set.

If A and B are non-empty sets, A x B is a non-empty set of ordered pairs. However, if one of the sets is empty (e.g., A x ∅ or ∅ x B), the Cartesian product is the empty set (∅). The statement 'If A and B are non-empty sets, then A x B is a non-empty set of ordered pairs (x, y) such that x belongs to B and y belongs to A' is false because x belongs to A and y belongs to B.

The intersection of any set with the empty set is always the empty set.

The statement 'A x (B ∩ ∅) = ∅' is true. This is because the intersection of any set B with the empty set ∅ is always the empty set (B ∩ ∅ = ∅). Therefore, A x ∅ also results in the empty set.


Arrow Diagrams and Set Representation

Arrow diagrams visually represent relations between sets.

An arrow diagram uses two ovals to represent the two sets involved in a relation. Arrows connect elements from the first set to elements in the second set based on the relation's criteria. For A={1, 3, 5} and B={2, 4, 6}, a relation can be shown by drawing an arrow from 'a' in set A to 'b' in set B if, for example, 'a' is less than 'b'.

Cartesian products can be visualized using diagrams or by listing elements.

To represent A x A for A = {1, 3, 5} using an arrow diagram, both ovals represent set A. Arrows connect each element of A to every element of A (for a Cartesian product). This results in self-loops (e.g., 1 to 1) and connections between distinct elements (e.g., 1 to 3, 1 to 5, etc.).


Relations and Their Properties

The number of possible non-empty relations between two sets is calculated from the number of possible subsets.

If set A has 'm' elements and set B has 'n' elements, the Cartesian product A x B has m*n elements. The total number of possible relations (subsets of A x B) is 2^(m*n). The number of non-empty relations is 2^(m*n) - 1 (excluding the empty set relation).

A relation is a subset of the Cartesian product of two sets.

A relation R from set A to set B is defined as any subset of the Cartesian product A x B. This means every element (ordered pair) in the relation R must also be present in the Cartesian product A x B.

Identifying relations involves checking if all ordered pairs in the relation are valid members of the Cartesian product.

Given sets A={1, 2, 3} and B={4, 6, 9}, and potential relations R1, R2, R3, R4, we check if each relation is valid. R1={(1,4), (1,5), (1,6)} would be invalid if (1,5) is not in A x B. R2={(1,4), (1,6), (2,4), (2,6), (3,6)} is valid as all pairs are in A x B. R3={(1,4), (3,6), (1,6)} is valid. R4={(4,1)} is invalid as 4 is not in A, and 1 is not in B.

A relation defined by a condition requires checking each pair against that condition.

For sets A = {1, 2, 3, 5} and B = {4, 6, 9}, a relation R is defined where (x, y) belongs to R if the difference between x and y is an odd number. We list pairs satisfying this: (1,4), (1,6), (2,?) (no y forms odd diff), (3,4), (3,6), (5,4), (5,6).


Domain, Range, and Codomain

The domain of a relation consists of all first elements of the ordered pairs.

The domain of a relation R from set A to set B is the set of all first elements (from set A) of the ordered pairs in R that have an image in set B. For R = {(2, 4), (2, 6), (2, 8), (4, 4), (4, 8)}, the domain is {2, 4}.

The range of a relation is the set of all second elements of the ordered pairs.

The range of a relation R from set A to set B is the set of all second elements (from set B) of the ordered pairs in R. These are the elements in B that have a pre-image in A. For R = {(2, 4), (2, 6), (2, 8), (4, 4), (4, 8)}, the range is {4, 6, 8}.

The codomain is the entire second set in a relation from A to B.

The codomain of a relation R from set A to set B is simply the entire set B. The range is a subset of the codomain.

Arrow diagrams help visualize domain and range by showing connected elements.

In an arrow diagram, the domain consists of all elements in the first set from which arrows originate. The range consists of all elements in the second set to which arrows point. The codomain is the entire second set shown.

For a relation R on set A, the domain and range elements must belong to A.

If a relation R is defined on a set A (meaning R is a relation from A to A), then the domain and range of R are subsets of A. For the relation where x+2y=8, and n is the set of natural numbers, the domain elements are {2, 4, 6} and range elements are {3, 2, 1}, all belonging to N.


Inverse Relations

The inverse of a relation R is formed by reversing all ordered pairs in R.

If R is a relation, its inverse, denoted as R⁻¹, is the set of all ordered pairs (b, a) where (a, b) is in R. Essentially, every ordered pair in R is reversed to form the inverse relation. For R = {(2, 4), (4, 3), (6, 2), (8, 1)}, R⁻¹ = {(4, 2), (3, 4), (2, 6), (1, 8)}.

Domain of a relation equals the range of its inverse, and vice-versa.

There is a key relationship between the domain and range of a relation and its inverse: Domain(R) = Range(R⁻¹) and Range(R) = Domain(R⁻¹). In the example R = {(2, 4), (4, 3), (6, 2), (8, 1)} and R⁻¹ = {(4, 2), (3, 4), (2, 6), (1, 8)}, Domain(R) = {2, 4, 6, 8}, Range(R) = {4, 3, 2, 1}. Range(R⁻¹) = {2, 4, 6, 8}, Domain(R⁻¹) = {4, 3, 2, 1}. The property holds.


Functions as Special Relations

A function is a special type of relation where every element of the domain maps to exactly one element in the codomain.

A function f from set A to set B is a relation such that: 1. Every element in set A (the domain) must be mapped to an element in set B (the codomain). 2. No element in set A can be mapped to more than one element in set B. This means each input has only one output.

Checking if a relation is a function involves verifying domain coverage and uniqueness of mapping.

To determine if a relation is a function, check if every element of the first set (domain) has exactly one corresponding element in the second set. If any element from the first set has no image or multiple images, it's not a function.

Visualizing with arrow diagrams helps identify functions; 'converging' arrows are allowed, 'diverging' arrows are not.

In an arrow diagram, for a relation to be a function, every element in the domain oval must have exactly one arrow pointing away from it. Multiple arrows pointing to the same element in the codomain (converging) is allowed, but one element in the domain having arrows pointing to multiple elements in the codomain (diverging) is not allowed.

To be a function, each input must have a unique output.

Sets f1, f2, f3 are given as subsets of A x B. f1 = {(1,2), (2,3), (3,4)} is a function because each element in A={1,2,3} maps to exactly one element in B={2,3,4}. f2 = {(1,2), (1,3), (2,4)} is not a function because '1' maps to both '2' and '3'. f3 = {(1,2), (2,3)} is not a function because '3' from set A has no mapping.

The notation 'b is the image of a under f' defines the mapping in a function.

If an ordered pair (a, b) belongs to a function f, it means 'b' is the image of 'a' under f. For instance, if (3, 5) is in f, then 5 is the image of 3 under f.


Properties of Relations: Equivalence Relations

A relation R on a set A is reflexive if (a, a) belongs to R for all a in A.

For a relation to be reflexive, every element in the set must be related to itself. For example, on the set of rational numbers Q, the relation R defined by a-b being an integer is reflexive because a-a = 0, and 0 is an integer. So, (a, a) belongs to R for all rational 'a'.

A relation R is symmetric if (a, b) in R implies (b, a) in R.

If a relation is symmetric, and (a, b) is in the relation, then the reversed pair (b, a) must also be in the relation. For the relation a-b being an integer on Q, if (a, b) is in R, then a-b is an integer. Since -(a-b) = b-a is also an integer, (b, a) is also in R. Thus, it is symmetric.

A relation R is transitive if (a, b) in R and (b, c) in R implies (a, c) in R.

For a relation to be transitive, if (a, b) and (b, c) are in the relation, then (a, c) must also be in the relation. For the relation a-b being an integer on Q, if a-b is an integer and b-c is an integer, their sum (a-b) + (b-c) = a-c is also an integer. Therefore, (a, c) is in R, making the relation transitive.

A relation that is reflexive, symmetric, and transitive is called an equivalence relation.

A relation on a set is called an equivalence relation if it satisfies all three properties: reflexivity, symmetry, and transitivity. The relation 'a-b is an integer' on the set of rational numbers Q is reflexive, symmetric, and transitive, therefore it is an equivalence relation.

Not all relations possess properties like reflexivity, symmetry, or transitivity.

Consider the relation R on natural numbers where 'a' is related to 'b' if a = b². For A={2, 4, 16}, checking properties: (2, 4) in R means 2=4², false. (4, 2) implies 4=2², true. Check if (a, a) is in R: a=a² is only true for a=1. So, not reflexive. Check symmetry: (4, 2) in R, but (2, 4) is not. Check transitivity: if (a, b) in R and (b, c) in R, does (a, c) hold? If (16, 4) is in R (16=4²) and (4, 2) is in R (4=2²), then (16, 2) must be in R (16=2²), which is false. None of the properties hold generally.


Ask a Question

*Uses 1 Wisdom coin from your coin balance

Watch Video

Open in YouTube
WisdomEye Avatar
Got a minute?