Relative Speed: Cars Moving in Opposite Directions
What This Problem Teaches
- Setting up distance-rate-time equations with relative motion between two objects
- Understanding that opposite directions mean you add speeds to find separation rate
- Choosing strategic variables (slower speed vs. faster speed) to simplify algebra
- Translating "X is 4 units more than Y" into algebraic expressions
- Verification through substitution back into the original scenario
Solution: Method 1 — The Relative Speed Approach
The key insight is that when two objects move in opposite directions, their relative speed is the sum of their individual speeds. This gives us the rate at which distance accumulates between them.
Step 1 — Define the variable for the slower car
Let x = speed of the westbound car (mph)
Since the eastbound car is 4 mph faster: eastbound speed = x + 4 mph
Step 2 — Find the relative speed
When cars move in opposite directions, they separate at the combined rate of both speeds.
Relative speed = x + (x + 4) = 2x + 4 mph
Step 3 — Apply the distance formula
After 2 hours of separation, the cars are 208 miles apart. Using distance = rate × time:
208 = (2x + 4) × 2
208 = 4x + 8
Step 4 — Solve for x
200 = 4x
x = 50
Step 5 — Find the eastbound car's speed
The westbound car travels at 50 mph, so the eastbound car travels at:
Solution: Method 2 — Individual Distance Tracking
Instead of using relative speed, we can track each car's individual distance from the passing point and add those distances.
Step 1 — Define the variable for the faster car
Let e = speed of the eastbound car (mph)
Then the westbound car's speed = e - 4 mph
Step 2 — Calculate individual distances after 2 hours
Distance traveled by westbound car = (e - 4) × 2 = 2e - 8 miles
Step 3 — Set up the total distance equation
Since the cars move in opposite directions from the passing point, the total distance between them is the sum of their individual distances:
208 = 2e + (2e - 8)
208 = 4e - 8
Step 4 — Solve for e
216 = 4e
e = 54
The eastbound car's speed is 54 mph.
Verification
Let's verify by checking both the speed difference and the total distance:
- Speed check: Eastbound (54 mph) - Westbound (50 mph) = 4 mph ✓
- Distance check: In 2 hours, eastbound travels 54 × 2 = 108 miles
- In 2 hours, westbound travels 50 × 2 = 100 miles
- Total separation: 108 + 100 = 208 miles ✓
Both conditions are satisfied, confirming our answer is correct.
Common Pitfalls
✗ Mistake 1: Subtracting speeds instead of adding them
Distance = 4 × 2 = 8 miles
This gives a distance of only 8 miles, not 208. The error is treating this like a same-direction problem. When objects move in opposite directions, you always add their speeds.
✗ Mistake 2: Forgetting to account for both cars moving
This ignores that the westbound car also contributes to the increasing separation. Both cars are moving away from the passing point simultaneously.
✗ Mistake 3: Setting up the variable relationship backwards
Then westbound speed = x + 4
This makes the westbound car faster than the eastbound car, contradicting the problem statement. Always read carefully to identify which object is faster.
The Pattern Behind This
This is a classic separation problem with relative motion. The general formula is:
For same direction: Distance apart = |Speed₁ - Speed₂| × Time
The key decision point is recognizing the direction relationship. "Passing each other" and then being "apart" signals opposite directions, which means we add the speeds. If one car were chasing the other, we'd subtract speeds instead.
This same pattern appears in many contexts: trains passing on parallel tracks, boats moving in opposite directions on a river, or even abstract rates like workers completing tasks from opposite ends of a job.
Real Applications
- Air traffic control: Calculating separation distances between aircraft flying in opposite directions to ensure safe minimum spacing.
- Naval navigation: Determining when two ships traveling in opposite directions will be far enough apart to safely change course or speed.
- Network engineering: Computing data collision zones when signals travel toward each other on the same communication channel.
What If?
Let w = speed of westbound car (mph). Then eastbound speed = w + 6 mph.
Relative speed = w + (w + 6) = 2w + 6 mph
Distance = relative speed × time: 180 = (2w + 6) × 1.5
180 = 3w + 9, so 171 = 3w, therefore w = 57
Westbound: 57 mph, Eastbound: 63 mph. In 1.5 hours: (57 + 63) × 1.5 = 120 × 1.5 = 180 miles ✓
Answer: 57 mph
Eastbound speed = 60 mph, Westbound speed = 52 mph, Distance apart = 280 miles
Relative speed = 60 + 52 = 112 mph
Distance = relative speed × time, so time = distance ÷ relative speed
Time = 280 ÷ 112 = 2.5 hours
In 2.5 hours: eastbound travels 60 × 2.5 = 150 miles, westbound travels 52 × 2.5 = 130 miles. Total: 150 + 130 = 280 miles ✓
Answer: 2.5 hours
Let t = hours after Car C starts. When C starts, A has already traveled for 1 hour.
Car A's distance from start: 50 × (t + 1) = 50t + 50 miles
Car C's distance from start: 65t miles
C catches A when their distances are equal: 65t = 50t + 50
15t = 50, so t = 50/15 = 10/3 hours = 3 hours 20 minutes
At t = 10/3 hours: A has traveled 50 × (10/3 + 1) = 50 × 13/3 = 650/3 miles, C has traveled 65 × 10/3 = 650/3 miles ✓
Answer: 3 hours 20 minutes after Car C starts
Let w = westbound speed (mph). Then eastbound speed = 2w mph.
Relative speed = w + 2w = 3w mph
Distance = relative speed × time: 360 = 3w × 3
360 = 9w, so w = 40 mph
Westbound speed = 40 mph, Eastbound speed = 80 mph
Check: In 3 hours, total distance = (40 + 80) × 3 = 120 × 3 = 360 miles ✓
Answer: Westbound 40 mph, Eastbound 80 mph
Frequently Asked Questions
2026-08-30