Haha, going to getbig to do math homework

I'll spell it out for you.
So you've got f(x) = x/(x+1) = x*(x+1)^-1
The idea is you break f(x) into the product of two other functions, call them g(x) = x and h(x) = (x+1)^-1
f(x) = x*(x+1)^-1 = g(x) * h(x)
Then you use the product rule, and then the chain rule for h'(x)... f'(x) = g'(x)*h(x) + g(x)*h'(x) = 1*(x+1)^-1 + (-1)*x*(x+1)^-2
f'(x) = 1/(x+1) - x/(x+1)^2 = (x+1)/(x+1)^2 - x/(x+1)^2 = 1/(x+1)^2
For the 2nd derivative, just use the chain rule... f''(x) = f'(f'(x)) = d((x+1)^-2)/dx
f''(x) = -2*((x+1)^-3) = -2/(x+1)^3