1) You must work on your notation.
Do you mean [sqrt(x) + 1] or [sqrt(x+1)]
You wrote "f (x+h) - f (x) /h ", but I'm almost certain you meant "[f(x+h) - f(x)]/h"
2) Well, do it. What does that f(x) notation mean?
If f(x) = sqrt(x+1), we have
[sqrt(x+h+1) - sqrt(x+1)]/h
I suggest multiplying numerator and denominator by [sqrt(x+h+1) + sqrt(x+1)].