NCERT Class 11 Sets: Concepts, Formulas, and Important Questions

NCERT Class 11 Sets: Concepts, Formulas, and Important Questions
Last Updated At: 15 Apr 2026
16 min read

Think about your Spotify playlist, your close friends group, or even a simple shopping list. Each of these is a collection of items grouped together with a purpose. In mathematics, we study such collections in a structured way—and we call them sets.

In Class 11 Maths, sets form the foundation for important chapters like relations, functions, and probability. Once you understand sets clearly, many advanced concepts become much easier to grasp. Let’s begin with the basics and build your understanding step by step.

What is a Set? 

Meaning of a Set

In simple terms, a set is a collection of objects or items. These objects are called elements of the set.

Sets help us organize and study different groups of objects in a clear and logical way.

For example:

  • A group of students in a class
  • A collection of books on a shelf
  • A list of even numbers 

Well-Defined Collection (Important Concept)

Not every collection can be called a set. A set must be well-defined, which means:
We should be able to clearly decide whether an item belongs to the set or not.

Example of a well-defined set:

  • “Vowels in the English alphabet” → a, e, i, o, u 

Not a well-defined set:

  • “Best movies of all time” (this is subjective and unclear) 

Examples of Sets

Real-Life Examples:

  • Set of colors in a rainbow
  • Set of days in a week
  • Set of players in a cricket team 

Mathematical Examples:

  • Set of natural numbers → {1, 2, 3, 4, …}
  • Set of even numbers → {2, 4, 6, 8, …}
  • Set of prime numbers less than 10 → {2, 3, 5, 7} 

Notation of Sets

In mathematics, sets are usually represented using capital letters like A, B, C.

  • Elements are written inside curly brackets { }
  • Small letters are used to represent elements 

Example:
A = {1, 2, 3, 4}

Symbols Used in Sets

  • (belongs to)
  • (does not belong to) 

Example:

  • 2 A (2 belongs to set A)
  • 5 A (5 does not belong to set A) 

Mini Examples for Clarity

Example 1:
Let A = {a, e, i, o, u}

  • a A
  • b

Example 2:
Let B = {2, 4, 6, 8}

  • 4 B
  • 7

Understanding what a set is might seem simple, but it is the starting point of an entire mathematical framework. Once this foundation is clear, topics like subsets, operations, and relations become much easier to learn.

image.png

Representation of Sets

Understanding how to represent sets is essential because it helps you express mathematical ideas clearly and precisely. There are two main ways to represent sets:

Roster Form (Tabular Form)

In the roster form, all elements of a set are listed inside curly brackets { }, separated by commas.

Key Points:

  • Elements are written clearly
  • No repetition of elements
  • Order does not matter 

Examples:

  • A = {1, 2, 3, 4}
  • B = {a, e, i, o, u}
  • C = {2, 4, 6, 8} 

Even if you write A = {4, 3, 2, 1}, it is still the same set.

Set-Builder Form

In the set-builder form, instead of listing elements, we describe a common property that all elements satisfy.

Format:
A = {x : condition on x}

Here, “:” means “such that”

Examples:

  • A = {x : x is a natural number less than 5}
  • B = {x : x is an even number}
  • C = {x : x is a vowel in English alphabet} 

Conversion Between Forms

Understanding conversion helps in exams and problem-solving.

Example 1:

Set-builder → Roster
A = {x : x is a natural number less than 6}
A = {1, 2, 3, 4, 5}

Example 2:

Roster → Set-builder
B = {2, 4, 6, 8}
B = {x : x is an even natural number less than 10}

Example 3:

C = {1, 4, 9, 16}
C = {x : x is a square of a natural number}

Quick Tip:

  • Use roster form for small sets
  • Use set-builder form for large or infinite sets 

Book a Free Demo Class Now. 

Types of Sets

Sets can be classified into different types based on their elements and properties.

Empty Set (Null Set)

Definition:
A set that contains no elements is called an empty set. It is denoted by or { }.

Example:

  • A = {x : x is a natural number between 1 and 2}
    No such number exists → A =

Key Observation:

  • Empty set is a subset of every set
  • It represents “nothing” but is still important in mathematics 

Finite and Infinite Sets

Finite Set

Definition:
A set with a fixed number of elements is called a finite set.

Example:

  • A = {1, 2, 3, 4, 5}
  • Set of days in a week 

Observation:

  • You can count all elements 

Infinite Set

Definition:
A set with unlimited elements is called an infinite set.

Example:

  • Natural numbers → {1, 2, 3, 4, …}
  • Even numbers → {2, 4, 6, 8, …} 

Observation:

  • Cannot list all elements completely 

Equal Sets

Definition:
Two sets are equal if they have exactly the same elements.

Example:

  • A = {1, 2, 3}
  • B = {3, 2, 1} 

A = B

Key Observation:

  • Order does not matter
  • Repetition does not change a set 

Example:

  • {1, 2, 2, 3} = {1, 2, 3} 

Quick Summary:

  • Empty set → No elements
  • Finite set → Countable elements
  • Infinite set → Endless elements
  • Equal sets → Same elements 

Also Read

Learn Arithmetic Progression and Calculus Without Formula

Subsets and Power Set

This is one of the most important concepts in sets and is frequently asked in exams.

1. Subsets

Definition:
A set A is a subset of set B if every element of A is also in B.

Notation: A B

Example:

A = {1, 2}
B = {1, 2, 3, 4}

A B

Key Observations:

  • Every set is a subset of itself
  • Empty set is a subset of every set 

2. Proper Subsets

Definition:
A set A is a proper subset of B if:

  • A B and
  • A ≠ B 

Example:

A = {1, 2}
B = {1, 2, 3}

A is a proper subset of B

Observation:

  • Proper subset means “strictly inside”
  • A set is NOT a proper subset of itself 
image.png

Universal Set

Definition:
The universal set (U) is the set that contains all elements under discussion.

Example:

  • If we are studying numbers from 1 to 10
    U = {1, 2, 3, …, 10}
  • Even numbers → subset of U 

Observation:

  • Universal set changes depending on context
  • All other sets are subsets of U 

Power Set

Definition:
The power set of a set is the set of all possible subsets of that set.

Notation: P(A)

Example:

Let A = {1, 2}

Subsets are:

  • {1}
  • {2}
  • {1, 2} 

P(A) = {, {1}, {2}, {1, 2}}

Important Formula

If a set has n elements, then:

Number of subsets = 2ⁿ

Example:

A = {1, 2, 3}
n = 3

Number of subsets = 2³ = 8

Important Properties

  • Empty set is always included in power set
  • The set itself is always included
  • Power set size grows quickly with n 

Final Insight

Subsets and power sets help you understand how sets are related to each other. These concepts are not just theoretical—they are used in probability, logic, and computer science.

If you’re clear with subsets and power sets, you’ve already mastered one of the most scoring parts of this chapter.

Intervals in Real Numbers

When working with real numbers, we often deal with a range of values instead of listing numbers one by one. Such ranges are called intervals.

Intervals help us represent continuous values like marks, temperature, or distance in a simple form.

1. Open Interval

An open interval includes all values between two numbers, but not the endpoints.

Notation: (a, b)
Meaning: a < x < b

Example:

  • (2, 5) means all numbers between 2 and 5
  • 2 and 5 are not included 

Key Idea:

Think of it like a boundary you cannot touch

Plan Your Free Demo Class with Expert Teachers. 

2. Closed Interval

A closed interval includes both the starting and ending values.

Notation: [a, b]
Meaning: a ≤ x ≤ b

Example:

  • [1, 4] includes 1, 2, 3, 4 and all decimals in between 

Key Idea:

Endpoints are included

3. Half-Open Intervals

These intervals include one endpoint but not the other.

Types:

  • [a, b) → includes a, excludes b
  • (a, b] → excludes a, includes b 

Examples:

  • [0, 3) → 0 is included, 3 is not
  • (–2, 6] → –2 not included, 6 included 

Quick Tip:

  • ( ) → endpoint excluded
  • → endpoint included 

Intervals make it easier to work with infinite values in a compact form, especially in higher-level maths.

Venn Diagrams

What are Venn Diagrams?

Venn diagrams are visual representations of sets using shapes like circles. They help us understand how different sets are related to each other.

Why are They Useful?

Instead of imagining sets mentally, Venn diagrams allow you to see relationships clearly, such as:

  • Common elements
  • Unique elements
  • Overlapping groups 

Representation of Sets

  • The universal set (U) is shown as a rectangle
  • Individual sets are shown as circles inside it
  • Elements are placed inside the circles 

Real-Life Visualization

Imagine:

  • One circle = students who play cricket
  • Another circle = students who play football 

The overlapping region shows students who play both games

Example:

Let A = {1, 2, 3} and B = {3, 4, 5}

  • Common element = 3
  • It appears in the overlapping area 

Key Idea:
Venn diagrams make complex set operations simple, visual, and easy to understand, especially for beginners.

Operations on Sets

Operations on sets are similar to basic operations in arithmetic. They help us combine, compare, and analyze sets.

1. Union of Sets ()

Definition:
The union of two sets includes all elements that are in A, in B, or in both.

Formula:
A B = {x : x A or x B}

Example 1:

A = {1, 2, 3}
B = {3, 4, 5}

A B = {1, 2, 3, 4, 5}

Example 2:

A = {a, b}
B = {b, c}

A B = {a, b, c}

Key Property:

  • A B = B A (commutative law)
  • Union includes everything without repetition 

Schedule Your Free Demo Class Now. 

2. Intersection of Sets (∩)

Definition:
The intersection of two sets includes only the common elements.

Formula:
A ∩ B = {x : x A and x B}

Example 1:

A = {1, 2, 3}
B = {2, 3, 4}

A ∩ B = {2, 3}

Example 2:

A = {a, b, c}
B = {x, y, z}

A ∩ B = (no common elements)

Key Property:

  • A ∩ B = B ∩ A
  • If no common elements → sets are disjoint 

3. Difference of Sets (A – B)

Definition:
The difference of two sets gives elements that are in A but not in B.

Formula:
A – B = {x : x A and x B}

Example 1:

A = {1, 2, 3, 4}
B = {3, 4, 5}

A – B = {1, 2}

Example 2:

B – A = {5}

Important: A – B ≠ B – A

Key Property:

  • Order matters
  • It shows exclusive elements 

4. Complement of a Set

Definition:
The complement of a set includes all elements in the universal set (U) that are not in A.

Notation: A′
Formula: A′ = U – A

Example:

U = {1, 2, 3, 4, 5}
A = {2, 4}

A′ = {1, 3, 5}

Example 2:

If A = set of girls in a class
A′ = set of boys

Key Property:

  • A A = U
  • A ∩ A′ =  

Final Insight on Operations

  • Union → Combine everything
  • Intersection → Find common elements
  • Difference → Find exclusive elements
  • Complement → Find missing elements 

Mastering these operations will help you solve real exam questions faster and more accurately, especially when combined with Venn diagrams.

Important Formulas & Properties (Quick Revision)

Here’s a quick revision section to help you remember the most important formulas and properties of sets:

Union Laws ()

  • A B = B A (Commutative law)
  • (A B) C = A (B C) (Associative law)
  • A ∪∅ = A
  • A A = A 

Intersection Laws (∩)

  • A ∩ B = B ∩ A
  • (A ∩ B) ∩ C = A ∩ (B ∩ C)
  • A ∩ =
  • A ∩ A = A 

Complement Laws

  • A′ = U – A
  • A A = U
  • A ∩ A′ =
  • (A′)′ = A 

Try a Free Demo Class with PlanetSpark. 

De Morgan’s Laws

  • (A B) = A B
  • (A ∩ B)′ = A′ B 

Power Set Formula

  • If number of elements in A = n
    Number of subsets = 2ⁿ 

Pro Tip:
Revise these formulas regularly—they are highly useful in solving MCQs and application-based questions quickly.

10. Practice Questions 

A. Basic Concept Questions 

  1. Which of the following is a set?
    (a) Collection of best songs
    (b) Collection of even numbers less than 10
  2. Write whether the following is a well-defined set:
    “Tall students in a class”
  3. Let A = {1, 2, 3}. Check:
    (i) 2 A
    (ii) 5 A
  4. If B = {a, e, i, o, u}, check whether:
    (i) a B
    (ii) z B
  5. Write the set of vowels in English alphabet.
  6. Is “collection of intelligent students” a set? Why?
  7. If C = {2, 4, 6, 8}, check:
    (i) 4 C
    (ii) 5 C
  8. Define a set in your own words.
  9. Write two examples of sets from daily life.
  10. Which of the following is not a set?
    (a) Prime numbers less than 20
    (b) Beautiful flowers 

B. Representation-Based Questions 

  1. Write A = {1, 2, 3, 4} in set-builder form.
  2. Write B = {x : x is a natural number less than 5} in roster form.
  3. Convert: C = {2, 4, 6, 8} into set-builder form.
  4. Write D = {x : x is a multiple of 3 less than 15} in roster form.
  5. Convert: {1, 4, 9, 16} into set-builder form.
  6. Write E = {x : x is an odd number less than 10} in roster form.
  7. Convert: {a, e, i, o, u} into set-builder form.
  8. Write F = {x : x² < 20 and x N} in roster form.
  9. Convert: {2, 3, 5, 7} into set-builder form.
  10. Write G = {x : x is a factor of 12} in roster form. 

C. Types of Sets 

  1. Identify whether the set is finite or infinite:
    {1, 2, 3, 4, 5}
  2. Identify: {1, 3, 5, 7, …}
  3. Write an example of an empty set.
  4. Is the set of months in a year finite or infinite?
  5. Check whether {x : x² = –1, x R} is an empty set.
  6. Are A = {1, 2, 3} and B = {3, 2, 1} equal?
  7. Identify whether the set of natural numbers is finite or infinite.
  8. Write two examples of finite sets.
  9. Write one example of an infinite set.
  10. Check if {2, 4, 6} and {6, 4, 2} are equal sets. 

D. Subsets & Power Set 

  1. If A = {1, 2}, write all subsets of A.
  2. Find the number of subsets of a set with 3 elements.
  3. If n(A) = 4, find number of subsets.
  4. Write all subsets of {a, b}.
  5. Check whether A B:
    A = {1, 2}, B = {1, 2, 3}
  6. Is every set a subset of itself?
  7. Write the power set of A = {1}.
  8. Find number of subsets of an empty set.
  9. Identify proper subset:
    A = {1, 2}, B = {1, 2, 3}
  10. If A = {a, b, c}, how many elements are in P(A)? 

E. Operations on Sets 

  1. If A = {1, 2, 3} and B = {3, 4, 5}, find A B.
  2. Find A ∩ B for the above sets.
  3. Find A – B.
  4. Find B – A.
  5. If U = {1, 2, 3, 4, 5} and A = {2, 4}, find A′.
  6. Check whether A ∩ B = B ∩ A.
  7. If A = {2, 4, 6} and B = {1, 3, 5}, find A ∩ B.
  8. Find union of disjoint sets.
  9. If A B, what is A B?
  10. Verify: A A = A for A = {1, 2, 3}. 

Exam Tip:
Practice these questions regularly. They are based on NCERT patterns and will help you build strong conceptual clarity as well as confidence for exams.

Book Your Free Demo Class Today. 

Why Learn Sets with PlanetSpark

Learning concepts like sets becomes easier when students are taught in a way that is interactive, personalised, and practical. PlanetSpark combines expert teaching with smart tools to make learning effective and engaging.

Here’s how PlanetSpark helps students master concepts with confidence:

  • 1:1 Personal Trainers for Every Child
    Students learn through personalised sessions where trainers focus on individual pace, doubts, and concept clarity.
  • Personalised Learning Roadmap
    Each child gets a customised plan that targets their weak areas and gradually builds strong fundamentals.
  • AI-Powered Practice with SparkX
    Students can practise speaking and explaining concepts, while AI gives feedback on clarity, confidence, and delivery.
  • AI-Led Practice Sessions
    Regular independent practice helps students revise concepts like sets through structured prompts and instant feedback.
  • Spark Diary for Writing Practice
    Helps students improve their ability to explain answers clearly—an important skill for maths exams.
  • Gamified Learning with SparkBee
    Fun quizzes and challenges make learning concepts and revising formulas more engaging and less stressful.
  • Interactive eBooks with SparkShop
    Easy-to-understand digital books help reinforce concepts with structured explanations and practice material.
  • Regular Progress Tracking & PTMs
    Parents receive detailed feedback on performance, ensuring continuous improvement and support.
  • Clubs, Competitions & Public Speaking Opportunities
    Students gain confidence by presenting ideas, explaining concepts, and participating in activities.
image.png

Wrapping Up: Why Sets Matter More Than You Think

Sets are more than just a chapter; they are the foundation of modern mathematics. From understanding collections to solving real-life problems, sets play a key role in your maths journey.

Once your basics are clear, advanced topics become much easier to learn. Keep practicing, revise formulas, and apply concepts regularly. With the right approach and guidance, mastering sets can be simple, scoring, and even enjoyable.

You May Also Read

Binomial Theorem Made Easy for Class 11 Students

 

Frequently Asked Questions

PlanetSpark offers 1:1 learning, customised plans, and engaging tools that help students not just learn sets, but truly understand and apply them with confidence.

Through guided practice, quizzes, and personalised feedback, PlanetSpark helps students solve questions faster and with better accuracy.

PlanetSpark helps students by using:

• Real-life examples

• Interactive learning methods

• AI-powered practice tools

• Regular revision techniques


Sets are the base for topics like relations, functions, and probability. PlanetSpark focuses on concept clarity so students can confidently move to advanced chapters.

A power set is the set of all subsets of a given set, with total subsets = 2ⁿ. PlanetSpark explains this using step-by-step methods and examples to ensure clarity.

Types of sets include empty, finite, infinite, and equal sets. PlanetSpark makes these concepts easy through personalised teaching, visual explanations, and regular practice.

A set is a well-defined collection of elements. At PlanetSpark, students learn this concept through simple explanations, real-life examples, and interactive sessions for better understanding.