A particle moves with the velocity given by:
$$v(s(t)) = \frac{3s(t) + 4}{2s(t)+1}$$ where s(t) is the distance traveled.
Find the acceleration when s(t) = 2.
My attempt: $$a(s(t)) = \frac{\mathrm d}{\mathrm dV(s(t))}\left(\frac{3s(t) + 4}{2s(t)+1}\right) = \frac{(3s(t)+4)2 - 3(2s(t)+1)}{(2s(t)+1)^2}$$ $$a(2) = \frac{10\times 2-3\times 5}{25} = \frac{5}{25} = \frac{1}{5}.$$
The answer is however supposed to be $-\frac{2}{5}$. Why?