Venn Diagrams and Union of Sets: Class 11 Maths Explained Step by Step

Once you can write sets and compare them as subsets, Class 11 Maths introduces a visual tool — the Venn diagram — and the first proper operation performed on two sets: the union. Together, these give you both a picture and a formula for combining sets, which you will use repeatedly in probability and relations later in the syllabus.

What Is a Venn Diagram?

A Venn diagram is a way of representing sets and the relationships between them using rectangles and closed curves, usually circles. Venn diagrams are named after the English logician John Venn (1834–1883).

The convention is simple:

  • The universal set U is represented by a rectangle.
  • Individual sets (subsets of U) are represented by circles inside the rectangle.
  • The elements of each set are written as points inside their respective circle.

For example, if U = {1, 2, 3, …, 10} is the universal set and A = {2, 4, 6, 8, 10}, then A is drawn as a circle inside the rectangle, with the numbers 2, 4, 6, 8, 10 marked inside it and the remaining numbers (1, 3, 5, 7, 9) marked outside the circle but still inside the rectangle.

If a set B is a subset of A (say B = {4, 6}), the circle for B is drawn entirely inside the circle for A — visually showing that B ⊂ A.

Venn diagrams become especially useful once you start performing operations on sets, because they let you see the result of an operation instead of just calculating it.

Interactive Venn Diagram & Set Operations

Adjust the cardinality of sets A and B and their intersection to watch the regions of the Venn diagram dynamically recalculate.

Venn Operations

Set A Size: n(A) 15
Set B Size: n(B) 12
Intersection: n(A ∩ B) 5
Union: n(A ∪ B) 22

Difference Sets

Only A: n(A - B) 10
Only B: n(B - A) 7

Visual Venn Diagram

10 7 5 Set A Set B
Syllabus Checkpoints & Exam Watch-Outs
  • Formula Check: n(A ∪ B) = n(A) + n(B) − n(A ∩ B). The intersection must be subtracted once because it is counted in both A and B.
  • Boundary Check: The intersection n(A ∩ B) cannot exceed the smaller of n(A) or n(B).

The Union of Two Sets

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

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

The key rule to remember: any element that is common to both sets is written only once in the union, never twice.

Worked Example

Let A = {2, 4, 6, 8} and B = {6, 8, 10, 12}.

A ∪ B = {2, 4, 6, 8, 10, 12}

Venn Diagrams and Union of Sets: Class 11 Maths Explained Step by Step podcast artwork
Audio LessonClass 11

Venn Diagrams and Union of Sets: Class 11 Maths Explained Step by Step

ChampionsPrep MathematicsEpisode 14

Listen on your favorite podcast player:

Notice that 6 and 8 appear in both A and B, but they are listed only once in the final union.

Union with a Subset

If B is a subset of A, then A ∪ B = A. This makes sense intuitively: since every element of B is already inside A, combining them adds nothing new.

For example, if A = {a, e, i, o, u} and B = {a, i, u}, then A ∪ B = {a, e, i, o, u} = A, because B ⊂ A.

Real-World Style Example

Suppose X = {Ravi, Meera, Karan} is the set of students on the school hockey team, and Y = {Meera, Sameer, Arjun} is the set of students on the football team. Then:

X ∪ Y = {Ravi, Meera, Karan, Sameer, Arjun}

This represents every student who plays hockey, football, or both — a very natural, real-world reading of "union."

Representing Union with a Venn Diagram

In a Venn diagram, A ∪ B is shown by shading both circles completely — every region that belongs to A, to B, or to their overlap. This is the visual equivalent of "everything in A or B."

Properties of Union

The union operation follows several algebraic laws that are useful for simplifying expressions and proving results:

  1. Commutative law: A ∪ B = B ∪ A — order does not matter.
  2. Associative law: (A ∪ B) ∪ C = A ∪ (B ∪ C) — grouping does not matter.
  3. Identity law: A ∪ φ = A — combining with the empty set changes nothing.
  4. Idempotent law: A ∪ A = A — combining a set with itself gives the same set back.
  5. Law of U: U ∪ A = U — combining any subset with the universal set gives the universal set.

These properties often appear as short "prove that" questions in exams, so it's worth memorising each one alongside a quick example.

Common Mistakes to Avoid

  • Listing common elements twice in the union — remember, each element appears only once, no matter how many original sets it belonged to.
  • Confusing union with intersection — union collects everything from both sets, while intersection (covered separately) keeps only what's common. Mixing the two symbols, ∪ and ∩, is one of the most frequent errors in this chapter.
  • Forgetting that A ∪ φ = A, not φ — the empty set adds nothing but also removes nothing.

Solved Examples

Example 1: If A = {1, 3, 5} and B = {1, 2, 3}, find A ∪ B.
Solution: A ∪ B = {1, 2, 3, 5}.

Example 2: If A and B are two sets such that A ⊂ B, what is A ∪ B?
Solution: Since every element of A is already in B, A ∪ B = B.

Example 3: If A = {1, 2, 3}, B = φ, find A ∪ B.
Solution: A ∪ B = {1, 2, 3} = A, illustrating the identity law.

Keep Learning

  • Equal Sets and Subsets in Class 11 Maths: Definitions, Rules & Examples
  • Intersection and Difference of Sets: Class 11 Maths Concepts with Examples
  • Complement of a Set and De Morgan's Laws: Class 11 Maths Guide

Master Every Chapter with ChampionsPrep

Venn diagrams and union problems look simple until an exam question combines three sets at once. ChampionsPrep's Class 11 Commerce question banks include diagram-based and multi-set practice questions with clear explanations, so you build real speed and accuracy — not just textbook familiarity.

Registration is free, and you only pay for what you use. Start practising today at https://app.championsprep.in and turn every concept into an exam-ready skill.

Test Your Knowledge

Q1.Review: Which of the following is the most important concept emphasized in this chapter?

Frequently Asked Questions

What does A ∪ B mean? +

A ∪ B, read as "A union B," is the set containing every element that belongs to A, to B, or to both, with common elements listed only once.

What shape represents the universal set in a Venn diagram? +

The universal set is represented by a rectangle, with subsets shown as circles drawn inside it.

Is A ∪ B the same as B ∪ A? +

Yes. Union follows the commutative law, so A ∪ B always equals B ∪ A regardless of the order the sets are written in.

What happens when you take the union of a set with the empty set? +

The result is the original set itself: A ∪ φ = A, since the empty set has no elements to add.

How is union shown in a Venn diagram? +

Union is shown by shading both circles completely — every part of A, every part of B, and their overlapping region.

Keep practising Mathematics

AI-powered feedback and structured revision for Mathematics — free to start, at your own pace.

Start Learning Free