CLASS XI | SETS
SETS — Complete Chapter
Structured, interactive explanations with step‑by‑step examples and MathJax rendering.
Tip: Click a topic bar to expand/collapse. All formulas render with MathJax; no extra setup needed.
Sets
Introduction, definition, notation
Sets
Introduction of sets
Definition of sets
Elements are written inside curly braces. We use \(\in\) (is an element of) and \(\notin\) (is not an element of).
Notation of sets
Common symbols: \(\emptyset\) (empty set), \(\subseteq\) (subset), \(\subset\) (proper subset), \(\cup\) (union), \(\cap\) (intersection), \(A'\) (complement w.r.t. universal set \(U\)).
Representation
Set‑builder, roster, properties, conversion
Representation
Set builder form representation
Describe a set via a property: \(\{x \mid \text{condition on }x\}\).
Roster form representation
List elements explicitly inside braces.
Properties of roster form (repetition, order)
- Repetition ignored: \(\{1,2,2,3\}=\{1,2,3\}\).
- Order irrelevant: \(\{1,2,3\}=\{3,2,1\}\).
Conversion of set builder form to roster form
Types of set
Null, singleton, finite, infinite, equal
Types of set
Null set
A set with no elements, denoted \(\emptyset\) or \(\{\}\).
Singleton set
A set with exactly one element.
Finite set
A set with finitely many elements.
Infinite set
A set with infinitely many elements.
Equal set
Two sets are equal if they have exactly the same elements.
Subset
Definition, representation, intervals, power, universal
Subset
Definition of subset
\(A\subseteq B\) means every element of \(A\) is also an element of \(B\).
Representation of subset
Use \(\subseteq\) (subset), \(\subset\) (proper subset), \(\supseteq\) (superset).
Subset of real numbers
Any set whose elements are real numbers is a subset of \(\mathbb{R}\).
Interval as subset of real numbers
Intervals: \((a,b),[a,b),(a,b],[a,b]\subset\mathbb{R}\).
Super set
If \(A\subseteq B\), then \(B\supseteq A\).
Proper set (proper subset)
\(A\subset B\) means \(A\subseteq B\) and \(A\ne B\).
Power set
The set of all subsets of \(A\), denoted \(P(A)\). If \(n(A)=k\), then \(n(P(A))=2^k\).
Universal set
\(U\) contains all elements under discussion; complements are defined relative to \(U\).
Venn diagram
Definition, representation, use
Venn diagram
Definition of Venn diagram
A rectangle represents \(U\); circles inside represent sets. Overlaps show intersections.
Representation of Venn diagram
Shade regions to indicate operations like \(\cup,\cap,\setminus\).
Use of Venn diagram
Visualize counting problems and relationships between sets.
Operation of sets
Union, intersection, complement, difference, symmetric difference, disjoint/exhaustive
Operation of sets
Union of sets
\(A\cup B=\{x\mid x\in A \text{ or } x\in B\}\).
Intersection of sets
\(A\cap B=\{x\mid x\in A \text{ and } x\in B\}\).
Complement of sets
Relative to \(U\): \(A'=U\setminus A=\{x\in U\mid x\notin A\}\).
Difference of sets
\(A\setminus B=\{x\mid x\in A,\ x\notin B\}\).
Symmetric difference of sets
\(A\triangle B=(A\setminus B)\cup(B\setminus A)\).
Disjoint sets
Sets with empty intersection: \(A\cap B=\emptyset\).
Mutually exclusive set
Another term for disjoint sets (especially in probability). No common outcomes.
Mutually exhaustive sets
Sets whose union equals the universal set: \(A\cup B\cup\cdots=U\).
Mutually exclusive and exhaustive sets
A partition of \(U\): pairwise disjoint and union is \(U\).
Properties of sets
Union, intersection, complement, commutative, associative, idempotent, distributive, De Morgan
Properties of sets
Union properties
- Identity: \(A\cup\emptyset=A\).
- Domination: \(A\cup U=U\).
- Monotonicity: \(A\subseteq B\Rightarrow A\cup C\subseteq B\cup C\).
Intersection properties
- Identity: \(A\cap U=A\).
- Domination: \(A\cap\emptyset=\emptyset\).
- Monotonicity: \(A\subseteq B\Rightarrow A\cap C\subseteq B\cap C\).
Intersection properties
- Identity: \(A\cap U=A\).
- Domination: \(A\cap\emptyset=\emptyset\).
- Monotonicity: \(A\subseteq B\Rightarrow A\cap C\subseteq B\cap C\).
Complement properties
- \((A')'=A\).
- \(A\cup A'=U\), \(A\cap A'=\emptyset\).
Commutative properties
\(A\cup B=B\cup A\) and \(A\cap B=B\cap A\).
Associative properties
\((A\cup B)\cup C=A\cup(B\cup C)\) and \((A\cap B)\cap C=A\cap(B\cap C)\).
Idempotent properties
\(A\cup A=A\) and \(A\cap A=A\).
Distributive properties
\(A\cup(B\cap C)=(A\cup B)\cap(A\cup C)\) and \(A\cap(B\cup C)=(A\cap B)\cup(A\cap C)\).
De Morgan's properties
\((A\cup B)'=A'\cap B'\) and \((A\cap B)'=A'\cup B'\).
Formula of sets
n(A∪B), n(A−B), n(A′), Venn method for numericals
Formula of sets
\(n(A\cup B)\)
\(n(A\cup B)=n(A)+n(B)-n(A\cap B)\).
\(n(A-B)\)
\(n(A\setminus B)=n(A)-n(A\cap B)\).
\(n(A')\)
With universal set \(U\): \(n(A')=n(U)-n(A)\).
Comments
Post a Comment