Jon P. answered 02/21/15
Tutor
5.0
(173)
Honors math degree (Harvard), extensive Calculus tutoring experience
There's something wrong with the way you wrote the function.
(2, ln 5) does not satisfy the equation f(x) = ln(x2) + 1.
But if you meant f(x) = ln(x2 + 1), then that works, so let's assume that's it.
So get the derivative...
By the chain rule, d/dx ln(x2 + 1) = 1 / (x2 + 1) * d/dx (x2 + 1) = 1 / (x2 + 1) * 2x = 2x / (x2 + 1)
The slope is the value of the derivative at the point you're interested in. x = 2, so the slope is 2*2 / (22 + 1) = 4/5.