Lesson 14 of 15
Torque
Torque
Torque is the rotational analogue of force. It measures how effectively a force causes rotation about a pivot:
- — applied force (N)
- — moment arm — distance from pivot to point of application (m)
- — angle between force vector and the moment arm
- — torque (N·m)
When is torque maximum?
When (force perpendicular to the arm): , so .
Pushing a door at the handle (far from hinge, ) is far more effective than pushing near the hinge or pushing at an angle.
Newton's 2nd Law for Rotation
where is the moment of inertia and is angular acceleration — the rotational analogue of .
Examples
| (N) | (m) | (N·m) | |
|---|---|---|---|
| 10 | 2 | 90° | 20.0000 |
| 10 | 2 | 30° | 10.0000 () |
| 50 | 3 | 90° | 150.0000 |
| 100 | 0.5 | 45° | 35.3553 |
Your Task
Implement torque(F, r, angle_deg) returning torque in N·m.
TCC compiler loading...
Loading...
Click "Run" to execute your code.