Average velocity tells you how fast and in what direction an object moves overall, defined as total displacement divided by total time. To find the average velocity, first determine the change in position (displacement) and the elapsed time, then divide displacement by time. This guide explains the concept, the step-by-step method, unit choices, and how to avoid confusing average velocity with average speed. Use it for physics problems, lab work, or interpreting motion in one dimension and two dimensions.
What Average Velocity Means
Average velocity is a vector quantity that describes the rate of change of displacement with respect to time. Unlike speed, which is scalar and based on total path length, velocity includes direction. If an object returns to its starting point, its displacement is zero and so is its average velocity, even if the object traveled a long distance. The formula is v_avg = Δx / Δt, where Δx is displacement and Δt is the time interval.
Key definitions
- Displacement: the straight-line change in position with direction.
- Time interval: the duration over which displacement occurs.
- Units: commonly meters per second (m/s), kilometers per hour (km/h), or miles per hour (mph).
Step-by-Step Method to Find Average Velocity
Follow these steps for any motion problem: identify initial and final positions, compute displacement, measure elapsed time, then divide displacement by time.
- Choose a coordinate system and define positive direction.
- Record the initial position (x₁) and final position (x₂).
- Calculate displacement: Δx = x₂ − x₁.
- Record initial time (t₁) and final time (t₂).
- Calculate elapsed time: Δt = t₂ − t₁.
- Compute average velocity: v_avg = Δx / Δt.
Worked Example in One Dimension
A car moves along a straight road. It starts at x = 0 m at t = 0 s and ends at x = 120 m at t = 10 s. Displacement is 120 m − 0 m = 120 m. Elapsed time is 10 s − 0 s = 10 s. Average velocity = 120 m / 10 s = 12 m/s in the positive direction. If the car had returned to x = 0 m at t = 20 s, displacement would be 0 m and average velocity 0 m/s, even though it moved.
Common Mistakes and Clarifications
- Confusing average velocity with average speed: speed uses total distance, not displacement.
- Using total time when only part of the motion is relevant; always match displacement and time interval.
- For non-linear motion, break into segments or use vector components.
Average Velocity with an Example Table
The table below shows three scenarios with verified details for displacement, elapsed time, and computed average velocity.
| Scenario | Displacement (m) | Elapsed Time (s) | Average Velocity (m/s) | Notes |
|---|---|---|---|---|
| Car on straight road | 120 | 10 | 12 | Constant direction, positive axis |
| Round trip start to finish | 0 | 20 | 0 | Displacement zero; speed may be nonzero |
| Object moving backward | -30 | 6 | -5 | Negative sign indicates opposite direction |
Average Velocity in Two Dimensions
For motion in a plane, treat displacement and velocity as vectors. Use component form: v_avg,x = Δx / Δt and v_avg,y = Δy / Δt. The magnitude is sqrt(v_avg,x² + v_avg,y²) and the direction is atan2(v_avg,y, v_avg,x). When analyzing projectile motion or objects on grids, work with components to avoid errors from path length.
Tips for Practice and Application
- Sketch the motion and label positions and times before calculating.
- Check sign conventions: direction matters for velocity.
- Verify units and convert if necessary (e.g., km/h to m/s).
- Use segment averages cautiously; overall average velocity needs total displacement and total time.
When to Use This Approach
This method applies to constant-acceleration problems, lab experiments, and everyday situations like travel planning. It works for one dimension (straight line) and can be extended to two dimensions by using vector components. Because it relies on displacement, it remains valid even when speed varies during the motion.