The eqation $mv' = Kv^2 - mg$ describes the velocity (negative velocity points downwards of a parachute jumper of mass $m$ subject to gravity $g$, and wind resistance from the open parachute of $Kv^2$, with $K$ a constant. $m= 100 kg$, $g=10 m/s^2$, $K=10 kg/m$.
Suppose that at $t = 0$, $v(0) = -20 m/s$. Find the time at which the acceleration $v'$ is largest in absolute value. At that moment, what is the g-force experienced by the jumper?
We are given that $v' = \frac{1}{10}v^2 - g$.
I tried using implicit differentiation so that $v'' = \frac{1}{5}vv' = \frac{1}{5}v(\frac{1}{10}v^2-g)$ and set this equal to $0$. Hence we have 3 critical points, at $v= 0$, and $v = \pm \sqrt{10g}$.
Calculating $v''(0)=-120$, we know the function is concave, but I'm not really sure where to go from here. Any help would really be appreciated!
$$m\frac{dv}{dt}=Kv^2-mg$$ With the given numerical values $\quad m= 100$, $\quad g=10$, $\quad K=10$ : $$v'=\frac{dv}{dt}=\frac{1}{10}v^2-10$$ $$dt=\frac{dv}{\frac{1}{10}v^2-10}$$ $$t=\int\frac{dv}{\frac{1}{10}v^2-10}=\frac12\ln\left(\frac{v-10}{v+10} \right)+c$$ Initial condition : $v(0)=-20$
$0=\frac12\ln\left(\frac{-20-10}{-20+10} \right)+c\quad\implies\quad c=-\frac12\ln(3)$ $$t=\frac12\ln\left(\frac{v-10}{3(v+10)} \right)$$ $$\boxed{v=-10\frac{3e^{2t}+1}{3e^{2t}-1}}$$ $$v'=120\frac{e^{2t}}{(3e^{2t}-1)^2}$$ $v'>0\quad$ thus $v(t)$ is increasing, starting from $-20$ and tending to $-10$. $$v''=-240\frac{e^{2t}(3e^{2t}+1)}{(3e^{2t}-1)^3}$$ $t>0\quad\implies\quad 3e^{2t}-1>0$
$v''<0\quad$ thus $v'(t)$ is decreasing, starting from $30$ and tending to $0$.
Hence the maximum of $v'$ is $30$ at $t=0$.
Of course the above result is valid only for $t\geq 0$.