First, let's write down the resulting function if we divide g(x) by f(x),
g(x) = x2 - 9
f(x) = 2 - x1/2
g(x) / f(x) = (x2 - 9) / (2 - x1/2)
To determine the domain of this function, we need to ask, "What values of x will result in the function being undefined?" These are the values that we will exclude from our domain.
For this example, the only time the function will be undefined, is when the denominator is equal to 0. So, we can set the denominator equal to 0 to find the value of x which we must exclude from our domain.
2 - x1/2 = 0
2 = x1/2 [adding x2 to both sides]
4 = x [squaring both sides]
Therefore, if x = 4, then the function is undefined.
We can write the domain of this function in interval notation as follows,
(-∞,4)U(4,∞)