The union of sets is a binary operation that combines all the elements from two or more given sets into a single new set. The new set contains every element that is present in at least one of the original sets. It's like merging two groups of people to form a single, larger group.
Formally, the union of two sets, say set A and set B, is a set that consists of all the elements that belong to set A or set B or both. This is an inclusive "or."
This notation reads: "A union B is the set of all elements x such that x is an element of A or x is an element of B."
The union of sets symbol is “()”, which is a stylized letter “U” (not to be confused with the English alphabet U). This symbol is universally accepted in set theory and mathematics.
Example of Usage: If ( A = {1, 2, 3} ) and ( B = {3, 4, 5} ), then ( A B ) denotes their union.
The union of sets formula is helpful not just for writing the union but also for calculating the number of elements (cardinality) in the union, especially if the sets overlap.
Where:
This formula is an application of the principle of inclusion-exclusion and is critical in solving JEE problems with overlapping sets.
Let’s understand with a practical example:
Example 1: Let ( A = {2, 4, 6, 8} ) and ( B = {6, 8, 10, 12} ).
Here, 6 and 8 appear in both sets but are listed only once in the union.
Example 2: If ( ) and ( ), then:
A Venn diagram is an excellent visual tool to understand set operations. For the union of two sets, A and B, the union of sets diagram shows the combined area of both circles representing sets A and B.
In the above Venn diagram, the red-coloured portion represents the union of both sets A and B.
Thus, the union of two sets A and B is given by a set C, which is also a subset of the universal set U such that C consists of all those elements or members which are either in set A or set B or in both A and B i.e.,
C = A ∪ B = {x : x ∈ A or x ∈ B}
Apart from Venn diagrams, sets can be represented using roster form, set-builder notation, or tabular form.
Roster Form Example
If ( A = {1, 3, 5, 7} ) and ( B = {5, 7, 9} ), then:
Set-Builder Notation Example
Understanding the properties of union of sets is crucial for problem-solving and proofs in JEE Mathematics.
1. Commutative Law :
The order of union does not affect the result.
2. Associative Law:
3. Identity Law:
4. Idempotent Law:
5. Domination Law: , where ( U ) is the universal set.
6. Subset Law : If ( ), then ( ).
7. Distributive Law
8. De Morgan’s Law: , where the prime denotes the complement of a set.
(Session 2026 - 27)