The domain is all real numbers, unless there is some operation which is not legal for all x.
In this case it's the square root. You can only take a square root of something which is >= 0. So the domain is the set of x such that x^3 - 9x >= 0.
Now you have to solve that inequality to find out what x that is.
x^3 - 9x >= 0
x(x^2 - 9) >= 0
x(x - 3)(x + 3) >= 0
There are three factors here. The place where each one is 0 defines a point where the factor changes from negative to positive. For instance the factor x is negative when x < 0 and positive when x > 0.
The factor x + 3 is negative when x < -3 and positive when x > -3.
The factor x - 3 is negative when x < 3 and positive when x > 3.
So you can see those three factors define three "critical points" x = -3, 0, 3 where the signs change. They divide the real number line up into separate regions where the factors have different combinations of signs.
You want them to multiply to be a non-negative number. So the number of negative factors has to be either 0 or 2. If you have 1 negative number or 3 negative numbers, the product is negative.
Put all that together. Find the places defined by x = -3, 0, 3 where there are either 0 or 2 negative factors.