3.6.13Spacecraft Structures & Systems Engineering

Shock response spectrum (SRS)

2,579 words12 min readdifficulty · medium1 backlinks

What Is the Shock Response Spectrum?

Why SDOF oscillators? Every real component (circuit board, fuel tank mount, antenna bracket) can be approximated as a mass-spring-damper near its fundamental resonance. The SRS pre-computes the worst-case response for all possible resonances.

Deriving the SRS from First Principles

Step 1: Equation of Motion for a Single Oscillator

Consider a component with mass mm, stiffness kk, damping cc, attached to a base experiencing acceleration a(t)a(t). Let z(t)z(t) be the relative displacement (component position minus base position).

Free-body diagram gives: mz¨+cz˙+kz=ma(t)m\ddot{z} + c\dot{z} + kz = -ma(t)

Why the minus sign? The base acceleration a(t)a(t) is an inertial force acting opposite to the base motion direction. Think of yourself in an accelerating car—you feel pushed backward.

Divide by mm: z¨+2ζωnz˙+ωn2z=a(t)\ddot{z} + 2\zeta\omega_n\dot{z} + \omega_n^2 z = -a(t)

where:

  • ωn=k/m\omega_n = \sqrt{k/m} is the natural frequency (rad/s)
  • ζ=c/(2km)\zeta = c/(2\sqrt{km}) is the damping ratio
  • fn=ωn/(2π)f_n = \omega_n/(2\pi) is natural frequency in Hz

Step 2: Duhamel's Integral (Convolution Solution)

For an underdamped system (ζ<1\zeta < 1), the relative displacement response is:

z(t)=1ωd0ta(τ)eζωn(tτ)sin[ωd(tτ)]dτz(t) = -\frac{1}{\omega_d}\int_0^t a(\tau) e^{-\zeta\omega_n(t-\tau)} \sin[\omega_d(t-\tau)] \, d\tau

where ωd=ωn1ζ2\omega_d = \omega_n\sqrt{1-\zeta^2} is the damped natural frequency.

Why this form? Each impulse a(τ)dτa(\tau)d\tau at time τ\tau creates a decaying oscillation; we sum (integrate) all contributions from τ=0\tau=0 to tt.

Step 3: Absolute Acceleration

The absolute acceleration of the component (what actually breaks things) is: aabs(t)=a(t)+z¨(t)a_{\text{abs}}(t) = a(t) + \ddot{z}(t)

Why add a(t)a(t)? The relative acceleration z¨\ddot{z} is measured from the moving base; we need total acceleration in the inertial frame.

From the EOM: z¨=a(t)2ζωnz˙ωn2z\ddot{z} = -a(t) - 2\zeta\omega_n\dot{z} - \omega_n^2 z, so: aabs(t)=2ζωnz˙(t)ωn2z(t)a_{\text{abs}}(t) = -2\zeta\omega_n\dot{z}(t) - \omega_n^2 z(t)

Step 4: Maximum Absolute Acceleration

The SRS value at natural frequency fnf_n and damping ζ\zeta is: SRS(fn,ζ)=maxt0aabs(t)\text{SRS}(f_n, \zeta) = \max_{t \geq 0} |a_{\text{abs}}(t)|

Computational procedure:

  1. Pick a natural frequency fnf_n (e.g., 100 Hz)
  2. Numerically integrate the Duhamel convolution to get z(t)z(t) and z˙(t)\dot{z}(t)
  3. Compute aabs(t)=2ζωnz˙ωn2za_{\text{abs}}(t) = -2\zeta\omega_n\dot{z} - \omega_n^2 z
  4. Find the peak: maxaabs(t)\max|a_{\text{abs}}(t)|
  5. Repeat for 100–1000 frequencies from ~10 Hz to 10,000 Hz
  6. Plot the envelope

Physical Interpretation

Figure — Shock response spectrum (SRS)

Reading the SRS curve:

  • Low frequencies (10–100 Hz): Large structural modes; here the oscillator period is much longer than the pulse, so the SRS rises steeply with frequency (approximately +40+40 dB/decade, i.e. +12+12 dB/octave, proportional to fn2f_n^2)
  • Mid frequencies (100–1000 Hz): Secondary structure (panels, brackets); the knee and peak amplification often lie here for pyroshock
  • High frequencies (1000–10,000 Hz): Component-level resonances (PCBs, relays); beyond the knee a simple pulse SRS flattens toward the peak acceleration (≈ 00 dB/octave), because these fast oscillators simply track the base peak
  • Knee frequency1/(πτ)1/(\pi\tau) for a half-sine of duration τ\tau; a shorter pulse pushes the knee to higher frequency

Common Mistakes

Why Engineers Use SRS Instead of Raw Time Histories

Three reasons:

  1. Universality: One SRS curve characterizes the shock for all possible component resonances. Testing to the SRS envelope qualifies every part, regardless of its specific fnf_n.

  2. Comparability: You can overlay SRS from different events (launch, stage sep, docking) and take the worst-case envelope as the design spec.

  3. Test reproducibility: Pyroshock time histories are chaotic and unrepeatable. But you can generate a synthetic shock pulse (via shaker or pyro simulator) that matches the SRS—achieving the same damage potential with different waveforms.

Analogy: SRS is to shock what a "design load factor" is to aerodynamics—a single number (or curve) that bounds the complexity of reality.

Recall Explain to a 12-Year-Old

Imagine you have 100 different bells, each ringing at a different pitch (frequency). Now you hit the table they're all sitting on with a hammer (that's your shock). Some bells will ring SUPER LOUD because the hammer hit matches their special pitch—that's called resonance. Other bells barely make a sound.

The Shock Response Spectrum is like a report card that tells you: "The bell that rings at 50 Hz got shaken to 200g, the 100 Hz bell got 500g, the 1000 Hz bell got 800g..." You get one number for every possible bell pitch.

Why is this useful? Because your spacecraft has thousands of parts, each like a different bell. Instead of testing every part separately with the hammer, you just look at the SRS curve and say, "Okay, my circuit board rings at 150 Hz, so the curve tells me it'll see 300g. Can it survive 300g? Yes? Great, we're done!"

The SRS is a cheat sheet that predicts the worst shaking for every single part from just one hammer hit.

Connections

  • Pyroshock environments — Origin of severe SRS specs in spacecraft
  • Single-degree-of-freedom systems — Foundation: every SRS point is an SDOF response
  • Duhamel's integral — Mathematical engine for computing transient response
  • Quality factor Q and dampingQ=1/(2ζ)Q =1/(2\zeta); relates to SRS peak sharpness
  • Mechanical impedance — SRS ties to how components "load" the base structure
  • Modal analysis — Real structure = superposition of SDOF modes; SRS tests each
  • Shock testing methods — How to reproduce SRS in the lab (drop tables, resonant plates)
  • Vibration power spectral density (PSD) — SRS for shocks, PSD for random vibration
  • MIL-STD-810 Method 516 — Military shock test standard; specifies SRS test profiles
  • Acceleration response in structures — SRS is the worst-case envelope of this
  • Force limiting in shock testing — Prevents over-testing at high frequencies

#flashcards/physics

What does each point on an SRS curve represent? :: The maximum absolute acceleration experienced by a single-degree-of-freedom (SDOF) oscillator with that natural frequency and specified damping, when subjected to the shock input.

Why is SRS preferred over raw time histories for spacecraft shock specs?
SRS provides a universal envelope covering all possible component resonances, enables comparison between different shock sources, and allows reproducible testing with synthetic shocks that match the damage potential.
Write the equation of motion for an SDOF system under base excitation a(t)a(t).
z¨+2ζωnz˙+ωn2z=a(t)\ddot{z} + 2\zeta\omega_n\dot{z} + \omega_n^2 z = -a(t), where zz is relative displacement and the minus sign accounts for inertial force direction.
How is absolute acceleration related to relative motion in SRS analysis?
aabs(t)=a(t)+z¨(t)=2ζωnz˙(t)ωn2z(t)a_{\text{abs}}(t) = a(t) + \ddot{z}(t) = -2\zeta\omega_n\dot{z}(t) - \omega_n^2 z(t), combining base acceleration with component's acceleration relative to the base.
What damping ratio is standard for spacecraft SRS specifications?
ζ=0.05\zeta = 0.05 (5%), also called Q=10, representing typical lightly-damped aerospace structures.
For a half-sine shock pulse of duration τ\tau, roughly where is the SRS knee?
Near fn1/(πτ)f_n \approx 1/(\pi\tau); below the knee the SRS rises as fn2f_n^2 (+40 dB/decade), above the knee it flattens toward the peak acceleration.
What is the low-frequency asymptotic behavior of the SRS for a short pulse?
It rises as fn2f_n^2 (approximately +40+40 dB/decade, or +12+12 dB/octave), described by SRSA0π2fn2τ2/2\text{SRS}\approx A_0\,\pi^2 f_n^2\tau^2/2 when fnτ1f_n\tau\ll1.
What is the high-frequency behavior of a simple-pulse SRS beyond the knee?
It flattens (≈ 0 dB/octave) toward the peak base acceleration, because very fast oscillators simply track the base peak.
What is the difference between SRS and FFT of a shock pulse?
FFT shows the frequency content (energy distribution) of the input signal itself; SRS shows the maximum response amplification for resonant systems at each frequency.
Why must SRS specifications always include damping ratio?
SRS magnitude depends strongly on damping—5% damping gives 2-3× higher peaks than 10% damping—so comparisons require matched damping assumptions.
How does SRS relate to actual component natural frequencies?
Each component resonates like an SDOF system; the SRS value at the component's natural frequency predicts its peak acceleration, guiding design and qualification.

Concept Map

excites

approximate

applied to

derived from

inertial force term

defines

solved via

gives

combined with a of t

take peak over time

plotted vs f_n

captures

Pyroshock or stage separation

Base acceleration a of t

SDOF oscillators

Real components

Equation of motion

Free-body diagram

omega_n, zeta, f_n

Duhamel integral

Relative displacement z of t

Absolute acceleration

Max absolute acceleration

Shock Response Spectrum

Damage potential across frequencies

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Shock Response Spectrum (SRS) kya hai aur kyun zaroori hai?

Jab spacecraft mein explosive bolt fire hota h

Go deeper — visual, from zero

Test yourself — Spacecraft Structures & Systems Engineering

Connections