How do you find the inverse of y=((x^2)-4)/xy=(x2)4x and is it a function?

1 Answer
Mar 22, 2016

y=(x+-sqrt(x^2+16))/2y=x±x2+162, not a single function

Explanation:

Graph the original function:

graph{(x^2-4)/x [-41.1, 41.1, -20.54, 20.55]}

Since it does not pass the horizontal line test, its inverse will not be a function.

To find its inverse still, flip the xx terms and yy terms and then solve for yy.

y=(x^2-4)/x" "=>" "x=(y^2-4)/yy=x24x x=y24y

Multiply both sides by yy.

xy=y^2-4xy=y24

Rearrange to get both terms with yy on the same side of the equation.

y^2-xy=4y2xy=4

Now, add x^2/4x24 to both sides of the function.

y^2-xy+x^2/4=x^2/4+4y2xy+x24=x24+4

Note that y^2-xy+x^2/4=(y-x/2)^2y2xy+x24=(yx2)2 and x^2/4+4=(x^2+16)/4x24+4=x2+164.

(y-x/2)^2=(x^2+16)/4(yx2)2=x2+164

Take the square root of both sides. Note that we will take the positive and negative versions of this -- this will actually create two separate functions that cannot act as a function on their own since together they break the vertical line test.

y-x/2=(+-sqrt(x^2+16))/2yx2=±x2+162

y=(x+-sqrt(x^2+16))/2y=x±x2+162

Graphed, this should be a reflection of the graph of y=(x^2+4)/xy=x2+4x over the line y=xy=x.

graph{(y-(x+sqrt(x^2+16))/2)(y-(x-sqrt(x^2+16))/2)=0 [-52.02, 52.02, -26, 26.02]}

Note that the top line is the graph of y=(x+sqrt(x^2+16))/2y=x+x2+162 and the bottom line is the graph of y=(x-sqrt(x^2+16))/2y=xx2+162.