Question: A ball of mass m is thrown vertically upward with initial velocity $v_0$. Air resistance is proportional to the square of the velocity. If the terminal velocity of the ball is $v_t$, show that when the ball returns to its original position its velocity satisfies
$\frac{1}{v_1^2}=\frac{1}{v_0^2}+\frac{1}{v_t^2}$
I began by splitting the whole motion in two: i) Upwards and ii) Downwards...
i) Upwards:
Let y be the upward displacement from the starting point y=0, h be the maximum height of the ball, k is a constant.
Using Newton's second law of motion, F=ma, I got:
${mv}\frac{dv}{dy}=mg-mkv^2 \Rightarrow {v}\frac{dv}{dy}=g-kv^2 \Rightarrow \int dy = -\int \frac{vdv}{g+kv^2}$
Once I insert the bounds for the integrals I get:
$h=\frac{1}{2k}log(\frac{kv_0^2+g}{g})$
ii) Downwards:
Now this is where I've gotten stuck and the concept of terminal velocity has gotten me very confused. Can anyone tell me where to proceed from here (if what I've gotten so far is correct) in order to get $\frac{1}{v_1^2}=\frac{1}{v_0^2}+\frac{1}{v_t^2}$