How do you find the domain and range of #y = (x - 3)/( x^2 - 4)#?

2 Answers
Aug 23, 2015

Domain:
#x!=+-2#
or
#(-oo,-2)# and #(-2,2)# and #(2,+oo)#

Range:
#(-oo, (3-sqrt(5))/8]# and #[(3+sqrt(5))/8,+oo)#

Explanation:

Domain is easy. This function is defined everywhere except those values of argument #x# when the denominator #x^2-4# equals to zero. These points are solutions to an equation
#x^2-4=0#
or
#x^2=4#
Solutions are #x=2# and #x=-2#.
At these points the function has vertical asymptotes.

To address the range, let's first transform the function as follows:
#y=(x-3)/(x^2-4)=((x-2)-1)/((x-2)(x+2))=1/(x+2)-1/(x^2-4)#

Next step is to graph this function as a sum of two graphs #y=1/(x+2)# and #y=-1/(x^2-4)#. If any of these graphs present a problem or you need some explanation about how to sum two graphs, I suggest to refer to a course of mathematics on Unizor topic Algebra - Graphs.

The resulting graph would look like
#y=1/(x+2)-1/(x^2-4)#

graph{1/(x+2)-1/(x^2-4) [-10, 10, -5, 5]}

It's easy to see from this graph that the only segment not covered by values of this function is the one between the maximum of the right part of a graph and minimum of the middle part.

To find these values, let's use the calculus to find the arguments where our function reaches its local maximum and minimum values, that is those values of #x# when the first derivative of our function equals to zero. The greater value of #x# would correspond to the lower boundary of the segment of values the function does not take, and the smaller value of #x# would correspond to the top boundary value of this segment.

Taking the derivative of this function results in'
#dy/(dx)=-1/(x+2)^2+(2x)/(x^2-4)^2#

Now we have solve the equation
#-1/(x+2)^2+(2x)/(x^2-4)^2=0#
or
#-1/(x+2)^2+(2x)/((x-2)^2(x+2)^2) = 0#
or
#-(x-2)^2/((x-2)^2(x+2)^2)+(2x)/((x-2)^2(x+2)^2) = 0#
or
#(-(x-2)^2+2x)/((x-2)^2(x+2)^2) = 0#

In this case we have to find where the numerator equals to zero, that to solve
#-(x-2)^2+2x = 0#
or
#-x^2+6x-4 = 0#
or
#x^2-6x+4=0#
Solutions of this quadratic equation are
#x_1=3+sqrt(5)# and #x_2=3-sqrt(5)#

We have to use the larger value #x_1=3+sqrt(5)# in our function to get the lower boundary of a segment where there are no values of our function:

#1/(x_1+2)-1/(x_1^2-4)=1/(3+sqrt(5)+2)-1/((3+sqrt(5))^2-4)=#

#=1/(5+sqrt(5))-1/(10+6sqrt(5))=(5-sqrt(5))/(25-5)-(6sqrt(5)-10)/(180-100)=#

#=(3-sqrt(5))/8#

We have to use the smaller value #x_1=3-sqrt(5)# in our function to get the upper boundary of a segment where there are no values of our function:

#1/(x_2+2)-1/(x_2^2-4)=1/(3-sqrt(5)+2)-1/((3-sqrt(5))^2-4)=#

#=1/(5-sqrt(5))+1/(6sqrt(5)-10)=(5+sqrt(5))/(25-5)+(6sqrt(5)+10)/(180-100)=#

#=(3+sqrt(5))/8#

Therefore, the range of our function is
#(-oo, (3-sqrt(5))/8]# and #[(3+sqrt(5))/8,+oo)#

Aug 23, 2015

Solve for #x# in terms of #y# to find the range of #y#.

#(-oo, (3-sqrt(5))/8] uu [(3+sqrt(5))/8, oo)#

Explanation:

Here's an alternative method to try to find the range using elementary methods.

#y = (x-3)/(x^2-4)#

Multiply both sides by #(x^2-4)# to get:

#x - 3 = y(x^2 - 4) = yx^2 - 4y#

Subtract #x-3# from both sides to get:

#yx^2-x+(3-4y) = 0#

If #y = 0# then this simplifies to:

#-x+3 = 0#, giving #x = 3#

Otherwise, use the quadratic formula to get:

#x = (1+-sqrt(1-4y(3-4y)))/(2y)#

#=(1+-sqrt(16y^2-12y+1))/(2y)#

This will have Real solutions when the discriminant is non-negative, that is when:

#16y^2-12y+1 >= 0#

This quadratic in #y# has zeros given by the quadratic formula:

#y = (12+-sqrt(12^2-4*16*1))/32 = (12+-sqrt(144-64))/32#

#= (12+-sqrt(80))/32 = (12+-4sqrt(5))/32 = (3+-sqrt(5))/8#

Hence #16y^2-12y+1 >= 0# for

#y in (-oo, (3-sqrt(5))/8] uu [(3+sqrt(5))/8, oo)#