Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Union of Sets in Mathematics

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Union of Sets formula properties and solved examples with Venn diagram

The concept of Union of Sets plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Understanding how to find the union of sets helps in solving set theory questions, data handling, and logical reasoning problems across many classes and exams.


What Is Union of Sets?

The union of sets is a method to combine all the unique elements from two or more sets, making sure no element is repeated. You’ll find this concept applied in Venn diagrams, database searches, and computer programming when merging different data groups.


Key Formula for Union of Sets

Here’s the standard formula: \( A \cup B = \{ x : x \in A \text{ or } x \in B \} \)
The union symbol is , and it represents "or". To find the union, simply list every element from all involved sets without repeating any element.


Union of Sets Symbol and Notation

Union is written using the symbol ‘∪’ between sets. For example, the union of sets A and B is written as A ∪ B. In set builder notation, it is expressed as:

A ∪ B = { x : x ∈ A or x ∈ B }

This means set A union B consists of all elements that belong to set A OR set B (or both).


Visual Method: Venn Diagram

Union of sets is commonly shown using a Venn diagram. Here, the shaded area covers all regions belonging to either set A, set B, or both. It helps students easily visualize which elements are included in the union.

For a quick review of Venn Diagram concepts, visit our detailed topic page.


Step-by-Step Illustration

  1. Start with two sets:
    A = {2, 4, 5, 6}
    B = {4, 6, 7, 8}
  2. List all elements in both sets.
  3. Remove any repeated elements.
  4. Write the union:
    A ∪ B = {2, 4, 5, 6, 7, 8}

Solved Examples: Union of Sets

Example Steps Solution
X = {1, 3, 7, 5}
B = {3, 7, 8, 9}
Combine all values, skip repeats. X ∪ B = {1, 3, 5, 7, 8, 9}
A = {a, e, i, o, u}
B = {ф} (Empty Set)
A union an empty set is A. A ∪ B = {a, e, i, o, u}
B = {2, 3, 4, 5, 6, 7}
C = {0, 3, 6, 9, 12}
Write all unique elements. B ∪ C = {0, 2, 3, 4, 5, 6, 7, 9, 12}

Main Properties of Union of Sets

  • Commutative Law: A ∪ B = B ∪ A
  • Associative Law: A ∪ (B ∪ C) = (A ∪ B) ∪ C
  • Identity: A ∪ ϕ = A
  • Idempotent Law: A ∪ A = A
  • Universal Law: U ∪ A = U (U is the universal set)

More on these can be found at Properties of Sets page.


Cross-Disciplinary Usage

Union of sets is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in various questions. In databases or programming, the union operation merges lists or arrays without duplicates.


Speed Trick or Vedic Shortcut

When finding the union with large data, remember to simply "tick off" each element as you write it, so you don’t write any element twice. For competitive exams, first list all elements from the bigger set, then add only the missing elements from other sets.


Try These Yourself

  • Find the union of M = {4, 6, 8}, N = {6, 9, 12}.
  • If P = {red, blue}, Q = {red, green}, what is P ∪ Q?
  • Write the union for X = {1, 2, 3, 5}, Y = {5, 6, 7, 8}, Z = {2, 10}.

Frequent Errors and Misunderstandings

  • Including duplicate elements (always write each element only once).
  • Mixing up union (∪) with intersection (∩).
  • Forgetting that the union with an empty set is the original set.
  • Not using curly braces when writing sets, e.g., writing 1,2,3 instead of {1,2,3}.

Relation to Other Concepts

The idea of Union of Sets connects closely with topics such as intersection of sets and set difference. Mastering unions helps to easily read and interpret Venn diagrams and tackle word problems involving groups.


Classroom Tip

A good way to remember what union means is to think “all elements from all sets, no repeats.” Vedantu’s teachers suggest reading the symbol ‘∪’ as “or”—if an item is in A OR B, it's in A ∪ B!


Summary Table: Quick Revision

Feature Description Example
Union Symbol A ∪ B
Formula All unique elements from both sets A ∪ B = {x : x ∈ A or x ∈ B}
Key Property No duplicates in the result {1, 2, 3} ∪ {2, 3, 4} = {1, 2, 3, 4}

We explored Union of Sets—from definition, formula, examples, common mistakes, and connections to other set operations like intersection and difference. To keep improving, practice more with Vedantu’s quizzes and worksheets and check out related topics:


Intersection of Sets | Venn Diagram | Types of Sets | Properties of Sets


Continue with Vedantu for simple explanations and lots of practice using unions, intersections, and other set theory concepts to master your maths exams and beyond!



FAQs on Union of Sets in Mathematics

1. What is the union of sets in mathematics?

The union of sets is the set that contains all elements that are in either set or in both sets.

If A and B are two sets, their union is written as A ∪ B.

  • A ∪ B = {x | x ∈ A or x ∈ B}
  • It includes all distinct elements from both sets.
  • Duplicate elements are written only once.
For example, if A = {1, 2, 3} and B = {3, 4, 5}, then A ∪ B = {1, 2, 3, 4, 5}.

2. What is the symbol for union of sets?

The symbol for the union of sets is .

This symbol is used between two sets to show that we are combining their elements.

  • If A and B are sets, their union is written as A ∪ B.
  • It is read as “A union B.”
This notation is standard in set theory and widely used in mathematics.

3. How do you find the union of two sets?

To find the union of two sets, list all elements from both sets without repeating any element.

Follow these steps:

  • Write all elements of the first set.
  • Add elements from the second set that are not already included.
  • Remove duplicates.
Example: If A = {2, 4, 6} and B = {4, 5, 7}, then A ∪ B = {2, 4, 5, 6, 7}.

4. What is the formula for the union of two sets?

The formula for the number of elements in the union of two sets is n(A ∪ B) = n(A) + n(B) − n(A ∩ B).

  • n(A) = number of elements in set A
  • n(B) = number of elements in set B
  • n(A ∩ B) = number of common elements
This formula prevents double counting of common elements and is commonly used in Venn diagram problems.

5. What is the difference between union and intersection of sets?

The union includes all elements from both sets, while the intersection includes only common elements.

  • A ∪ B: Elements in A or B or both.
  • A ∩ B: Elements in both A and B only.
Example: If A = {1, 2, 3} and B = {3, 4}, then:
  • A ∪ B = {1, 2, 3, 4}
  • A ∩ B = {3}

6. Can you give an example of union of sets using a Venn diagram?

In a Venn diagram, the union of sets is represented by shading all regions belonging to both circles.

Example:

  • A = {1, 2, 3}
  • B = {3, 4, 5}
In the Venn diagram, shade both circles entirely.

The result is A ∪ B = {1, 2, 3, 4, 5}, which includes all elements inside either circle.

7. What are the properties of union of sets?

The union of sets follows important algebraic properties in set theory.

  • Commutative Law: A ∪ B = B ∪ A
  • Associative Law: (A ∪ B) ∪ C = A ∪ (B ∪ C)
  • Identity Law: A ∪ ∅ = A
  • Idempotent Law: A ∪ A = A
These properties help simplify set expressions and solve problems efficiently.

8. What is the union of disjoint sets?

The union of disjoint sets contains all elements of both sets since they have no common elements.

If A and B are disjoint, then A ∩ B = ∅.

Therefore, n(A ∪ B) = n(A) + n(B).

Example: If A = {1, 2} and B = {3, 4}, then A ∪ B = {1, 2, 3, 4}.

9. What is the union of a set with itself?

The union of a set with itself is the set itself, expressed as A ∪ A = A.

This follows the idempotent law of union.

Example: If A = {5, 6, 7}, then A ∪ A = {5, 6, 7}.

No new elements are added because both sets are identical.

10. How is union of sets used in real life?

The union of sets is used in real life to combine data or groups without repetition.

Common applications include:

  • Combining student lists from two classes
  • Merging customer databases
  • Survey analysis (people who like tea or coffee)
  • Probability and statistics problems
In each case, the union represents all unique members from multiple groups.