1. Find the points on the graph of f(x) = (1/3)x3 + x2 - x - 1 at which slope is a)2 and b)0?
df(x)/dx = x2 + 2x - 1
a) 2 = x2 + 2x - 1
0 = x2 + 2x - 3
0 = (x+3)(x-1)
x = -3 and 1
b) 0 = x2 + 2x - 1
This one doesn't factor, so use the quadratic formula (look it up).
Answer is x = -1 ± √2
2) You didn't use parentheses so your equation is ambiguous as written. I think it's
s(t) = t + 1/(t+1) = t + (t+1)-1
The velocity is:
v(t) = ds(t)/dt
Can you finish it from here? Use the Power and Chain Rules.