Spacecraft Structures & Systems Engineering
Level 2 — Recall & Standard Problems
Time limit: 30 minutes Total marks: 50
Q1. (4 marks) Define stress () and strain (), giving their formulas and SI units. State Young's modulus and its relation to and .
Q2. (5 marks) A titanium tie-rod of cross-sectional area carries an axial tensile force . The rod is long with . (a) Compute the stress . (2) (b) Compute the strain and elongation . (3)
Q3. (6 marks) State the Euler buckling load formula for a pin-ended column. A solid circular aluminium strut of diameter , length , is pin-ended. Compute its critical buckling load . (Take .)
Q4. (6 marks) Define factor of safety (FOS). A structural member has yield stress and experiences an applied stress of under design load. (a) Compute the FOS. (2) (b) State whether a design requiring is met. (1) (c) Define the margin of safety (MoS) and compute it. (3)
Q5. (6 marks) State Miner's rule for cumulative fatigue damage. A component undergoes two loading blocks: cycles at a stress whose fatigue life is , and cycles where . Compute the cumulative damage and state whether failure is predicted.
Q6. (5 marks) Define the stress intensity factor and fracture toughness . Write and state the fracture criterion. For , , crack length , compute .
Q7. (4 marks) Define MTBF and the exponential failure model reliability . If a unit has failure rate , compute its MTBF and the reliability at .
Q8. (5 marks) In FMEA, define RPN in terms of Severity (S), Occurrence (O), and Detection (D). For a failure mode with , , , compute the RPN. Briefly state what a high RPN indicates.
Q9. (4 marks) List and briefly define the four standard verification methods used in spacecraft systems engineering.
Q10. (5 marks) Define RMS acceleration from a flat acceleration PSD. Given a flat PSD of over a bandwidth from to , compute the .
End of paper
Answer keyMark scheme & solutions
Q1. (4 marks)
- Stress: , force per unit area, units Pa (N/m²). (1)
- Strain: , fractional change in length, dimensionless. (1)
- Young's modulus = ratio of stress to strain in the elastic region. (1)
- Relation: ; units of are Pa. (1)
Q2. (5 marks) (a) . (2) (b) . (2) . (1) Why: stress from definition, strain from Hooke's law, elongation from strain definition.
Q3. (6 marks)
- Formula: (pin-ended, effective length = L). (2)
- . (2)
- . (1)
- . (1)
Q4. (6 marks) (a) . (2) (b) → requirement met. (1) (c) , or simply . (1) (positive → adequate). (2)
Q5. (6 marks)
- Miner's rule: ; failure predicted when . (2)
- . (3)
- → no failure predicted. (1)
Q6. (5 marks)
- = stress intensity factor; characterizes stress field magnitude at crack tip. (1)
- = fracture toughness, material property; fracture when . (2)
- . (1)
- ; . (1)
Q7. (4 marks)
- MTBF = mean time between failures; . (1)
- . (1)
- . (1)
- . (1)
Q8. (5 marks)
- . (2)
- . (2)
- High RPN indicates a high-priority risk requiring corrective/mitigation action. (1)
Q9. (4 marks) 1 mark each:
- Analysis — verify by calculation/modelling/simulation.
- Test — verify by applying stimuli and measuring the response on hardware.
- Inspection — verify by visual/physical examination (dimensions, workmanship).
- Demonstration — verify by operating the item to show functional performance.
Q10. (5 marks)
- For a flat PSD: . (2)
- . (1)
- . (2)
[
{"claim":"Q2 stress 300 MPa and elongation ~4.09 mm","code":"sigma=60e3/200e-6; eps=sigma/110e9; dL=eps*1.5; result=(abs(sigma-300e6)<1e3) and (abs(dL-4.09e-3)<1e-5)"},
{"claim":"Q3 Euler buckling load ~3768 N","code":"import math; I=math.pi*(0.02)**4/64; Pcr=math.pi**2*70e9*I/1.2**2; result=abs(Pcr-3768)<5"},
{"claim":"Q5 Miner damage = 0.4","code":"D=1e4/5e4+2e4/1e5; result=abs(D-0.4)<1e-9"},
{"claim":"Q7 MTBF 50000 hr and R(1e4)=0.8187","code":"import math; MTBF=1/2e-5; R=math.exp(-2e-5*1e4); result=(abs(MTBF-50000)<1e-6) and (abs(R-0.8187)<1e-3)"},
{"claim":"Q10 Grms ~8.90 g","code":"import math; G=math.sqrt(0.04*1980); result=abs(G-8.90)<0.02"}
]