369,576 views
35 votes
35 votes
The domain of a function can be represented by which one of the following

options?
A. a set of F(x) values
B. a set of both input and output values
C. a set of input values
D. a set of output values

User Liamf
by
3.0k points

1 Answer

30 votes
30 votes

Answer: C. a set of input values

The domain is the set of allowed x values, aka input values.

With fairly many domain problems, one thing to look out for are things like potential division by zero issues. For example, if you had the function f(x) = 2/(x-3), then we want to avoid the denominator x-3 from being zero. Because x = 3 makes x-3 equal to zero, this means we must kick x = 3 out of the domain; however, any other real number will work. This example function therefore has the domain of any real number but 3.

Square roots are another thing that often comes up with domain problems. One example could be g(x) = sqrt(x+5). We'd want the x+5 to never be negative. Solving
x+5 \ge 0 leads to
x \ge -5 to tell us what set of input x values we can plug in: namely anything -5 or larger.

Other types of domain problems can occur, but those two types are most common in my experience.

User Arslan Ali
by
2.9k points