This example demonstrates two distinct approaches for measuring the volume of a cylinder, rigorously applying the principles of uncertainty analysis established by the Guide to the Expression of Uncertainty in Measurement (GUM). This process requires formulating the measurement model, evaluating all input standard uncertainties (Type A and Type B), propagating those uncertainties using sensitivity analysis, and reporting a final result with expanded uncertainty.
Example: Volume Measurement Uncertainty Budget¶
The core measurement result format must be: Result = best estimate ± uncertainty (confidence level).
Method A: Direct Geometric Measurement¶
This method calculates volume () based on measurements of the cylinder’s diameter () and length () using high-precision dimensional instruments like a micrometer and caliper. The measurement model is an explicit measurement equation .
Step 1: Formulation and Calculation of Best Estimate¶
The measurement model for the volume of a cylinder is:
Assumed Values:
Best Estimate:
Step 2: Evaluating Standard Uncertainties ()¶
Input uncertainties are evaluated either statistically (Type A) or non-statistically (Type B). The standard deviation of the mean () is used for Type A components. Type B components often derive from rectangular distributions (e.g., resolution limits).
| Source | Type | Input Quantity () | Standard Uncertainty () | Distribution |
|---|---|---|---|---|
| Length Repeatability | A | Normal | ||
| Caliper Resolution | B | Rectangular | ||
| Micrometer Resolution | B | Rectangular | ||
| Calibration Bias () | B | Normal |
Combined Standard Uncertainty for Inputs (RSS):
Step 3: Sensitivity Coefficients ()¶
The sensitivity coefficients are the partial derivatives of the model:
Step 4: Combining Standard Uncertainties ()¶
Assuming the input errors ( and ) are independent (uncorrelated), the combined standard uncertainty is calculated using the Root-Sum-Squares (RSS) method (Law of Propagation of Uncertainty, LPU):
| Input Variable | Uncertainty Contribution () () | Contribution Squared () |
|---|---|---|
| Length () | 31.4 | 985.96 |
| Diameter () | 58.9 | 3469.21 |
| Combined | N/A | |
| N/A |
The dominant contributor to the volume uncertainty in this geometric method is the uncertainty in the Diameter (), as evidenced by the significantly larger squared contribution term.
Step 5: Expanded Uncertainty and Reporting¶
The expanded uncertainty () is calculated using a coverage factor (). Using provides a confidence level of approximately 95%.
Reported Result (Method A):
Method B: Indirect Gravimetric Measurement (Archimedes)¶
This method relates the volume () to the measured mass () and known density () of the cylinder material. The fidelity of the final uncertainty statement depends entirely on establishing a complete measurement equation and meticulously evaluating the uncertainty of all input quantities.
Step 1: Formulation and Calculation of Best Estimate¶
The measurement model for volume is:
Assumed Values:
Best Estimate:
Step 2: Evaluating Standard Uncertainties ()¶
| Source | Type | Input Quantity () | Standard Uncertainty () | Distribution |
|---|---|---|---|---|
| Mass Repeatability | A | Normal | ||
| Balance Calibration | B | Normal | ||
| Density Reference | B | Rectangular | ||
| Thermal Expansion | B | Rectangular |
Combined Standard Uncertainty for Inputs (RSS):
Step 3: Sensitivity Coefficients ()¶
Step 4: Combining Standard Uncertainties ()¶
| Input Variable | Uncertainty Contribution () () | Contribution Squared () |
|---|---|---|
| Mass () | 0.0060 | |
| Density () | -0.359 | 0.12888 |
| Combined | N/A | |
| N/A |
Step 5: Expanded Uncertainty and Reporting¶
Using for approximately 95% confidence:
Reported Result (Method B):
Method Comparison and Interpretation¶
By quantifying the specific contributions of each input quantity via sensitivity coefficients, the uncertainty budget functions as the definitive engineering tool for optimization.
Precision: Converting Method B’s uncertainty to (), we see that Method A () is significantly more precise than Method B () under these assumptions.
Dominant Errors: In Method B, the density reference () contributes overwhelmingly to the total uncertainty () compared to the mass measurement (). To improve Method B, efforts must be focused on increasing the precision of the density value, not the precision of the mass balance.
Would you like to explore another metrological example, such as evaluating uncertainty for a thermocouple calibration system, or dive deeper into the use of tools like the NIST Uncertainty Machine (NUM) for Monte Carlo simulations?