What are common mistakes students make when working with domain?

1 Answer
Dec 27, 2014

Domain is usually a pretty straightforward concept, and is mostly just solving equations. However, one place I have found that people tend to make mistakes in domain is when they need to evaluate compositions.

For instance, consider the following problem:

f(x)=4x+1

g(x)=14x

Evaluate f(g(x)) and g(f(x)) and state the domain of each composite function.

f(g(x)):

4(14x)+1

x+1

The domain of this is x1, which you get by setting what's inside the root greater than or equal to zero.

g(f(x)):

4x+14

The domain of this is all reals.

Now if we had to combine the domains for the two functions, we would say that it is x1. However, this is slightly wrong. This is because you need to consider the domain of each of your initial functions as well, which is something that people miss often. The domain of 14x is simply all reals, but the domain of 4x+1 is x14 (which you get by setting everything under the radical0).

Now, we know that the domain of everything put together is in fact x14. This is one of the things I have seen other students miss pretty often.

Hope that helped :)