Consider straightforward projectile motion - say a cannonball fired from a cannon. It's not too difficult to write down the differential equations to solve by applying Newton's laws of motion, and then not too difficult to solve them. But suppose you just wanted to know the maximum height ...
e.g Angle for a given distance, maximum height, terminal velocity? Angle for a given distance In order to find out what is the angle to reach a certain distance, x, we need to loop this trajectory as many angles until it reaches the point (x,0). Therefore, I put the whole process ...