SOLUTION: What is the domain of this function? g(x) = √(x(x-8)

Algebra ->  Functions -> SOLUTION: What is the domain of this function? g(x) = √(x(x-8)      Log On


   



Question 335529: What is the domain of this function?
g(x) = √(x(x-8)

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
The square root function requires non-negative arguments.
x%28x-8%29%3E=0
.
.
Break up the number line into 3 regions.
Region 1:(-infinity,0)
Region 2:(0,8)
Region 3:(8,infinity)
.
.
Choose a point in each region, not an endpoint, and calculate the product.
If the value is not negative, that region is part of the domain.
.
.
Region 1: x=-1
%28-1%29%28-1-8%29%3E=0
-1%28-9%29%3E=0
9%3E=0
True, this region is part of the domain.
.
.
Region 2: x=1
%281%29%281-8%29%3E=0
-7%3E=0}
False, this region is not part of the domain.
.
.
Region 3:x=9
%289%29%289-8%29%3E=0
9%3E=0
True, this region is part of the domain.
.
.
The domain is then (-infinity,0) U (8,infinity)
.
.
.
graph%28300%2C300%2C-5%2C15%2C-10%2C10%2Csqrt%28x%2A%28x-8%29%29%29