Trajectory Calculator
Use this trajectory calculator to find the flight path of a projectile. Type in three values: velocity, angle, and initial height, and in no time, you'll find the trajectory formula and its shape. Keep reading if you want to check the trajectory definition as well as a simple example of calculations.
While you are here, be sure to check out our projectile motion calculator as well.
Trajectory definition
Trajectory, also called a flight path, is the path followed by a moving object under the action of gravity. Usually, we use the term when talking about projectiles or satellites (where the regularly repeating trajectory is called an orbit). If you were to throw an object for a short distance, then a parabola is a good approximation of trajectory shape.
Some examples of projectile motion are:
- Ice hockey puck, baseball, or golf ball in flight ⚾.
- A bullet fired from a weapon 🔫.
- A jet of water from a fountain ⛲.
- Blood droplets. (Why? Check our angle of impact calculator).
- Object is thrown from a table / plane / building / bridge ✈️.
Trajectory formula
Now that you know the trajectory definition, let's check what the trajectory formula looks like.
1. Let's start with equations of motion:
2. As we know that three vectors — , , and — form a right triangle, we can write that:
-
The horizontal velocity component is equal to .
-
The vertical velocity component .
3. Then, we combine the equations of motion and velocity components into one formula:
Hence:
And as we know, sine over cosine is a definition of a tangent. So, the final trajectory formula may be expressed as:
If you're interested in different aspects of projectile motion, check out our other tools:
Trajectory calculator: how to use
Let's check out the trajectory of water from a water fountain:
- Type in the velocity. Assume that it's equal to .
- Enter the angle. For example, .
- Choose initial height. Let's pick .
- Here you are! Trajectory calculator displays the formula and the flight path!
The critical thing to notice is the possible difference in axes scaling, so the angle may not look the way it should on the chart. Remember that in all calculations, air resistance is neglected.
How do I find the maximum angle in the projectile motion?
To find the angle that maximizes the horizontal distance in the projectile motion, follow the next steps:
- Take the expression for the traveled horizontal distance:
x = sin(2θ) × v²/g
. - Differentiate the expression with regard to the angle:
2 × cos(2θ) × v²/g
. - Equate the expression to
0
and solve forθ
: the angle which gives0
is2θ = π/2
; henceθ = π/4 = 45°
.
What is the trajectory of a projectile launched at 30° at 10 m/s?
Assuming a launch with zero initial height, the trajectory of the projectile follows this equation:
y = (x × tan(30°)) + (g × x²)/(2 × 10² × cos²(30°))
What is the shape of the trajectory of a projectile?
The trajectory followed by a projectile is a parabola, hence a quadratic equation in the horizontal coordinate. This motion is a consequence of the action of the force of gravity: a deceleration in the vertical direction transfers a quadratic dependence on the vertical movement.
How do I calculate the maximum height of a projectile with θ = 40° and v₀=5 m/s?
To calculate it:
-
Start from the equation for the vertical motion of the projectile: y = vᵧ × t - g × t² / 2, where vᵧ is the initial vertical speed equal to vᵧ = v₀ × sin(θ) = 5 × sin(40°) = 3.21 m/s.
-
Calculate the time required to reach the maximum height: it corresponds to the time at which vᵧ = 0, and it is equal to t = vᵧ/g = 3.21 / 9.81 = 0.327 s.
-
Substitute the values in the equation:
y = 3.21 × 0.327 - 9.81 × (0.327)² /2 = 0.525 m.