Statistical Process Control
Statistical Process Control
SPC uses control charts to monitor a manufacturing process and detect when it goes out of control.
$$UCL = \bar{x} + z\frac{\sigma}{\sqrt{n}}, \qquad LCL = \bar{x} - z\frac{\sigma}{\sqrt{n}}$$
where $\bar{x}$ = process mean, $\sigma$ = standard deviation, $n$ = sample size, $z$ = number of standard deviations (usually 3).
$$C_p = \frac{USL - LSL}{6\sigma}$$
where USL and LSL are the upper and lower specification limits. $C_p \ge 1.33$ is considered "capable."
$$C_{pk} = \min\left(\frac{USL - \bar{x}}{3\sigma}, \frac{\bar{x} - LSL}{3\sigma}\right)$$
A process has $\bar{x} = 50.0$ mm, $\sigma = 0.5$ mm, sample size $n = 4$. Find the 3-sigma control limits for the $\bar{x}$-chart.
$$UCL = 50.0 + 3 \times \frac{0.5}{\sqrt{4}} = 50.0 + 0.75 = 50.75 \text{ mm}$$
$$LCL = 50.0 - 0.75 = 49.25 \text{ mm}$$
Specification limits are 49 to 51 mm, $\sigma = 0.3$ mm. Find $C_p$.
$$C_p = \frac{51 - 49}{6(0.3)} = \frac{2}{1.8} = 1.11$$
Since $C_p < 1.33$, the process is not fully capable.
If $\bar{x} = 50.2$ mm with the specs from Example 2, find $C_{pk}$.
$C_{pu} = (51 - 50.2)/(3 \times 0.3) = 0.8/0.9 = 0.889$
$C_{pl} = (50.2 - 49)/(0.9) = 1.333$
$$C_{pk} = \min(0.889, 1.333) = 0.889$$
The process is off-center, making capability worse.
Practice Problems
Show Answer Key
1. $UCL = 100 + 3(2/3) = 102$; $LCL = 98$
2. $C_p = 10/9 = 1.11$
3. $C_{pu} = 3/4.5 = 0.667$; $C_{pl} = 7/4.5 = 1.556$; $C_{pk} = 0.667$
4. $UCL = 0.05 + 3\sqrt{0.05(0.95)/100} = 0.05 + 3(0.0218) = 0.115$
5. $\bar{\bar{x}} = (50.1+49.8+\cdots+50.0)/10 = 500.6/10 = 50.06$
6. $0.27\%$ or about 2.7 per 1,000 samples
7. $C_p = 10/6 = 1.67$ — now capable
8. $UCL = 2.114 \times 4.5 = 9.51$; $LCL = 0$
9. Assignable: identifiable, fixable causes (tool wear, operator error). Common: inherent random variation.
10. $\sigma = 12/12 = 1.0$
11. New $\bar{x} = 50.5$; UCL = 50.75. The mean is inside, but close — detection probability ≈ 16% per sample. Multiple samples needed.
12. Shift $= 1\sigma_{\bar{x}}$. New center at $+1\sigma_{\bar{x}}$. $P(\text{within limits}) \approx P(-4 < Z < 2) = 0.977$. So $\beta \approx 0.977$, detection probability ≈ 2.3%.