Class XI Mathematics

Chapter 1: Sets

Standard NCERT & CBSE aligned study curriculum. Master concepts, track accuracy, revise weak areas, and challenge yourself with 9 customized practice modes.

Chapter Overview

Welcome to Class XI Mathematics: Sets. This chapter forms a core structural component of the math syllabus, designed to build analytical rigor and key formula models.

Use the detailed subtopic guide below to review standard definitions, key mathematical rules, and study guidelines.

Prerequisite Concepts

Basic number classifications

Detailed Subtopics Study Guide

Review detailed conceptual explanations, mathematical equations, and guidelines for each subtopic in this chapter:

1Sets and representations

Concept Explanation

A set is a well-defined collection of distinct objects. Sets are represented in two ways: Roster form (listing all elements separated by commas inside braces) and Set-builder form (describing the common property of the elements).

Mathematical Representation
A = \{1, 2, 3\} \, (\text{Roster}), \quad A = \{x \mid x \in \mathbb{N} \land x < 4\} \, (\text{Set-builder})
Study Guideline: Ensure the collection is 'well-defined', meaning there is no ambiguity about whether an object belongs to the set (e.g., 'best actors' is not well-defined).

2Empty, Finite, Infinite sets

Concept Explanation

An empty set (or null set) contains no elements, denoted by ∅ or {}. A finite set has a countable number of elements, and an infinite set has elements that cannot be listed or counted completely.

Mathematical Representation
\emptyset = \{\}, \quad n(A) = k \, (\text{Finite}), \quad n(A) = \infty \, (\text{Infinite})
Study Guideline: Do not write the empty set as {∅}; that represents a set containing the element ∅, which is a singleton set, not an empty set.

3Subsets and Power sets

Concept Explanation

Set A is a subset of set B (A ⊆ B) if every element of A is also in B. The power set P(A) is the set of all subsets of A. If A has n elements, its power set has 2^n elements.

Mathematical Representation
A \subseteq B \iff (x \in A \implies x \in B), \quad n(P(A)) = 2^{n(A)}
Study Guideline: The empty set ∅ and the set itself are always subsets of any set. Remember that the power set of {1, 2} is {∅, {1}, {2}, {1,2}}.

4Venn diagrams

Concept Explanation

Venn diagrams are pictorial representations of sets using geometric shapes. The universal set is represented by a rectangle, and its subsets are represented by closed circles inside it.

Mathematical Representation
U = \text{Rectangle}, \quad A, B = \text{Circles inside Rectangle}
Study Guideline: Use Venn diagrams to verify set identities and solve practical word problems involving overlaps between groups.

5Union and Intersection of sets

Concept Explanation

The union of A and B (A ∪ B) contains all elements that belong to A, or B, or both. The intersection of A and B (A ∩ B) contains only the common elements that belong to both A and B.

Mathematical Representation
A \cup B = \{x \mid x \in A \lor x \in B\}, \quad A \cap B = \{x \mid x \in A \land x \in B\}
Study Guideline: If A and B share no elements, their intersection is the empty set (A ∩ B = ∅), and they are called disjoint sets.

6Difference and Complement of sets

Concept Explanation

The difference of sets A and B (A - B) contains elements of A that do not belong to B. The complement of A (A') contains all elements of the universal set U that do not belong to A.

Mathematical Representation
A - B = \{x \mid x \in A \land x \notin B\}, \quad A' = U - A = \{x \mid x \in U \land x \notin A\}
Study Guideline: De Morgan's Laws state that: (A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B'. Use Venn diagrams to visualize this relationship.