Projectile Motion Made Easy- Practice Problems for Beginners

What You're Actually Learning About Projectile Motion

Projectile motion is just physics' way of asking: "What happens when you throw something?" You launch an object at an angle, gravity pulls it down, and it follows a curved path. That's it. The math just describes that path mathematically.

Most beginners struggle because they try to memorize everything instead of understanding the basics. You don't need 20 formulas. You need five core equations and the ability to break problems into horizontal and vertical components.

This guide cuts the confusion. You'll get practice problems, solutions, and the blunt truth about where students go wrong.

The Two Components You Must Master

Every projectile motion problem splits into two independent problems:

Time is the bridge connecting both. Whatever time value you calculate for one direction works for the other.

Horizontal Component

Horizontal acceleration is zero. The horizontal velocity stays the same throughout flight. This means:

Vertical Component

Gravity acts downward. This changes everything:

The Five Equations You Actually Need

Here are the kinematic equations. Use the ones that match what your problem gives you.

What You Know Equation to Use
v, a, t v = v₀ + at
v₀, a, Δx v² = v₀² + 2aΔx
v₀, a, t Δx = v₀t + ½at²
v, v₀, t Δx = ½(v + v₀)t

For vertical motion, substitute a = -g = -9.8 m/s². For horizontal, a = 0.

Practice Problem 1: The Basic Launch

Problem: A ball is thrown horizontally off a cliff with an initial speed of 15 m/s. The cliff is 80 meters high. How far from the base does the ball land?

Step 1: Find the time to fall.

Horizontal initial velocity is 0 (thrown horizontally). Use the vertical equation:

y = ½gt²

80 = ½(9.8)t²

t² = 80/4.9 = 16.33

t = 4.04 seconds

Step 2: Find horizontal distance.

x = vₓ × t = 15 × 4.04 = 60.6 meters

That's your answer. The horizontal speed never changed because acceleration in the x-direction is zero.

Practice Problem 2: The Angled Launch

Problem: A soccer ball is kicked at 25 m/s at an angle of 40°. Calculate the maximum height and range.

Step 1: Find components.

v₀ₓ = 25 cos(40°) = 25 × 0.766 = 19.15 m/s

v₀ᵧ = 25 sin(40°) = 25 × 0.643 = 16.08 m/s

Step 2: Find maximum height.

At max height, vertical velocity = 0. Use:

vᵧ² = v₀ᵧ² - 2gy

0 = (16.08)² - 2(9.8)y

0 = 258.6 - 19.6y

y = 258.6/19.6 = 13.2 meters

Step 3: Find total flight time.

Ball goes up and comes back down. Total time = 2 × time to reach max height.

vᵧ = v₀ᵧ - gt

0 = 16.08 - 9.8t

t_up = 16.08/9.8 = 1.64 seconds

Total time = 2 × 1.64 = 3.28 seconds

Step 4: Find range.

x = vₓ × t_total = 19.15 × 3.28 = 62.8 meters

Practice Problem 3: The Target Problem

Problem: You throw a ball at 12 m/s at 60° to hit a target 3 meters above your hand. How far horizontally is the target?

Step 1: Find components.

v₀ₓ = 12 cos(60°) = 6 m/s

v₀ᵧ = 12 sin(60°) = 10.39 m/s

Step 2: Use vertical displacement to find time.

y = v₀ᵧt - ½gt²

3 = 10.39t - 4.9t²

Rearrange: 4.9t² - 10.39t + 3 = 0

Solve quadratic: t = [10.39 ± √(108 - 58.8)] / 9.8

t = [10.39 ± 7.01] / 9.8

t₁ = 1.78 seconds (ball going up past 3m)

t₂ = 0.34 seconds (ball coming down through 3m)

Use t = 1.78 seconds (the ball hits on the way down)

Step 3: Find horizontal distance.

x = 6 × 1.78 = 10.7 meters

Where Students Actually Go Wrong

Quick Reference: Common Values at Specific Angles

Angle sin(θ) cos(θ) Best Use
30° 0.5 0.866 Low arc, longer air time
45° 0.707 0.707 Maximum range (no air resistance)
60° 0.866 0.5 High arc, shorter range
90° 1.0 0 Straight up, no horizontal motion

How to Actually Solve These Problems

Follow this sequence every time:

  1. Read the problem twice — Write down what you know: initial velocity, angle, height, distance.
  2. Draw a diagram — Sketch the trajectory. Mark the initial point, final point, and any key heights.
  3. Break velocity into components — vₓ = v₀ cos(θ), vᵧ = v₀ sin(θ)
  4. Identify what the problem asks for — Time? Height? Distance? Range?
  5. Choose the right equation — Match what you know to what you need.
  6. Solve algebraically first — Plug in numbers last. It prevents arithmetic mistakes.
  7. Check units — Seconds for time, meters for distance, m/s for velocity.

The Bottom Line

Projectile motion problems are straightforward once you separate horizontal from vertical. The horizontal side is simple: constant velocity, no acceleration. The vertical side is simple: one acceleration (gravity), five equations, pick the right one.

Most of the struggle comes from rushing. Slow down. Draw the diagram. Break the velocity. Then solve.

Work through the practice problems above until the steps feel automatic. That's all it takes.