I've faced this question when trying to solve a test problem I had. The test, of course, did not require those functions to be expressed, but I just had to know what's going on.
We're given a body falling in the air. Air friction is defined so $|\vec f|=kv^2$, when $k$ is a constant, valued $0.25 \frac {kg} {m}$ and the mass is $10kg$.
Now, developing some equations;
$$\vec {\Sigma F _y}=kv^2-m \vec g$$
Then I know that the body will reach a constant speed when $\vec v=\sqrt {\frac {m \vec g} {k}}$.
I wanted to know how I can plot the velocity by time function. I tried to express the acceleration: $$a_{(v)}=\frac {\vec {\Sigma F _y}} {m}=\frac {kv^2} {m} - g$$
So now I have an acceleration by velocity function. Is it possible to develop it to a form of velocity by time function? Or, simpler, to an acceleration by time function?
I've tried to integrate the function, but then I realized that as it's $a_{(v)}$ and not $a_{(t)}$ it won't be of any help (Or will it? Does it have a physical meaning)
I'm stuck in my own thoughts with that one, would like to have some hints :)