
Byron S. answered 11/03/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
I believe your formula should have a negative on t2 term:
s = (-1/2)gt2 + v0t + s0
To find any extreme value, you'll take the first derivative, set it equal to zero and solve. g, v0, and s0 are constants, so treat them like numbers, not variables.
s' = (-1/2)g(2t) + v0
s' = -gt + v0 = 0
The critical value is t = v0/g
You can then plug this into the original equation to solve for the maximum height.
smax = (-1/2)g(v0/g)2 + v0(v0/g) + s0
smax = - v0/(2g) + v02/g + s0
You can combine by using a common denominator of 2g if you like.