Given $s=-16t^2+192t+144$, what is the velocity when $s=0$?
This is part of a larger optimization problem which I solved, except for this last part. The critical point occurs at $t=6$, so after $t=6$ the position function is decreasing since the slope ($s^{\prime}$) is negative.
To find the velocity when $s=0$, I tried $s=-16t^2+192t+144=0$, and quadratic formula gives the roots, which are $t=-12.71$ and $t=0.71$. Shouldn't we use the positive root, $t=0.71$, since $t$ must be positive, because $t$ is time and can't be negative?
The text answer says $-214.72$ but that comes from using the negative root, and I don't understand why negative time $t$ is used. Is $-214.72$ incorrect?
Thanks.
Multiply $-1$ on both sides of the equation and substitute $s=0$ to get $16t^2-192t-144=0$. Then, solve with result from quadratic variables. Let $a=16$, $b=-192$, $c=-144$ and solve with $$ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} $$