Physics guide

Projectile Motion Problems With Solutions

Solve horizontal and angled projectile motion problems step by step, including time of flight, maximum height, range and final velocity.

A ball following a parabolic path with horizontal and vertical motion arrows

Projectile motion becomes manageable when you stop treating it as one complicated motion. It is two simpler motions happening at the same time:

  • Horizontal motion: constant velocity when air resistance is ignored.
  • Vertical motion: constant downward acceleration caused by gravity.

The axes share one variable—time—but their positions, velocities and accelerations are calculated separately. Most projectile mistakes come from mixing an x-value into a y-equation or using the full launch speed where a component is required.

We use g=9.8 m/s2g = 9.8\text{ m/s}^2 downward throughout. Some courses approximate it as 10 m/s210\text{ m/s}^2; follow the value specified by your problem.

The projectile-motion setup

Choose positive x in the direction of launch and positive y upward. With that convention:

Direction Acceleration Useful equation
Horizontal ax=0a_x = 0 x=x0+v0xtx = x_0 + v_{0x}t
Vertical ay=ga_y = -g y=y0+v0yt12gt2y = y_0 + v_{0y}t - \frac{1}{2}gt^2
Vertical velocity ay=ga_y = -g vy=v0ygtv_y = v_{0y} - gt

For a launch speed v0v_0 at angle θ\theta above the horizontal:

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

The horizontal component stays constant. The vertical component decreases on the way up, becomes zero at the highest point, and becomes negative on the way down.

A six-step method that works

  1. Sketch the path and choose axes. Mark the launch and landing heights.
  2. List the known values by direction. Keep an x-column and a y-column.
  3. Split an angled launch velocity into components. Do not split a purely horizontal launch; its initial vertical velocity is already zero.
  4. Use the vertical motion to find time. Height information usually makes the y-equation the easiest starting point.
  5. Use that same time horizontally. Calculate range from Δx=v0xt\Delta x = v_{0x}t.
  6. Recombine velocity components if needed. Use the Pythagorean theorem for speed and trigonometry for direction.

Worked example 1: horizontal launch from a cliff

Problem: A ball rolls horizontally from a 19.6 m19.6\text{ m} cliff at 12.0 m/s12.0\text{ m/s}. Ignore air resistance. Find its time in the air, horizontal range and impact speed.

Step 1: organize the components

Horizontal values:

  • v0x=12.0 m/sv_{0x} = 12.0\text{ m/s}
  • ax=0a_x = 0

Vertical values, taking the launch point as y0=0y_0=0:

  • Δy=19.6 m\Delta y = -19.6\text{ m}
  • v0y=0v_{0y}=0
  • ay=9.8 m/s2a_y=-9.8\text{ m/s}^2

Step 2: find time from the vertical motion

Use Δy=v0yt+12ayt2\Delta y = v_{0y}t + \frac{1}{2}a_yt^2:

19.6=0+12(9.8)t2-19.6 = 0 + \frac{1}{2}(-9.8)t^2 19.6=4.9t2t2=4.00-19.6=-4.9t^2 \quad\Rightarrow\quad t^2=4.00

Time cannot be negative, so:

t=2.00 st=2.00\text{ s}

Step 3: calculate horizontal range

Δx=v0xt=(12.0)(2.00)=24.0 m\Delta x=v_{0x}t=(12.0)(2.00)=24.0\text{ m}

Step 4: calculate impact speed

The horizontal velocity remains 12.0 m/s12.0\text{ m/s}. The final vertical velocity is:

vy=v0y+ayt=0+(9.8)(2.00)=19.6 m/sv_y=v_{0y}+a_yt=0+(-9.8)(2.00)=-19.6\text{ m/s}

Combine the perpendicular components:

v=vx2+vy2=12.02+19.62=23.0 m/sv=\sqrt{v_x^2+v_y^2}=\sqrt{12.0^2+19.6^2}=23.0\text{ m/s}

Answer: The ball is airborne for 2.00 s, travels 24.0 m horizontally and hits at approximately 23.0 m/s.

Worked example 2: angled launch from level ground

Problem: A football is kicked at 20.0 m/s20.0\text{ m/s}, (30.0°) above level ground. Find the time of flight, maximum height and range. Assume it lands at its launch height.

Step 1: resolve the launch velocity

v0x=20.0cos30°=17.32 m/sv_{0x}=20.0\cos30°=17.32\text{ m/s} v0y=20.0sin30°=10.0 m/sv_{0y}=20.0\sin30°=10.0\text{ m/s}

Step 2: find the time to the highest point

At maximum height, vy=0v_y=0:

0=v0ygt=10.09.8t0=v_{0y}-gt=10.0-9.8t tup=1.020 st_{up}=1.020\text{ s}

Because the football lands at the same height and air resistance is ignored, the descent takes the same time:

tflight=2tup=2.04 st_{flight}=2t_{up}=2.04\text{ s}

Step 3: calculate maximum height

Using vy2=v0y2+2ayΔyv_y^2=v_{0y}^2+2a_y\Delta y:

0=(10.0)2+2(9.8)Δy0=(10.0)^2+2(-9.8)\Delta y Δy=10019.6=5.10 m\Delta y=\frac{100}{19.6}=5.10\text{ m}

Step 4: calculate range

Δx=v0xt=(17.32)(2.04)=35.3 m\Delta x=v_{0x}t=(17.32)(2.04)=35.3\text{ m}

Answer: Time of flight is 2.04 s, maximum height is 5.10 m, and range is approximately 35.3 m.

The symmetry shortcut works only because launch and landing heights match. If they differ, solve the full vertical position equation.

Worked example 3: angled launch from a platform

Problem: A ball is launched at 14.0 m/s14.0\text{ m/s}, (45°) above horizontal, from a platform 5.00 m5.00\text{ m} above the ground. Find when and where it lands.

Step 1: resolve the velocity

At (45°), the components are equal:

v0x=14.0cos45°=9.90 m/sv_{0x}=14.0\cos45°=9.90\text{ m/s} v0y=14.0sin45°=9.90 m/sv_{0y}=14.0\sin45°=9.90\text{ m/s}

Step 2: solve the vertical equation for time

Set ground level to y=0y=0, with y0=5.00 my_0=5.00\text{ m}:

0=5.00+9.90t4.90t20=5.00+9.90t-4.90t^2

Rearrange and use the quadratic formula:

4.90t29.90t5.00=04.90t^2-9.90t-5.00=0 t=9.90±(9.90)24(4.90)(5.00)2(4.90)t=\frac{9.90\pm\sqrt{(-9.90)^2-4(4.90)(-5.00)}}{2(4.90)}

The roots are approximately 2.44 s2.44\text{ s} and 0.42 s-0.42\text{ s}. The negative root describes the mathematical continuation of the path before launch, so the physical time is:

t=2.44 st=2.44\text{ s}

Step 3: calculate horizontal distance

Δx=v0xt=(9.90)(2.44)=24.2 m\Delta x=v_{0x}t=(9.90)(2.44)=24.2\text{ m}

Answer: The ball lands after approximately 2.44 s, 24.2 m from the base of the platform.

Common projectile-motion mistakes

Using the launch speed in both directions

For an angled launch, v0v_0 is the magnitude of the velocity vector. The equations need v0xv_{0x} or v0yv_{0y}, found with cosine and sine.

Giving gravity the wrong sign

If up is positive, acceleration is 9.8 m/s2-9.8\text{ m/s}^2. If down is positive, gravity is positive—but every displacement and velocity sign must follow that same choice.

Assuming the vertical velocity is zero for the whole trip

Only a horizontal launch has v0y=0v_{0y}=0. For an angled projectile, vy=0v_y=0 only at the highest point. Gravity continues acting there.

Using symmetry when heights differ

Time up equals time down only when the projectile returns to its launch height. A cliff or platform problem requires the full vertical equation.

Rounding components too soon

Keep extra calculator digits for sine, cosine, time and velocity components. Round only the final requested values.

How to check whether an answer is reasonable

  • Time should be positive.
  • A horizontally launched object begins with zero vertical velocity but gains downward speed.
  • Horizontal velocity should remain unchanged when drag is ignored.
  • At maximum height, vertical velocity is zero but horizontal velocity is not.
  • A higher launch point usually increases total time and range when the initial velocity is unchanged.
  • Units must match the quantity: seconds for time, metres for displacement and metres per second for velocity.

If you want help identifying the correct equation from a screenshot, SolveTap’s free physics problem solver separates the axes and explains why each kinematics equation applies. Check the setup and reasoning rather than copying only the final value.

Frequently asked questions

Why can horizontal and vertical motion be solved separately?

With air resistance ignored, gravity acts only vertically. There is no horizontal force, so horizontal acceleration is zero. Time connects the two independent directions.

Is velocity zero at the top of the path?

Only the vertical component is zero. Unless the projectile was launched straight upward, it still has horizontal velocity at the highest point.

When can I use the projectile range formula?

The common formula (R=v_0^2\sin2θ2\theta/g) assumes the projectile lands at the same height from which it was launched and that air resistance is negligible. The component method works in more situations and makes the assumptions clearer.

Why does a quadratic equation give a negative time?

The mathematical parabola extends before the chosen launch instant. The negative root corresponds to that earlier point and is normally rejected because the physical motion begins at t=0t=0.