I have the following rational model equation which fits distance versus time data very well:
$$y = \frac{bt}{1+ct+dt^2}$$
The derivative of this equation is :
$$\frac{dy}{dt} = \frac{(b-bdt^2)}{(1+ct+dt^2)^2}$$
Now at $t = 0, y = 0$ and $$\frac{dy}{dt} =u$$
where $u$ is the velocity at $t=0$
At $t = t_1, y = r$ and $$\frac{dy}{dt} =v$$
what I would like to do is solve for the constants $b$, $c$ and $d$ in terms of $u$, $v$ and $r$:
I can easily get:
$$b = u$$
but I'm having trouble solving for the other coefficients. Is it possible to solve for $c$ and $d$ in terms of $u$, $v$ and $r$?