If you've just stepped into Class 11 Commerce, Sets and Relations is likely the first chapter staring back at you from your Mathematics & Statistics textbook. It's foundational, logical, and once you understand it clearly, it makes every subsequent chapter easier to handle. This guide walks you through everything you need — definitions, representations, types, operations, and relations — with clear language and exam-relevant examples.

📊 Interactive Practice: Visualise set sizes and intersection operations with our Interactive Venn Cardinality Simulator in the middle of this guide!

What Is a Set? The Core Definition

A set is a collection of well-defined objects. The operative word is "well-defined" — there must be no ambiguity about whether an object belongs to the collection.

Examples:

  • "The first five natural numbers" → Set → {1, 2, 3, 4, 5}
  • "Happy people in your town" → NOT a set — happiness is subjective
  • "Days of the week" → Set → {Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday}

The concept was developed by German mathematician Georg Cantor (1845–1918). Sets are denoted by capital letters; elements by small letters. If x belongs to A: x ∈ A. If not: x ∉ A.

Three Ways to Represent a Set

1. Roster Method (List Form)

All elements are listed inside curly brackets, separated by commas. This is the most direct method.

Example: C = set of all vowels in English alphabets

C={a,e,i,o,u}C = \{a, e, i, o, u\}

Every element appears exactly once, and the order doesn't matter — {a, e, i, o, u} and {e, a, o, u, i} represent the same set.

2. Set-Builder Method (Rule Form)

Instead of listing every element, you describe the property that uniquely defines the elements. This method is more powerful for large or infinite sets.

Example: B = set of all perfect squares of natural numbers

B={xNx is a perfect square}B = \{x \in \mathbb{N} \mid x \text{ is a perfect square}\}

3. Venn Diagram

A pictorial representation using closed geometric figures — circles, triangles, or rectangles — named after English logician John Venn. Elements are shown as points inside the figure. Venn diagrams are especially useful for visualising operations between sets like union and intersection, and for solving word problems involving overlapping groups.

Interactive Venn Cardinality Simulator

Adjust the sizes of Set A, Set B, and their intersection to see how it affects the Union and difference sets.

Venn Operations

Set A Size: n(A)40
Set B Size: n(B)30
Intersection: n(A ∩ B)15
Union: n(A ∪ B) 55

Difference Sets

Only A: n(A - B) 25
Only B: n(B - A)15

Visual Venn Diagram

251515Set ASet B

⚠ Examiner’s watch-outs

  • Standard Exam Trap: Students often calculate n(A ∪ B) as n(A) + n(B) without subtracting the intersection, resulting in double-counting of common elements.
  • Notice that n(A - B) is not just n(A). You must subtract n(A ∩ B) from n(A) to find the elements belonging exclusively to Set A.

Understanding Intervals — Open and Closed

Intervals are a special way of representing subsets of real numbers, and they appear frequently in later chapters on calculus and inequalities.

  • Open Interval (a, b): Contains all real numbers strictly between a and b, excluding the endpoints. Written as {x ∈ R : a < x < b}.
  • Closed Interval [a, b]: Contains all real numbers between a and b, including both endpoints. Written as {x ∈ R : a ≤ x ≤ b}.
  • Half-Open Intervals: [a, b) includes a but excludes b; (a, b] excludes a but includes b.

Understanding intervals early will save you significant confusion when you reach continuity, limits, and differentiation in later chapters.

Types of Sets — Essential Classifications

Knowing the types of sets is essential for MCQ and theory questions:

  • Empty Set (∅): No elements. Example: Set of natural numbers less than 0.
  • Singleton Set: Exactly one element. Example: {0}.
  • Finite / Infinite Set: Fixed countable elements vs. endless elements (like all natural numbers).
  • Equal Sets: Contain exactly the same elements.
  • Subset (A ⊆ B): Every element of A is also in B. Every set is a subset of itself.
  • Universal Set (U): Contains all elements relevant to the current context.
  • Power Set: The collection of ALL subsets of a set. If A has n elements, there are 2ⁿ subsets. For A = {a, b}: power set = {∅, {a}, {b}, {a, b}} — four subsets.
  • Complement (A'): All elements of U that do NOT belong to A.

Operations on Sets — The Four Fundamentals

Set operations are how you combine or compare sets mathematically:

  • Union (A ∪ B): Contains all elements that belong to A, to B, or to both. "Either or both."
  • Intersection (A ∩ B): Contains only elements common to both A and B. "Both only."
  • Difference (A − B): Elements in A that are NOT in B. Order matters — A − B ≠ B − A generally.
  • Complement (A'): All elements of U not in A.

These operations follow important laws. De Morgan's Laws are especially tested:

  • (A ∪ B)' = A' ∩ B'
  • (A ∩ B)' = A' ∪ B'

The cardinal number formula is one of the most frequently applied results: n(A ∪ B) = n(A) + n(B) − n(A ∩ B). This appears in almost every board exam in the form of a word problem about students who study two subjects.

Ordered Pairs and the Cartesian Product

An ordered pair (x, y) is a pair where order matters — (x, y) ≠ (y, x) unless x = y.

The Cartesian Product A × B = {(a, b) | a ∈ A and b ∈ B} — all possible ordered pairs. If A has m elements and B has n elements, A × B has m × n elements. This is the foundation for understanding relations.

What Is a Relation?

A relation R from A to B is any subset of A × B. Define three key sets for every relation:

  • Domain: All first elements (inputs) in the ordered pairs
  • Codomain: The set B
  • Range: All actual second elements (outputs). Range ⊆ Codomain.

Types of relations include Empty, Universal, and Identity relations.

Quick Exam Tips

  1. Verify a set is well-defined before any operation.
  2. Use Venn diagrams to confirm word-problem answers visually.
  3. The formula n(A ∪ B) = n(A) + n(B) − n(A ∩ B) appears in almost every board paper.
  4. In Cartesian product questions, order of elements matters.
  5. Always state domain, codomain, and range clearly in relation answers.

Summary & Study Action Plan

Sets and Relations establishes the language of all mathematics that follows. Every topic from Functions to Limits to Differentiation builds on this vocabulary. If you're preparing for CUET, NPAT, IPMAT, or SET, getting this chapter right gives you an advantage on the foundational logic questions that appear in every paper.

📌 Revisit this guide before your next mock test. Practise 10 Venn diagram word problems and 5 Cartesian product problems this week, and you'll own this chapter.

Frequently Asked Questions (FAQ)

Q1: What is the difference between a set and a relation?
A set is a collection of well-defined objects. A relation is a rule (or subset of a Cartesian product) that connects elements from one set to another.

Q2: Can a set have duplicate elements?
No. Every element in a set appears exactly once. {1, 1, 2, 3} is the same as {1, 2, 3} in set notation.

Q3: What is the power set of {a, b}?
The power set is {∅, {a}, {b}, {a, b}} — a total of 2² = 4 subsets.

Q4: How is an interval different from a set?
An interval is a specific type of set that contains all real numbers between two endpoints. It represents a continuous subset of the real number line.

Q5: What is a universal relation?
A universal relation from A to B is the entire Cartesian product A × B itself, meaning every element of A is related to every element of B.

Q6: Are sets and relations important for CUET Commerce Maths?
Yes. Sets, relations, and functions form a core unit tested in CUET and in most state-level entrance exams for the commerce stream.

Keep practising Mathematics

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

Start Learning Free