Projectile Range
Calculate the total horizontal distance a projectile will travel
Horizontal Range
--
--
Formula for level ground: R = (vยฒ sin 2ฮธ) / g. If height is greater than zero, a more complex quadratic solution is used.
[include_logic file=”projectile-range-calculator”]