Glossary

Transmission angle

Also called: mu · μ · mechanical advantage angle · pressure-angle complement

In a planar four-bar linkage the transmission angle μ is the angle between the coupler link and the rocker (output) link at their shared joint. It is a direct geometric proxy for mechanical advantage — sin(μ) appears in the input-to-output force ratio. Industrial design practice keeps the worst-case μ above a 40° floor; synthesis filters reject candidates that violate it.

Definition

In a four-bar linkage, the transmission angle μ is the included angle between the coupler and the rocker (output) link, measured at the joint that connects them.

When μ is close to 90° the mechanism is at peak efficiency — input torque on the crank converts almost entirely into useful torque on the rocker. When μ approaches 0° (or 180°) the coupler and rocker are nearly collinear: the linkage is at a dead-point and mechanical advantage collapses. A small input torque produces zero useful output torque, and the mechanism either stalls under load or, worse, snaps through with violent acceleration when the load briefly reverses.

Why it is a synthesis constraint

Mechanical advantage in a four-bar is proportional to sin(μ).

μsin(μ)Output torque per unit input torque
90°1.000full transmission — the design ideal
60°0.86613% loss — comfortable industrial range
40°0.64336% loss — common industrial floor
30°0.500half lost — generally rejected
15°0.259three-quarters lost — near-dead-point
0.000dead-point — locked or snap-through

A linkage might pass Grashof, pass the order and branch checks, and still be unusable because its worst-case transmission angle over the crank rotation falls below the floor.

Industrial floors

Different industries set different μ floors based on load conditions:

  • Light-duty oscillating linkages (toys, demonstrators): 30°.
  • General mechanical design: 40° — the convention we ship by default.
  • Heavy-load or high-cycle: 50° or higher, especially when fatigue margins are tight.
  • Self-locking-by-design mechanisms (clamps, latches): the floor intentionally drops near 0° at the locked position — the dead-point is a feature, not a bug.

In our synthesis pipeline the floor is configurable per problem. The default is 40° because that is what survived peer review across multiple textbook synthesis chapters and matches typical industrial practice for general-purpose four-bars.

How we filter on it

A synthesis candidate is accepted only if μ stays above the configured floor across the entire crank rotation that will be used in operation. If the linkage cycles 0° → 360° during use, every angle of μ throughout that cycle must clear the floor. If the linkage only oscillates between two precision points, only the angles within that range matter.

The check is cheap — once the kinematic position-solve has run for the crank cycle, μ at the coupler-rocker joint is a single trigonometric expression. Clip the cycle, take the minimum, compare to the floor.

This is the fourth filter in the four-classical-defect-filter pipeline. By the time it runs, Grashof has rejected non-rotatable candidates, the order check has rejected mis-sequenced precision pose arrivals, and the branch check has rejected mid-rotation flips. μ finishes the job.

In the practica

The worked practica case study finishes with a minimum transmission angle of 26.6°. That is below the industrial 40° floor but above the practica’s own threshold — the report flags it explicitly. If the same geometry were destined for production hardware, the Pareto-front sweep over link lengths would re-run with the floor raised, and the design would either move or surface a constraint trade-off the engineer needs to see.

Pareto-aware design

Transmission angle is one axis on a Pareto front when geometry is co-optimised against other objectives — coupler-curve fit, force balance, size envelope. Raising the μ floor tightens one axis and may push the others. The platform exposes the sweep so a designer can pick a point on the front rather than locking in a single hard threshold.

See also

Want to see this in action on a real synthesis problem?

Scope a problem like yours