What is the range of the function #f(x)= 5^(sqrt(2x^2-1)) #?

2 Answers
Feb 15, 2018

The range is [1, #oo#)

Explanation:

When first looking at this problem, I would focus on the domain. Having x under a square root usually results in a limited domain. This matters because if points don't exist in the domain, then we need to make sure that we don't include them in the range either!

The domain for #f(x)# is (-#oo#, -#sqrt(1/2)#)#uu#(#sqrt(1/2)#, #oo#), as #2x^2 -1# cannot be less than #0# or the resulting number will be imaginary.

Now, we need to look at end behavior to see where the function is heading for #oo# and -#oo# for #x#. When looking at end behavior, we can ignore smaller details that do not affect the general shape of the function. When describing end behavior, the function #g(x)# is typically used.

g(x) = #5^sqrt(x^2)#
g(x) = #5^|x|#

And 'plug in' negative and positive infinity
g(-#oo#) = #5^|-oo|#
g(#-oo#) = #oo#

g(#oo#) = #5^|oo|#
g(#oo#) = #oo#

#f(x)# heads toward positive infinity either way

Now, we need to find the minimum that the function is. Keep in mind that #f(x)# is not continuous as we demostrated in its limited domain.

Since #f(x)# is an even function (symmetric on the y-axis) and #y# increases as the magnitude of #x# does, the minimum #y# value will be found where #x# is closest to 0. In our case, it will be -#sqrt(1/2)# or #sqrt(1/2)# due to the limited domain. Lets plug in #sqrt(1/2)# to find the minimum.

f(#sqrt(1/2)#) = #5^sqrt(2*(sqrt(1/2))^2-1)#
f(#sqrt(1/2)#) = #5^sqrt(2*(1/2)-1)#
f(#sqrt(1/2)#) = #5^(1-1)#
f(#sqrt(1/2)#) = #5^0#
f(#sqrt(1/2)#) = 1

So, the range will be [1, #oo#)

Feb 15, 2018

[1, positive infinity)

Explanation:

When graphing this function (I recommend Desmos if you don't have it graphed) you can see the lowest part of the function touches 1 on the y axis, and continues positively to infinity. An easy way to find this without a graph is to see if you have any restrictions in the equation. Since there are no square roots of negative numbers, we know that if we set the exponent to 0, we can find the lowest possible x value.

#sqrt((2x^2)-1)= 0#
#(2x^2)-1 = 0^2#
#2x^2-1=0#
#2x^2=1#
#x^2=1/2#
#x=sqrt(1/2)#

Now that we have the Domain restriction, we can use this for the original equation

#f(sqrt(1/2))=5^sqrt((2(sqrt(1/2) )^2)-1)#
#f(sqrt(1/2))=5^sqrt((2(1/2)-1)#
#f(sqrt(1/2))=5^sqrt((1-1)#
#f(sqrt(1/2))=5^sqrt(0)#
#f(sqrt(1/2))=5^0#
#f(sqrt(1/2))=1#

Now we have determined that the lowest possible y value is 1, and there is no restriction on how high the y values can possibly go. Therefore, the range is from positive 1 (inclusive) to positive infinity.