Introduction & Context

In process engineering, Particle Size Distribution (PSD) analysis quantifies the range and frequency of particle diameters in a bulk solid or slurry. A statistically valid sampling plan is required because the measured PSD is only an estimate of the true population; without enough samples the estimate may mis-classify fines or coarse fractions, leading to incorrect cyclone cut-point settings, mill over-grinding, or off-spec product. The worksheet below calculates the minimum number of grab samples (n) that must be collected to keep the confidence interval of the mean diameter within a user-specified margin of error (E). It also converts the time between successive grabs into an hourly sampling frequency so that field teams can schedule the collection campaign.

Methodology & Formulas

  1. Step 1 – Define the precision target
    The accepted error in the mean particle size is set by the engineer. A smaller E tightens precision but increases n.
  2. Step 2 – Estimate population variability
    The standard deviation of the particle size, σ, is obtained from historical data or a pilot study. It must be positive.
  3. Step 3 – Compute required sample size
    For a two-sided confidence interval at level 1−α, the minimum sample count is \[ n = \frac{Z^{2}\sigma^{2}}{E^{2}} \] where Z is the critical value of the standard normal distribution corresponding to the chosen confidence level.
  4. Step 4 – Convert time interval to sampling frequency
    If successive samples are separated by Δt minutes, the hourly rate is \[ f = \frac{60}{\Delta t} \quad \text{[samples h}^{-1}\text{]} \]
Input validity criteria
Parameter Condition Remark
σ > 0 Population standard deviation must be positive
E > 0 and < σ Margin of error must be positive and smaller than variability
Δt > 0 Time between grabs must be positive