HomePhysics › Centripetal Force Calculator

Centripetal Force Calculator

Computes the centripetal (centre-seeking) force and acceleration needed to keep a mass moving in a circle of given radius at a given speed, plus the angular velocity, rotation period and rpm.

When to use

You need the force on a car in a bend, a mass on a string, a satellite or a centrifuge sample from mass, tangential speed and radius, or the g-load of circular motion.

Do not use when: You know the angular speed (rpm) rather than the tangential speed (compute v = ω·r first), or the motion is not circular at constant speed.

Formula

centripetal_acceleration = velocity_m_s² / radius_m; centripetal_force_n = mass_kg × velocity_m_s² / radius_m; ω = velocity_m_s / radius_m; period_s = 2π × radius_m / velocity_m_s; rpm = 60 / period_s

Inputs

ParameterTypeUnitRequiredDescription
mass_kgnumberkgyesMass of the moving object in kilograms. Range: > 0
velocity_m_snumberm/syesSpeed along the circular path in metres per second. Range: > 0
radius_mnumbermyesRadius of the circular path in metres. Range: > 0

Outputs

OutputTypeUnitDescription
centripetal_force_nnumberNF = m × v² / r, directed toward the centre.
centripetal_acceleration_m_s2numberm/s²a = v² / r.
acceleration_gnumbergCentripetal acceleration in multiples of 9.80665 m/s².
angular_velocity_rad_snumberrad/sω = v / r.
period_snumbersTime for one revolution, 2π r / v.
rpmnumberrpm60 / period.

Example

1200 kg car at 20 m/s in a 50 m bend: {"mass_kg":1200,"velocity_m_s":20,"radius_m":50}{"centripetal_force_n":9600,"centripetal_acceleration_m_s2":8,"acceleration_g":0.8158,"angular_velocity_rad_s":0.4,"period_s":15.708,"rpm":3.8197}

0.5 kg on a 0.75 m string at 3 m/s: {"mass_kg":0.5,"velocity_m_s":3,"radius_m":0.75}{"centripetal_force_n":6,"centripetal_acceleration_m_s2":12,"angular_velocity_rad_s":4,"period_s":1.5708,"rpm":38.1972}

GET https://tttkmbb.com/api/v1/calculate/centripetal-force?mass_kg=1200&velocity_m_s=20&radius_m=50

Machine access

Sources

FAQ

What provides the centripetal force?

Whatever real force points toward the centre: friction for a car in a bend, tension for a string, gravity for a satellite. If that force cannot reach the required value the object leaves the circle.

Is centrifugal force the same thing?

Centrifugal force is the apparent outward force felt in the rotating frame; it has the same magnitude as the centripetal force but is not a real force in an inertial frame.

Related calculators