Ks. Jan Jenkins said:
Firstly, some basic equations of motion, which one can derive using integral calculus:
a = -g (the acceleration is in the opposite direction of the initial velocity, that is, downwards)
v = v(0) + a*t (the velocity at any given moment is equal to the initial velocity plus the acceleration multiplied by the time it has accelerated).
The equation given actually uses v for the variable v(0) here. Acceleration is -g, thus one has:
velocity = v - g * t
For the position of the projectile at time t:
s = 1/2 a * t^2 + v(0) * t + s(0)
which using the variable names in your equation :
h = v * t - 1/2 g * t^2 + 0 (s(0) is 0 as the problem says that the projectile is launched from ground level = 0)
This equation for h (s for position or 'spatium' in latin) gives the height of the projectile at any certain time t.
Thus rephrasing your question: what is the greatest height of the projectile?
This is equivalent to saying: what is the maximum of this function? You should know that the minimum or maximum of a function always occurs when the (first) derivative of the function = 0. So let us take the first derivative of s with respect to t:
ds/dt = v - 1/2 g * 2t + 0
thus t = v / g at the maximum of this function. Substitute t into your original equation for s and you will find out what s must be at that time t.
s = v * v / g - 1/2 g * (v/g)^2
s = v^2/g - 1/2 g * v^2 / g^2
s = (v^2 - 1/2 v^2)/g
s= 1/2 v^2/g or (v^2)/(2*g)
Which is the answer to your problem - the height is = 1/2 v^2/g at it's maximum.