
Bradford T. answered 08/27/21
Retired Engineer / Upper level math instructor
There is a question about "Calculate the difference quotient".
In Calculus, the difference quotient is (f(x+h)-f(x))/h. But I don't think that is what is being asked here.
I believe the question is to simplify:
(f(x)-f(2))/(x-2) where f(x) = (x+1)/(x-1)
f(2) = (2+1)/(2-1) = 3
(f(x)-f(2))/(x-2) =
((x+1)/(x-1) -3)/(x-2) = (x+1-3x+3)/((x-1)(x-2)) = (-2x+4)/((x-1)(x-2)) = -2(x-2)/((x-1)(x-2)) = -2/(x-1)