How to Find Velocity from Force, Time, or Distance

To find velocity from force, you first use Newton’s second law (F = m × a) to calculate acceleration, then apply that acceleration over time or distance to get velocity. The core idea: force alone doesn’t give you velocity directly. You need at least one additional piece of information, either how long the force acts or over what distance.

The Two-Step Process

Force, mass, and acceleration are linked by Newton’s second law: F = m × a. Rearranging gives you acceleration: a = F / m. A 100-newton force on a 50-kilogram object produces an acceleration of 2 meters per second squared. That acceleration is your bridge to velocity.

Once you have acceleration, the path you take depends on what else you know. If you know how long the force was applied, you use a time-based equation. If you know how far the object traveled while the force acted, you use a distance-based equation. Both are straightforward, and we’ll walk through each.

When You Know the Time

If a constant force acts for a known duration, the final velocity is:

v = v₀ + a × t

Here, v₀ is the starting velocity (zero if the object starts from rest), a is the acceleration you calculated from F/m, and t is the time in seconds. Say you push a 10-kilogram cart from rest with a steady 30-newton force for 4 seconds. The acceleration is 30 / 10 = 3 m/s². The final velocity is 0 + 3 × 4 = 12 meters per second.

This equation works only when acceleration is constant, meaning the force doesn’t change over time. For most textbook problems and many real situations with a steady push or pull, it’s exactly what you need.

When You Know the Distance

Sometimes you know how far the object moved but not how long the force was applied. In that case, the work-energy theorem gives you a cleaner path. Work equals force times distance, and that work changes the object’s kinetic energy:

W = ½mv² − ½mv₀²

If the object starts from rest, the equation simplifies to W = ½mv², and since W = F × d (for a constant force in the direction of motion), you can write:

F × d = ½mv²

Solving for velocity: v = √(2Fd / m). For example, a 200-newton force pushing a 25-kilogram box across 10 meters from rest gives v = √(2 × 200 × 10 / 25) = √160 ≈ 12.6 meters per second. No need to figure out time at all.

Using Impulse for Quick Calculations

There’s actually a way to go from force to velocity in a single step, using the impulse-momentum theorem. Impulse is the product of force and the time it acts (F × t), and it equals the change in momentum (m × Δv). Rearranging:

Δv = (F × t) / m

This is mathematically identical to the two-step method (find acceleration, then multiply by time), but it’s useful when you’re thinking in terms of momentum. It’s especially common in collision and impact problems. A 500-newton force acting on a 5-kilogram ball for 0.1 seconds produces a velocity change of (500 × 0.1) / 5 = 10 m/s.

When Force Changes Over Time

The equations above assume constant force. Real forces often vary. A spring pushes harder the more it’s compressed, a rocket engine’s thrust changes as fuel burns, and air resistance grows as speed increases. When force isn’t constant, you need to integrate the force over time to find the impulse, then divide by mass to get the velocity change:

Δv = (1/m) × ∫F dt

If you haven’t studied calculus, the practical takeaway is this: you break the time period into small intervals, estimate the force during each interval, multiply each force by its small time window, add them all up, and divide by mass. Many physics software tools and graphing calculators handle this automatically. For a force that varies linearly (like a spring), you can often use the average force in place of the integral and get the correct answer.

Accounting for Multiple Forces

In real scenarios, the force you’re given is rarely the only force acting. Friction, gravity, and air resistance all contribute. What matters for acceleration is the net force: the sum of all forces, with opposing forces subtracted.

For a falling object, for instance, the net force is the object’s weight minus air drag. NASA’s drag equation shows that air resistance grows with the square of velocity, which is why falling objects eventually reach a terminal velocity where drag equals weight and acceleration drops to zero. For an object sliding along a surface, you subtract friction from your applied force before dividing by mass.

The general approach stays the same: calculate the net force, divide by mass to get acceleration, then use either the time-based or distance-based equation to find velocity. If you skip accounting for opposing forces, your calculated velocity will be higher than what actually happens.

Units to Get Right

These formulas work cleanly when everything is in SI units: force in newtons (N), mass in kilograms (kg), time in seconds (s), and distance in meters (m). The result comes out in meters per second (m/s). If your force is in pounds, convert by multiplying by 4.448 to get newtons. If mass is in pounds, multiply by 0.4536 to get kilograms. Mixing unit systems is the most common source of errors in these calculations.

To convert your final answer: 1 m/s equals 3.6 km/h, and 1 m/s equals roughly 2.237 mph.

Quick Reference

  • Know force, mass, and time: v = v₀ + (F/m) × t
  • Know force, mass, and distance: v = √(v₀² + 2Fd/m)
  • Know impulse and mass: Δv = (F × t) / m
  • Variable force: Δv = (1/m) × ∫F dt

In every case, the logic is the same. Force tells you how quickly velocity is changing. Combine that rate of change with either time or distance, and you have your velocity.