Projectile Motion Calculator
Calculate projectile range, maximum height, and flight time from initial velocity and launch angle. Assumes flat ground and no air resistance.
Range = 40.77 m, Max height = 10.19 m
Low trajectory — maximises range at the cost of height.
Was this useful?
Examples
How It Works
Formula
Variables
- Horizontal range(m)
- Maximum height(m)
- Total flight time(s)
- Time to reach peak(s)
- Initial velocity(m/s)
- Launch angle from horizontal(°)
- Gravitational acceleration (9.81)(m/s²)
Enter the initial velocity in m/s and the launch angle in degrees. The calculator computes the horizontal range, maximum height, total flight time, and time to reach peak height using standard projectile motion equations with g = 9.81 m/s².
Decompose the initial velocity into horizontal (v·cos θ) and vertical (v·sin θ) components. Gravity acts only on the vertical component, which traces a symmetric up-down parabola. The calculator solves the resulting kinematic equations in closed form: range = v²·sin(2θ)/g, peak height = v²·sin²(θ)/(2g), time to peak = v·sin(θ)/g, total flight = twice the time to peak. Air resistance is neglected.