3.6.2 · D3Spacecraft Structures & Systems Engineering

Worked examples — Structural design process — load cases, FOS (factor of safety)

3,156 words14 min readBack to topic

Before anything, recall the two formulas we lean on (from the parent note):

Read that again: is a fraction of spare capacity. means "exactly enough, no cushion." means "20% stronger than the factored demand." means "fails."


The scenario matrix

Every FOS/load-case problem you will ever meet lands in one of these cells:

# Case class What makes it distinct Example
A Size a part (solve for area) Unknown is geometry; set Ex 1
B Check a part (compute ) Geometry known; is ? Ex 2
C Two separate FOS (yield and ultimate) Part must pass both checks Ex 3
D Combine simultaneous loads (RSS & law of cosines) Vector add, not scalar sum Ex 4
E Zero / degenerate input Zero load, zero margin, Ex 5
F Negative margin → redesign ; find new geometry Ex 6
G Real-world word problem (force-based ) Pull numbers out of prose Ex 7
H Exam twist (which is limiting?) Two candidate failure modes; pick worst Ex 8

The eight examples below hit all eight cells. Each ends with a Verify step, and every number is machine-checked in the VERIFY block that accompanies this page.

Prerequisites you may want open: Stress and Strain — Yield vs Ultimate Strength, Quasi-static Loads and Launch Environment.


Ex 1 — [Cell A] Size a strut


Ex 2 — [Cell B] Check a bracket's margin


Ex 3 — [Cell C] Both yield AND ultimate


Ex 4 — [Cell D] Combine simultaneous loads — RSS and the general angle


Ex 5 — [Cell E] Degenerate inputs (zero & knife-edge)


Ex 6 — [Cell F] Negative margin → redesign


Ex 7 — [Cell G] Real-world word problem (allowable is a force)


Ex 8 — [Cell H] Exam twist — which mode governs?


Recall Which cell does each example hit?

Ex1 sizing (A) ::: solve for area, set Ex2 check margin (B) ::: compute , positive but thin Ex3 two FOS (C) ::: yield and ultimate both checked, take min Ex4 combine loads (D) ::: RSS for , law of cosines for general angle Ex5 degenerate (E) ::: zero load → (as a limit); zero area → Ex6 redesign (F) ::: negative , thicken by area ratio Ex7 word problem (G) ::: force-based , split over bolts Ex8 exam twist (H) ::: higher FOS on pressurized part makes ultimate govern

Related deep dives to explore next: Finite Element Analysis of Spacecraft Structures (where actually comes from), Mass Budget and Structural Efficiency (why we hate over-design), Qualification vs Acceptance Testing and Random & Sine Vibration Testing (proving the margin in hardware).