From force to torque
Linear force pushes in a straight line, but robots mostly rotate things — arms swing, wheels spin, intakes roll. The rotational version of force is torque: the twisting effect a force makes about a pivot.
Torque depends on how hard you push and how far from the pivot you push:
τ = r × F × sinθ
- τ is torque, in newton-meters (N·m)
- r is the distance from the pivot to where the force is applied
- F is the force
- θ is the angle between the force and the arm
The quantity r × sinθ is the lever arm — the perpendicular distance from the pivot to the line of force. Torque is maximum when you push at 90° (sin 90° = 1) and zero when you push straight at the pivot. It's why a force out at the end of a long arm produces far more torque than the same force near the joint.
The lever
A lever is a rigid bar pivoting at a fulcrum. Because the torque on each side has to balance, a small force far from the fulcrum lifts a large load close to it:
F_input × d_input = F_output × d_output
Push with 50 N at 1.0 m and you can lift 100 N at 0.5 m. You traded distance for force.
Mechanical advantage
Mechanical advantage (MA) measures that trade:
MA = output force ÷ input force
- MA > 1 multiplies force — lifting heavy loads slowly.
- MA < 1 multiplies speed or distance instead — a light, fast-moving arm tip.
Physics enforces a catch. Work (force × distance) is conserved, so you never get something for nothing: multiply force by 3 and the input has to move 3 times as far (or 3 times slower). Real machines do worse than this ideal because friction bleeds off energy, so the actual mechanical advantage is always less than the ideal. Budget for that.
Why FRC builders live in torque
Torque is the through-line of mechanical design:
- Arms: a heavier game piece, or one held farther out, needs more torque at the pivot. So you either pull the load in closer or gear the motor down to multiply its torque.
- Gearboxes (next lesson): gears are just rotating levers. A reduction multiplies torque exactly like a longer lever arm, paying for it in speed.
- Motor specs: FRC motors are rated by stall torque (the most twist they make, at zero RPM) and free speed (max RPM at no load). They make very little torque on their own. Your job is to gear a motor so it delivers the torque the mechanism needs without stalling and cooking itself.
Real numbers make this concrete: a NEO makes only a couple of N·m at the shaft, but a 100:1 reduction turns that into plenty of torque to hold a heavy arm — at 1/100 the speed.
Once you internalize torque = force × lever arm and work is conserved, gear ratios stop being mysterious and start being obvious.
Key takeaways
- Torque (τ = r·F·sinθ, in N·m) is the rotational version of force; it grows with both the force and the lever-arm distance.
- A lever balances torques, so a small force at a long distance lifts a large load at a short distance.
- Mechanical advantage = output force / input force; MA > 1 multiplies force, MA < 1 multiplies speed/distance.
- Energy (work) is conserved — you trade force for distance and never get free energy; friction makes real MA less than ideal.
- FRC arms and gearboxes are torque problems: load times lever arm sets the torque the motor must supply.
Keep going
Take the quiz · +10 XP with an accountMore in Engineering Foundations: Forces, Torque, and Machines
Sources & corrections
This lesson is AI-assisted: drafted from primary sources, then reviewed and edited by hand. Errors still get through. When one is reported we fix it and write down what changed — publicly, in the corrections log.
Sources and further reading
- OpenStax / Physics LibreTexts — Torquephys.libretexts.org
- TeachEngineering — Simple Machines and Mechanical Advantageteachengineering.org
- WPILib Docs — FRC Control System Hardware (motors & motor controllers)docs.wpilib.org
Read next
Articles on this, for competition day
The lesson covers how it works. These cover what to do when it breaks.
- 16 min read
FRC Elevator and Arm Design: Staging, Rigging, Motors, Gravity, and Safety
A primary-source FRC guide to designing elevators and arms: cascade vs continuous rigging, staging, motor and gear-ratio sizing, gravity math, and safe holding.
Read - 17 min read
FRC Flywheel Shooter Design: Compression, Speed, Backspin, and Hooding
How to design an FRC flywheel shooter: exit velocity, compression, flywheel inertia and RPM recovery, single vs dual wheels, backspin, hooding, motors, and tuning.
Read - 5 min read
FRC Gear Ratios Explained
A beginner-friendly guide to FRC gear ratios and drivetrain gearing: how reduction trades speed for torque, the free-speed formula, and how to pick a ratio.
Read
Lesson quiz
RequiredAll 3 right completes the lesson. Miss one and only that question comes back — anything you already answered correctly stays banked.
0 of 3 answered
01.Why is it much easier to open a door by pushing at the handle than near the hinge?
02.A lever lets you lift a 100 N load by pushing with only 25 N. What is the mechanical advantage?
03.A machine multiplies your input force by 3. According to conservation of energy, what must happen?
Answer every question to submit.
All 47 lessons in Mechanical, Build & Pneumatics
- Not started:Mini-Project 1: A Single-Jointed Arm From Math to Motion
- Not started:Mini-Project 2: A Two-Stage Cascade Elevator
- Not started:Mini-Project 3: A Velocity-Controlled Flywheel Shooter
- Not started:Mini-Project 4: A Pivoting Roller Intake
- Not started:Mini-Project 5: Integrating a COTS Swerve Module
- Not started:Pneumatics Won't Fire: A Full Diagnostic Tree
- Not started:The Robot Won't Drive Straight (and Other Drivetrain Sins)
- Not started:Gearboxes That Grenade and Fasteners That Vibrate Loose
- Not started:Closed-Loop Mechanisms That Oscillate, Sag, or Stall
- Not started:Field-Ready Reliability: Inspection, Spares, and the Pit Checklist
- Not started:Characterizing Any Mechanism with SysId
- Not started:Simulation-Driven Design with WPILib Physics Models
- Not started:Motion Profiling and Superstructure Coordination
- Not started:Designing for Weight, Stiffness, and Manufacturability
- Not started:Case Studies: Learning From Open Alliance Robots