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.
Time of Flight
t = sqrt(2h / g)
—
s
Horizontal Range
R = v₀ × t
—
m
Final Vertical Velocity
vᵧ = g × t
—
m/s
Impact Speed
sqrt(v₀² + vᵧ²)
—
m/s
Impact Angle
θ = arctan(vᵧ / v₀)
—
deg below horizontal
Step-by-Step
Summary
Enter the launch height and initial horizontal velocity to instantly find range, time of flight, and impact speed.
How it works
- Enter the initial height (in meters) from which the object is launched.
- Enter the initial horizontal velocity (in m/s).
- The calculator applies kinematics: time of flight = sqrt(2h/g), range = v * t.
- Final vertical velocity is v_y = g * t; resultant speed = sqrt(v_x^2 + v_y^2).
- All intermediate formulas are shown so you can follow the math.
- 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