Horizontal Projectile Calculator

Enter the launch height and initial horizontal velocity to instantly find range, time of flight, and impact speed.

Inputs

Vertical distance from launch point to ground.

Speed at the moment of launch (horizontal only).

Key Formulas

  • t = sqrt(2h / g)
  • R = v₀ × t
  • vᵧ = g × t
  • v_impact = sqrt(v₀² + vᵧ²)
  • θ = arctan(vᵧ / v₀)

Results

Enter height and velocity, then press Calculate.

Summary

Enter the launch height and initial horizontal velocity to instantly find range, time of flight, and impact speed.

How it works

  1. Enter the initial height (in meters) from which the object is launched.
  2. Enter the initial horizontal velocity (in m/s).
  3. The calculator applies kinematics: time of flight = sqrt(2h/g), range = v * t.
  4. Final vertical velocity is v_y = g * t; resultant speed = sqrt(v_x^2 + v_y^2).
  5. All intermediate formulas are shown so you can follow the math.
  6. Switch between metric (m/s) and imperial (ft/s) with the unit toggle.

Use cases

  • Physics homework — verify hand-calculated projectile answers.
  • Lab reports — quickly find theoretical range for comparison with experiment.
  • Engineering — estimate where an object ejected horizontally from a height will land.
  • Sports science — model a ball rolling off a table or ledge.
  • Teaching — demonstrate the independence of horizontal and vertical motion.
  • Game development — cross-check projectile trajectory math.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu