Unit 03 · lesson

Torque Is Not Speed

A motor can spin extremely fast and still be a terrible choice for moving a heavy robot mechanism.

The missing quantity is torque.

Torque describes the turning effect of a force around an axis. For a perpendicular force:

torque = force × distance from axis
τ = F × r

A 10-newton force applied 0.20 meters from a pivot creates 2 newton-meters of torque.

Why distance changes everything

Imagine holding a heavy door closed.

Push near the hinge and it is difficult. Push near the handle and it is easier. The force can be the same, but the distance from the pivot is larger.

Robot arms work the same way.

pivot ●────────────── payload
      <---- 0.40 m ---->

If a 20 N payload acts 0.40 m from the pivot, the static load torque is approximately:

20 N × 0.40 m = 8 N·m

That ignores the arm's own mass, acceleration, friction, and safety margin. Real required torque is higher.

Speed has its own job

Angular speed tells you how fast a shaft rotates. A fast shaft is not automatically powerful. A slow shaft is not automatically strong.

Mechanical power connects torque and angular speed conceptually:

useful motion requires both enough turning force and enough speed for the task.

That is why a gearbox exists. It lets a motor operate in a more useful region by trading shaft speed for shaft torque.

The stall trap

A motor's stall torque is the torque at zero speed. At stall, the motor is not doing useful mechanical motion and electrical current can become very high.

Designing a mechanism so the motor regularly "uses all its stall torque" is not smart optimization. It is a good way to create heat, voltage drop, and unreliable behavior.

A better design asks for margin.

Quick calculation

A robot wheel has radius 0.075 m. The drivetrain can deliver 6 N·m of torque to that wheel.

Ignoring losses:

force at floor ≈ torque / radius

6 / 0.075 ≈ 80 N

That does not guarantee 80 N of usable traction. The wheel may slip first. The structure may flex. The battery and motor controller may limit output.

The calculation gives a ceiling to reason from, not a promise.

Your move

Pick either a wheel, arm, winch, or roller mechanism.

Write:

  • the load force;
  • the distance from the axis;
  • the estimated torque;
  • two real-world factors the simple calculation ignores.

If you only write the number, you have done arithmetic. If you explain the limits, you have started engineering.

process flow

Structures, Fasteners, and Load Paths: Evidence Flow

  1. Plan

    Name criteria, constraints, and safety conditions.

  2. Model

    Trace load, motion, and connections before construction.

  3. Test

    Use a controlled approved test and record evidence.

  4. Revise

    Document a correction, limitation, and next safe step.

Read this concept flow as plain text
  1. Plan. Name criteria, constraints, and safety conditions.
  2. Model. Trace load, motion, and connections before construction.
  3. Test. Use a controlled approved test and record evidence.
  4. Revise. Document a correction, limitation, and next safe step.