Question #56413

1 Answer
Aug 29, 2015

For part (a): Domain: #(-oo, -3]#
For part (b): Domain: #(-oo, + oo)#
For part (c): Domain: #[2, 4]#

Explanation:

In all three cases, you're dealing with functions that equal the square root of an expression.

Right from the start, you need to take into account the fact that, for real numbers, you cannot take the square root of a negative number.

This means that you need to check these expressions for any value of #x# that would make them negative, and exclude these values from the functions' domain.

So, let's start with the first one.

#f(x) = sqrt(-3x-9)#

You need to have

#(-3x - 9)>=0#

#-3x >= 9 implies x <= 9/((-3)) = -3#

The domain of the function will thus include any value of #x# that is greater than or equal to #(-3)#. Any other value will be excluded. This means that the function's domain will be #(-oo, -3]#.

graph{sqrt(-3x-9) [-14.24, 14.24, -7.12, 7.12]}

Do the same for the second one.

#g(x) = sqrt(x^2 + 4)#

Now, because #x^2>=0# for all real values of #x#, the expression under the square root will never be positive. In fact, it will never be smaller than #4#, since that's the value you'd get for #x=0#.

This means that you don't have any restrictions for the function's domain, which will be #x in RR#, or #x in (-oo, + oo)#.

graph{sqrt(x^2 + 4) [-41.1, 41.14, -20.53, 20.56]}

Now for the third one.

#h(x) = sqrt(2x-4) + sqrt(-5x + 20)#

You need the expressions that are under the square roots to be valid at the same time. You will thus have

#2x - 4 >=0#

#2x >= 4 implies x >=2#

and

#-5x + 20 >=0#

#-5x >= - 20 implies x <= 4#

The domain of the function will thus be #[2, 4]#, since any value of #x# outside this interval will make of the the two square roots undefined.

graph{sqrt(2x-4) + sqrt(-5x + 20) [-16, 16.05, -8, 8.02]}