A projectile is fired from ground level at an angle of with respect to the horizontal. Let be the length of the arc of the projectile through the air. Let be the time the projectile stays in the air.
What value of (in degrees) maximizes the product of and ?
Note: Assume an ambient downward gravitational field
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I took a pure brute-force approach to this. Sweep θ in small increments. For each θ , simulate the physics over time and keep track of the path length and flight time. Store the value of θ which yields the greatest product. The answer is something close to 6 9 . 7 degrees.