Bolt Tensile Stress Area⚠ unverified
Mechanical / Fasteners · Compute the approximate tensile stress area of a bolt
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| d | d | m | 1.0 | Nominal bolt diameter |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | At | m**2 | Tensile stress area, in square metres (m**2) |
The science & history
Understanding the Parameters
-
Nominal diameter $d$ — the major (outside) thread diameter that names the bolt (e.g. an M12 or a ½-in bolt). The stress area is always smaller than $\pi d^2/4$ because the threads remove material; the offset $0.1624$ (or $0.9382p$ in metric) accounts for how far in the effective failure diameter sits from the nominal.
-
The offset $0.9743/n$ (imperial) or $0.9382\,p$ (metric) — the geometric correction from major diameter to the effective tensile diameter, which is the mean of the pitch diameter $d_p$ and the minor (root) diameter $d_r$. Because it depends on the thread pitch (coarse vs fine), it is not a universal constant — the hard-coded $0.1624$ is only correct for one specific coarse thread.
Derivation (Approaching a Proof)
Why not use the minor-diameter area? Because a bolt tested to failure breaks at a load higher than minor-area × strength but lower than nominal-area × strength. Empirically, the load correlates best with the area of a circle whose diameter is the average of the pitch and minor diameters:
$$A_t = \frac{\pi}{4}\left(\frac{d_p + d_r}{2}\right)^2.$$
From thread geometry (Unified/ISO 60° threads), the pitch and minor diameters relate to the major diameter $d$ and pitch $p$ (or threads-per-inch $n = 1/p$) by $d_p = d - 0.6495\,p$ and $d_r = d - 1.2269\,p$. Averaging:
$$\frac{d_p + d_r}{2} = d - 0.9382\,p \quad(\text{ISO metric}).$$
The Unified form uses the slightly different empirical constant $0.9743/n$:
$$A_t = \frac{\pi}{4}\left(d - \frac{0.9743}{n}\right)^2.$$
Setting $n = 6$ gives $0.9743/6 = 0.1624$, the registry's baked-in constant. So the formula is the standard tensile-stress-area relation with the pitch frozen at one coarse value — accurate only for that thread, and imperial in units.
Dimensional check. $[A_t] = (\text{length})^2$; consistent only if $d$ and the $0.1624$ offset share units (both inches). Mixing metres and the inch constant is invalid — see note.
History and Development
The tensile-stress-area concept was calibrated from bolt tension tests in the early-mid 20th century and codified in ASME B1.1 (Unified threads) and ISO 898-1 (metric). Tabulated $A_t$ values for every standard size fill Machinery's Handbook and Shigley; they are the basis of every bolt strength rating. The metric $0.9382\,p$ and Unified $0.9743/n$ forms are the standard closed expressions.
Related Concepts: Bolt Tensile Strength Area, Bolt Proof Load, Bolt Yield Torque, Bolt Thread Stiffness, Thread Stripping Strength
Notes: Prefer tabulated $A_t$ or the pitch-dependent form $\frac{\pi}{4}(d-0.9382p)^2$ (metric). This calculator hard-codes a coarse imperial thread ($n=6$) and is a duplicate of Bolt Tensile Strength Area — flagged for Track B registry cleanup.