nhmllr
- 183
- 1
If I were to create a function for height affected by gravity (as a function of time) would it be
height = initial upwards velocity * time - gravity * time2
OR
height = initial upwards velocity * time - 2 * gravity * time2
OR something else, and why?
I thought it would be the first one, but after trying to solve some problems, upon checking my work it seems like it would be the second one.
height = initial upwards velocity * time - gravity * time2
OR
height = initial upwards velocity * time - 2 * gravity * time2
OR something else, and why?
I thought it would be the first one, but after trying to solve some problems, upon checking my work it seems like it would be the second one.
Last edited: