How do you find the domain and range of #1 / root4 (x^2 -5x)#?

1 Answer
Dec 31, 2017

Domain: #{x|x<0,x>5}#
Range: #y in RR^+#

Explanation:

Finding the Domain
To find the domain we want to look at where the function goes undefined. The first thing that might spring to mind is if the denominator equals zero. To find when that happens, we can solve this equation:

#root(4)(x^2-5x)=0#

#(root(4)(x^2-5x))^4=0^4#

#x^2-5x=0#

#x(x-5)=0#

By the zero factor principle we get that the solutions are #x=0# and #x=5#.

The other possibility that might make the function undefined is if the bit inside the 4th root is negative. To find when this occurs, we solve this inequality:

#x^2-5x<0#

#x(x-5)<0#

To find the negative possibilities for this inequality, we need to look at the intervals between the zeroes since that is where the function could potentially go negative. For the function to be negative, only one of the products may be negative.

On the interval #(-oo,0)# both factors will be negative, so the product will be positive.

On the interval #(0,5)# one of the factors will be negative, so we get a positive product.

And finally #(5,oo)# will always make two positive factors and a positive product.

This means that the function is undefined on the interval #(0,5)#. Combining this with the zeroes from the denominator we get an undefined interval of #[0,5]# and therefor our domain is:
#{x|x<0,x>5}#

Finding the Range
The vertical asymptotes caused by the zeroes in the denominator would normally go to #oo# from the positive direction and #-oo# from the negative direction. However, the root causes the negative values to be undefined, so we only get values greater than #0# to #oo# (note that the horizontal zero asymptotes never actually reach #0#).

This means that our will be all the positive real numbers, #RR^+#