Two Dimensional Motion- Problem Sets with Solutions
Two Dimensional Motion: What You Actually Need to Master
Two dimensional motion is just one dimensional motion with extra steps. You're tracking how something moves across a flat surface—side to side and up and down simultaneously. That's it. No magic, no mystery.
This guide cuts through the textbook nonsense and gives you real problems with real solutions. Work through them, check your answers, and move on.
The Core Concepts You Can't Ignore
Before touching any problem, these concepts need to be solid. If they're not, you're wasting your time.
Vectors vs Scalars
Vectors have magnitude and direction. Scalars have magnitude only. Speed is a scalar. Velocity is a vector. Most students lose points here because they mix these up.
Independence of Motion
Here's the part most textbooks overcomplicate. The horizontal and vertical components of motion happen independently. Gravity only affects vertical motion. Nothing affects horizontal motion except time.
This means you can solve each direction separately and combine the results at the end.
Breaking Vectors Into Components
When you have a velocity at an angle, split it:
- vx = v cos(θ)
- vy = v sin(θ)
Use these components as separate one-dimensional problems. Combine them when the problem asks for something about the original vector.
The Essential Equations
These are the only equations you need. Memorize them. Actually use them in problems—don't just memorize and forget.
| Quantity | Horizontal | Vertical |
|---|---|---|
| Acceleration | ax = 0 | ay = -g ≈ -9.8 m/s² |
| Velocity | vx = v₀ cos(θ) | vy = v₀ sin(θ) - gt |
| Position | x = v₀ cos(θ) · t | y = v₀ sin(θ) · t - ½gt² |
The horizontal acceleration is always zero (ignoring air resistance). The vertical acceleration is always -g. That simple distinction solves half your problems automatically.
Problem Set 1: Basic Projectile Motion
Problem 1.1
A soccer ball rolls off a cliff with a horizontal velocity of 8 m/s. The cliff is 45 meters high. How far from the base does it land?
Solution:
First, find the time of flight using vertical motion. The ball starts at y = 45m and lands at y = 0m.
y = v₀y · t + ½gt²
Initial vertical velocity is 0 (the ball rolls off horizontally).
0 = 45 - ½(9.8)t²
t² = 45/4.9 = 9.18
t = 3.03 seconds
Now horizontal distance:
x = vx · t = 8 × 3.03 = 24.2 meters
Problem 1.2
A cannonball fires at 40 m/s at 30° above horizontal. Find the maximum height reached.
Solution:
Find the initial vertical velocity:
vy₀ = 40 sin(30°) = 40 × 0.5 = 20 m/s
At maximum height, vertical velocity is 0. Use:
vy² = vy₀² - 2gΔy
0 = 20² - 2(9.8)H
H = 400 / 19.6 = 20.4 meters
Problem Set 2: Mixed Questions
Problem 2.1
A ball thrown at 25 m/s lands 60 meters away. What was the launch angle?
Solution:
For range R with launch angle θ:
R = v₀² sin(2θ) / g
60 = 25² sin(2θ) / 9.8
sin(2θ) = 60 × 9.8 / 625 = 0.94
2θ = sin⁻¹(0.94) = 70°
θ = 35°
Or θ = 55°—same range, two possible angles. The problem might specify which one, or accept both.
Problem 2.2
A car drives off a horizontal ramp at 15 m/s and lands on a lower ramp 8 meters away, 3 meters lower. Find the angle of the lower ramp.
Solution:
Time to travel horizontally:
t = x / vx = 8 / 15 = 0.53 seconds
Vertical drop during this time:
Δy = ½gt² = ½(9.8)(0.53)² = 1.38 meters
The actual drop is 3 meters, so the car is still falling when it reaches the ramp. The problem setup is flawed, or we need to find the required initial velocity.
Let's find what velocity would give exactly 3m drop:
3 = ½(9.8)(0.53)² + vy₀(0.53)
vy₀ = (3 - 1.38) / 0.53 = 3.06 m/s
tan(θ) = vy/vx = 3.06/15
θ = tan⁻¹(0.204) = 11.5°
Problem Set 3: Advanced Challenges
Problem 3.1
A projectile is launched from ground level and passes through two points at the same height, 20 meters apart horizontally. If both points are 15 meters above the ground, what was the launch speed?
Solution:
Two points at same height means the projectile crosses that height twice during flight. The horizontal distance between them is given as 20m.
For a symmetric trajectory, the horizontal distance between equal height points depends on launch angle. The time between crossing the height h:
Δx = v₀ cos(θ) · Δt
For the vertical motion at height h:
h = vy₀ t - ½gt²
This gives two times t₁ and t₂. The difference is:
Δt = (2vy₀/g) · sqrt(1 - 2gh/vy₀²)
After solving with Δx = 20m and h = 15m:
v₀ ≈ 24 m/s
θ ≈ 50° or 40°
Common Mistakes Students Make
- Mixing up velocity components. Always calculate vx and vy separately. Don't plug the total velocity into vertical equations.
- Using the wrong sign for g. g is positive (9.8 m/s²) when analyzing downward motion as positive. g is negative (-9.8 m/s²) when up is positive. Pick one and stick with it.
- Forgetting that time is the same for both directions. The horizontal and vertical motions share the same time variable. This is the key to solving any 2D problem.
- Not breaking initial velocity into components. If a problem gives velocity at an angle, you must split it before doing anything else.
- Rounding too early. Keep extra digits in intermediate steps. Round only at the final answer.
Getting Started: Your Action Plan
Stop reading. Open your notebook. Try these steps:
- Write down the three horizontal equations and three vertical equations from memory.
- Find a problem with numbers you can solve. Work it completely.
- Check your answer. If wrong, find where you deviated from the correct path.
- Repeat step 2-3 with a different problem type.
That's it. No fancy prep, no special materials. Just work problems until the pattern clicks.
When You're Stuck
If a problem stumps you, ask these questions:
- What information am I given? Write it down.
- What am I solving for?
- Is this horizontal or vertical? (Or both?)
- What's the time? Can I find it from the other direction?
- What equation connects what I know to what I need?
Every projectile problem reduces to this process. The math is straightforward once you identify what's relevant and what's noise.
Two dimensional motion isn't hard. It's just one dimensional motion applied twice. Get the components right, track your time, and solve for what the problem actually asks.