Relations vs Functions: What's the Difference?
A relation connects domain values to range values, but it doesn't have to follow the "one input, one output" rule. For example, when x = 4 in y = √x, you get both y = 2 and y = -2, creating ordered pairs (4,2) and (4,-2).
A function is stricter - it's a special type of relation where each domain element connects to only one range value. In y = x² + 1, when x = 1, you get exactly one answer: y = 2, giving you the ordered pair (1,2).
The key difference? Functions are predictable and reliable, while relations can have multiple outputs for the same input. This makes functions incredibly useful for modeling real-world situations.
Test Tip: If you see the same x-value paired with different y-values, it's a relation but not a function!