Union Of Sets

Download as PDF

Ever needed to combine two lists of friends for a party or merge two music playlists? In mathematics, this action is called finding the union of sets. It's a fundamental operation that lets us create a new, larger set by gathering all the unique items from two or more collections.

Union Of Sets — an original Algebra911 reference diagram defining union of sets with its key formula and a worked example.
Union of Sets: A Comprehensive Guide to Combining Sets

What Is the Union of Sets?

The union of two or more sets is a new set that contains all the distinct elements that are present in any of those sets. Think of it as a process of merging or combining collections. If an element belongs to the first set, or the second set, or both, it will be included in their union. The key idea is to gather everything together, but without listing any duplicates.

Imagine you have a collection of favorite superhero movies, which we'll call set S. Your friend has their own list, set F. The union of your two sets would be a complete list of all movies that either you or your friend likes. If you both like the same movie, it only gets listed once in the final combined collection. In set theory, we value uniqueness; each element is counted only one time, no matter how many original sets it appeared in.

This concept is foundational in many areas of mathematics, including probability, logic, and computer science. It helps us understand how different groups or categories relate to one another by showing us the total scope of their combined members.

How Do We Write the Union of Sets?

In mathematics, we use specific symbols to keep our language precise and universal. The symbol for the union of sets is a , which looks like a capital letter 'U'. This makes it easy to remember: 'U' for Union.

When we want to express the union of two sets, say set A and set B, we write it as:

AB

This expression is read as "A union B" or "the union of A and B". It represents the new set formed by combining all the elements from A and B.

There's also a more formal way to define this, known as set-builder notation. It provides a precise rule for what elements belong in the union. It looks like this:

A \cup B = \{x \mid x \in A \text{ or } x \in B\}

Let's break that down:

  • The curly braces {} mean "the set of...".
  • The variable x represents an element in the set.
  • The vertical bar is read as "such that".
  • The symbol means "is an element of".
  • The word or is the most important part. It tells us that for an element x to be in the union AB, it must be an element of set A, or an element of set B, or it could be in both. This inclusive "or" is the logical foundation of the set union operation.

How Do You Find the Union of Two Sets?

Finding the union of two sets is a straightforward process. It involves combining the elements and then ensuring the final set has no repetitions. Here is a simple step-by-step method you can always follow:

  1. List All Elements: Start by writing down every element from the first set.
  2. Add Elements from the Second Set: Go through the second set and add each of its elements to your list.
  3. Remove Duplicates: Scan your combined list and cross out any element that appears more than once. The final collection of unique elements is the union of the two sets. Remember to write your final answer using curly braces {}.

Let's work through an example to see this process in action.

Example 1

Let set A={3,0,1,4} and set B={1,2,4,6}. Find the union of A and B, denoted as AB.

Step 1: List elements from set A.
Our initial list is: 3,0,1,4

Step 2: Add elements from set B.
Now we add the elements from B to our list: 3,0,1,4,1,2,4,6

Step 3: Remove duplicates.
Let's examine the list. The number 1 appears twice, and the number 4 appears twice. We must remove the repeated instances to ensure every element is unique.
Original combined list: -3, 0, \underline{1}, \underline{4}, \underline{1}, 2, \underline{4}, 6
After removing duplicates, we are left with: 3,0,1,4,2,6

For the final answer, it's good practice to list the numbers in order, although it's not mathematically required.
Answer: AB={3,0,1,2,4,6}

Can We Visualize the Union of Sets?

Yes, we can! One of the best tools for visualizing set operations is the Venn diagram. A Venn diagram uses overlapping circles to represent sets. Each circle represents a different set, and the elements of that set are imagined to be inside it. The overlapping region, called the intersection, shows the elements that are common to both sets.

When we want to visualize the union of two sets, AB, we shade the entire area covered by both circles. This includes the parts that are unique to set A, the parts that are unique to set B, and the overlapping part they share. The union is, quite literally, everything you see inside the circles.

Using a Venn diagram can make the concept of union much more intuitive and helps prevent mistakes like forgetting to include the shared elements.

Example 2

Two school clubs, the Math Club and the Science Club, have the following members. Let M be the set of members in the Math Club and S be the set of members in the Science Club.
M={Alice, Bob, Charlie \}
S={Charlie, Dave, Eve \}
Find the union MS and represent it with a Venn diagram.

1. Identify the common elements: First, we see which members are in both clubs. In this case, 'Charlie' is in both M and S. This element will go in the overlapping section of the Venn diagram.

2. Identify the unique elements:
The members only in the Math Club (M) are 'Alice' and 'Bob'.
The members only in the Science Club (S) are 'Dave' and 'Eve'.

3. Draw and shade the Venn Diagram: We draw two overlapping circles. We place 'Charlie' in the middle. We place 'Alice' and 'Bob' in the non-overlapping part of the Math Club circle. We place 'Dave' and 'Eve' in the non-overlapping part of the Science Club circle. The union, MS, is the set of all names listed anywhere within the two circles.

4. Write the final set: By collecting all the names from the diagram, we get the union.
Answer: MS={Alice, Bob, Charlie, Dave, Eve}. This set represents every student who is a member of at least one of the two clubs.

What About the Union of Three or More Sets?

The concept of union extends perfectly to three or more sets. The rule remains exactly the same: the union is the set of all elements that appear in at least one of the sets. You simply combine all the elements from all the sets involved and then eliminate any duplicates to ensure the final set contains only unique elements.

If you have three sets, A, B, and C, their union is written as ABC. To find it, you can list all elements from A, then add all elements from B, then add all elements from C, and finally, cross out all the duplicates. The process can be extended to any number of sets.

Example 3

Given the following three sets of letters:
P={m,a,t,h}
Q={g,e,o,m}
R={a,l,g,e,b,r}
Find the union of these three sets, PQR.

Step 1: Combine all elements from all sets into one large list.
From P: m,a,t,h
From Q: g,e,o,m
From R: a,l,g,e,b,r
Combined list: m,a,t,h,g,e,o,m,a,l,g,e,b,r

Step 2: Identify and remove the duplicates.
Let's go through the list and see what's repeated:
The letter 'm' appears twice.
The letter 'a' appears twice.
The letter 'g' appears twice.
The letter 'e' appears twice.
We keep only the first occurrence of each letter.

Step 3: Write the final unique list as a set.
The unique letters are m,a,t,h,g,e,o,l,b,r. It's helpful to write them in alphabetical order for clarity.
Answer: PQR={a,b,e,g,h,l,m,o,r,t}

What Are the Key Properties of Set Union?

The union operation has several important properties that are consistent and predictable. Understanding these rules can simplify complex problems and deepen your understanding of set theory. They are similar to the properties you know from arithmetic, like how 3+5=5+3.

Here are the fundamental properties of set union:

Property NameFormulaExplanation
Commutative PropertyAB=BAThe order in which you unite two sets doesn't matter. Combining A and B gives the same result as combining B and A.
Associative Property(AB)C=A(BC)When finding the union of three or more sets, it doesn't matter how you group them. You can unite A and B first, then unite the result with C, or you can unite B and C first, then unite the result with A. The outcome is identical.
Identity PropertyA=AThe union of any set A with the empty set (, a set with no elements) is just the original set A. Adding nothing to a collection doesn't change it.
Idempotent LawAA=AThe union of any set with itself is simply the set itself. Combining a set with its identical copy introduces no new elements.
Domination LawAU=UThe union of any set A with the universal set U (the set of all possible elements in a given context) is the universal set itself. Since U already contains everything, you can't add anything new to it.

What Common Mistakes Should I Avoid?

When first learning about the union of sets, students sometimes make a few common errors. Being aware of these pitfalls can help you avoid them in your own work.

  • Forgetting to Remove Duplicates: This is the most frequent mistake. The definition of a set requires that all its elements be distinct. When you combine the elements from two sets, you must perform the final, crucial step of eliminating any repetitions. For example, the union of {1,2} and {2,3} is {1,2,3}, not {1,2,2,3}.
  • Confusing Union () with Intersection (): Union and intersection are two different operations. Remember:
    • Union (): Think "OR". It includes elements that are in one set, the other set, or both. It's about combining and making a larger set.
    • Intersection (): Think "AND". It includes only the elements that are in both sets simultaneously. It's about finding what's common.
  • Incorrect Notation: Always write your final answer as a set, which means enclosing the elements in curly braces {}. Simply listing the numbers or elements without the braces is not a set and will be marked as incorrect.
  • Misinterpreting Venn Diagrams: For a union, you must include all regions of the circles involved. Some students mistakenly only take the non-overlapping parts, forgetting the elements in the middle. The union is the total area of all circles combined.

Union of Sets: A Quick Reference

Need a quick refresher? Here are the most important points about the union of sets.

  • Definition: The union of sets is a new set containing all the unique elements from the original sets.
  • Symbol: The symbol for union is . We write AB.
  • Keyword: The logical keyword for union is OR. An element is in AB if it is in A OR it is in B.
  • Core Process: To find the union, you combine all elements from the sets and then remove any duplicates.
  • Venn Diagram: The union is represented by the entire shaded area of all circles in the diagram.
  • Key Property: Union is commutative, meaning AB=BA. The order doesn't change the result.

Frequently Asked Questions

What's the main difference between union and intersection of sets?

The main difference lies in the logical operator used. Union (∪) corresponds to 'OR' and combines all unique elements from the sets. Intersection (∩) corresponds to 'AND' and includes only the elements that are common to all sets.

Does the order matter when finding the union of sets?

No, the order does not matter. The union operation is commutative, which means that AB is always equal to BA. You get the same final set regardless of which set you start with.

What is the union of a set with the empty set?

The union of any set A with the empty set () is just the original set A. Since the empty set has no elements to add, the original set remains unchanged. This is known as the Identity Property of union.

Can you find the union of sets with different types of elements?

Yes, absolutely. A set can contain any type of element, and the union operation simply combines them. For example, you can find the union of a set of numbers, {1,2}, and a set of letters, {a,b}, to get {1,2,a,b}.

What does the 'U' symbol in set theory mean?

The symbol that looks like a 'U' is and it stands for the union operation. It is the mathematical instruction to combine the elements of two or more sets into a single new set, making sure to remove any duplicates.

How is the union of sets used in real life?

Union is used in many real-world scenarios. For example, a streaming service might recommend movies that are in the 'Comedy' category OR the 'Action' category. In database queries, it's used to combine results from different tables to create a comprehensive list.

Is it possible for the union of two sets to be one of the original sets?

Yes, this happens when one set is a subset of the other. For example, if set A={1,2} and set B={1,2,3}, then A is a subset of B. Their union, AB, would be {1,2,3}, which is identical to set B.