A set union, described with the symbol U, describes the combination of two sets where the resulting set contains every element of the two sets being combined. Alongside intersections and differences, set unions are a primary method of interacting with and modifying sets. Sets and set theory in general are an important method to conceive of and visualize data, and are a common subject in mathematics and computer science courses.
Take the following sets, A and B. The union of these two sets will contain every element present in each set, even those elements that repeat. However, the result must still be a set, which means that extra copies of repeated elements are discarded. The resulting set is the union of sets A and B.
The union of two sets is every element of those two sets with no repeats. Start by combining the two sets into one large set: \{Ti, Mn, Ru, Pt, Mt, Ds, Rg, Rg, Cl, Ds, Se, Br\}.Then, eliminate all repeated elements: The resulting set is the union.The union of two sets is every element of those two sets with no repeats. Start by combining the two sets into one large set: \{Lettuce, Artichoke, Radish, Tomato, Apple, Tomato, Orange\}.Then, eliminate all repeated elements: The resulting set is the union.The key to this problem is noticing that the second set is a complete subset of the first. In that case, the result of their union will be equal to the first set.The union of any set with the empty set will always be the same as the first set.
Watch detailed video tutorials about Set Union !
Intersection and union of sets | Probability and Statistics | Khan Academy
8 minutes
Intersection of Sets, Union of Sets and Venn Diagrams
12 minutes
On Demand Computer Science Theory Education for Students.