📚 Class 11 Mathematics · NCERT Chapter 1

Sets

Master the language of modern mathematics — from empty sets to De Morgan's laws, built for AAI ATC aspirants.

7
Subtopics
21
MCQs
6
Exercises
📺 Video Lecture — Sets (Class 11 Maths) by AAI ATC Exam Prep
📺 Full video lecture embedded above  |  Subscribe for more free lectures →
Sets & Representations Empty Set Finite & Infinite Equal Sets Subsets & Intervals Set Operations Complement & Laws
🗂️

1.1 Sets and their Representations

A set is a well-defined collection of objects. The objects in a set are called its elements or members. Sets are usually denoted by capital letters A, B, C, … and elements by small letters a, b, c, …

Key Notation

If a is an element of set A, we write a ∈ A (a belongs to A).
If b is not an element of set A, we write b ∉ A (b does not belong to A).

🖼️

[ Image: Examples of sets in daily life — add your image here ]

There are two main methods of representing a set:

1

Roster (Tabular) Form: All elements are listed separated by commas within braces { }.
Example: Even positive integers less than 7 = {2, 4, 6}

2

Set-Builder Form: Elements are described by a common property.
Example: V = {x : x is a vowel in the English alphabet}

Important standard sets used in mathematics:

N = Natural Numbers
Z = Integers
Q = Rational Numbers
R = Real Numbers

🎯 Practice MCQs

3 Questions
1The set {x : x is a natural number and x² < 40} in roster form is:
A{1, 2, 3, 4, 5, 6, 7}
B{1, 2, 3, 4, 5, 6}
C{1, 4, 9, 16, 25, 36}
D{0, 1, 2, 3, 4, 5, 6}
Answer: B
We need x² < 40 where x ∈ N. Testing: 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36 (all <40), but 7²=49 ≥ 40. So the set is {1, 2, 3, 4, 5, 6}.
2The set A = {1, 4, 9, 16, 25, ...} in set-builder form is:
A{x : x is a prime number}
B{x : x is a natural number}
C{x : x = n², where n ∈ N}
D{x : x is divisible by 4}
Answer: C
The elements 1, 4, 9, 16, 25, ... are perfect squares of natural numbers (1²=1, 2²=4, 3²=9, ...). So set-builder form is A = {x : x = n², where n ∈ N}.
3How many elements does the set {x : x ∈ N and x² – 5x + 6 = 0} have?
A0
B1
C2
DInfinite
Answer: C
x² – 5x + 6 = 0 → (x–2)(x–3) = 0 → x = 2 or x = 3. Both are natural numbers. So the set is {2, 3}, which has 2 elements.
ADVERTISEMENT

1.2 The Empty Set

Definition

A set which does not contain any element is called the empty set, also known as the null set or void set. It is denoted by the symbol φ or { }.

🖼️

[ Image: Venn diagram showing empty set — add your image here ]

Examples of empty sets:

i

A = {x : 1 < x < 2, x is a natural number} → No natural number lies strictly between 1 and 2 → Empty Set

ii

C = {x : x is an even prime number greater than 2} → 2 is the only even prime → Empty Set

iii

D = {x : x² = 4, x is odd} → No odd number satisfies x²=4 → Empty Set

🎯 Practice MCQs

3 Questions
4Which of the following is an empty set?
A{x : x² = 4}
B{x : x is a natural number, x < 5 and x > 7}
C{x : x is an even prime number}
D{x : x is a vowel in the English alphabet}
Answer: B
No natural number can be simultaneously less than 5 AND greater than 7. So this set has no elements — it is an empty set. Note: C has element 2 (the only even prime), so it is NOT empty.
5The set {x : x is a real number and x² + 1 = 0} is:
AA singleton set
BAn infinite set
CAn empty set
DA finite set with 2 elements
Answer: C
x² + 1 = 0 → x² = -1. No real number has a square equal to -1. Therefore, the set is empty (φ).
6The number of elements in the set {x : x ∈ N and x² – 2 = 0} is:
A0
B1
C2
DInfinite
Answer: A
x² – 2 = 0 → x = ±√2. But √2 is irrational, not a natural number. So there are 0 elements in this set → it is an empty set.
ADVERTISEMENT

1.3 Finite and Infinite Sets

Definition

A set which is empty or consists of a definite number of elements is called a Finite Set. A set that is not finite is called an Infinite Set.

The number of distinct elements in a finite set S is denoted by n(S), called the cardinal number of the set.

🖼️

[ Image: Finite vs Infinite sets diagram — add your image here ]

Finite: Set of days of the week = {Mon, Tue, Wed, Thu, Fri, Sat, Sun} → n = 7

Finite: Set of letters in "SETS" = {S, E, T} → n = 3

Infinite: Set of natural numbers N = {1, 2, 3, ...} → no end

Infinite: Set of prime numbers = {2, 3, 5, 7, 11, ...} → no end

🎯 Practice MCQs

3 Questions
7Which of the following is a finite set?
AThe set of all integers
BThe set of all prime numbers
CThe set of months of a year
DThe set of all odd natural numbers
Answer: C
There are exactly 12 months in a year, so this set has n = 12 elements — it is finite. All other options represent sets with infinitely many elements.
8If A = {x : x ∈ N and (x–1)(x–2)(x–3) = 0}, then n(A) = ?
A0
B2
C3
DInfinite
Answer: C
(x–1)(x–2)(x–3) = 0 → x = 1, 2, or 3. All three are natural numbers. So A = {1, 2, 3}, and n(A) = 3.
9The set {x : x ∈ N and x is a prime factor of 30} is:
AInfinite with n = ∞
BFinite with n = 3
CFinite with n = 6
DEmpty set
Answer: B
30 = 2 × 3 × 5. The prime factors of 30 are 2, 3, and 5. So the set = {2, 3, 5}, which is finite with n(A) = 3.
ADVERTISEMENT
⚖️

1.4 Equal Sets

Definition

Two sets A and B are said to be equal if they have exactly the same elements. We write A = B. Otherwise A ≠ B.

Note: Order of elements doesn't matter. Repetition of elements doesn't change the set.

🖼️

[ Image: Equal sets Venn diagram example — add your image here ]

=

A = {1, 2, 3, 4} and B = {3, 1, 4, 2} → A = B (same elements, different order)

=

X = letters of "ALLOY" = {A,L,O,Y} and Y = letters of "LOYAL" = {L,O,Y,A,L} = {L,O,Y,A} → X = Y

A = {2, 3} and B = {1, 2} → A ≠ B (3 ∈ A but 3 ∉ B)

🎯 Practice MCQs

3 Questions
10Which of the following pairs of sets are equal?
AA = {2, 3}, B = {x : x² + 5x + 6 = 0}
BA = {1, 2, 3, 4} and B = {4, 3, 2, 1}
CA = {0} and B = { }
DA = {1, 2} and B = {1, 2, 3}
Answer: B
A = {1,2,3,4} and B = {4,3,2,1} contain the same elements. In set theory, order doesn't matter, so A = B. Note: Option A — x²+5x+6=0 → x = –2 or –3, not {2,3}.
11A = {x : x is a letter in "FOLLOW"}, B = {x : x is a letter in "WOLF"}. Then:
AA ≠ B because A has more letters
BA ≠ B because order differs
CA = B because both contain {F, O, L, W}
DA ≠ B because repetition changes a set
Answer: C
FOLLOW → distinct letters = {F, O, L, W}. WOLF → distinct letters = {W, O, L, F} = {F, O, L, W}. Both sets are identical, so A = B.
12If A = prime numbers less than 6, B = prime factors of 30, then:
AA ≠ B
BA = B = {2, 3, 5}
CA = {2, 3, 5, 7}, B = {2, 3, 5}
DA ⊂ B but A ≠ B
Answer: B
Primes less than 6: {2, 3, 5}. Prime factors of 30 = 2×3×5: {2, 3, 5}. Both sets are {2, 3, 5}, so A = B.
ADVERTISEMENT

1.5 Subsets, Supersets & Intervals

Definition

A set A is a subset of B (written A ⊂ B) if every element of A is also an element of B.
A ⊂ B if a ∈ A ⟹ a ∈ B

If A ⊂ B and A ≠ B, then A is a proper subset of B. B is called the superset of A.
The empty set φ is a subset of every set. Every set is a subset of itself.

🖼️

[ Image: Subset Venn diagram (circles within circles) — add your image here ]

Key Interval Notation (subsets of R):

(a, b) = {x : a < x < b} Open
[a, b] = {x : a ≤ x ≤ b} Closed
[a, b) = a included, b excluded
(a, b] = a excluded, b included

Number subsets order: N ⊂ Z ⊂ Q ⊂ R

🎯 Practice MCQs

3 Questions
13If A = {1, 3, 5} and B = {1, 3, 5, 7, 9}, which statement is correct?
AB ⊂ A
BA ⊂ B and A ≠ B (A is a proper subset)
CA = B
DA ⊄ B
Answer: B
Every element of A (1, 3, 5) is also in B. But B has extra elements (7, 9) not in A. So A ⊂ B but A ≠ B — A is a proper subset of B.
14The number of subsets of the set {a, b, c} is:
A6
B3
C8
D16
Answer: C
For a set with n elements, the number of subsets = 2ⁿ. Here n=3, so subsets = 2³ = 8. They are: φ, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}.
15The set {x : x ∈ R, –3 ≤ x < 5} in interval notation is:
A(–3, 5)
B[–3, 5]
C[–3, 5)
D(–3, 5]
Answer: C
The condition –3 ≤ x < 5 means –3 is included (closed bracket [) and 5 is excluded (open bracket )). So the interval is [–3, 5).
ADVERTISEMENT
∪∩

1.6 Operations on Sets

Union of Sets

A ∪ B = {x : x ∈ A or x ∈ B} — all elements in A or B or both.

Intersection of Sets

A ∩ B = {x : x ∈ A and x ∈ B} — elements common to both A and B.
If A ∩ B = φ, then A and B are called disjoint sets.

Difference of Sets

A – B = {x : x ∈ A and x ∉ B} — elements in A but not in B. Note: A – B ≠ B – A.

🖼️

[ Image: Venn diagrams for Union, Intersection, Difference — add your image here ]

Key Properties:

A ∪ B = B ∪ A
A ∩ B = B ∩ A
(A∪B)∪C = A∪(B∪C)
A∩(B∪C) = (A∩B)∪(A∩C)

🎯 Practice MCQs

3 Questions
16If A = {2, 4, 6, 8} and B = {6, 8, 10, 12}, then n(A ∪ B) = ?
A8
B4
C6
D2
Answer: C
A ∪ B = {2, 4, 6, 8, 10, 12}. Common elements 6 and 8 are taken only once. So n(A ∪ B) = 6.
Formula: n(A ∪ B) = n(A) + n(B) – n(A ∩ B) = 4 + 4 – 2 = 6 ✓
17If A = {1,2,3,4,5,6} and B = {2,4,6,8}, then A – B = ?
A{1, 3, 5}
B{8}
C{2, 4, 6}
D{1, 3, 5, 8}
Answer: A
A – B = elements in A but NOT in B. Elements 2, 4, 6 are in both → exclude them. Remaining elements of A: {1, 3, 5}. So A – B = {1, 3, 5}.
18If n(A) = 20, n(B) = 30, and n(A ∩ B) = 8, then n(A ∪ B) = ?
A50
B58
C42
D18
Answer: C
Using the formula: n(A ∪ B) = n(A) + n(B) – n(A ∩ B)
= 20 + 30 – 8 = 42.
ADVERTISEMENT
A′

1.7 Complement of a Set & De Morgan's Laws

Complement

Let U be the universal set and A ⊂ U. The complement of A (written A′ or Aᶜ) is:
A′ = {x : x ∈ U and x ∉ A} = U – A

🖼️

[ Image: Venn diagram of complement (shaded region outside A) — add your image here ]

Important Laws:

A ∪ A′ = U
A ∩ A′ = φ
(A′)′ = A
φ′ = U, U′ = φ
De Morgan's Laws

(A ∪ B)′ = A′ ∩ B′ — Complement of union = Intersection of complements

(A ∩ B)′ = A′ ∪ B′ — Complement of intersection = Union of complements

🎯 Practice MCQs

3 Questions
19If U = {1,2,3,4,5,6,7,8,9} and A = {1,3,5,7,9}, then A′ = ?
A{2, 4, 6, 8}
B{1, 3, 5, 7, 9}
C{1, 2, 3, 4, 5, 6, 7, 8, 9}
D{0, 2, 4, 6, 8}
Answer: A
A′ = U – A = {1,2,...,9} – {1,3,5,7,9} = {2,4,6,8}. These are all elements of U not present in A (the even numbers here).
20If U = {1..10}, A = {2,3} and B = {3,4,5}, then (A ∪ B)′ = ?
A{2, 3, 4, 5}
B{3}
C{1, 6, 7, 8, 9, 10}
D{1, 2, 6, 7, 8, 9, 10}
Answer: C
A ∪ B = {2,3,4,5}. (A ∪ B)′ = U – {2,3,4,5} = {1,6,7,8,9,10}. Verify by De Morgan's: A′ = {1,4,5,6,7,8,9,10}, B′ = {1,2,6,7,8,9,10}. A′ ∩ B′ = {1,6,7,8,9,10} ✓
21By De Morgan's law, (A ∩ B)′ equals:
AA′ ∩ B′
BA′ ∪ B′
CA ∪ B
D(A ∪ B)′
Answer: B
By De Morgan's Second Law: (A ∩ B)′ = A′ ∪ B′. The complement of the intersection is the union of complements. Remember: De Morgan's 1st: (A∪B)′ = A′∩B′; 2nd: (A∩B)′ = A′∪B′.
ADVERTISEMENT

🚀 Boost Your AAI ATC Preparation!

Watch free lectures, download worksheets & ask your doubts directly.