Jean G. answered 04/01/21
Math, Physics, Computer Science
f(x) = 7 + 3/x + 2/x2
For convenience, let's rewrite as: f(x) = 7 + 3x-1 + 2x-2
7 is a constant, so its derivative is 0
3x-1 = (-1)(3x-1-1) = -3x-2 (By the Power Rule).
-3x-2 = -3/x2
2x-2 = (-2)(2x-2-1) = -4x-3 (By the Power Rule)
-4x-3 = -4/x3
Then, we have that f'(x) = -3/x2 - 4/x3 = -3x/x3 - 4/x3 = -(3x + 4)/x3
To find f'(5), just plug in 5 into our equation:
-(3x + 4)/x3 = -(3*5 + 4)/(5)3 = -(15 + 4)/125 = -19/125.