I have a problem where I am trying to find the displacement in the x axis (i.e distance along the ground) of a projectile from the start point (where it is launched) to the point where it reaches a given height.
I know the initial velocity (v0), the launch angle, the target height (h) and gravitational acceleration (G). Air resistance can be ignored.
I have been able to find equations for calculating this given the time it takes for the projectile to reach the height (h), however I do not know the time taken.