Physics Formulae Mechanics Horizontal Projectile Motion

Subset – Definition and Properties

For physics students, learn to calculate an object's trajectory using the horizontal projectile motion formula. See how...
🎯

Definition of Horizontal Projectile Motion

Horizontal projectile motion describes the trajectory of an object launched with an initial velocity that is purely horizontal from some height above the ground. This motion is a composite of two independent components: a constant horizontal velocity and a vertical motion of free fall under gravity. The resulting path is a downward-opening parabola. This model is fundamental for analyzing scenarios such as objects dropped from moving vehicles, balls rolling off tables, or water jetting horizontally from a hose.

This is a special case of general projectile motion where the launch angle is exactly zero degrees (α = 0°). This simplifies the initial velocity components significantly:

\[ v_{0x} = v_0 \cos(0°) = v_0 \]
Initial Horizontal Velocity
\[ v_{0y} = v_0 \sin(0°) = 0 \]
Initial Vertical Velocity

The key consequence of these initial conditions is that the vertical motion is identical to that of an object dropped from rest from the same height, making the time of flight independent of the horizontal launch speed.

Physical Properties

Horizontal projectile motion is a two-dimensional motion where an object is launched horizontally. Its trajectory is a parabola, resulting from the combination of constant horizontal velocity and constant vertical acceleration due to gravity.

PropertyDetails
NatureA composite two-dimensional vector motion, analyzed by separating it into independent horizontal and vertical components.
Horizontal Component<ul><li><strong>Velocity:</strong> Constant (v_x = constant)</li><li><strong>Acceleration:</strong> Zero (a_x = 0)</li></ul>
Vertical Component<ul><li><strong>Initial Velocity:</strong> Zero (v_iy = 0)</li><li><strong>Acceleration:</strong> Constant and downwards, equal to the acceleration due to gravity (a_y = -g ≈ -9.8 m/s²)</li></ul>
SI UnitsPosition and displacement in meters (m), velocity in meters per second (m/s), acceleration in meters per second squared (m/s²), and time in seconds (s).
Conservation LawsIn the absence of air resistance, the horizontal component of momentum is conserved. Total mechanical energy (kinetic + potential) is also conserved.
Dimensional FormulaPosition: [L], Velocity: [L T⁻¹], Acceleration: [L T⁻²]
📐

Diagram & Visualization

y x v0 vx vy
An object launched horizontally follows a parabolic path due to constant horizontal velocity and vertical acceleration from gravity.
➡️

Key Formulas

\[ x = v_0 t \]
Horizontal Position
\[ y = h - \frac{1}{2}gt^2 \]
Vertical Position
\[ v_x = v_0 \]
Horizontal Velocity (Constant)
\[ v_y = -gt \]
Vertical Velocity
\[ t_h = \sqrt{\frac{2h}{g}} \]
Time to Hit Ground
\[ x_h = v_0 \sqrt{\frac{2h}{g}} \]
Horizontal Range
\[ v_h = \sqrt{v_0^2 + 2gh} \]
Total Impact Speed
\[ y(x) = h - \frac{g}{2v_0^2}x^2 \]
Trajectory Equation
🔣

Variables and Symbols

SymbolQuantitySI UnitDescription
\(v_0\)Initial velocitym/sThe initial launch speed, which is purely horizontal.
\(v_x\)Horizontal velocitym/sThe velocity component in the x-direction; remains constant and equal to \(v_0\).
\(v_y\)Vertical velocitym/sThe velocity component in the y-direction; increases downward due to gravity.
\(x\)Horizontal positionmThe horizontal distance traveled from the launch point at time \(t\).
\(y\)Vertical positionmThe height of the object above the ground (y=0) at time \(t\).
\(h\)Initial heightmThe vertical distance above the ground from which the object is launched.
\(g\)Gravitational accelerationm/s²The constant acceleration due to gravity, approximately 9.8 m/s² near Earth's surface.
\(t\)TimesThe time elapsed since launch.
\(t_h\)Time of flightsThe total time from launch until the object hits the ground.
\(x_h\)Horizontal rangemThe total horizontal distance traveled when the object hits the ground.
\(v_h\)Impact speedm/sThe total speed (magnitude of velocity) of the object upon impact with the ground.
\(\theta_h\)Impact angleradians or degreesThe angle of the velocity vector below the horizontal upon impact.
⚙️

Derivation of the Equations

The equations for horizontal projectile motion are derived by analyzing the horizontal and vertical components of motion independently. We start with the general kinematic equations for constant acceleration.

Initial Conditions:
At time \(t=0\), the object is at position \((x_0, y_0) = (0, h)\). The initial velocity is purely horizontal, so \((v_{0x}, v_{0y}) = (v_0, 0)\). The acceleration is due to gravity, so \((a_x, a_y) = (0, -g)\).

1. Horizontal Motion (x-direction):
The acceleration is zero (\(a_x=0\)), so the motion is uniform.

\[ v_x(t) = v_{0x} + a_x t = v_0 + (0)t = v_0 \]
\[ x(t) = x_0 + v_{0x}t + \frac{1}{2}a_x t^2 = 0 + v_0 t + 0 = v_0 t \]

2. Vertical Motion (y-direction):
The acceleration is constant and downward (\(a_y = -g\)), which is free fall.

\[ v_y(t) = v_{0y} + a_y t = 0 + (-g)t = -gt \]
\[ y(t) = y_0 + v_{0y}t + \frac{1}{2}a_y t^2 = h + (0)t + \frac{1}{2}(-g)t^2 = h - \frac{1}{2}gt^2 \]

3. Trajectory Equation (Path of Motion):
To find the shape of the path, we eliminate time \(t\) from the position equations. From the horizontal equation, we solve for time: \(t = x/v_0\). We substitute this into the vertical equation:

\[ y(x) = h - \frac{1}{2}g \left( \frac{x}{v_0} \right)^2 = h - \left( \frac{g}{2v_0^2} \right) x^2 \]

This is the equation of a parabola opening downward, confirming the trajectory shape.

📚

Types & Special Cases

The standard model of horizontal projectile motion can be adapted to account for more complex, real-world conditions. These variations introduce additional forces or constraints on the system.

Type / CaseDescriptionWhen to Use
Ideal Motion (Vacuum)The simplest model where the only force acting on the object is gravity. Air resistance is considered negligible.For introductory physics problems and situations where the object is dense, aerodynamic, and moving at low speeds.
Motion with Air Resistance (Drag)A more realistic model that includes a drag force opposing the object's velocity. This force typically increases with speed.For high-speed projectiles, objects with large surface areas, or in fluid dynamics and advanced mechanics simulations.
Motion on an InclineA special case where the landing surface is not horizontal but is sloped at an angle. The coordinate system is often tilted for easier analysis.For problems involving objects launched from or landing on ramps, hills, or other angled surfaces.
🔢

Worked Example (Numerical)

Given: An object is launched horizontally with an initial velocity \(v_0 = 20\) m/s from a height of \(h = 45\) m. Assume \(g = 9.8\) m/s². Find the time of flight, the horizontal range, and the final velocity upon impact.
  1. <b>1. Calculate the time of flight (\(t_h\)):</b> The time to hit the ground depends only on the initial height. We set \(y=0\) in the vertical position equation. \[ 0 = h - \frac{1}{2}gt_h^2 \implies t_h = \sqrt{\frac{2h}{g}} \] \[ t_h = \sqrt{\frac{2(45 \text{ m})}{9.8 \text{ m/s}^2}} = \sqrt{\frac{90}{9.8}} \approx 3.03 \text{ s} \]
  2. <b>2. Calculate the horizontal range (\(x_h\)):</b> The range is the horizontal distance traveled during the time of flight. \[ x_h = v_0 t_h = (20 \text{ m/s})(3.03 \text{ s}) = 60.6 \text{ m} \]
  3. <b>3. Calculate the final velocity components:</b> The horizontal velocity is constant, while the vertical velocity is found using the time of flight. \[ v_x = v_0 = 20 \text{ m/s} \] \[ v_y = -gt_h = -(9.8 \text{ m/s}^2)(3.03 \text{ s}) \approx -29.7 \text{ m/s} \]
  4. <b>4. Calculate the final impact speed and angle:</b> The final speed is the magnitude of the final velocity vector. \[ v_h = \sqrt{v_x^2 + v_y^2} = \sqrt{(20)^2 + (-29.7)^2} = \sqrt{400 + 882.09} \approx 35.8 \text{ m/s} \] The angle \(\theta_h\) below the horizontal is: \[ \theta_h = \arctan\left(\frac{|v_y|}{v_x}\right) = \arctan\left(\frac{29.7}{20}\right) \approx 56.0° \]
The time of flight is approximately 3.03 s, the horizontal range is 60.6 m, and the object impacts the ground with a speed of 35.8 m/s at an angle of 56.0° below the horizontal.
🧮

Try It

🏭

Applications

Aviation and Transport: Used to calculate the release point for cargo and supply drops from aircraft, ensuring they land on target. It is also critical for timing parachute deployments.

Safety Engineering: Engineers use these principles to analyze falling object hazards on construction sites, predict debris fields from structural failures, and design protective barriers.

Sports Science: The motion of a table tennis ball after leaving the table, the trajectory of a billiard ball rolling off a table, or a skateboarder launching from a horizontal ramp can all be modeled using these equations.

Manufacturing: In automated systems, these calculations help design conveyor belts that drop parts into bins, sorting mechanisms, and quality control tests where objects are launched horizontally.

🌍

Real-World Examples

A rescue aircraft flying at 200 km/h at an altitude of 500 m needs to drop supplies to survivors on the ground. How far horizontally before the target should the pilot release the supplies? What will be the impact velocity? (Given: v₀ = 200 km/h = 55.6 m/s, h = 500 m, g = 9.8 m/s²)
  1. <b>Step 1: Calculate fall time.</b> The time it takes for the supplies to reach the ground depends only on the height. \[ t_h = \sqrt{\frac{2h}{g}} = \sqrt{\frac{2(500)}{9.8}} = \sqrt{102.04} \approx 10.1 \text{ s} \]
  2. <b>Step 2: Calculate horizontal distance (release point).</b> During the 10.1 s fall, the package travels horizontally at the plane's speed. \[ x_h = v_0 t_h = 55.6 \text{ m/s} \times 10.1 \text{ s} = 561.6 \text{ m} \] The pilot must release the supplies 561.6 m before the target.
  3. <b>Step 3: Calculate impact velocity.</b> First, find the vertical velocity component at impact. \[ v_y = -gt_h = -9.8 \text{ m/s}^2 \times 10.1 \text{ s} = -98.98 \text{ m/s} \] The horizontal component is unchanged: \(v_x = 55.6\) m/s. The total impact speed is: \[ v_h = \sqrt{v_x^2 + v_y^2} = \sqrt{(55.6)^2 + (-98.98)^2} = \sqrt{3091.36 + 9796.84} \approx 113.5 \text{ m/s} \]
The pilot must release the supplies 561.6 m before reaching the target. The supplies will impact the ground at a speed of 113.5 m/s (about 408 km/h).
A horizontal launcher shoots projectiles at 8 m/s from a height of 2 m. A target is placed 6 m horizontally from the launcher. Will the projectile hit the target? If not, how should the launch speed be adjusted? (Given: v₀ = 8 m/s, h = 2 m, target distance = 6 m, g = 9.8 m/s²)
  1. <b>Step 1: Calculate the actual landing distance.</b> First, find the time of flight. \[ t_h = \sqrt{\frac{2h}{g}} = \sqrt{\frac{2(2)}{9.8}} = \sqrt{0.408} \approx 0.639 \text{ s} \] Now, calculate the horizontal range with the current speed. \[ x_h = v_0 t_h = 8 \text{ m/s} \times 0.639 \text{ s} = 5.11 \text{ m} \] The projectile lands at 5.11 m, falling short of the 6 m target.
  2. <b>Step 2: Calculate the required launch speed.</b> To hit the target at 6 m, the projectile must cover that distance in the same 0.639 s fall time. \[ v_{\text{required}} = \frac{x_{\text{target}}}{t_h} = \frac{6 \text{ m}}{0.639 \text{ s}} \approx 9.39 \text{ m/s} \]
No, the projectile falls short, landing at 5.11 m. To hit the target at 6 m, the launch speed must be increased to 9.39 m/s.
🏞️

Real-World Scenarios

Garden Hose
The water stream follows a parabolic path due to its initial horizontal velocity and the constant downward acceleration of gravity.
v
Object from Car
Dropped from a moving car, the object maintains the car's horizontal velocity, tracing a parabolic trajectory as it falls.
v
Skateboard Jump
A skateboarder riding off a ledge becomes a projectile, with their horizontal speed and gravity combining to create an arc.

Water from a Garden Hose: When you hold a garden hose horizontally, the stream of water follows a parabolic path. The initial horizontal speed from the nozzle determines how far the water travels before hitting the ground, while gravity pulls it continuously downward.

Dropping an Object from a Moving Car: If a passenger in a car moving at a constant speed gently drops an object out of the window, it continues to move forward with the car's horizontal velocity. To a stationary observer on the sidewalk, the object follows a parabolic arc to the ground.

Skateboarding off a Ledge: A skateboarder riding at a constant speed off a horizontal ledge or ramp becomes a projectile. Their forward momentum carries them horizontally, while gravity pulls them vertically, creating the arc of their jump.

⚠️

Limitations and Assumptions

⚠️ Air resistance (drag) is ignored. In reality, drag opposes the motion, slowing the object's horizontal speed and often reducing its time of flight and range. This effect is significant for fast-moving or low-density objects.
💡 The acceleration due to gravity (g) is assumed to be constant. This is a very good approximation for motion near the Earth's surface but would not be accurate for projectiles traveling to very high altitudes where g decreases.
💡 The Earth is assumed to be a flat, non-rotating inertial frame of reference. For very long-range projectiles (like ballistic missiles), the curvature and rotation of the Earth (Coriolis effect) become important and must be accounted for.

Common Mistakes

⚠️ Thinking horizontal speed affects fall time. The time of flight \( t_h = \sqrt{2h/g} \) depends ONLY on the initial height \(h\) and gravity \(g\). A faster object and a slower object dropped from the same height will hit the ground at the same time.
⚠️ Forgetting that horizontal velocity is constant. Since there is no horizontal acceleration (ax=0), the horizontal velocity \(v_x\) never changes. It remains \(v_0\) throughout the entire flight.
⚠️ Incorrectly calculating the final impact speed. The final speed is the vector magnitude of the components, \(v_h = \sqrt{v_x^2 + v_y^2}\). It is NOT the simple sum of the speeds. Remember that \(v_x\) is \(v_0\) and \(v_y\) is \(-gt_h\).
📏

Units and Dimensions

Dimensional analysis ensures the consistency of the equations. The fundamental dimensions used are Length [L], Time [T], and Mass [M].

QuantitySymbolSI UnitDimensional Formula
Position / Displacement\(x, y, h, x_h\)meter (m)[L]
Velocity / Speed\(v_0, v_x, v_y, v_h\)meter per second (m/s)[L][T]⁻¹
Acceleration\(g\)meter per second squared (m/s²)[L][T]⁻²
Time\(t, t_h\)second (s)[T]
Angle\(\theta_h\)radian (rad)Dimensionless

Example Analysis (Range Equation): Let's check the dimensions of \(x_h = v_0 \sqrt{2h/g}\).
\([x_h] = [v_0] \sqrt{[h]/[g]} = ([L][T]⁻¹) \sqrt{[L] / ([L][T]⁻²)} = ([L][T]⁻¹) \sqrt{[T]²} = ([L][T]⁻¹)[T] = [L]\).
The result has dimensions of length, which is correct for a distance.

🎯

Study Strategy

1 🧠 Grasp the Fundamentals
  • Carefully read the DEFINITION section, focusing on the concept of two independent motions: constant horizontal velocity and vertical free fall.
  • Draw a diagram showing the object's path. Label the constant horizontal velocity vector (vx) and the increasing vertical velocity vector (vy) at several points.
  • List and define all key variables: initial height (h), acceleration due to gravity (g), horizontal velocity (vx), time (t), and horizontal range (R).
  • Internalize the core principle: the horizontal motion does not affect the vertical motion, and vice versa. They are completely separate.
2 📝 Commit the Formula to Memory
  • Create a flashcard for the horizontal component: x = vx * t. Emphasize that acceleration ax = 0, so vx is constant.
  • Create a flashcard for the vertical component: y = h - (1/2)gt^2. Note that this is the standard equation for an object in free fall from rest.
  • Memorize the formula for time of flight: t = √(2h/g). Understand that it depends only on the initial height and gravity.
  • Learn the formula for horizontal range: R = vx * t = vx * √(2h/g). See how it combines the horizontal velocity and the time of flight.
3 ✍️ Practice with Problems
  • Solve varied problems. Start by calculating range, then practice solving for initial velocity, height, or time of flight to build flexibility.
  • Review the COMMON_MISTAKES section before you begin. Actively check if you are assuming horizontal speed affects fall time.
  • For every problem, first draw a diagram, list your known variables, identify the unknown, and choose the appropriate formula.
  • Work through a known Worked Example without looking at the solution. Then, compare your method and answer to identify any gaps in your understanding.
4 🌍 Connect to Real-World Physics
  • Analyze examples from the APPLICATIONS section, like calculating where a supply drop from a plane will land based on its speed and altitude.
  • Consider the Sports Science application. Think about how a volleyball player serves the ball horizontally and how these physics principles apply.
  • Watch slow-motion videos of objects rolling off a table. Observe how the path follows the parabolic trajectory described by the formulas.
  • Pose 'what if' questions. What if this happened on the Moon (less gravity)? How would the range and time of flight change for the same initial launch?
Master horizontal projectile motion by treating it as two simple, independent movements: a steady horizontal glide and a vertical free fall drop.

Frequently Asked Questions

×

×