A relation is a set of ordered pairs that connects elements from one set to another. There are several ways to represent a relation: tabular form, roster form, arrow diagram, and by identifying its domain and range.
The tabular form displays the relation as a table where each row represents a pair from the relation.
| Input (x) | Output (y) | |---------|----------| | 1 | 2 | | 2 | 4 | | 3 | 6 |
The roster form lists all ordered pairs of the relation explicitly within curly braces.
Example: R = {(1, 2), (2, 4), (3, 6)}
An arrow diagram visually connects elements from the domain to their corresponding elements in the range using arrows.
Example:
Domain → Range 1 → 2 2 → 4 3 → 6
This is often drawn with two sets of circles and arrows between them:
{1} → {2} {2} → {4} {3} → {6}
From the relation R = {(1, 2), (2, 4), (3, 6)}
Domain = {1, 2, 3}
Range = {2, 4, 6}