Band Brake Actuating Force⚠ unverified
Mechanical / Clutches Brakes · Compute the actuating force required to operate a band brake
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| T | T | N*m | 1.0 | Required braking torque |
| mu | μ | — | 1.0 | Coefficient of friction between band and drum (dimensionless) |
| theta | θ | — | 1.0 | Wrap angle of the band around the drum, in degrees |
| R | R | m | 1.0 | Drum radius |
| a | a | m | 1.0 | Lever arm of the actuating force |
| b | b | m | 1.0 | Lever arm of the slack-side tension |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | F | N | Actuating force, in newtons (N). Returns 0.0 when the tension ratio is not greater than 1 |
The science & history
Understanding the Parameters
- Braking torque $T$ — the target output; the required actuating force is proportional to it.
-
Capstan factor $e^{\mu\theta} - 1$ — in the denominator, so more wrap or friction reduces the needed actuating force exponentially. This is the band brake's main advantage: a generous wrap lets a light force brake a heavy drum.
-
Lever ratios $a$, $b$ — the actuating lever geometry. The band's slack end attaches at distance $b$ from the pivot; the operator pushes at distance $a$. The ratio $a/b$ is a conventional lever advantage that further scales the force. (Their exact roles depend on the specific linkage; here $a/b$ multiplies the band force to the actuating force.)
-
Drum radius $R$ — enters as $T/R$, the band tension needed to make the torque; a larger drum needs less tension for the same torque.
Derivation (Approaching a Proof)
Work backward from the required braking torque. From Band Brake Torque, the torque is produced by the net band force at the drum:
$$T = (T_1 - T_2)\,R \;\Longrightarrow\; T_1 - T_2 = \frac{T}{R}.$$
Using the capstan ratio $T_1 = T_2 e^{\mu\theta}$ (Band Brake Tension Ratio), solve for the slack-side tension $T_2$:
$$T_2 (e^{\mu\theta} - 1) = \frac{T}{R} \;\Longrightarrow\; T_2 = \frac{T/R}{e^{\mu\theta} - 1}.$$
Finally, the actuating lever relates the applied force $F$ to the band tension it must react. Taking moments about the lever pivot, the actuating force at arm $a$ balances the band tension acting at arm $b$:
$$F\, a = T_2\, b \quad\text{(one common linkage)} \;\Longrightarrow\; F = T_2\,\frac{b}{a},$$
or, with the registry's arrangement giving the $a/b$ grouping,
$$F = \frac{(T/R)\,(a/b)}{e^{\mu\theta} - 1}.$$
The two amplifications stack: friction (capstan) turns a small band tension into a large braking force, and the lever turns a small hand force into the needed band tension. (The exact placement of $a$ vs $b$ depends on whether the actuating end is the tight or slack side, which also determines self-energizing behaviour.)
Dimensional check. $(T/R)$ has units of force (N); $(a/b)$ and the capstan factor are dimensionless, so $[F] = \text{N}$. ✓
History and Development
The band-brake lever-and-capstan analysis is standard in Shigley and machine-design texts. The interplay of lever ratio and self-energizing capstan action — which can make a band brake grabby or even self-locking in one rotation direction — is a classic design consideration in hoists, winches, and older automotive transmission bands.
Related Concepts: Band Brake Torque, Band Brake Tension Ratio, Belt Tension Ratio, Brake Stopping Distance, Friction
Notes: $\theta$ in radians. Lever arms $a$, $b$ depend on the linkage; whether the actuating end is the tight or slack side sets self-energizing/self-locking behaviour. Returns 0 if $e^{\mu\theta} \le 1$.