The Roof Sheathing for One Sided calculator computes the number of 4x8 sheets to cover the area of a one sided roof based on the ridge length, span, overhang and pitch.
INSTRUCTIONS: Choose units and enter the following:
4x8s for a Sloped Roof (n): The calculator returns the number of 4x8 sheets needed to cover a shed roof and the total square footage.
The surface area of a roof is the length of the trusses times the ridge length.
A = TL * L
The truss length can be computed using the span (S), overhang (oH) and pitch (P) as follows:
Pitch Angle (α) = atan(P)
TL = (S+oH) / cos(α)
where
A simple solution is to compute the area (A) and divide by 32 ft2, the area of 4x8 sheet. However, this does not appropriately account for how 4x8s are used, specifically how cut-offs are reused. This algorithm provides an accurate an conservative number of 4x8 sheets for a shed roof, based on normal construction methods.