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

Set Operations in Mathematics

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

Set Operations Formulas Properties and Solved Examples

The concept of Set Operations plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Whether you are solving problems for school, olympiads, or competitive exams, mastering the basic set operations helps simplify complex problems about groups and collections. On Vedantu, you will find stepwise methods, solved examples, Venn diagrams, and practice questions to make this topic easy and engaging.


What Is Set Operations?

A set operation is a mathematical action that combines, compares, or modifies two or more sets to build new sets. You’ll find this concept applied in areas such as probability, logic, algebra, and computer science. Understanding set operations—like union, intersection, difference, and complement—is fundamental for solving questions about collections, surveys, and logical groups.


Types of Set Operations

Operation Symbol Description Example
Union A ∪ B All elements in set A or set B or both {1, 2} ∪ {2, 3} = {1, 2, 3}
Intersection A ∩ B Elements common to set A and B {1, 2} ∩ {2, 3} = {2}
Difference A − B Elements in A but not in B {1, 2, 3} − {2} = {1, 3}
Complement A' Elements in universal set U but not in A If U={1,2,3,4} and A={1,3}, A'={2,4}
Symmetric Difference A Δ B Elements in A or B but not in both {1,2} Δ {2,3} = {1,3}

Key Formula for Set Operations

Here’s the standard formula used for union and intersection when dealing with two finite sets A and B:

\( n(A \cup B) = n(A) + n(B) - n(A \cap B) \)

Where n(A) is the number of elements in set A, n(B) in set B, and n(A ∩ B) is the number of elements common to both.


Set Operations with Venn Diagram

Venn diagrams are helpful for visualizing set operations such as union (shading both circles), intersection (shading overlap), and difference (shading only part of one circle). Practice using Venn diagrams to see which regions every operation covers.


Properties and Laws of Set Operations

Property/Law Statement Example
Commutative A ∪ B = B ∪ A
A ∩ B = B ∩ A
{1} ∪ {2} = {1,2} = {2} ∪ {1}
Associative A ∪ (B ∪ C) = (A ∪ B) ∪ C
A ∩ (B ∩ C) = (A ∩ B) ∩ C
Order of grouping does not matter
Distributive A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) {1,2} ∩ ({2,3} ∪ {3,4}) = ({1,2} ∩ {2,3}) ∪ ({1,2} ∩ {3,4})
De Morgan’s Laws (A ∪ B)' = A' ∩ B'
(A ∩ B)' = A' ∪ B'
Complements: shade the opposite

Step-by-Step Illustration (Example Problem)

Suppose in a class of 30 students, 18 like Maths (A), 10 like Science (B), and 6 like both. How many students like either Maths or Science?

1. Given: n(A) = 18, n(B) = 10, n(A ∩ B) = 6, n(U) = 30

2. Use the union formula:

3. n(A ∪ B) = n(A) + n(B) – n(A ∩ B) = 18 + 10 – 6 = 22

4. So, 22 students like Maths or Science.

This is a common set operations question in exams. Drawing a Venn diagram will also help visualize this solution.


Speed Trick or Vedic Shortcut

If you’re solving a big Venn problem with three sets, a fast trick is to use the inclusion-exclusion principle: \( n(A \cup B \cup C) = n(A) + n(B) + n(C) - n(A\cap B) - n(A\cap C) - n(B\cap C) + n(A\cap B \cap C) \) Many students memorize this direct formula to save time in MCQs.


Try These Yourself

  • For sets A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, find A ∪ B and A ∩ B.
  • If A = {a, e, i, o, u}, and U = {all lowercase letters}, what is A'?
  • Draw a Venn diagram for three overlapping sets and shade the region representing only A and B, but not C.

Frequent Errors and Misunderstandings

  • Mixing up difference (A − B) and symmetric difference (A Δ B).
  • Forgetting to subtract the intersection when using union formula.
  • Confusing complement (A') with difference (U – A).

Relation to Other Concepts

The idea of set operations connects closely with topics such as Types of Sets, Subsets, and Venn Diagram Set Operations. Mastering this helps with probability, logic, data science, and more advanced chapters like functions and relations.


Classroom Tip

A quick way to remember union (∪) is “all together”, intersection (∩) is “common only”, and difference (–) is “leave out what overlaps.” Visual mnemonics, like drawing Venn diagrams or using colored pens, make these ideas stick. Vedantu’s teachers emphasize these tricks in their live classes.


Wrapping It All Up

We explored set operations—from definition, formulas, table, examples, and mistakes, to connections with other Maths topics. Continue practicing with Vedantu to become confident in solving both simple and complex set operation questions, and explore more visuals and worked solutions on Sets and Their Representations and Union and Intersection of Sets!


Further Reading: Types of Sets | Union and Intersection of Sets |

FAQs on Set Operations in Mathematics

1. What are set operations in mathematics?

Set operations are mathematical methods used to combine, compare, or relate two or more sets using operations like union, intersection, difference, and complement.

In set theory, the main operations are:

  • Union (A ∪ B): All elements in A or B or both.
  • Intersection (A ∩ B): Elements common to both A and B.
  • Difference (A − B): Elements in A but not in B.
  • Complement (A'): Elements not in A but in the universal set.
These operations are fundamental in probability, logic, and discrete mathematics.

2. What is the union of two sets?

The union of two sets is the set containing all elements that are in either set or in both, written as A ∪ B.

If A = {1, 2, 3} and B = {3, 4, 5}, then:

  • A ∪ B = {1, 2, 3, 4, 5}
Union combines elements without repetition and is commonly used in set operations and probability.

3. What is the intersection of two sets?

The intersection of two sets is the set of elements that are common to both sets, written as A ∩ B.

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

  • A ∩ B = {2, 3}
If two sets have no common elements, their intersection is the empty set (∅).

4. What is the difference between union and intersection?

The difference between union and intersection is that union combines all elements, while intersection keeps only common elements.

  • A ∪ B: Elements in A or B or both.
  • A ∩ B: Elements in both A and B only.
For example, if A = {1, 2} and B = {2, 3}:
  • Union = {1, 2, 3}
  • Intersection = {2}

5. What is the complement of a set?

The complement of a set is the set of elements in the universal set that are not in the given set, denoted by A' or Ac.

If the universal set U = {1,2,3,4,5} and A = {1,2,3}, then:

  • A' = {4,5}
Complements are important in probability and Venn diagram problems.

6. What is the formula for n(A ∪ B)?

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

This formula avoids double-counting common elements.

Example:

  • If n(A)=10, n(B)=8, and n(A ∩ B)=3
  • Then n(A ∪ B)= 10 + 8 − 3 = 15
This rule is widely used in set theory and probability problems.

7. How do you find the difference between two sets?

The difference of two sets A − B is found by removing all elements of B from A.

Steps to calculate A − B:

  • Write elements of set A.
  • Remove elements that also appear in set B.
Example:
  • A = {1,2,3,4}
  • B = {3,4,5}
  • A − B = {1,2}
Note that A − B is not the same as B − A.

8. What is the empty set in set operations?

The empty set is a set that contains no elements and is denoted by or {}.

Key properties in set operations:

  • A ∪ ∅ = A
  • A ∩ ∅ =
The empty set plays an important role in intersections where two sets have no common elements.

9. What are the basic laws of set operations?

The basic laws of set operations include commutative, associative, and distributive laws.

Important laws:

  • Commutative Law: A ∪ B = B ∪ A, A ∩ B = B ∩ A
  • Associative Law: (A ∪ B) ∪ C = A ∪ (B ∪ C)
  • Distributive Law: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
These laws help simplify expressions in set theory and Boolean algebra.

10. How are Venn diagrams used in set operations?

A Venn diagram is a visual representation of sets that shows relationships like union, intersection, and complement using overlapping circles.

In Venn diagrams:

  • Overlapping region represents intersection (A ∩ B).
  • Entire combined area represents union (A ∪ B).
  • Outside a set but inside universal set represents complement.
They are widely used to solve word problems in set operations and probability.