Sets and Their Representations โ revision notes (NCERT Class 11)
Sets are the alphabet of higher mathematics โ relations, functions, probability and calculus are all built on them. This chapter opens with the single idea everything rests on: a set is a well-defined collection of distinct objects, called its elements.
What "well-defined" means
A collection is a set only if, for any object, you can decide unambiguously whether it belongs. "Vowels in the English alphabet" is a set; "tall students of a class" is not (tall is subjective).
Membership: if a is an element of set A we write a โ A; if not, a โ A.
Two ways to describe a set
- Roster (tabular) form: list every element inside braces, separated by commas โ e.g. A = {2, 3, 5, 7}. Order does not matter and no element is repeated.
- Set-builder form: state the common property โ e.g. A = {x : x is a prime number less than 10}. Read the colon as "such that".
Standard number sets (memorise the symbols)
N = natural numbers {1, 2, 3, โฆ}; W = whole numbers {0, 1, 2, โฆ}; Z = integers; Q = rationals (p/q, q โ 0); R = real numbers; T = irrationals (R โ Q); C = complex numbers. Note N โ W โ Z โ Q โ R.
Exam Tricks & Tips
- ๐ฏ In roster form never repeat an element: the letters of "SCHOOL" give {S, C, H, O, L}, only 5 elements.
- ๐ฏ Order is irrelevant: {1, 2, 3} = {3, 1, 2} โ the same set.
- ๐ฏ Convert fluently both ways; questions often give one form and ask for the other.
- ๐ฏ โ links an element to a set; โ links a set to a set โ never mix them.
- ๐ฏ Memorise N โ W โ Z โ Q โ R and that โ2, ฯ โ T (irrationals), not Q.
- โ Common mistake: writing "collection of good players" as a set โ it is not well-defined, so it fails the very definition.
Expected exam pattern
Direct 1-mark questions: convert between forms, decide membership, or spot the non-well-defined collection. Foundational โ every later topic assumes this fluency.
Sets and Their Representations โ Flashcards (NCERT Class 11)
Cover the answer, recall, then check. 11 cards on the basics of sets.
Q1. What is a set?
A1. A well-defined collection of distinct objects (its elements).
Q2. What does "well-defined" require?
A2. For any object you can decide unambiguously whether it belongs. "Vowels" qualifies; "tall students" does not.
Q3. Write the set of letters of the word "SCHOOL" in roster form.
A3. {S, C, H, O, L} โ 5 elements; repeats (O) are written once.
Q4. Does order matter in a set? Is {1,2,3} = {3,2,1}?
A4. Order does not matter; yes, they are the same set.
Q5. Difference between โ and โ?
A5. โ relates an element to a set (2 โ N); โ relates a set to a set (N โ Z).
Q6. Give A = {x : x is a prime < 10} in roster form.
A6. {2, 3, 5, 7}.
Q7. What do N, W, Z, Q, R stand for?
A7. Natural, Whole, Integers, Rationals, Reals.
Q8. Which set contains 0 but not negatives: N or W?
A8. W (whole numbers); N starts at 1.
Q9. Is โ2 rational? Which standard set is it in?
A9. No โ it is irrational (T = R โ Q).
Q10. State the chain of inclusions among number sets.
A10. N โ W โ Z โ Q โ R.
Q11. Convert {x : x = nยฒ, n โ N, n โค 4} to roster form.
A11. {1, 4, 9, 16}.
Sets and Their Representations
The idea that organises all of mathematics
Every branch of higher maths โ functions, probability, geometry โ is built on one deceptively simple object: the set. Master this, and the rest of Class 11 clicks into place.
Core definition: A set is a well-defined collection of distinct objects. "Well-defined" means there is a clear, unambiguous rule to decide whether any given object belongs. "The tall students of a class" is NOT a set (tall is vague); "the students taller than 165 cm" IS a set.
The objects in a set are its elements (or members). We write a โ A ("a belongs to A") or a โ A ("a does not belong to A").
Building understanding, layer by layer
Beginner: what counts as a set
Sets are written with capital letters (A, B, N, Z) and elements inside braces { }. Two golden rules:
- Distinctness: repetition is ignored. {1, 2, 2, 3} is just {1, 2, 3}.
- Order is irrelevant: {a, b, c} = {c, a, b}.
Intermediate: the two ways to represent a set
- Roster (tabular) form โ list every element between braces: A = {2, 4, 6, 8}.
- Set-builder form โ state the defining property: A = {x : x is an even natural number, x โค 8}. Read the colon ":" as "such that".
Set-builder shines when the set is large or infinite: {x : x โ โ, x is prime} can never be fully listed, but the rule captures it perfectly.
Advanced: the standard number sets
Memorise these symbols โ they appear on every exam:
- โ = natural numbers {1, 2, 3, โฆ}
- W = whole numbers {0, 1, 2, โฆ}
- โค = integers {โฆ, โ2, โ1, 0, 1, 2, โฆ}
- โ = rationals {p/q : p, q โ โค, q โ 0}
- โ = real numbers
Nesting: โ โ W โ โค โ โ โ โ.
Worked example
Q. Write A = {x : x is an integer and xยฒ < 20} in roster form.
Solution. We need integers whose square is below 20. Test outward from 0: 0ยฒ=0, (ยฑ1)ยฒ=1, (ยฑ2)ยฒ=4, (ยฑ3)ยฒ=9, (ยฑ4)ยฒ=16 (all < 20), (ยฑ5)ยฒ=25 (too big). So
A = {โ4, โ3, โ2, โ1, 0, 1, 2, 3, 4}.
Note we include negatives โ a very common slip is to list only positive integers.
Where it shows up
Databases, search filters, and spreadsheet queries are literally set-builder conditions. When you write "SELECT name WHERE age > 18", you are defining a set.
Exam tricks & shortcuts
- To convert set-builder โ roster, test small values outward from 0 until the condition fails on both sides.
- Mnemonic for the number chain "N-W-Z-Q-R": "Nine Wise Zebras Question Reality" โ the order of increasing size.
- โค comes from the German Zahlen (numbers); โ from Quotient โ knowing this cements which symbol is which.
Writing repeated elements as separate members, e.g. giving the letters of "SCHOOL" as {S, C, H, O, O, L} (6 elements). Correct answer is {S, C, H, O, L} โ 5 distinct elements. Distinctness always wins.
- โ- A set = well-defined collection of distinct objects; vagueness disqualifies it.
- โ- Two forms: roster (list) and set-builder (rule with " : ").
- โ- Order and repetition never matter.
- โ- Know โ, W, โค, โ, โ and their nesting โ โ W โ โค โ โ โ โ.
- โ- Use โ / โ for membership.
- โA set is a well-defined collection of distinct objects, expressed either by listing (roster) or by a defining property (set-builder).
Sets and Their Representations โ Formula Sheet
Key formulas / notation
- Roster form: list elements, e.g. A = {1, 2, 3}.
- Set-builder form: A = {x : P(x)} (x such that property P holds).
- Membership: x โ A, x โ A.
- Standard number sets: โ (naturals), โค (integers), โ (rationals), โ (reals), โ (complex).
- Cardinality: n(A) = number of distinct elements.
- Empty set: โ (n = 0); singleton: one element.
- โ- Roster {โฆ} vs set-builder {x : P(x)}.
- โ- โ โ โค โ โ โ โ โ โ.
- โ- n(A) = count of distinct elements.
A set is a well-defined collection of distinct objects; order and repetition do not matter.
Sets and Their Representations โ Worked Example
Worked Example
Problem: Write the set A = { x : x is a natural number and xยฒ < 20 } in roster form.
Solution:
Step 1 โ Understand the condition. We need natural numbers x (i.e. 1, 2, 3, โฆ) whose square is less than 20.
Step 2 โ Test natural numbers one by one:
1ยฒ = 1 < 20 โ; 2ยฒ = 4 < 20 โ; 3ยฒ = 9 < 20 โ; 4ยฒ = 16 < 20 โ.
Step 3 โ Check the next value:
5ยฒ = 25, which is not less than 20, so 5 and all larger numbers are excluded.
Step 4 โ List the qualifying elements in roster (tabular) form:
A = {1, 2, 3, 4}.
Answer: A = {1, 2, 3, 4}.
- โ- Roster form lists all elements inside braces, separated by commas.
- โ- Set-builder form states a defining property: { x : property of x }.
- โ- Convert by finding every element that satisfies the property.