I've problem with formulating the following problem. I guess I need to express $v(d)$ in $v(t)$ but since $d=v*t$ I can't just replace $d$ with $v*t$ since I would get $v(t) = v...$, a recursive function.
A particle moves in a straight line. The velocity of the particle ($v$) depends on the traveled distance ($d) according to:
$$ v = \frac{3d+4}{2d+1} $$
where $d$ is the distance from the particle to its starting point. Calculate the particle acceleration when d = 2. (The derivate of speed depending on time gives the acceleration).