Project

Constrained Engineering Optimization Trade Study Project

Mathematical engineering project for a constrained optimization trade study with variables, scaled objective, feasibility checks, sensitivity, Pareto reasoning, robustness, validation evidence, and release decision.

This project produces a constrained engineering optimization trade-study package. The deliverable is not only an optimum number. It is a decision file that states the design variables, objective, constraints, model assumptions, candidate solutions, sensitivity, uncertainty, validation evidence, and release recommendation.

Optimization is useful only when the optimized design is feasible, robust, explainable, and connected to engineering evidence. A solver can find a mathematically attractive point that violates manufacturing limits, depends on an invalid surrogate model, has no margin to uncertainty, or cannot be defended in a design review. This project shows how to avoid that failure.

Project Objective

Choose a support-bracket design that minimizes mass while meeting strength, stiffness, dynamic, envelope, and manufacturing constraints.

The final package must include:

  • decision boundary and requirement table;
  • design variables and fixed assumptions;
  • scaled objective function;
  • constraint definitions and sign convention;
  • candidate-screening calculations;
  • sensitivity and Pareto interpretation;
  • robustness checks for model uncertainty;
  • validation evidence required before release;
  • final recommendation and open actions.

The bracket scenario is intentionally simple. The workflow transfers to pumps, heat exchangers, power converters, control tuning, production schedules, network capacity, materials selection, and maintenance planning whenever an engineering team must optimize under constraints.

Engineering Scenario

A compact aluminum support bracket carries an instrument module on a machine frame. The design team can change two geometric variables before releasing drawings:

VariableMeaningAllowed range
tbase plate thickness5.0 to 8.0\ \text{mm}
hrib height8.0 to 18.0\ \text{mm}

The bracket must satisfy:

RequirementLimit
maximum von Mises stress\sigma \le 120\ \text{MPa}
tip deflection\delta \le 0.50\ \text{mm}
first natural frequencyf_1 \ge 75\ \text{Hz}
rib height envelopeh \le 18\ \text{mm}
manufacturing preferenceavoid unnecessary mass and tall ribs

The model uses a fast surrogate fitted from finite element runs and a small number of prototype checks. The surrogate is adequate for trade-study screening, not for final drawing release by itself.

Model Boundary

The optimization boundary is:

  • fixed material grade and heat treatment;
  • fixed bolt pattern and load direction;
  • fixed instrument module mass and interface geometry;
  • static load plus first-mode frequency screen;
  • no fatigue, corrosion, thermal distortion, or bolted-joint slip in the surrogate;
  • final release requires detailed finite element verification and prototype measurement.

This boundary matters. If the load path, bolt preload, material, or operating vibration changes, the optimization evidence must be reopened.

Surrogate Equations

Use the following fitted screening models:

Mass estimate:

m(t,h)=0.16t+0.035h+0.20

where m is in kg when t and h are in mm.

Stress estimate:

\displaystyle \sigma(t,h)=\frac{840}{t}\left(\frac{12}{h+4}\right)^{0.25}

where \sigma is in MPa.

Deflection estimate:

\displaystyle \delta(t,h)=\frac{22}{t^2}\left(\frac{12}{h+4}\right)^{0.5}

where \delta is in mm.

First-mode frequency estimate:

\displaystyle f_1(t,h)=18t^{0.7}\left(\frac{h+4}{12}\right)^{0.35}

where f_1 is in Hz.

These equations are not universal bracket design formulas. They are local surrogate models for this bracket family. Their validity range is only the stated t and h window.

Scaled Objective

Use a weighted objective that penalizes mass and rib height:

\displaystyle J=0.75\frac{m-m_{ref}}{m_{ref}}+0.25\frac{h-h_{ref}}{h_{ref}}

with:

m_{ref}=1.80\ \text{kg},\qquad h_{ref}=14\ \text{mm}

The objective is dimensionless. Scaling prevents kg and mm from being combined as if they had the same meaning. The weights state the engineering preference: mass matters more than rib height, but a tall rib is still undesirable because it consumes envelope and complicates handling.

Candidate Screening

Evaluate five candidate designs.

CandidatethMass mStress \sigmaDeflection \deltaFrequency f_1
A5.5101.43\ \text{kg}146.9\ \text{MPa}0.673\ \text{mm}66.2\ \text{Hz}
B6.0121.58\ \text{kg}130.4\ \text{MPa}0.529\ \text{mm}69.7\ \text{Hz}
C6.5141.73\ \text{kg}116.7\ \text{MPa}0.425\ \text{mm}76.9\ \text{Hz}
D7.0141.81\ \text{kg}108.3\ \text{MPa}0.366\ \text{mm}81.0\ \text{Hz}
E6.5161.80\ \text{kg}113.7\ \text{MPa}0.404\ \text{mm}79.8\ \text{Hz}

Worked Check for Candidate C

Mass:

m=0.16(6.5)+0.035(14)+0.20=1.73\ \text{kg}

Stress:

\displaystyle \sigma=\frac{840}{6.5}\left(\frac{12}{14+4}\right)^{0.25}
\sigma=129.23(0.6667)^{0.25}=116.7\ \text{MPa}

Deflection:

\displaystyle \delta=\frac{22}{6.5^2}\left(\frac{12}{18}\right)^{0.5}
\delta=0.5207(0.8165)=0.425\ \text{mm}

Frequency:

\displaystyle f_1=18(6.5)^{0.7}\left(\frac{18}{12}\right)^{0.35}=76.9\ \text{Hz}

Candidate C passes the nominal screens:

116.7<120,\qquad 0.425<0.50,\qquad 76.9>75

Engineering Comment

Candidate C is the lightest nominal feasible design in the candidate table. A weak trade study would stop here. A stronger trade study asks whether this pass is robust to surrogate error, measurement uncertainty, load uncertainty, and unmodelled details.

Objective Values

Compute the scaled objective for the feasible nominal candidates.

For candidate C:

\displaystyle J_C=0.75\frac{1.73-1.80}{1.80}+0.25\frac{14-14}{14}
J_C=-0.0292

For candidate D:

\displaystyle J_D=0.75\frac{1.81-1.80}{1.80}+0.25\frac{14-14}{14}=0.0042

For candidate E:

\displaystyle J_E=0.75\frac{1.80-1.80}{1.80}+0.25\frac{16-14}{14}=0.0357

Nominally, candidate C has the best objective because it is lighter and no taller than the reference.

Robustness Check

Apply conservative uncertainty guards to the surrogate responses:

ResponseGuard
stressmultiply by 1.08
deflectionmultiply by 1.10
frequencymultiply by 0.96

These guards represent model-form error, mesh sensitivity, material-property scatter, load uncertainty, and measurement uncertainty in a simplified way. They are not a substitute for final validation.

Candidate C guarded responses:

\sigma_{g,C}=1.08(116.7)=126.0\ \text{MPa}
\delta_{g,C}=1.10(0.425)=0.468\ \text{mm}
f_{g,C}=0.96(76.9)=73.8\ \text{Hz}

Candidate C fails the guarded stress and frequency checks.

Candidate D guarded responses:

\sigma_{g,D}=1.08(108.3)=117.0\ \text{MPa}
\delta_{g,D}=1.10(0.366)=0.403\ \text{mm}
f_{g,D}=0.96(81.0)=77.8\ \text{Hz}

Candidate D passes the guarded checks.

Engineering Comment

The nominal optimum is not the release recommendation. Candidate C is attractive mathematically but fragile. Candidate D is slightly heavier, but it preserves margin under the uncertainty guards. This is the central engineering lesson: optimization should not erase the margin needed to make the decision credible.

Constraint Sensitivity

Use finite differences around candidate D to understand which variables control margin.

Stress at candidate D:

\sigma(7.0,14)=108.3\ \text{MPa}

Stress at t=7.5, h=14:

\sigma(7.5,14)=101.1\ \text{MPa}

Approximate thickness sensitivity:

\displaystyle \frac{\Delta \sigma}{\Delta t}=\frac{101.1-108.3}{7.5-7.0}=-14.4\ \text{MPa/mm}

Stress at t=7.0, h=16:

\sigma(7.0,16)=105.6\ \text{MPa}

Approximate rib-height sensitivity:

\displaystyle \frac{\Delta \sigma}{\Delta h}=\frac{105.6-108.3}{16-14}=-1.35\ \text{MPa/mm}

Engineering Comment

Near candidate D, thickness is much more effective than rib height for reducing stress. If the stress constraint tightens, adding thickness is the efficient response. If the frequency constraint tightens, rib height may still be useful because it raises stiffness without increasing base thickness as much. Sensitivity turns the optimization result into an engineering explanation.

Pareto Interpretation

The feasible candidates show a trade-off:

  • candidate C is the lightest nominal feasible design, but it is not robust;
  • candidate D is heavier but robust under the guards;
  • candidate E improves frequency and deflection with more rib height, but it has weaker envelope preference than D;
  • candidates A and B are dominated because they fail constraints.

A Pareto view is useful because the final decision may change if the business priority changes. If the project later values envelope height more strongly, D remains attractive. If vibration separation becomes more important, E may deserve a second look. If mass becomes critical, the team should improve the model and test candidate C rather than release it on weak margin.

Validation Evidence

Before releasing candidate D, collect evidence that the surrogate is valid enough:

EvidenceRequired check
finite element verificationdetailed model at candidate D with mesh convergence on stress and deflection
boundary-condition reviewbolt preload, contact, load direction and support stiffness match test setup
prototype static testmeasured deflection within agreed tolerance of prediction
modal testfirst mode above the guarded requirement
material certificateelastic modulus and yield basis match model assumptions
manufacturing reviewrib height, tool access and tolerance stack-up acceptable
sensitivity recorddocumented effect of load, thickness, rib height and material variation
release traceabilitymodel version, solver settings, input data and decision owner recorded

Optimization without validation is only a suggestion. The release package must show that the chosen design remains acceptable when the model meets the physical bracket.

Final Recommendation

Recommend candidate D for detailed verification:

t=7.0\ \text{mm},\qquad h=14\ \text{mm}

The recommendation is conditional:

  • do not release drawings until detailed finite element and prototype checks confirm stress, deflection and modal margins;
  • keep candidate C as a weight-reduction option only if additional validation reduces the uncertainty guards or if a local design change restores robust frequency margin;
  • reject candidates A and B because they fail nominal constraints;
  • reject candidate E as the baseline because it is taller than D without enough benefit to justify the envelope penalty.

Final Deliverable

The completed trade-study package should contain:

  1. requirement and decision boundary;
  2. design variables, limits and fixed assumptions;
  3. surrogate equations and validity range;
  4. scaled objective with documented weights;
  5. candidate table and feasibility checks;
  6. nominal optimum and robust recommendation;
  7. sensitivity and Pareto interpretation;
  8. validation evidence plan;
  9. final decision, open actions and owner sign-off.

Limitations

This project uses a small candidate table and fitted surrogate equations. A production optimization may require a larger design space, formal optimizer settings, constraint activity checks, nonlinear finite element analysis, fatigue review, bolted-joint review, manufacturing tolerance analysis, cost modeling, uncertainty propagation, and independent design review.

The result is also local. It is valid for the stated bracket family and requirement set. A new load case, material, bolt pattern, manufacturing route, vibration environment, or acceptance limit can change the feasible region and the recommended design.

Common Mistakes

Common optimization trade-study errors include:

  • optimizing before the constraints are complete;
  • combining units in an unscaled objective;
  • reporting the solver result without feasibility checks;
  • treating a surrogate model as a physical truth;
  • ignoring constraint margins when uncertainty is comparable to the margin;
  • selecting the lightest nominal design even when it is fragile;
  • hiding business preferences inside unexplained weights;
  • failing to record model version, data source and solver settings;
  • releasing an optimized design without validation evidence.

The engineering standard is not “the optimizer converged.” The standard is: the chosen design is feasible, robust enough for the decision, validated against evidence, and explainable to the engineers who must own it.

REF

See also