I'm trying to find the trajectory an object would take (assuming air drag is negligible and trajectory angle is always between 0 and 90), including peak height. Here's what I know:
- takeoff point latitude, longitude, elevation
- landing poing latitude, longitude, elevation
- distance traveled
- amount of time in the air
For me the problem could be reduced to 2d space, so if an object travels a horizontal distance of 8 meters starting at an elevation of 0 and ending at a relative elevation of -5 meters, and travels for 2 seconds. What was the peak height, and at what point in time did it reach that peak hight.
Also, trying to write this equation in to php, C, or objective C. Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…