Chapter Summary and Problems
Summary¶
Engineering design optimization formalizes a search using design variables, an objective, a predictive model, and constraints. The feasible space contains acceptable designs, and active constraints often explain the optimum. Nonlinear engineering problems can contain multiple local optima, so initialization and exploration matter. Gradient-based algorithms use derivative information efficiently; constrained methods balance improvement against active requirements. Scaling and conditioning strongly influence numerical reliability. MDO extends optimization across coupled disciplines, while dynamic-system optimization introduces trajectories, integral objectives, and path constraints.
Key terms¶
Design variable; objective function; equality constraint; inequality constraint; bound; feasible design; infeasible design; active constraint; local optimum; global optimum; convexity; gradient; Hessian; line search; Newton method; quasi-Newton method; KKT conditions; Lagrange multiplier; scaling; conditioning; finite differences; complex-step differentiation; algorithmic (automatic) differentiation; direct and adjoint sensitivity methods; multidisciplinary design optimization; coupling variable; multidisciplinary feasible (MDF); individual discipline feasible (IDF); analytical target cascading (ATC); gradient-free optimization; CMA-ES; genetic algorithm; particle swarm optimization; path constraint; boundary constraint.
Problems¶
KKT interpretation of an engineering optimum. Minimize subject to , , and . Derive every KKT point and classify the globally optimal pressure-vessel design as the parameters vary.
Scaling and solver conditioning. A design vector contains length in millimeters, stiffness in newtons per meter, mass in kilograms, and a dimensionless gain, while constraint residuals span eight orders of magnitude. Construct diagonal variable and residual scalings from characteristic physical values and derive how those scalings transform the gradient, Jacobian, Hessian, and KKT system condition number.
Second-order optimality in a nonconvex design. For subject to and , derive all feasible stationary points and use the reduced Hessian to determine their local optimality as a function of .
Adjoint sensitivity of a multidisciplinary analysis. Coupling variables satisfy and , while . Derive an adjoint system that computes with one linear solve independent of the number of design variables.
MDF versus IDF equivalence. For the two-discipline coupling model and , formulate multidisciplinary-feasible and individual-discipline-feasible optimization architectures and prove their local equivalence when and all consistency constraints are satisfied.
Pareto geometry. Consider and on . Derive the complete Pareto set and Pareto front, then characterize which Pareto points cannot be recovered by a strictly positive weighted-sum scalarization if a nonconvex perturbation is added to both objectives.
Reliability-based design optimization. A stress limit state is with independent and . Derive a first-order reliability constraint for and solve the minimum-area design including the sensitivity of the optimum to the target reliability index.
Dynamic-system design optimization. A thermal storage device follows with . Formulate and solve for the design that minimizes material cost plus integrated temperature deviation while satisfying , using an adjoint to derive the continuous total derivative.
Trust-region SQP step. For a nonlinear program with twice differentiable objective , equalities , and inequalities , derive the exact trust-region SQP subproblem and a merit-function acceptance ratio that remains meaningful when the linearized constraints are inconsistent.
Bilevel design sensitivity. Let subject to and . Under LICQ, strict complementarity, and second-order sufficiency, derive from the lower-level Lagrangian and identify the precise regularity loss that makes the outer objective nonsmooth.
References and further reading¶
Martins, J. R. R. A., & Ning, A. (2021). Engineering design optimization. Cambridge University Press.
Nocedal, J., & Wright, S. J. (2006). Numerical optimization (2nd ed.). Springer. DOI: 10.1007/978-0-387-40065-5
Boyd, S., & Vandenberghe, L. (2004). Convex optimization. Cambridge University Press. DOI: 10.1017/CBO9780511804441
Allison, J. T., & Herber, D. R. (2014). Multidisciplinary design optimization of dynamic engineering systems. AIAA Journal, 52(4), 691–710. DOI: 10.2514/1.J052182
Herber, D. R., & Allison, J. T. (2019). Nested and simultaneous solution strategies for general combined plant and control design problems. Journal of Mechanical Design, 141(1), Article 011402. DOI: 10.1115/1.4040705
Bayat, S., Peterson, C., Lee, Y. H., Iori, J., & Allison, J. T. (2026). Advancing wind turbines through control co-design: An integrative review. Applied Energy, 416, Article 127951. DOI: 10.1016/j.apenergy.2026.127951