There are three things to note when trying to find implied domains.
- If you have a square root, then anything under the square root has to be equal to or greater than zero (since we can't take the square root of a negative number in methods).
- If you have a fraction, the denominator of the fraction can't be zero, as we can't divide by zero, the function is undefined at that point.
- If you have a log, then whatever is inside the log has to be greater than zero, since we can't take the log of zero or a negative number.
There is also the partly trick case which some people fall for, where you have a square root in the denominator of a fraction, where for the square root you need

, but to satisfy the fraction you need

, and so need to take whats common to both,

.
...Now I haven't actually got to the question specifically yet.
Use the rules above, but note what happens when you multiply the denominator of

up. If it is positive then everything goes well, if it is negative then you need to flip the inequality sign, but taken into account the region where it is negative.
try it first before looking at the working here
<br />\\ x-1 & \geq0<br />\\ x & \geq1<br />\\ \text{If }x+2\leq0<br />\\ \left(x\leq-2\right)<br />\\ x-1 & \leq0<br />\\ x & \leq1<br />\\ \text{So }x\leq-2<br />\end{alignedat})
So at the moment we have

and

, but we not take into account that the denominator cannot be zero, that is

, so

. This gives us our domain of
\cup[1,\infty))
You could also use this little trick sometimes to help you out, but in this situation it just makes more work than is needed.