ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Sets: Definition, Representation, and Operations
    Math Deficiency - ITopic 1 of 38

    Sets: Definition, Representation, and Operations

    11 minread
    1,888words
    Intermediatelevel

    Sets: Definition, Representation, and Operations

    1. Definition of a Set

    A set is a well-defined collection of distinct objects or elements. These elements can be anything: numbers, letters, shapes, etc. A set is usually denoted by a capital letter, and its elements are listed inside curly braces { }.

    • Example:
      A set of numbers can be represented as A={1,2,3,4,5}A = \{1, 2, 3, 4, 5\}A={1,2,3,4,5}.
      Here, AAA is the set, and the elements of this set are 1,2,3,4,51, 2, 3, 4, 51,2,3,4,5.

    2. Representation of Sets

    There are different ways to represent sets:

    • Roster or Tabular Form: The elements of the set are listed explicitly, separated by commas, and enclosed in curly brackets.

      • Example: A={a,b,c,d}A = \{a, b, c, d\}A={a,b,c,d}
    • Set-builder Notation: This describes the set by specifying a property or rule that its elements must satisfy.

      • Example: B={x∣x is a natural number less than 6}B = \{ x \mid x \text{ is a natural number less than 6} \}B={x∣x is a natural number less than 6}
        This set consists of natural numbers less than 6, so B={1,2,3,4,5}B = \{1, 2, 3, 4, 5\}B={1,2,3,4,5}.
    • Venn Diagrams: A visual representation using circles to represent sets. Elements inside the circle are part of the set, and those outside are not.

    3. Types of Sets

    • Finite Set: A set with a specific number of elements.

      • Example: A={1,2,3}A = \{1, 2, 3\}A={1,2,3}
    • Infinite Set: A set with an unlimited number of elements.

      • Example: N={1,2,3,4,… }N = \{1, 2, 3, 4, \dots\}N={1,2,3,4,…} (set of natural numbers)
    • Subset: A set AAA is a subset of set BBB if all elements of AAA are also in BBB. This is denoted as A⊆BA \subseteq BA⊆B.

      • Example: {1,2}⊆{1,2,3}\{1, 2\} \subseteq \{1, 2, 3\}{1,2}⊆{1,2,3}
    • Proper Subset: A set AAA is a proper subset of set BBB if all elements of AAA are in BBB, but AAA is not equal to BBB. This is denoted as A⊂BA \subset BA⊂B.

      • Example: {1,2}⊂{1,2,3}\{1, 2\} \subset \{1, 2, 3\}{1,2}⊂{1,2,3}
    • Universal Set: The set that contains all the elements under consideration for a particular problem. It is usually denoted by UUU.

      • Example: U={1,2,3,4,5}U = \{1, 2, 3, 4, 5\}U={1,2,3,4,5}
    • Empty Set (Null Set): A set with no elements. It is denoted by ∅\emptyset∅ or {}\{\}{}.

      • Example: C=∅C = \emptysetC=∅
    • Singleton Set: A set that contains exactly one element.

      • Example: D={7}D = \{7\}D={7}

    4. Operations on Sets

    There are several basic operations that can be performed on sets. These include union, intersection, difference, and complement.

    • Union of Sets ( A∪BA \cup BA∪B ): The union of two sets AAA and BBB is the set of all elements that belong to either AAA, BBB, or both.

      • Formula: A∪B={x∣x∈A or x∈B}A \cup B = \{ x \mid x \in A \text{ or } x \in B \}A∪B={x∣x∈A or x∈B}
      • Example:
        A={1,2,3}A = \{1, 2, 3\}A={1,2,3}
        B={3,4,5}B = \{3, 4, 5\}B={3,4,5}
        A∪B={1,2,3,4,5}A \cup B = \{1, 2, 3, 4, 5\}A∪B={1,2,3,4,5}
    • Intersection of Sets ( A∩BA \cap BA∩B ): The intersection of two sets AAA and BBB is the set of all elements that are common to both sets.

      • Formula: A∩B={x∣x∈A and x∈B}A \cap B = \{ x \mid x \in A \text{ and } x \in B \}A∩B={x∣x∈A and x∈B}
      • Example:
        A={1,2,3}A = \{1, 2, 3\}A={1,2,3}
        B={3,4,5}B = \{3, 4, 5\}B={3,4,5}
        A∩B={3}A \cap B = \{3\}A∩B={3}
    • Difference of Sets ( A−BA - BA−B ): The difference of sets AAA and BBB (denoted as A−BA - BA−B) is the set of elements that are in AAA but not in BBB.

      • Formula: A−B={x∣x∈A and x∉B}A - B = \{ x \mid x \in A \text{ and } x \notin B \}A−B={x∣x∈A and x∈/B}
      • Example:
        A={1,2,3}A = \{1, 2, 3\}A={1,2,3}
        B={2,3,4}B = \{2, 3, 4\}B={2,3,4}
        A−B={1}A - B = \{1\}A−B={1}
    • Complement of a Set ( A′A'A′ or A‾\overline{A}A ): The complement of a set AAA is the set of all elements in the universal set UUU that are not in AAA.

      • Formula: A′={x∣x∈U and x∉A}A' = \{ x \mid x \in U \text{ and } x \notin A \}A′={x∣x∈U and x∈/A}
      • Example:
        If the universal set U={1,2,3,4,5}U = \{1, 2, 3, 4, 5\}U={1,2,3,4,5} and A={1,2}A = \{1, 2\}A={1,2}, then the complement of AAA is A′={3,4,5}A' = \{3, 4, 5\}A′={3,4,5}.

    5. Venn Diagrams

    Venn diagrams are a visual way to represent sets and their relationships. Each set is represented by a circle, and the relationships between sets are shown through overlaps.

    • Union: The union of two sets is represented by shading the entire area covered by both circles.
    • Intersection: The intersection of two sets is represented by shading the area where the circles overlap.
    • Difference: The difference is represented by shading the area inside one circle but outside the other.
    • Complement: The complement of a set is the area outside the circle representing the set.

    6. Laws of Set Theory

    There are several fundamental laws that govern the operations on sets, known as Set Identities or Laws of Set Theory:

    • Commutative Law:

      • A∪B=B∪AA \cup B = B \cup AA∪B=B∪A
      • A∩B=B∩AA \cap B = B \cap AA∩B=B∩A
    • Associative Law:

      • (A∪B)∪C=A∪(B∪C)(A \cup B) \cup C = A \cup (B \cup C)(A∪B)∪C=A∪(B∪C)
      • (A∩B)∩C=A∩(B∩C)(A \cap B) \cap C = A \cap (B \cap C)(A∩B)∩C=A∩(B∩C)
    • Distributive Law:

      • A∩(B∪C)=(A∩B)∪(A∩C)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)A∩(B∪C)=(A∩B)∪(A∩C)
      • A∪(B∩C)=(A∪B)∩(A∪C)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)A∪(B∩C)=(A∪B)∩(A∪C)
    • Identity Law:

      • A∪∅=AA \cup \emptyset = AA∪∅=A
      • A∩U=AA \cap U = AA∩U=A
    • Complementary Law:

      • A∪A′=UA \cup A' = UA∪A′=U
      • A∩A′=∅A \cap A' = \emptysetA∩A′=∅

    Conclusion

    Understanding the basic concepts of sets—definition, representation, types, and operations—is essential in mathematics, as it serves as the foundation for more advanced topics in logic, algebra, and probability. Mastering these operations and laws will help you to solve problems efficiently in your exam.

    Next topic 2
    Relation and Function: Graphical Transformation of Functions

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time11 min
      Word count1,888
      Code examples0
      DifficultyIntermediate