8.7 Response Surface Methodology and Optimization
Key Takeaways
- Response Surface Methodology (RSM) models non-linear quadratic relationships using second-order polynomial equations containing linear, squared, and cross-product terms.
- Central Composite Designs (CCD) achieve rotatability when axial star distance alpha = (N_f)^(1/4); CCF sets star points at face centers (alpha = 1) when factors cannot exceed 2-level limits.
- Box-Behnken designs are spherical 3-level designs that eliminate extreme corner treatment combinations, ideal for processes with strict safety or physical operational boundaries.
- Taguchi Robust Design optimizes quality loss L(y) = k(y-m)² by minimizing process variance via Signal-to-Noise (S/N) ratios: Nominal-is-Best, Larger-is-Better, and Smaller-is-Better.
- Evolutionary Operation (EVOP) conducts online, continuous optimization directly on full-scale production runs using small factor perturbations executed by plant personnel.
Response Surface Methodology (RSM) is an advanced collection of mathematical and statistical techniques used in the Improve phase when the objective is to optimize a continuous response $Y$ across continuous control factors $X_i$. While factorial designs identify significant main effects and interactions, RSM models second-order curvature to identify optimal operating points.
First-Order vs. Second-Order RSM Models
1. First-Order Model (Screening)
2. Second-Order Quadratic Model (Optimization)
Where $\beta_{ii}$ parameters model non-linear quadratic curvature.
Core Response Surface Designs
1. Central Composite Design (CCD)
Constructed by adding axial (star) points and center points to a standard $2^k$ factorial design:
- Factorial Points: $2^k$ points at coded levels $(\pm 1, \pm 1)$.
- Axial Points: $2k$ points located at distance $\alpha$ along factor axes: $(\pm \alpha, 0), (0, \pm \alpha)$.
- Center Points: $n_c$ replicate points at $(0,0)$ to estimate pure experimental error.
Choice of Axial Distance $\alpha$
- Rotatability: A CCD is rotatable when $\alpha = (2^k)^{1/4}$. Rotatability ensures equal variance of predicted values at all points equidistant from design center.
2. Box-Behnken Design (BBD)
An independent spherical second-order design that places experimental runs at midpoints of edges of process space.
- Key Operational Advantage: BBD does NOT contain extreme factor combinations (all points lie within factor boundaries), making it ideal when extreme combinations cause safety trips or equipment damage.
Path of Steepest Ascent & Ridge Analysis
When starting far from the optimal region, the Black Belt fits a first-order model and follows the Path of Steepest Ascent to rapidly move toward the optimal region:
Once near stationary point, canonical ridge analysis identifies whether stationary point is a Maximum, Minimum, or Saddle Point using eigenvalues of second-order coefficient matrix $B$.
Detailed Canonical Analysis & Stationarity Assessment
When evaluating a second-order response surface model:
The stationary point $\mathbf{x}_0$ where the estimated response gradient equals zero is calculated in matrix notation as:
Where $\mathbf{b}$ is the vector of first-order regression coefficients ($\hat{\beta}_1, \hat{\beta}_2, \dots, \hat{\beta}_k$) and $\mathbf{B}$ is the symmetric matrix of second-order pure quadratic and cross-product interaction coefficients:
Canonical Transformation & Eigenvalue Analysis
To determine the geometric nature of the stationary surface, canonical transformation translates the coordinate origin to $\mathbf{x}_0$ and rotates factor axes along the principal axes of curvature:
Where $\lambda_1, \lambda_2, \dots, \lambda_k$ are the eigenvalues of matrix $\mathbf{B}$:
- Maximum Point: All eigenvalues are strictly negative ($\lambda_i < 0$). The surface is a dome; moving in any direction decreases $Y$.
- Minimum Point: All eigenvalues are strictly positive ($\lambda_i > 0$). The surface is a bowl; moving in any direction increases $Y$.
- Saddle Point: Eigenvalues have mixed signs (some positive, some negative). The surface resembles a mountain pass.
Comparison of Second-Order Response Surface Designs
| Design Attribute | Central Composite Design (CCD) | Box-Behnken Design (BBD) |
|---|---|---|
| Design Points Geometry | Factorial cube points + Axial star points + Center points | Edge midpoints + Center points |
| Number of Factor Levels | 5 levels ($-\alpha, -1, 0, +1, +\alpha$) | 3 levels ($-1, 0, +1$) |
| Extreme Combination Exposure | Contains extreme corner and axial points | Zero extreme corner points |
| Rotatability Option | Rotatable if $\alpha = (2^k)^{1/4}$ | Near-rotatable by design |
| Cost / Efficiency | High efficiency for $k \le 4$ | Highly cost-effective for $k = 3, 4$ |
Practical Multi-Response Optimization: Desirability Functions
In real industrial projects, Black Belts must optimize multiple competing responses simultaneously (e.g., maximizing weld tensile strength $Y_1$ while minimizing weld cycle time $Y_2$ and cost $Y_3$). The Harrington Desirability Function methodology transforms each predicted response $\hat{Y}_i$ into an individual desirability scale $d_i \in [0, 1]$:
Composite Overall Desirability ($D$)
Where $w_i$ represents the relative importance weight assigned to response $Y_i$. Numerical optimization algorithms search factor space to maximize composite desirability $D$. If any single response fails to meet its critical specification limit ($d_i = 0$), the overall composite desirability drops to $D = 0$.
Central Composite Design (CCD) Types: CCC, CCI, and CCF
Depending on process boundaries and factor limits, Black Belts select from three structural CCD variations:
- Central Composite Circumscribed (CCC): Standard CCD where star points extend beyond the factor bounds ($\alpha > 1.0$). Provides true rotatability across a circular/spherical design region.
- Central Composite Inscribed (CCI): Factorial limits are scaled inward so star points lie on the actual factor boundaries ($\alpha = 1.0$). Used when factor bounds cannot be exceeded.
- Central Composite Face-Centered (CCF): Star points are placed at the centers of factor faces ($\alpha = 1.0$). Requires only 3 levels per factor ($-1, 0, +1$), simplifying physical equipment setup.
Sequential Experimentation Strategy in DMAIC
DMAIC Experimental Progression:
1. Screening Phase (Fractional Factorial 2^(k-p)) --> Filter vital few factors (k -> 3)
2. Characterization Phase (Full Factorial 2^k) --> Model main effects & 2-way interactions
3. Optimization Phase (Central Composite / BBD) --> Model quadratic curvature & find Y_max
An experimenter is constructing a rotatable Central Composite Design (CCD) with k = 4 continuous factors using a full factorial core (N_f = 16). At what distance alpha from the design center must the axial star points be set to satisfy rotatability?
A Six Sigma team is conducting a Taguchi robust design experiment to minimize surface roughness (measured in micro-inches) on machined automotive engine components. Which Signal-to-Noise (S/N) ratio formulation should be maximized?
How does Evolutionary Operation (EVOP) differ fundamentally from traditional off-line Design of Experiments?