· 5 min read
How to Calculate Projectile Range and Flight Time
Heshan Fernando
Co-founder & COO
The question gives you a launch speed of 20 m/s at 35° above the horizontal and asks for the range. You know there are three or four formulas involved, you can half-remember the one with sin(2θ) in it, and you’re not sure whether it applies when the launch and landing heights are different — which, in this particular question, they are.
Projectile motion is a topic where the physics is simpler than the bookkeeping. Almost every mistake is an algebra or units slip rather than a conceptual misunderstanding.
What projectile motion actually involves
The core idea is that horizontal and vertical motion are independent. Ignoring air resistance, nothing pushes or pulls the projectile horizontally, so its horizontal velocity stays constant for the whole flight. Vertically, gravity accelerates it downward at a constant rate throughout.
So you split the launch velocity into components. At speed v and angle θ, the horizontal component is v·cos(θ) and the vertical is v·sin(θ). Then you solve the vertical problem for how long the flight lasts, and multiply that time by the constant horizontal velocity to get the range.
For a launch and landing at the same height, that collapses into the familiar results: flight time is 2·v·sin(θ)/g, maximum height is v²·sin²(θ)/(2g), and range is v²·sin(2θ)/g. That last one is why 45° gives maximum range on level ground — sin(2θ) peaks at 90°.
Why people get stuck here
- Using the level-ground formulas when the ground isn’t level. Launching from a cliff or a raised platform breaks the symmetry, and the neat range formula no longer applies.
- Degrees versus radians. A calculator in the wrong mode produces a plausible-looking answer that’s completely wrong.
- Sign conventions on g. Whether gravity is −9.81 or +9.81 depends on which direction you called positive, and mixing the two mid-problem is the single most common source of errors.
- Mixing units. Speed in km/h with gravity in m/s² produces nonsense quietly.
- Assuming symmetry that isn’t there. Time up equals time down only for equal launch and landing heights.
What a good calculation looks like
Components first, always
Write down v·cos(θ) and v·sin(θ) before touching anything else. Almost every projectile problem becomes routine once those two numbers are on the page.
Solve the vertical problem for time
Time of flight is the hinge. Once you know how long the object is in the air, the horizontal distance is a single multiplication. For unequal heights you’re solving a quadratic, and you want the positive root.
State your assumptions
The standard equations assume no air resistance, constant gravity, and a point mass. That’s fine for a homework problem and increasingly wrong for a light object at high speed — worth saying out loud in any write-up.
| Launch Angle | Range at 20 m/s | Max Height | Note |
|---|---|---|---|
| 15° | 20.4 m | 1.4 m | Flat and fast |
| 45° | 40.8 m | 10.2 m | Maximum range on level ground |
| 75° | 20.4 m | 19.0 m | Same range, much higher arc |
Figures assume level ground, g = 9.81 m/s², and no air resistance.
Common mistakes to avoid
- Forgetting the projectile keeps its horizontal velocity at the top. At maximum height the vertical velocity is zero; the speed is not.
- Doubling the time-to-peak when heights differ. That shortcut only works on level ground.
- Rounding the components early. Keep full precision until the final answer or you’ll drift by a metre or more on longer ranges.
- Treating the angle as measured from the vertical. Standard formulas measure θ from the horizontal.
- Applying these results to real sports trajectories. A real ball is meaningfully affected by drag and spin; the equations describe an idealised case.
How to do it with Projectile Motion Calculator
Online Tool Store’s Projectile Motion Calculator computes range and flight time from your launch values, entirely in your browser.
- Enter the launch speed with its units stated clearly, converting to m/s first if the question gives km/h.
- Enter the launch angle measured from the horizontal.
- Set the launch height — zero for level ground, or the actual height for a cliff or platform problem.
- Read off the range, flight time, and maximum height together, since most questions ask for more than one.
- Sanity-check the result: does a shallower angle give a shorter range and a lower arc? If not, something’s off in your inputs.
- Reproduce the answer by hand once for practice — the calculator is best used to confirm, not to substitute for the method.
The System of Equations Solver helps with the algebra in the unequal-height case, and the Quick Graph Plotter is useful for seeing the parabola.
Frequently asked questions
Why is 45° the optimal angle?
Range on level ground is proportional to sin(2θ), which reaches its maximum when 2θ = 90°, so θ = 45°. It stops being optimal as soon as the launch and landing heights differ — launching from a height, the best angle is lower than 45°.
Does air resistance change the answer much?
For a dense object at modest speed, not much. For a light object or a high-speed one, substantially — real trajectories fall short of the ideal range and are asymmetric, steeper on the way down than on the way up.
What value of g should I use?
9.81 m/s² is standard for problems on Earth, though many textbooks use 9.8 and some use 10 for mental arithmetic. Use whatever your course specifies and stay consistent within a problem.
Final thought
Split the velocity into components, solve for time, then multiply. Almost every projectile question yields to that three-step order, and the ones that don’t are usually telling you the ground isn’t level.