Trajectory Calculator

Trajectory Calculator

Calculate the complete flight path of projectiles using classical kinematic equations. Find range, flight time, maximum height, and impact velocity.

Last updated: March 2026 | By Summacalculator

Range (Horizontal Distance)
254.84
Meters
Max Height:63.71 m
Flight Time:7.21 s
Impact Velocity:50.00 m/s

What is Projectile Motion?

Projectile motion describes the path of an object launched into the air with an initial velocity and subject only to gravitational force. Unlike free fall, projectiles have a horizontal velocity component that remains constant (ignoring air resistance), while the vertical component changes due to gravity. The resulting path is parabolic: the object rises to a maximum height where vertical velocity becomes zero, then descends back to the ground or initial height. Projectile motion is fundamental to many real-world applications including ballistics, sports physics (basketball, baseball, javelin), aerospace engineering, and artillery calculations. The beauty of projectile motion lies in its separability: horizontal and vertical motions can be analyzed independently using simple kinematic equations, then combined to predict the complete trajectory.

Key parameters that specify a trajectory are the initial velocity magnitude (v0), launch angle (θ), initial height above ground (h0), and local gravitational acceleration (g). The launch angle of 45 degrees produces maximum range on level ground, while steeper angles produce higher maximum heights. Launching from an elevated position extends both the range and flight time compared to ground-level launches. Modern applications use projectile motion calculations in navigation systems, sports analytics, and autonomous vehicle path planning. Understanding trajectories helps engineers and scientists predict where moving objects will be at any future time.

How to Use This Calculator

Step 1: Enter the initial velocity in meters per second. This is the speed at which the projectile is launched. Typical values range from 5 m/s (thrown ball) to 100+ m/s (ballistic projectiles).

Step 2: Enter the launch angle in degrees. Angles from 0-90 degrees represent launching upward. An angle of 45 degrees maximizes range on level ground. Angles greater than 45 degrees sacrifice range for height.

Step 3: Enter the initial height in meters. This is the height above the target/ground level from which the projectile is launched. Set to 0 for ground-level launches. Elevated launches (positive heights) increase both range and flight time.

Step 4: Enter the gravitational acceleration. Use 9.81 m/s² for Earth (standard), 3.71 m/s² for Mars, or 1.62 m/s² for the Moon. The calculator displays range, maximum height, flight time, and impact velocity automatically as you adjust parameters.

Key Formulas:

Range R = v0 * cos(θ) * t_flight
Max Height H = h0 + (v0 * sin(θ))² / (2 * g)
Flight Time from h0 + v0*sin(θ)*t - 0.5*g*t² = 0
Impact Velocity v_impact = sqrt(v0x² + v_fy²)

Example Calculation

A soccer player kicks a ball from the edge of a cliff 15 meters above the base. The ball leaves their foot at 25 m/s at a 30-degree angle. Calculate where the ball lands and how fast it impacts the ground.

Given Parameters:
Initial velocity (v0) = 25 m/s
Launch angle (θ) = 30 degrees
Initial height (h0) = 15 m
Gravity (g) = 9.81 m/s²
Component Velocities:
v0x = 25 * cos(30°) = 25 * 0.866 = 21.65 m/s
v0y = 25 * sin(30°) = 25 * 0.5 = 12.5 m/s
Flight Time (solve for t when y = 0):
15 + 12.5*t - 4.905*t² = 0
Using quadratic formula: t = 2.48 seconds
Horizontal Range:
R = 21.65 * 2.48 = 53.73 meters
Maximum Height:
H = 15 + (12.5)² / (2 * 9.81) = 15 + 7.97 = 22.97 meters
Impact Velocity:
v_fy = 12.5 - 9.81 * 2.48 = -12.83 m/s (downward)
v_impact = sqrt(21.65² + 12.83²) = sqrt(534.12) = 23.11 m/s
Results:
✓ The ball lands 53.73 meters from the cliff base
✓ Peak height is 22.97 meters above the cliff base
✓ The ball is in the air for 2.48 seconds
✓ Impact velocity is 23.11 m/s (slightly faster than launch due to cliff height)

Frequently Asked Questions

What angle produces maximum range on level ground?

For a projectile launched and landing at the same height, 45 degrees produces the maximum horizontal range. At steeper or shallower angles, range decreases. However, from an elevated position, the optimal angle is slightly less than 45 degrees.

Why does a projectile follow a parabolic path?

The horizontal velocity component remains constant (no horizontal forces), while the vertical component changes linearly due to constant gravitational acceleration. This combination of constant horizontal motion and uniformly accelerated vertical motion produces a parabolic curve—the signature shape of projectile paths.

Does air resistance affect trajectories significantly?

Yes, air resistance (drag) significantly affects real projectiles, especially at high velocities. This calculator ignores air resistance and assumes an ideal vacuum. Real projectiles travel shorter distances and fall faster than predictions. For very accurate ballistics, aerodynamic coefficients must be included.

Can launch angle exceed 90 degrees?

In this calculator, angles above 90 degrees are not typically used because they represent backward launches. However, negative angles are valid and represent downward launches. The calculator works for angles from -90 to 90 degrees.

What happens if initial height is negative?

A negative initial height means the projectile is being launched from below the reference level (like throwing a ball from a basement when ground level is the reference). The calculator handles this correctly—the projectile must first rise above the reference before potentially descending to it.

How does gravity on other planets affect trajectories?

Lower gravity (like the Moon at 1.62 m/s²) produces longer flight times and greater ranges for the same initial velocity and angle. Higher gravity (like Jupiter at 24.79 m/s²) has the opposite effect. Changing the gravity input simulates trajectories on other bodies.

What is the relationship between launch angle and flight time?

For level-ground launches, steeper angles increase flight time—the projectile stays aloft longer. A vertical launch (90 degrees) produces maximum flight time but zero range. Higher initial velocity also increases flight time for all angles.

Can this calculator predict impact angle?

The calculator provides impact speed (magnitude), but not the direction (angle). The impact angle can be calculated from the velocity components: angle = arctan(v_fy / v0x). This tells you the angle at which the projectile strikes the ground.

Related Tools