To find the inverse of a function simply switch the x and y.
So for the above function.
y = 6 / (2 + x2)
Change it to...
x = 6 / (2 + y2)
Then solve for y by isolating it.
x * (2 + y2) = 6
2 + y2 = 6 / x
y2 = (6 / x) - 2
y = √( (6 / x) - 2)
Now you take the derivative at x = 2, y = 1
Remember the chain rule.
dy/dx = [1 / (√( (6 / x) - 2) * -2 ] * (6 / x2)
dy/dx = -3 / (√( (6 / x) - 2) * x2)
Substituting x = 2
slope = -3 / (√( (6 / 2) - 2) * 22)
= 3 / √1 * 4
= -3/4
The reason why you got -3/2 is because you assumed the inverse of the function is f(x) -1
or 1/f(x)
When the inverse is reversing the x and y values essentially rotating the function along the y=x line to think visually.
Remember to find the inverse of a function reverse the x and y value.
So the inverse of y = x2 Becomes y = √x for x = 0 through infinity