College Mathematics
Sets and Set Operations

Overview

This topic introduces the language of sets and how to perform operations involving union, intersection, complements, and subsets. You'll learn how to use Venn diagrams to represent relationships, identify disjoint and overlapping sets, and solve problems involving set membership and classification.

Key Concepts and Structures

Step-by-Step Example

Problem: Given A = {1, 2, 3, 4} and B = {3, 4, 5, 6}, find:

Step 1: Union:
A ∪ B = {1, 2, 3, 4, 5, 6}

Step 2: Intersection:
A ∩ B = {3, 4}

Step 3: Complement (assuming universal set U = {1–6}):
A' = {5, 6}

Final Answer:
A ∪ B = {1, 2, 3, 4, 5, 6}
A ∩ B = {3, 4}
A' = {5, 6}

Quick Tip

Always label your universal set when working with complements, and use Venn diagrams to visually confirm your results when combining or comparing sets.