Intersection Formula
The Formula
When to use: Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.
Quick Example
Notation
What This Formula Means
The intersection of sets A and B is the set of all elements that belong to both A and B simultaneously, written A \cap B.
Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.
Formal View
Worked Examples
Example 1
easySolution
- 1 Recall the definition: A \cap B = \{x : x \in A \text{ and } x \in B\}. An element belongs to the intersection only if it appears in both sets simultaneously.
- 2 Check each element of A = \{1,2,3,4\}: is 1 \in B? No. Is 2 \in B? No. Is 3 \in B = \{3,4,5,6\}? Yes. Is 4 \in B? Yes.
- 3 The elements common to both sets are 3 and 4, so A \cap B = \{3,4\}.
Answer
Example 2
mediumCommon Mistakes
- Confusing intersection (\cap) with union (\cup) — intersection only keeps elements in BOTH sets
- Thinking A \cap B must be non-empty — disjoint sets have A \cap B = \emptyset
- Forgetting that A \cap A = A, not \emptyset — every element is in both copies
Why This Formula Matters
Intersection finds common ground between groups — used in probability, geometry, and whenever two conditions must both hold.
Frequently Asked Questions
What is the Intersection formula?
The intersection of sets A and B is the set of all elements that belong to both A and B simultaneously, written A \cap B.
How do you use the Intersection formula?
Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.
What do the symbols mean in the Intersection formula?
A \cap B
Why is the Intersection formula important in Math?
Intersection finds common ground between groups — used in probability, geometry, and whenever two conditions must both hold.
What do students get wrong about Intersection?
If sets share nothing, intersection is empty: \{1, 2\} \cap \{3, 4\} = \emptyset.
What should I learn before the Intersection formula?
Before studying the Intersection formula, you should understand: set.