5 Common Mistakes in Projectile Motion (And How to Fix Them)

2026/02/28

Projectile motion is one of the first topics where physics students hit a wall. The concept seems simple — throw something, it follows a parabola — but the details trip people up. Here are the five most common mistakes and how to avoid them.

Mistake 1: Mixing Up Horizontal and Vertical Components

The single most important principle in projectile motion: horizontal and vertical motions are independent.

  • Horizontal: constant velocity (no acceleration, ignoring air resistance)
  • Vertical: constant acceleration (gravity, 9.8 m/s² downward)

x(t)=v0xtx(t) = v_{0x} \cdot t y(t)=v0yt12gt2y(t) = v_{0y} \cdot t - \frac{1}{2}g t^2

The mistake: using the launch speed v0v_0 directly in both equations. You need to decompose it first:

v0x=v0cosθv_{0x} = v_0 \cos\theta v0y=v0sinθv_{0y} = v_0 \sin\theta

How to fix it

Always start by decomposing the initial velocity into components. Draw the velocity vector, draw the angle, and compute both components before touching any kinematic equation.

Mistake 2: Forgetting That Gravity Is Always Negative

Students frequently flip the sign of gg depending on whether the projectile is going up or going down. This is wrong.

Gravity is always g-g (pointing downward) regardless of the projectile's current direction of motion. The acceleration doesn't change at the peak. It doesn't reverse when the object falls.

ay=g=9.8 m/s2(always)a_y = -g = -9.8 \text{ m/s}^2 \quad \text{(always)}

How to fix it

Pick a coordinate system at the start (usually up = positive) and stick with it. Gravity is always 9.8-9.8 m/s² in this system. Never change signs mid-problem.

Mistake 3: Assuming Velocity Is Zero at Maximum Height

This is half-right, which makes it dangerous. At maximum height:

  • vy=0v_y = 0 ✅ (vertical component is zero)
  • vx=v0xv_x = v_{0x} ✅ (horizontal component is unchanged)
  • v=0v = 0 ❌ (total velocity is NOT zero)

The projectile is still moving horizontally at the peak. Its speed is v0x=v0cosθv_{0x} = v_0 \cos\theta.

How to fix it

When a problem asks for "velocity at the highest point," remember it's asking for the full velocity vector, not just the vertical component. The answer is v0cosθv_0 \cos\theta directed horizontally.

Mistake 4: Using the Wrong Time

Many problems require finding the time of flight, maximum height, or range. Students often confuse:

  • Time to peak: tpeak=v0ygt_{peak} = \frac{v_{0y}}{g}
  • Total flight time: ttotal=2v0ygt_{total} = \frac{2v_{0y}}{g} (for level ground)
  • Time to hit ground: solve y(t)=0y(t) = 0 (for non-level ground)

The mistake: using tpeakt_{peak} when you need ttotalt_{total}, or assuming ttotal=2×tpeakt_{total} = 2 \times t_{peak} when the launch and landing heights are different.

How to fix it

For level ground (launch height = landing height), the symmetry trick works: ttotal=2tpeakt_{total} = 2t_{peak}.

For everything else, set up the equation y(t)=ytargety(t) = y_{target} and solve the quadratic. Don't take shortcuts.

Mistake 5: Ignoring the Launch Angle Edge Cases

Two special angles deserve attention:

45° gives maximum range (on level ground): R=v02sin(2θ)gR = \frac{v_0^2 \sin(2\theta)}{g}

Since sin(2θ)\sin(2\theta) is maximized at 2θ=90°2\theta = 90°, the optimal angle is θ=45°\theta = 45°.

Complementary angles give equal range: launching at 30° and 60° produces the same range (but different heights and flight times). This surprises students who expect a monotonic relationship.

How to fix it

Understand why 45° is optimal: it's the best trade-off between horizontal speed (which decreases with angle) and flight time (which increases with angle). This intuition helps you reason about non-standard problems.

Practice Makes Perfect

Try our Projectile Motion interactive experiment to build intuition. Adjust the launch angle and speed, and watch how the trajectory changes in real time.

The experiment visualizes:

  • Velocity components at every point on the trajectory
  • The parabolic path with position markers
  • Time of flight, maximum height, and range calculations
  • Side-by-side comparison of different launch angles

Summary

MistakeFix
Mixing componentsAlways decompose v0v_0 first
Flipping gravity signPick coordinates once, keep ay=ga_y = -g
v=0v = 0 at peakOnly vy=0v_y = 0; vxv_x persists
Wrong time valueUse quadratic for non-level ground
Ignoring angle effectsRemember complementary angles and 45° optimality

Master these five points and projectile motion becomes straightforward.

Scivra

Scivra

5 Common Mistakes in Projectile Motion (And How to Fix Them) | 博客