Question

How to identify the domain and range of a relation from ordered pairs

Original question: For the above examples: a. domain of $S=\{1,3,5\}$, range of $S=\{1,2,4,6\}$ b. domain of $T=\{-3,4,5,7\}$, range of $T=\{5,12,-6\}$ Some relations may be defined by a rule relating the elements in the domain to their corresponding elements in the range. In order to define the relation fully, we need to specify both the rule and the domain. For example, the set $\{(x,y):y=x+1, x\in\{1,2,3,4\}\}$ is the relation $\{(1,2),(2,3),(3,4),(4,5)\}$ The domain is the set $\{1,2,3,4\}$ and the range is the set $\{2,3,4,5\}$。

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: When you work with a relation, the input values and output values play different roles. The domain is the set of inputs, and the range is the set of outputs that actually appear. That sounds simple, but it helps to separate the rule from the list of pairs.

A relation is fully described by two things:

  1. the rule that connects inputs to outputs,
  2. the domain of allowed input values.

For the relation

{(x,y):y=x+1, x{1,2,3,4}},\{(x,y): y=x+1,\ x\in\{1,2,3,4\}\},

the rule is y=x+1y=x+1 and the domain is {1,2,3,4}\{1,2,3,4\}.

Now substitute each value of xx:

  • if x=1x=1, then y=2y=2
  • if x=2x=2, then y=3y=3
  • if x=3x=3, then y=4y=4
  • if x=4x=4, then y=5y=5

So the relation is

{(1,2),(2,3),(3,4),(4,5)}.\{(1,2),(2,3),(3,4),(4,5)\}.

  • Domain: {1,2,3,4}\{1,2,3,4\}
  • Range: {2,3,4,5}\{2,3,4,5\}

For the examples you listed:

a.

If the domain is S={1,3,5}S=\{1,3,5\} and the range is {1,2,4,6}\{1,2,4,6\}, then the relation must map each input in SS to one or more outputs in that range, depending on the rule.

b.

If the domain is T={3,4,5,7}T=\{-3,4,5,7\} and the range is {5,12,6}\{5,12,-6\}, then again the exact pairs depend on the rule, but the domain still means the allowed inputs and the range means the outputs that occur.

The main idea is: domain = what goes in, range = what comes out.


Pitfalls the pros know 👇 Students often mix up range with codomain or with the set of all possible outputs suggested by the rule. Here, the range is only the outputs that actually show up from the listed domain. Another easy mistake is forgetting that the same output can appear more than once in the ordered pairs; sets do not repeat elements.

What if the problem changes? If the domain changes, the relation changes too, even when the formula stays the same. For example, with y=x+1y=x+1:

  • if the domain is {1,2,3}\{1,2,3\}, the range is {2,3,4}\{2,3,4\}
  • if the domain is {0,2,4}\{0,2,4\}, the range is {1,3,5}\{1,3,5\}

Same rule, different domain, different relation.

Tags: domain, range, ordered pairs

FAQ

What is the domain of a relation?

The domain is the set of input values, or x-values, that are allowed in the relation.

What is the range of a relation?

The range is the set of output values, or y-values, that actually occur for the given domain.

chat