I have all this stuff written down somewhere, but I think it all went up into the loft six months ago.
Taking a projectile at any given height and with any given velocity ( positive or negative ) I want to be able to find the new height after a period of time.
The only formula I could find from googling some projectile physics pages was this :
EndY=StartY+(VY*T)-(0.5*((Gravity*Time)^2))
But that doesn't look right to me, and a quick test indicates it's not returning the correct answer. Does someone have the correct formula?
Taking a projectile at any given height and with any given velocity ( positive or negative ) I want to be able to find the new height after a period of time.
The only formula I could find from googling some projectile physics pages was this :
EndY=StartY+(VY*T)-(0.5*((Gravity*Time)^2))
But that doesn't look right to me, and a quick test indicates it's not returning the correct answer. Does someone have the correct formula?