Cartesian refers to the system of coordinates used in the plane where each point is represented by an ordered pair (x, y). The order of the two entries matters: (2, 3) is not the same as (3, 2). The Cartesian product of two sets captures this idea by forming ordered pairs whose first element comes from the first set and whose second element comes from the second set.

Let A and B be two non-empty sets. The Cartesian product of A and B, denoted by A × B, is the set of all ordered pairs whose first component belongs to A and whose second component belongs to B.
Symbolically:
A × B = {(a, b) : a ∈ A and b ∈ B}.
Suppose A has h elements and B has k elements. For each fixed element a ∈ A, we can pair it with every one of the k elements of B. Thus for that fixed a there are k ordered pairs of the form (a, b) with b ∈ B. Since there are h choices for a, the total number of ordered pairs is h × k. Hence n(A × B) = n(A) × n(B).
The Cartesian product R × R is the set of all ordered pairs of real numbers and corresponds to the set of points in the Euclidean plane. A point with coordinates (x, y) is an element of R × R. More generally, the Cartesian product gives a formal set-theoretic foundation for coordinates and points in geometry.
A relation from A to B is any subset of A × B. A function from A to B is a special relation in which each element of A appears as the first component of exactly one ordered pair of the subset. Thus Cartesian products provide the universe in which relations and functions are defined.
Q.1. Let P & Q be two sets such that n(P) = 4 and n(Q) = 2. If in the Cartesian product we have (m, 1), (n, -1), (x, 1), (y, -1). Find P and Q, where m, n, x, and y are all distinct.
Solution.
P is the set of the first components of the given ordered pairs.
P = {m, n, x, y}.
Q is the set of the second components of the given ordered pairs.
Q = {1, -1}.
The Cartesian product A × B is the collection of all ordered pairs (a, b) with a ∈ A and b ∈ B. For finite sets, its cardinality equals the product of the cardinalities of the factors. Cartesian products form the basic framework for coordinates, relations and functions in mathematics.
68 videos|259 docs|57 tests |
| 1. What is the Cartesian product of two sets? | ![]() |
| 2. How do you calculate the Cartesian product of two sets? | ![]() |
| 3. What is the cardinality of the Cartesian product of two sets? | ![]() |
| 4. Can the Cartesian product of two sets be empty? | ![]() |
| 5. How is the Cartesian product related to combinatorics? | ![]() |