DEV Community

Cover image for Circular Motion: Why Going Around in Circles Is Never Effortless
NovaSolver
NovaSolver

Posted on • Originally published at novasolver.jp

Circular Motion: Why Going Around in Circles Is Never Effortless

Watch a car take a tight highway off-ramp at a steady speed. The speedometer needle does not move, yet the driver and every loose object inside are pushed firmly toward the outside of the curve. Nothing is speeding up or slowing down, so where does that push come from? The answer is one of the more counterintuitive ideas in mechanics: traveling in a circle is itself a form of acceleration, regardless of how constant the speed appears to be.

This article explains what circular motion really demands of a body, how to compute the inward force that keeps it on its path, and why the everyday intuition that "constant speed means no acceleration" quietly breaks down the moment the path stops being straight.

Why this calculation matters

Acceleration is a change in velocity, and velocity is a vector — it has both magnitude and direction. A body moving at a fixed speed around a circle keeps the magnitude constant but swings the direction continuously. That alone is acceleration, and it points toward the centre of the circle. Any time the direction of motion turns, something must supply the force to turn it.

This shows up everywhere a path curves. Tyres grip a road through a bend, a string holds a whirling stone, rails push the wheels of a train through a curve, and gravity bends a satellite around the Earth. Get the required inward force wrong and the consequences are immediate: the car understeers off the road, the string snaps, the train derails. Sizing a banked curve, a centrifuge rotor, or an amusement-park loop all start from the same small calculation. It is also the foundation for orbital mechanics and for any rotating machine where parts must be held against the tendency to fly outward.

The core formula

Start with the geometry. A body on a circle of radius r moving at speed v completes one lap of circumference 2*pi*r in a period T. Its angular velocity omega — how fast the angle sweeps — links to the linear speed:

v = r * omega
Enter fullscreen mode Exit fullscreen mode

Because the direction of v is always changing, the body has an acceleration directed toward the centre. This is the centripetal acceleration:

a = v^2 / r = r * omega^2
Enter fullscreen mode Exit fullscreen mode

The word centripetal means "centre-seeking." It is not a new kind of force; it is the name for the net inward acceleration that any circular path requires. By Newton's second law, the inward force needed to produce it is:

F = m * a = m * v^2 / r = m * r * omega^2
Enter fullscreen mode Exit fullscreen mode

Two features deserve attention. First, the dependence on speed is quadratic: double the speed around the same curve and the required force quadruples. Second, the force grows as the radius shrinks — a tighter turn at the same speed is far more demanding than a gentle one. The period of the motion follows directly from omega:

T = 2 * pi / omega
Enter fullscreen mode Exit fullscreen mode

A subtle but important point: F is not an extra force added to the free-body diagram. It is the net inward force, supplied by whatever real forces happen to act — friction, tension, gravity, a normal force, or a combination. The job of the engineer is to check that those real forces can add up to the value F demands.

A worked example

Consider a car of mass m = 1200 kg rounding a flat bend of radius r = 50 m at a steady speed v = 20 m/s (72 km/h).

Step 1 — centripetal acceleration. The body keeps a constant speed, so the only acceleration is the inward, centre-seeking one:

a = v^2 / r = 20^2 / 50 = 400 / 50 = 8.0 m/s^2
Enter fullscreen mode Exit fullscreen mode

That is already about 0.8 g, pointing horizontally toward the centre of the curve.

Step 2 — required inward force. Apply Newton's second law:

F = m * a = 1200 * 8.0 = 9,600 N
Enter fullscreen mode Exit fullscreen mode

Step 3 — where the force comes from. On a flat road, the only horizontal force available to point toward the centre is friction between the tyres and the asphalt. So the road must supply 9,600 N of inward friction to hold the car on its line.

The verdict depends on grip. If the tyre-road friction can deliver at least 9,600 N, the car tracks the curve. If it cannot — wet road, worn tyres, loose gravel — the friction falls short, the net inward force is too small for the radius, and the car slides outward along a gentler path than intended. Nothing pushes the car outward; it simply continues in a straighter line than the bend allows because the inward force ran out.

Common mistakes

Inventing an outward "centrifugal force." In the ground frame there is no real outward force on the cornering car. The sensation of being thrown outward is your body trying to go straight while the seat pushes you inward. Adding a centrifugal force to a ground-frame free-body diagram double-counts and gives wrong answers.

Assuming constant speed means zero acceleration. Constant speed and constant velocity are different. On a curve the direction changes every instant, so the acceleration is non-zero even when the speedometer is steady.

Treating centripetal force as a separate applied force. F = m*v^2/r is the net inward force the motion requires, not an extra arrow to draw. It must be produced by friction, tension, gravity, or a normal component — identify the real source.

Forgetting the quadratic speed dependence. Drivers often underestimate how much harder a corner gets with speed. Going from 20 to 28 m/s on the same bend nearly doubles the required friction, which is why modest speed increases cause sudden loss of grip.

Mixing up angular and linear quantities. Use v = r*omega consistently. Plugging an angular velocity into a formula that expects linear speed, or vice versa, throws the result off by a factor of r.

Try the interactive NovaSolver calculator

Working a single corner by hand is quick, but feeling how radius, speed, and mass trade off is easier when you can see it move. The Circular Motion Simulator on NovaSolver lets you adjust the radius, angular velocity, and mass with sliders and watch the velocity vector and the centripetal acceleration update in real time. It reports the period, speed, centripetal acceleration, and centripetal force, and adds waveform and force-and-energy tabs so you can see how each quantity evolves over a full revolution.

Related calculators

  • Centripetal Force Calculator — focus directly on the inward force for a given mass, speed, and radius when force is the number you need.
  • Moment of Inertia Calculator — move from a point mass on a circle to an extended rotating body and its resistance to angular acceleration.
  • Large-Angle Pendulum — another curved-path problem, where a mass swings on an arc and the tension changes through the motion.

You can browse the full collection in the physics tools hub.

Closing note

Circular motion rewards a small shift in thinking. The hard part is not the algebra — a = v^2/r and F = m*v^2/r are short formulas — but accepting that a body moving steadily around a curve is accelerating the whole time, and that the inward force is supplied by ordinary forces you already know. Identify what is providing that force, check that it is enough for the radius and speed you have, and remember the quadratic penalty for speed. With those ideas in place, bends, rotors, loops, and orbits all become the same problem wearing different clothes.

Top comments (0)