Master Cartesian Products for CBSE Class 11 Applied Mathematics. Learn ordered pairs, set theory, and cardinal calculations with step-by-step examples.
The Cartesian product of two non-empty sets A and B, denoted by A × B, is the set of all ordered pairs (a, b) such that a ∈ A and b ∈ B. An ordered pair (a, b) is distinct from (b, a) unless a = b. This operation forms the foundation for defining relations and functions in coordinate geometry.
Step 1: Identify elements of A = {1, 2} and B = {3, 4}.
Step 2: Pair each element of A with every element of B.
Step 3: A × B = {(1, 3), (1, 4), (2, 3), (2, 4)}.
Answer: {(1, 3), (1, 4), (2, 3), (2, 4)}
If set A has m elements and set B has n elements, the Cartesian product A × B contains exactly m × n ordered pairs. This property is essential for determining the size of product sets without listing every element. It holds true for any finite sets A and B.
Step 1: Given n(A) = 5 and n(B) = 3.
Step 2: Apply formula n(A × B) = n(A) × n(B).
Step 3: n(A × B) = 5 × 3 = 15.
Answer: 15
The Cartesian product is generally not commutative, meaning A × B ≠ B × A unless A = B or one set is empty. If either A or B is an empty set (∅), then the Cartesian product A × B is also an empty set. These properties are critical when solving equations involving sets.
Step 1: Let A = {1, 2} and B = {a}.
Step 2: A × B = {(1, a), (2, a)}.
Step 3: B × A = {(a, 1), (a, 2)}.
Answer: Since {(1, a), (2, a)} ≠ {(a, 1), (a, 2)}, A × B ≠ B × A.