Cartesian Product of Two Sets - Definition and Step-by-Step Examples
The Cartesian Product of two sets is the set of all possible ordered pairs where the first element comes from the first set and the second element comes from the second set.
Definition
If and are two sets, then the Cartesian Product of and , denoted by , is defined as:
Each element of is an ordered pair , where: - belongs to set - belongs to set
Important Notes
- The order of sets matters: is generally not equal to .
- If one of the sets is empty, the Cartesian Product is also empty.
Step-by-Step Example 1
Let
Step 1: Identify all elements of and . - has elements 1 and 2 - has elements and
Step 2: Form ordered pairs by taking each element from and pairing it with each element from :
Step-by-Step Example 2
Let
Step 1: Elements of : , Step 2: Elements of : 1, 2, 3
Step 3: Make all ordered pairs:
Example 3: Cartesian Product with Itself
Let
Then
This is useful in representing points in a 2D grid.
Visual Meaning
In coordinate geometry, gives all possible coordinate points where the x-coordinate comes from set and the y-coordinate from set .
Summary
- The Cartesian Product combines elements from two sets into ordered pairs.
- It's used in coordinate geometry, databases, and relation mappings.
- Always pay attention to the order of sets.