Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Statistical process control helps engineers monitor whether a process is stable, predictable, and producing consistent results. This cheat sheet covers the main control chart types, how to calculate control limits, and how to recognize unusual variation. Students need these tools to connect statistics with real engineering quality control and manufacturing decisions.

The core idea is to separate common cause variation from special cause variation. Control charts plot data over time with a center line and upper and lower control limits, usually based on plus or minus 3 standard deviations. Process capability measures such as Cp and Cpk compare process spread to specification limits so engineers can judge whether a stable process can meet customer requirements.

Key Facts

  • A control chart has a center line at the process average, an upper control limit, and a lower control limit.
  • For an individuals chart with known standard deviation, UCL = mean + 3σ and LCL = mean - 3σ.
  • For an X-bar chart, UCL = X-double-bar + A2R-bar and LCL = X-double-bar - A2R-bar.
  • For an R chart, UCL = D4R-bar and LCL = D3R-bar, where D3 and D4 depend on subgroup size.
  • For a p chart, p-bar = total defects / total units and control limits are p-bar ± 3sqrt(p-bar(1 - p-bar) / n).
  • A point outside the control limits is evidence of a possible special cause that should be investigated.
  • Process capability is measured by Cp = (USL - LSL) / (6σ), assuming the process is stable.
  • Centering is measured by Cpk = min((USL - mean) / (3σ), (mean - LSL) / (3σ)).

Vocabulary

Statistical Process Control
Statistical process control is the use of data and charts to monitor process variation over time.
Control Limit
A control limit is a statistically calculated boundary used to judge whether process variation is expected or unusual.
Common Cause Variation
Common cause variation is the natural random variation that is always present in a stable process.
Special Cause Variation
Special cause variation is unusual variation caused by a specific change, error, or event in the process.
Process Capability
Process capability describes how well a stable process can produce output within specification limits.
Specification Limit
A specification limit is a customer or design requirement for the acceptable range of a product measurement.

Common Mistakes to Avoid

  • Confusing control limits with specification limits is wrong because control limits come from process data, while specification limits come from design or customer requirements.
  • Changing the process after every small up-and-down movement is wrong because common cause variation is expected and does not always require action.
  • Calculating Cp or Cpk before checking process stability is wrong because capability results are meaningful only for a process that is in statistical control.
  • Ignoring patterns inside the control limits is wrong because trends, runs, or cycles can signal special causes even when no point crosses a limit.
  • Using the wrong chart type is wrong because variable data, defect proportions, counts, and subgroup ranges require different control chart formulas.

Practice Questions

  1. 1 A process has mean = 50 and σ = 2. Calculate the upper and lower control limits for an individuals chart using ±3σ.
  2. 2 A part has USL = 10.20 mm, LSL = 9.80 mm, and σ = 0.05 mm. Calculate Cp.
  3. 3 A production sample has 18 defective units out of 600 total units. Calculate p-bar for a p chart.
  4. 4 A control chart shows eight points in a row above the center line, but none are outside the control limits. Explain why an engineer should still investigate the process.