Driving Equations Practice- Problems and Solutions
What Are Driving Equations?
Driving equations are kinematics problems that deal with how vehicles move. They're the math behind acceleration, braking, and stopping distances. If you've ever wondered why a car going 70 mph takes way longer to stop than one going 30 mph, these equations explain exactly why.
Physics classes call them SUVAT equations. The acronym breaks down like this:
- S – Displacement (how far the vehicle travels)
- U – Initial velocity (speed when you start counting)
- V – Final velocity (speed when you're done counting)
- A – Acceleration (rate of speed change)
- T – Time elapsed
Master these five variables and you can solve almost any driving physics problem thrown at you.
The Core Equations You Need
Here are the four main equations. Memorize them or know where to find them:
- v = u + at — Final velocity equals initial velocity plus acceleration times time
- s = ut + ½at² — Displacement using initial velocity and acceleration
- s = vt - ½at² — Displacement using final velocity and acceleration
- v² = u² + 2as — Velocity-displacement relationship (no time needed)
- s = ½(u + v)t — Displacement using average velocity
Pick the equation based on what information you have and what you're solving for.
Common Units and Conversions
Most problems use meters per second (m/s) for velocity. Driving in the US means you'll often see miles per hour (mph). Convert before you start calculating.
To convert mph to m/s: multiply by 0.447
To convert m/s to mph: multiply by 2.237
Acceleration is typically given in m/s². Gravity is 9.8 m/s² downward.
Practice Problems with Solutions
Problem 1: Braking Distance
A car travels at 30 m/s and brakes with an acceleration of -6 m/s² until it stops. How far does it travel while braking?
Given:
- u = 30 m/s
- v = 0 m/s (stopped)
- a = -6 m/s²
- s = ?
Solution:
Use v² = u² + 2as
0² = 30² + 2(-6)s
0 = 900 - 12s
12s = 900
s = 75 meters
Problem 2: Highway Acceleration
A driver accelerates from 20 m/s to 35 m/s over 5 seconds. What was the acceleration?
Given:
- u = 20 m/s
- v = 35 m/s
- t = 5 s
- a = ?
Solution:
Use v = u + at
35 = 20 + a(5)
15 = 5a
a = 3 m/s²
Problem 3: Reaction Distance
A car moving at 25 m/s has a reaction time of 1.5 seconds. How far does it travel before the driver even touches the brakes?
Given:
- u = 25 m/s
- t = 1.5 s
- a = 0 (constant speed during reaction)
- s = ?
Solution:
Use s = ut + ½at²
s = 25(1.5) + ½(0)(1.5)²
s = 37.5 + 0
s = 37.5 meters
That's over 120 feet covered while the driver thinks. Add braking distance and you see why tailgating kills.
Problem 4: Collision Avoidance
A truck travels at 45 mph (convert this to m/s: 45 × 0.447 = 20.1 m/s). The driver sees an obstacle and takes 0.8 seconds to react, then brakes at -8 m/s². Does the truck stop before hitting an obstacle 50 meters away?
Step 1: Reaction distance
s = ut = 20.1 × 0.8 = 16.08 meters
Step 2: Braking distance
Using v² = u² + 2as
0 = 20.1² + 2(-8)s
0 = 404 - 16s
s = 25.25 meters
Step 3: Total stopping distance
16.08 + 25.25 = 41.33 meters
Yes, the truck stops with 8.67 meters to spare. Barely.
Problem 5: Traffic Light Timing
A car 300 meters from a traffic light is traveling at 15 m/s when the light turns yellow. The car accelerates at 2 m/s² to cross before the light turns red (4 seconds later). Does it make it?
Given:
- s = 300 m
- u = 15 m/s
- a = 2 m/s²
- t = 4 s
- s_actual = ?
Solution:
Use s = ut + ½at²
s = 15(4) + ½(2)(4)²
s = 60 + 16
s = 76 meters
The car only travels 76 meters. It does not make it through the light. Should have started accelerating sooner.
Quick Reference: SUVAT Equation Selection
Still unsure which equation to use? Here's a table:
| Given | Find | Use |
|---|---|---|
| u, v, a | t | v = u + at |
| u, a, t | s | s = ut + ½at² |
| v, a, t | s | s = vt - ½at² |
| u, v, a | s | v² = u² + 2as |
| u, v, t | s | s = ½(u + v)t |
| u, v, s | a | v² = u² + 2as |
Where These Equations Actually Matter
These aren't just exam problems. Here's where they show up in real life:
- Traffic accident reconstruction — Police use these to determine if a driver was speeding
- Braking system design — Engineers calculate minimum stopping distances
- Road safety signage — Stopping sight distance requirements use these calculations
- Driver education — Understanding why following distance matters
Common Mistakes to Avoid
Students mess these problems up in predictable ways:
- Forgetting to convert mph to m/s — This ruins everything
- Using positive acceleration when braking — Deceleration is negative
- Confusing reaction distance with braking distance — They're separate calculations
- Rounding too early — Keep extra decimal places until the final answer
- Using the wrong equation — Match your knowns to the right formula
A Note on Friction and Real-World Braking
The equations above assume constant acceleration. Real braking isn't perfectly constant. The coefficient of friction determines actual deceleration:
Maximum deceleration = μg
Where μ is the coefficient of friction and g is gravity (9.8 m/s²). Dry asphalt has μ around 0.7, giving a max deceleration of about 6.9 m/s². Wet roads drop to μ ≈ 0.4, giving only 3.9 m/s².
This is why wet roads double your stopping distance. Physics doesn't care if you think you drive fine in the rain.