Discover the colorful world of mathematical relationships
A set is a collection of distinct objects, considered as an object in its own right. Sets are one of the most fundamental concepts in mathematics, forming the basis for many other mathematical concepts.
This is a set of fruits. The curly braces { } denote a set, and the elements are separated by commas. Sets can contain any type of object - numbers, letters, fruits, or even other sets!
A = {apple, banana, orange}
The empty set, also called the null set, is the unique set that contains no elements. It's like an empty container in mathematics.
∅ = { }
Examples:
Finite set: A set with a countable number of elements that has a definite size.
A = {1, 2, 3} (Finite set with 3 elements)
B = {x | x is a day of the week} (Finite set with 7 elements)
Infinite set: A set with an unlimited number of elements that continues indefinitely.
N = {1, 2, 3, 4, ...} (Natural numbers)
Z = {..., -2, -1, 0, 1, 2, ...} (Integers)
Two sets are equal if they contain exactly the same elements, regardless of order or repetition. It's like having two identical collections.
A = {1, 2, 3}
B = {3, 2, 1, 2}
Sets A and B are equal because they contain the same elements.
Note: {1, 2, 3} is equal to {3, 3, 2, 1, 2} but not equal to {1, 2}
Set A is a subset of set B if every element of A is also an element of B. Think of it as a smaller box inside a bigger box.
A = {1, 2}
B = {1, 2, 3, 4}
A ⊆ B (A is a subset of B)
Fun Fact: Every set is a subset of itself, and the empty set is a subset of every set!
Venn diagrams are visual representations of sets using circles. They help visualize relationships between different sets in an intuitive way. The overlapping areas show common elements between sets. Click on the operations below to see them visualized!
Click on any operation button above to see a visual explanation of that set operation.
The union of two sets combines all elements from both sets, without duplication. It's like merging two collections together.
A ∪ B = {x | x ∈ A or x ∈ B}
Let A = {1, 2, 3} and B = {3, 4, 5}
A ∪ B = {1, 2, 3, 4, 5}
Visualization: All elements that appear in either circle of the Venn diagram.
The intersection contains only the elements that are common to both sets. It's the overlap between two collections.
A ∩ B = {x | x ∈ A and x ∈ B}
Let A = {1, 2, 3} and B = {3, 4, 5}
A ∩ B = {3}
Visualization: The overlapping area of the two circles in the Venn diagram.
The difference contains elements that are in A but not in B. It's like subtracting one collection from another.
A - B = {x | x ∈ A and x ∉ B}
Let A = {1, 2, 3} and B = {3, 4, 5}
A - B = {1, 2}
Visualization: The part of circle A that doesn't overlap with circle B.
The complement contains all elements not in A but within the universal set. It's everything outside the set in consideration.
A' = {x | x ∈ U and x ∉ A}
Let U = {1, 2, 3, 4, 5, 6} and A = {2, 4, 6}
A' = {1, 3, 5}
Visualization: Everything outside circle A but within the universal set rectangle.
A function is a special relationship where each input has exactly one output. It's like a machine that takes an input and produces a consistent output every time. Functions are fundamental in mathematics and appear everywhere in real life.
Given the sets:
A = {1, 3, 5, 7, 9}
B = {2, 3, 5, 7}
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} (Universal set)
Find:
Correct answers:
Given the function f(x) = 2x + 3, find:
Correct answers: