Chapter Summary: Sets

This summary covers the essential definitions and operations involving sets.

  • Set: A set is a well-defined collection of objects.

  • Representations:

    • Roster Form: All elements are listed, e.g., {a,e,i,o,u}\{a, e, i, o, u\}.
    • Set-Builder Form: Elements are defined by a common property, e.g., {x:x is a vowel}\{x: x \text{ is a vowel}\}.
  • Types of Sets:

    • Empty Set (ϕ\phi or {}\{\}): A set with no elements.
    • Finite Set: A set with a definite number of elements.
    • Infinite Set: A set that is not finite.
    • Equal Sets: Two sets are equal if they have exactly the same elements.
  • Subsets (\subset):

    • A set A is a subset of B if every element of A is also in B.
    • For any set A, ϕA\phi \subset A and AAA \subset A.
    • Intervals like (a,b)(a,b) or [a,b][a,b] are subsets of the set of real numbers (R\mathbb{R}).
  • Set Operations:

    • Union (\cup): The set of all elements which are in A or in B.
    • Intersection (\cap): The set of all elements which are common to both A and B.
    • Difference (-): The set of elements which belong to A but not to B.
    • Complement ('): The set of all elements in the universal set U that are not in A. A=UAA' = U - A.
  • Key Laws:

    • De Morgan's Laws: (AB)=AB(A \cup B)' = A' \cap B'; (AB)=AB(A \cap B)' = A' \cup B'
    • Complement Laws: AA=UA \cup A' = U; AA=ϕA \cap A' = \phi

🎯 Strategic Tips for JEE Main & Advanced

  • Visualize with Venn Diagrams: For problems involving 2 or 3 sets, always draw a Venn diagram. It is the fastest way to solve cardinality questions based on the Inclusion-Exclusion Principle.

  • Master De Morgan's Laws: These are frequently used to simplify complex set expressions, especially those involving complements. Be ready to apply (AB)=AB(A \cup B)' = A' \cap B' and (AB)=AB(A \cap B)' = A' \cup B'.

  • Apply Inclusion-Exclusion: Directly memorize and apply the formulas for cardinality. They are often tested directly. n(ABC)=n(A)+n(B)+n(C)n(AB)...+n(ABC)n(A \cup B \cup C) = n(A) + n(B) + n(C) - n(A \cap B) - ... + n(A \cap B \cap C)

  • Check the Domain: In set-builder notation, always check the domain (e.g., N,Z,R\mathbb{N}, \mathbb{Z}, \mathbb{R}). This is a common trap in questions involving solutions to equations.

  • Subset & Power Set Problems: For JEE Advanced, expect complex questions on the number of subsets satisfying multiple conditions. Practice problems that combine sets with combinatorics.

  • Understand Properties: Don't just calculate; understand the properties. Questions like 'Show that if ABA \subset B, then CBCAC-B \subset C-A' test your logical understanding, which is key for JEE Advanced.