Lesson 6 of 15

Centripetal Acceleration

Circular Motion

An object moving in a circle at constant speed still accelerates — its direction changes continuously. This centripetal acceleration always points toward the centre:

ac=v2ra_c = \frac{v^2}{r}

  • vv — speed (m/s)
  • rr — radius of circular path (m)
  • aca_c — centripetal acceleration (m/s²)

Centripetal Force

By Newton's second law, the net force required to maintain circular motion:

Fc=mac=mv2rF_c = m a_c = \frac{mv^2}{r}

This is not a new kind of force — it is whatever force provides the centripetal acceleration (tension in a string, gravity for orbits, friction for a car cornering).

Examples

vv (m/s)rr (m)aca_c (m/s²)
10520.0
204100.0
391.0
151022.5

Your Task

Implement centripetal(v, r) returning centripetal acceleration in m/s².

TCC compiler loading...
Loading...
Click "Run" to execute your code.