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:
- — speed (m/s)
- — radius of circular path (m)
- — centripetal acceleration (m/s²)
Centripetal Force
By Newton's second law, the net force required to maintain circular motion:
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
| (m/s) | (m) | (m/s²) |
|---|---|---|
| 10 | 5 | 20.0 |
| 20 | 4 | 100.0 |
| 3 | 9 | 1.0 |
| 15 | 10 | 22.5 |
Your Task
Implement centripetal(v, r) returning centripetal acceleration in m/s².
TCC compiler loading...
Loading...
Click "Run" to execute your code.