Before you can read the parent note Modal Analysis, every squiggle in its equations must mean something to you. This page builds each one from nothing — plain words first, then a picture, then why the topic cannot live without it. Read top to bottom; each block uses only things defined above it.
The picture. Look at the two beads below. To know the whole picture at any instant you must state two numbers: how far bead 1 has moved and how far bead 2 has moved. That "how many numbers" count is the number of DOF, here 2.
Why the topic needs it. A real spacecraft is a smooth continuous body with infinitely many points — infinitely many DOF. We cannot compute with infinity, so Finite element analysis (FEA) chops it into a finite number n of DOF. Everything downstream (n frequencies, n shapes) is counted in DOF.
The minus sign matters. The force always points back toward rest: pull right (x>0) and it pulls left (negative force). That restoring push is what makes things wobble instead of drifting away.
Why the topic needs it. A spacecraft's metal panels and struts behave like stiff springs. Stiffness sets how fast it wants to wobble — high stiffness pushes the natural frequency up, away from the dangerous launch frequencies described in Launch vehicle load environments.
When springs connect several masses, each mass feels forces from its own springs and its neighbours'. Writing one Newton equation per mass and stacking them, two grids of numbers appear. Square brackets [] flag a matrix — a grid, rows × columns.
For the two-bead example the parent note uses:
[M]=[m00m],[K]=[2k−k−kk]
Two words the parent leans on:
Why the topic needs it. The entire equation of motion [M]{x¨}+[K]{x}={0} is built from exactly these two grids. Symmetry later hands us the beautiful Orthogonality of mode shapes result for free.
The subscript n in ωn just means natural — "the frequency the structure picks by itself when left alone," no external pushing.
Why the topic needs it. The one thing modal analysis exists to compute is this list of natural frequencies, so we may keep the forcing frequencies of launch far away from them.
Why the topic needs it. Assuming this exact time-shape is the trick that turns the differential equation into a plain algebra problem (the eigenvalue problem), because a sine differentiated twice is just −ω2 times itself.
Why the topic needs it. The pair (ωi,{ϕi})is mode i. Knowing the shape tells engineers which part of the spacecraft moves most, so instruments needing to stay still can be placed at the calm points (nodes).
Two operations show up in the derivation; here is what each does.
Why the topic needs it. Setting the determinant to zero is the machine that spits out the natural frequencies; the transpose is the tool that later decouples the equations into simple one-DOF oscillators.