Scribner's Log Rule
Scribner's log rule is a tool for use in the estimation of standing timber volume.
The volume of wood increases linearly with the length of the log and quatractically with the diameter.
Formula
![Copy to Clipboard QuantityVariable["V", "Volume"] == Quantity[1, "BoardFeet"]*(Quantity[-0.269, "Feet"^(-1)]*QuantityVariable["L", "Length"] + Quantity[-0.124, "Feet"^(-1)]*QuantityVariable["d", "Diameter"]*QuantityVariable["L", "Length"] + Quantity[7.1136, "Feet"^(-3)]*QuantityVariable["d", "Diameter"]^2*QuantityVariable["L", "Length"])](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/86e/86e92a0e-7f69-4a27-b535-b48e07545d46/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| V | volume | "Volume" |
| L | length | "Length" |
| d | diameter | "Diameter" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
