What is the domain and range of #f(x) = (10x)/(x(x^2-7))#?

1 Answer
Aug 3, 2015

Domain: #(-oo, -sqrt(7)) uu (-sqrt(7), sqrt(7)) uu (sqrt(7), +oo)#
Range: #(-oo, -10/7) uu (0, + oo)#

Explanation:

First, simplify your function to get

#f(x) = (10 * color(red)(cancel(color(black)(x))))/(color(red)(cancel(color(black)(x))) * (x^2 - 7)) = 10/(x^2-7)#

The domain of the function will be affected by the fact that the denominator cannot be zero.

The two values that will cause the denominator of the function to be
zero are

#x^2 - 7 = 0#

#sqrt(x^2) = sqrt(7)#

#x = +- sqrt(7)#

This means that the domain of the function cannot include these two values, #x=-sqrt(7)# and #sqrt(7)#. No other restrictions exist for the values #x# can take, so the domain of the function will be #RR -{+-sqrt(7)}#, or #(-oo, -sqrt(7)) uu (-sqrt(7), sqrt(7)) uu (sqrt(7), +oo)#.

The range of the function will also be affected by the domain restriction. Basically, the graph will have two vertical asymptotes at #x=-sqrt(7)# and #x=sqrt(7)#.

For values of #x# located in the interval #(-sqrt(7), sqrt(7))#, the expression #x^2-7# is maximum for #x=0#.

#f(0) = 10/(0^2 - 7) = -10/7#

This means that the range of the function will be #(-oo, -10/7) uu (0, + oo)#.

graph{10/(x^2-7) [-10, 10, -5, 5]}