Introduction & Context

In process engineering, Particle Size Distribution (PSD) analysis is critical for ensuring product consistency and quality. This reference sheet provides a standardized approach to determining the required sample size for statistical quality control. By applying the rigorous problem-solving framework established by Cengel and Cimbala, engineers can transition from qualitative observations to quantitative, statistically significant sampling strategies. This methodology is essential for minimizing analytical costs while maintaining strict adherence to confidence intervals in industrial production environments.

Methodology & Formulas

The determination of the required sample size is governed by the relationship between the population variance, the desired confidence level, and the allowable margin of error. The following steps outline the logical flow for calculating the sample size (n).

1. Statistical Foundation

The fundamental calculation for the raw sample size is derived from the Z-score, the population standard deviation, and the margin of error:

\[ n_{raw} = \left( \frac{Z \cdot \sigma}{E} \right)^2 \]

2. Finite Population Correction (FPC)

When the calculated sample size represents a significant portion of the total batch, the Finite Population Correction factor must be applied to adjust the estimate:

\[ n_{adj} = \frac{n_{raw}}{1 + \frac{n_{raw} - 1}{N}} \]

3. Validity and Threshold Criteria

The following table defines the operational constraints and validity thresholds for the application of these formulas:

Parameter Condition/Threshold Action/Requirement
Standard Deviation \(\sigma \leq 0\) Invalid input; must be positive.
Margin of Error \(E \leq 0\) Invalid input; must be positive.
Confidence Level \(0.90 \leq \text{Confidence} \leq 0.99\) Valid range for Z-score selection.
Sensitivity \(\frac{E}{\sigma} < 0.01\) Formula unstable; margin of error too small.
Population Size \(n_{raw} > 0.05 \cdot N\) Apply Finite Population Correction (FPC).

4. Implementation Logic

To ensure statistical validity, the final sample size nfinal is determined by rounding the adjusted sample size to the nearest integer:

\[ n_{final} = \lceil n_{adj} \rceil \]

This ensures that the sampling strategy remains robust against the inherent variability of the production process while adhering to the specified confidence requirements.