Can someone please explain to me:
Find the maximal domain of
h(x) = ((x-1)/(x+2))^1/2
I'm getting pretty confused. I also remember there was a thread about finding maximal domains but i forgot where it is now.. Does anyone know?
Thank you
Simply look for problem areas - for example, you can't take the square root of a negative number (note that the domain of the square root function is undefined for negative x), so we want everything inside of it to be positive or zero:

Now, multiplying x+2 across poses a problem, because if the number is negative then we have to change the inequality. So, we have two situations - either x>=-2 (so x+2 is positive/zero) or x<-2 (so x+2 is negative).
For x>=-2:

The intersection of these is x>=1, so we take x>=1 as one set that the function is defined.
For x<-2:

The intersection of these is x<-2, so we take x<-2 as another set that the function is defined.
Finally, the maximal domain comes from the union of these two sets - so, the maximal domain is
\cup[1,\infty))
You can, of course, supplement this with a graph to make sure you haven't messed up (checking with the graph of (x-1)/(x+2), we see that it is positive over that domain)