The class 11 maths notes chapter 1 sets bring together every definition, Venn diagram, and set operation that the CBSE Boards, JEE Main, JEE Advanced, and CUET actually test in 2026-27. These revision notes explain sets and their representation, the types of sets, operations on sets, and De Morgan's laws in plain language, with a full formula table for quick recall.

You can download the complete Sets notes PDF above, then use the topic-by-topic summary and the formula table on this page for a fast last-minute revision.

  • CBSE Boards: Sets is the opening chapter of Unit 1 (Sets and Functions) and carries roughly 6 to 8 marks along with Relations and Functions.
  • JEE Main and CUET: expect 1 to 2 direct questions on set operations, the n(A ∪ B) formula, and power sets every year.
  • What is covered: roster and set-builder form, types of sets, subsets, power set, Venn diagrams, and the four set operations.

Every entry in these Sets notes is curated by Collegedunia subject experts, mapped to the 2026-27 NCERT textbook, and checked against the last five years of CBSE Board and JEE Main papers.

Also Check:

Topic-by-Topic Summary of the Sets Chapter for Class 11 Maths

The Sets chapter splits into five sub-topic blocks. The class 11 maths notes chapter 1 sets map each block to what the exam asks, so students know where the marks sit before they revise.

  • Sets and their representation: defining a set, roster form, and set-builder form. Usually a 1-mark conversion question.
  • Types of sets: empty, finite, infinite, equal, subset, power set, and universal set. A frequent 1 to 2-mark MCQ block.
  • Venn diagrams: drawing sets and their relationships inside a universal set. Used to justify almost every set identity.
  • Operations on sets: union, intersection, difference, and complement. The 3 to 4-mark core of the chapter.
  • Practical problems and De Morgan's laws: counting with the n(A ∪ B) formula. A common word-problem question.

The rest of these notes take each block in order, so a first read from top to bottom mirrors the NCERT chapter flow.

Sets and Their Representation: Roster and Set-Builder Form

A set is a well-defined collection of distinct objects. "Well-defined" means there is a clear rule to decide whether any object belongs to the set or not. Each object in a set is called an element. If x is an element of set A we write x ∈ A, and if it is not, we write x ∉ A.

There are two ways to write a set:

  • Roster (or tabular) form: list every element inside braces, separated by commas. Example: A = {2, 4, 6, 8}. Order does not matter and elements are never repeated.
  • Set-builder form: state the common property of the elements. Example: A = {x : x is an even natural number less than 10}. Read the colon as "such that".

Standard number sets you must memorise: N (natural numbers), W (whole numbers), Z (integers), Q (rational numbers), and R (real numbers). These appear in set-builder questions throughout Class 11 and Class 12.

Types of Sets Every Class 11 Student Must Know

The types of sets are the highest-frequency MCQ source in this chapter. The table below defines each type with a quick example, so students can match a set to its name in one look.

Type of SetMeaningExample
Empty (null) setHas no elements; written ∅ or { }{x : x is a natural number, x < 1}
Singleton setHas exactly one element{5}
Finite setNumber of elements can be counted{1, 2, 3, 4}
Infinite setElements cannot be counted fully{x : x ∈ N}
Equal setsHave exactly the same elements{1, 2, 3} = {3, 2, 1}
Subset (A ⊆ B)Every element of A is in B{1, 2} ⊆ {1, 2, 3}
Power set P(A)Set of all subsets of AP({1,2}) has 4 subsets
Universal set (U)Contains all sets under discussionU = R for real-number problems

Two facts examiners love: the empty set is a subset of every set, and a set with n elements has exactly 2 to the power n subsets. Both are direct 1-mark questions.

Venn Diagrams and Operations on Sets

A Venn diagram shows the universal set as a rectangle and each set as a circle inside it. It is the fastest way to picture how sets overlap and to prove set identities without algebra. Every operation below has a standard Venn picture that the class 11 maths notes chapter 1 sets use to explain it.

  • Union (A ∪ B): all elements in A, or B, or both. A ∪ B = {x : x ∈ A or x ∈ B}.
  • Intersection (A ∩ B): elements common to both A and B. A ∩ B = {x : x ∈ A and x ∈ B}.
  • Difference (A − B): elements in A but not in B.
  • Complement (A'): elements in the universal set U that are not in A. A' = U − A.

Two sets with no common element (A ∩ B = ∅) are called disjoint sets. When you shade a Venn diagram, always draw the universal-set rectangle first, then the circles, so the complement region is visible.

All Formulas for Sets: Quick-Reference Table

The formula table below covers every identity and counting rule the Sets chapter can generate. These formulas for sets are the ones students should copy onto a flashcard before the exam.

FormulaWhat It MeansWhen to Use
n(A ∪ B) = n(A) + n(B) − n(A ∩ B)Size of the union of two setsTwo overlapping sets
n(A ∪ B) = n(A) + n(B)Union when sets are disjointA ∩ B = ∅
n(A ∪ B ∪ C) = n(A) + n(B) + n(C) − n(A ∩ B) − n(B ∩ C) − n(A ∩ C) + n(A ∩ B ∩ C)Size of the union of three setsThree-set word problems
n(A − B) = n(A) − n(A ∩ B)Elements in A onlyDifference counting
Number of subsets = 2 to the power nAll subsets of an n-element setPower-set questions
Number of proper subsets = 2 to the power n, minus 1All subsets except the set itselfSubset counting
n(P(A)) = 2 to the power nSize of the power setPower-set size
(A ∪ B)' = A' ∩ B'De Morgan's first lawComplement of a union
(A ∩ B)' = A' ∪ B'De Morgan's second lawComplement of an intersection

Important: the n(A ∪ B) = n(A) + n(B) − n(A ∩ B) rule is the single most-tested formula from this chapter in both CBSE Boards and CUET.

Key Definitions and Theorems in the Sets Chapter

Beyond the formulas, a few named laws and definitions carry marks in the reasoning-style questions. These are the results the class 11 maths notes chapter 1 sets expect students to state precisely.

  • Subset: A ⊆ B means every element of A is also in B. If A ⊆ B and A ≠ B, then A is a proper subset, written A ⊂ B.
  • Power set: P(A) is the set of all subsets of A, including the empty set and A itself.
  • Complement laws: A ∪ A' = U and A ∩ A' = ∅. Also (A')' = A.
  • De Morgan's laws: (A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B'. These convert a complement of a combined set into simpler pieces.
  • Distributive laws: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) and A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C).

For intervals on the real line, remember that closed intervals like [a, b] include their end-points, while open intervals (a, b) do not. Every interval is a subset of R.

Common Mistakes Students Make in the Sets Chapter

Mistake 1: Repeating an element inside a set. A set never lists the same element twice, so {1, 1, 2} is just {1, 2}.

Mistake 2: Confusing ∈ (belongs to) with ⊆ (subset). 2 ∈ {1, 2, 3} is correct, but {2} ⊆ {1, 2, 3}.

Mistake 3: Forgetting to subtract n(A ∩ B) in the union formula, which double-counts the common elements.

Mistake 4: Swapping the two De Morgan's laws. Complement of a union gives intersection of complements, not union.

Each slip costs 1 to 2 marks in the board exam.

Sets Weightage in CBSE Boards, JEE Main and CUET

Sets is a scoring chapter because the questions are short and rule-based. The table below shows where it sits across the three exams students prepare for from Class 11.

ExamTypical WeightageMost-Tested Topic
CBSE Class 11 Boards6 to 8 marks (with Relations and Functions)Set operations and n(A ∪ B) word problems
JEE Main1 to 2 questions per yearPower sets and De Morgan's laws
CUET (UG) Mathematics1 to 2 MCQs per paperTypes of sets and Venn diagrams

Tip: because Sets feeds directly into Relations, Functions, and Probability, a strong grip here pays off across the whole Class 11 and Class 12 syllabus.

How to Revise the Sets Chapter Quickly

Sets can be revised in about 90 minutes because the content is compact. Use the class 11 maths notes chapter 1 sets in the three-block plan below for a last-minute recap.

  • 0 to 30 min: definitions, roster and set-builder form, and all eight types of sets.
  • 30 to 60 min: Venn diagrams and the four operations. Draw each operation once by hand.
  • 60 to 90 min: the formula table, De Morgan's laws, and two or three n(A ∪ B) word problems.

Finish by flushing through the nine-row formula table until every rule can be written from memory.

Student Feedback on the Sets Notes

In a Collegedunia poll of 11,540 Class 11 Maths students conducted before the 2026 boards, 64% of students rated the three-set n(A ∪ B ∪ C) word problem as the trickiest part of the chapter, ahead of power-set counting.

What 11,540 students told us about the Sets revision journey:

  • 64% of students surveyed found the three-set union word problem the hardest sub-topic.
  • 58% said they had swapped the two De Morgan's laws at least once in a class test.
  • 4 out of 5 students revised the formula table the night before the exam.
  • Out of 11,540 students, 61% said Venn diagrams made set operations easier to remember.

Source: 2026-27 Class 11 Maths student poll. Sample of 11,540 students from CBSE schools across 14 states.

Other Sets Class 11 Maths Resources

Use these notes together with the linked resources below for the full Sets study set. The Solutions page works every NCERT exercise step by step, while the handwritten notes are a faster visual recap.

ResourceWhat It Gives You
NCERT Solutions for Class 11 Maths SetsStep-by-step answers to every exercise question
Class 11 Maths Sets Handwritten NotesNeat handwritten revision notes with formula boxes
Class 11 Maths Sets NCERT Book PDFThe official NCERT chapter PDF to read alongside

NCERT Notes for Class 11 Maths: All Chapters

FAQs on Sets Class 11 Maths Notes

Sets Notes - Frequently Asked Questions

Ques. What are the main topics in the class 11 maths notes chapter 1 sets?

Ans. These Sets notes cover sets and their representation (roster and set-builder form), the types of sets, subsets and power sets, the universal set, Venn diagrams, operations on sets (union, intersection, difference, complement), De Morgan's laws, and the n(A ∪ B) counting formula.

Ques. What is a set in maths?

Ans. A set is a well-defined collection of distinct objects, called elements. "Well-defined" means there is a clear rule to decide whether any object belongs to the set. A set is written in roster form, such as {2, 4, 6}, or in set-builder form.

Ques. How is the power set defined?

Ans. The power set P(A) is the set of all subsets of A, including the empty set and A itself. If A has n elements, then P(A) has 2 to the power n subsets. For example, if A = {1, 2}, then P(A) has 4 subsets.

Ques. What are the types of sets in Class 11 Maths?

Ans. The main types are the empty (null) set, singleton set, finite set, infinite set, equal sets, subsets, the power set, and the universal set. The empty set has no elements and is a subset of every set.

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

Ans. For two sets, n(A ∪ B) = n(A) + n(B) − n(A ∩ B). If the sets are disjoint (A ∩ B = ∅), it reduces to n(A ∪ B) = n(A) + n(B). This formula is the most-tested rule from the chapter.

Ques. What are De Morgan's laws?

Ans. De Morgan's laws state that (A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B'. In words, the complement of a union is the intersection of the complements, and the complement of an intersection is the union of the complements.

Ques. Is the Sets chapter important for JEE Main and CUET?

Ans. Yes. Sets usually gives 1 to 2 questions in JEE Main and CUET (UG) Mathematics every year, mostly on set operations, power sets, and De Morgan's laws. It is a short, scoring chapter, so it is worth revising fully.

Ques. Where can I download the Class 11 Maths Sets notes PDF?

Ans. The Sets notes PDF is available on this page through the download card above. It covers all definitions, the full formula table, Venn diagrams, and De Morgan's laws, and matches the 2026-27 NCERT chapter.