Projectile Motion Calculator
Calculate range, max height, flight time, and final velocity for any projectile.
🎯 What is Projectile Motion?
Projectile motion is the motion of an object launched into the air that moves under the influence of gravity alone (ignoring air resistance). Once launched, only gravity acts on the object - there is no horizontal force. This means horizontal velocity stays constant throughout the flight while vertical velocity changes at a constant rate (acceleration = g = 9.81 m/s² downward).
The path traced by a projectile is a parabola. Projectile motion problems appear throughout physics, engineering, and sports - from calculating the range of a cannonball to analysing the trajectory of a basketball shot, a ski jumper's flight, or the arc of a thrown cricket ball.
The key insight is that horizontal and vertical motion are completely independent of each other. You can analyse each direction separately using kinematics, then combine them to find the full trajectory.
📐 Projectile Motion Formulas
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 - Optimal Range (v₀ = 30 m/s, θ = 45°)
Example 2 - Low angle launch (v₀ = 50 m/s, θ = 20°)
❓ Frequently Asked Questions
🔗 Related Calculators
What is projectile motion?
Projectile motion is the motion of an object launched into the air and subject only to gravity (no air resistance in the ideal case). The motion has two independent components: horizontal (constant velocity, no acceleration) and vertical (uniformly accelerating downward at g = 9.8 m/s^2). The combination of these two motions creates a parabolic trajectory. Examples: a ball thrown at an angle, a bullet fired horizontally, a ball kicked off a cliff.
What launch angle gives maximum range?
For maximum horizontal range on flat ground (same launch and landing height), the optimal angle is 45 degrees. At 45 degrees, horizontal and vertical velocity components are equal, maximising the product of range and time of flight. For angles above or below 45 degrees, range decreases. Complementary angles (e.g. 30 and 60 degrees) give the same range. If launching uphill, the optimal angle is less than 45 degrees; downhill requires more than 45 degrees.
How do you calculate the maximum height of a projectile?
Maximum height occurs when vertical velocity = 0. Using v^2 = u^2 + 2as with v = 0 and a = -g: H = u_y^2 / (2g), where u_y = u x sin(theta) is the initial vertical velocity. Example: a ball launched at 20 m/s at 30 degrees: u_y = 20 x sin(30) = 20 x 0.5 = 10 m/s. H = 10^2 / (2 x 9.8) = 100 / 19.6 = 5.1 m.
How does air resistance affect projectile motion?
Air resistance (drag) opposes the direction of motion and reduces both the range and maximum height compared to the ideal (vacuum) case. It causes the trajectory to be asymmetric - the descent is steeper than the ascent. Air resistance depends on the object size, shape, and speed. For heavy, compact objects like a shot put, air resistance is negligible. For light objects like a badminton shuttlecock or feather, it dominates. Most projectile motion problems in physics assume no air resistance for simplicity.
What is the horizontal range formula for projectile motion?
Range R = (v0 squared x sin(2 theta)) / g, where v0 is initial speed, theta is launch angle, and g = 9.8 m/s squared. Maximum range occurs at theta = 45 degrees. Doubling the initial speed quadruples the range, since v0 is squared. This calculator uses this formula with full time-of-flight and apex height output.
How do you calculate time of flight for a projectile?
Time of flight T = (2 x v0 x sin theta) / g for a projectile launched and landing at the same height. If launched from a height h, use T = [v0 sin theta + sqrt((v0 sin theta)^2 + 2gh)] / g. Enter values in this calculator to get exact time, apex height, and range simultaneously.
What is the maximum height formula for projectile motion?
Maximum height H = (v0 squared x sin squared theta) / (2g). At 45 degrees launch with v0 = 20 m/s, H = (400 x 0.5) / 19.6 = 10.2 m. Height depends on the vertical component of velocity only. The horizontal component does not contribute to maximum height.
Why does a projectile follow a parabolic path?
Gravity provides constant downward acceleration (9.8 m/s squared) while horizontal velocity remains constant (no air resistance). Constant acceleration in one direction combined with constant velocity in the perpendicular direction produces a parabola - the same curve described by y = x squared in mathematics.