

How to Identify Union and Intersection in Set Theory with Examples
Understanding the Difference Between Union And Intersection is fundamental for students of mathematics, especially in set theory and its applications. Distinguishing these concepts supports problem-solving in algebra, probability, and logic, crucial for board exams and competitive tests like JEE.
Understanding Union in Set Theory
The union of sets is a set operation that combines all distinct elements from two or more sets into a single set. It is denoted symbolically by $\cup$.
Given sets $A$ and $B$, the union is represented as $A \cup B$, which contains every element present in either $A$, $B$, or both. For detailed concepts, refer to Union Intersection And Difference Of Sets.
$A \cup B = \{x : x \in A \text{ or } x \in B\}$
Meaning of Intersection in Mathematics
The intersection operation finds the common elements shared by two or more sets. Its symbol is $\cap$.
For any sets $A$ and $B$, the intersection $A \cap B$ consists of all elements that belong to both $A$ and $B$. Further discussion is available at Difference Between Intersection And Union.
$A \cap B = \{x : x \in A \text{ and } x \in B\}$
Comparative View of Union and Intersection
| Union | Intersection |
|---|---|
| Combines all elements from given sets | Includes only elements common to all sets |
| Symbol is $\cup$ | Symbol is $\cap$ |
| $A \cup B = \{x : x \in A$ or $x \in B\}$ | $A \cap B = \{x : x \in A$ and $x \in B\}$ |
| Resulting set may be larger | Resulting set is always smaller or equal |
| If $A$ and $B$ are disjoint, $A \cup B$ has all elements | If $A$ and $B$ are disjoint, $A \cap B = \emptyset$ |
| $A \cup \emptyset = A$ | $A \cap \emptyset = \emptyset$ |
| $A \cup U = U$ (U = universal set) | $A \cap U = A$ |
| Order does not affect result (commutative) | Order does not affect result (commutative) |
| Associative: $(A \cup B) \cup C = A \cup (B \cup C)$ | Associative: $(A \cap B) \cap C = A \cap (B \cap C)$ |
| Never smaller than original sets | Never larger than smallest set |
| Each element appears only once | Each element appears only if present in all sets |
| Affects probability as "either or" | Affects probability as "both and" |
| $n(A \cup B) = n(A) + n(B) - n(A \cap B)$ | $n(A \cap B) \leq min(n(A), n(B))$ |
| Used for combining datasets | Used for finding overlaps |
| Idempotent: $A \cup A = A$ | Idempotent: $A \cap A = A$ |
| Eliminates duplicate elements | No duplicates, shows repeated presence |
| Based on logical "OR" | Based on logical "AND" |
| Complements: $(A \cup B)^c = A^c \cap B^c$ | Complements: $(A \cap B)^c = A^c \cup B^c$ |
| Union of all sets is universal set | Intersection of all sets is common part |
| Useful for survey data aggregation | Useful for common solution determination |
Important Differences
- Union combines all elements, intersection finds common elements.
- Union uses “$\cup$” symbol, intersection uses “$\cap$”.
- Union result is never smaller than inputs, intersection can be empty.
- Union relates to “OR” logic, intersection to “AND” logic.
- Union applied in aggregation, intersection in filtration.
Simple Numerical Examples
If $A = \{1, 2, 3, 5\}$ and $B = \{2, 4, 5, 6\}$, then:
$A \cup B = \{1, 2, 3, 4, 5, 6\}$
$A \cap B = \{2, 5\}$
Where These Concepts Are Used
- Used in probability theory for event calculations
- Essential in database query operations
- Helps define logical statements in mathematics
- Applied in Venn diagrams and set visualization
- Needed for solving JEE and board set problems
- Fundamental in understanding relations and functions
Summary in One Line
In simple words, union collects all elements from given sets, whereas intersection selects only those elements common to all sets.
FAQs on What Is the Difference Between Union and Intersection in Math?
1. What is the difference between union and intersection in sets?
Union and intersection represent two different ways to combine or compare sets:
- Union (A ∪ B): All elements from both sets A and B, without duplicates.
- Intersection (A ∩ B): Only the elements common to both sets A and B.
2. Define union of two sets with example.
The union of two sets consists of all distinct elements from both sets.
- Example: If A = {1, 2, 3} and B = {2, 3, 4}, then A ∪ B = {1, 2, 3, 4}.
- Any element that appears in at least one set belongs to the union.
3. What does intersection of sets mean? Give example.
The intersection of two sets contains all the elements common to both sets.
- Example: If A = {5, 7, 9} and B = {7, 8, 9}, then A ∩ B = {7, 9}.
- Only the elements present in both sets are included in the intersection.
4. How do you represent union and intersection using Venn diagrams?
A Venn diagram visually represents union and intersection of sets:
- Union (A ∪ B): Entire area covered by both circles representing sets A and B.
- Intersection (A ∩ B): The overlapping area shared by circles of sets A and B.
5. What is the union of set A = {2, 4, 6} and set B = {4, 6, 8}?
The union of sets A = {2, 4, 6} and B = {4, 6, 8} is:
- A ∪ B = {2, 4, 6, 8}
- All elements from both sets are included, without repetition.
6. State the formula for the number of elements in union of two sets.
The total number of elements in the union of two sets A and B is calculated as:
- n(A ∪ B) = n(A) + n(B) – n(A ∩ B)
- Where n(A) is the number of elements in A, n(B) in B, and n(A ∩ B) in both.
7. Can the intersection of two sets be an empty set?
Yes, the intersection of two sets can be an empty set (∅) if they have no elements in common.
- Such sets are called disjoint sets.
- Example: A = {1, 3}, B = {2, 4}. A ∩ B = ∅.
8. What is the symbol for intersection of sets?
The intersection of sets is symbolised by ∩.
- A ∩ B refers to all elements common to both sets A and B.
9. Give one real-life example each for union and intersection of sets.
In real life, union and intersection of sets help explain grouping and sharing:
- Union: Students who play cricket or football = all students who play at least one of these games.
- Intersection: Students who play both cricket and football = only those who participate in both.
10. List the key differences between union and intersection of sets.
The union and intersection of sets differ in how they combine elements:
- Union: Combines all unique elements from both sets (A ∪ B).
- Intersection: Includes only elements common to both sets (A ∩ B).
- Union often results in a bigger set; intersection may be smaller or empty.
11. How do you find the intersection of three sets?
To find the intersection of three sets A, B, and C, list elements present in all three:
- A ∩ B ∩ C = common elements in A, B, and C.
- Only elements appearing in each set are included.
12. If A ∪ B = A, what does this tell about sets A and B?
If A ∪ B = A, it means all elements of B are already contained in A:
- Set B is a subset of set A.
- There are no extra elements in B not found in A.





















