Structural engineering is the branch of civil and mechanical engineering focused on designing structural frameworks capable of supporting applied static and dynamic loads without collapse, unacceptable deflection, or fatigue degradation.
This article provides the mathematical and computational foundations of structural analysis, from classical continuum mechanics and beam theories to matrix stiffness formulations, Finite Element Modeling (FEM), and seismic dynamic response spectra.
A structural system or substructure in static equilibrium satisfies the vector equations of force and moment equilibrium:
In Cartesian coordinates, this expands into six scalar equilibrium equations:
For a 2D planar frame or truss with b members, r support reaction components, and j joints:
Determinate Simple Beam: Indeterminate Fixed-Fixed Beam:
(Pinned) (Roller) (Fixed) (Fixed)
/\ (O) |===| |===|
===== ===== | |==============| |
^ ^ |===| |===|
[Rx, Ry] [Ry] [Rx, Ry, Mz] [Rx, Ry, Mz]
(3 Unknowns = 3 Eqns) (6 Unknowns > 3 Eqns; Indeterminate)
For a 2D stress element subjected to normal stresses \sigma_x, \sigma_y and shear stress \tau_{xy}, the state of stress on a plane inclined at angle \theta is:
The Principal Stresses \sigma_1, \sigma_2 (where shear stress \tau = 0) are the eigenvalues of the stress tensor:
Mohr's Circle Representation:
Shear Stress (τ)
^
| .(σ_avg, τ_max)
| / | \
| / | \ Radius R
-----------+----+----+----+----------> Normal Stress (σ)
O| σ₂ σ_avg σ₁
| \ | /
| \ | /
| .
Euler-Bernoulli beam theory assumes that cross-sections remain plane and perpendicular to the deformed neutral axis during bending (valid for slender beams where length L \gg depth h).
The governing 4th-order differential equation for beam deflection w(x) under distributed load q(x) is:
where E is Young's modulus and I = \int y^2 dA is the second moment of area.
Beam Kinematics and Stresses:
- Bending Moment: M(x) = -EI · (d²w/dx²)
- Shear Force: V(x) = dM/dx = -EI · (d³w/dx³)
- Flexural Stress: σ(y) = - (M · y) / I
- Transverse Shear: τ(y) = (V · Q) / (I · b)
where Q = ∫_y^top y' dA' (First moment of area)
For an idealized slender elastic column subject to axial compressive load P, bifurcation buckling occurs at the Euler Critical Load P_{\text{cr}}:
where:
Buckling Modes for Boundary Conditions:
Pinned-Pinned (K=1.0) Fixed-Pinned (K=0.7) Fixed-Fixed (K=0.5)
/\ |===| |===|
( | ) ( | ) | | |
( | ) ( | ) ( | )
( | ) (|) | | |
/\ /\ |===|
The Finite Element Method (FEM) transforms continuous differential equations into discrete matrix algebraic systems K \mathbf{u} = \mathbf{F}.
For a planar Euler-Bernoulli frame element with 2 nodes and 3 degrees of freedom per node (axial displacement u_i, transverse displacement v_i, and rotation \theta_i):
Local Degree-of-Freedom Vector:
u_e = [ u₁, v₁, θ₁, u₂, v₂, θ₂ ]ᵀ
The element stiffness matrix k^e in local coordinates is:
Transforming element stiffness from local to global coordinates using direction cosines c = \cos \theta, s = \sin \theta:
Global assembly sums element contributions at shared node DOFs:
Enforcing kinematic boundary conditions (supports where u = 0) removes matrix singularity, allowing direct solver solution \mathbf{u} = \mathbf{K}^{-1} \mathbf{F}.
Structures subjected to transient dynamic excitations (wind gusts, rotating machinery, earthquakes) require time-dependent equations of motion.
For a mass m constrained by stiffness k and viscous damper c under base ground acceleration \ddot{u}_g(t):
Dividing by m:
where:
SDOF Mechanical Oscillator Model:
Base Motion ü_g(t)
====================
| |
[Damper c] [Spring k]
| |
+------------------+
| Mass m | ---> Relative Displacement u(t)
+------------------+
An earthquake Response Spectrum plots the maximum peak response (spectral displacement S_d, pseudo-velocity S_v, or pseudo-acceleration S_a) of an SDOF oscillator as a function of period T_n for a specified damping ratio \zeta:
Design Elastic Response Spectrum (ASCE 7 / Eurocode 8):
Spectral Accel Sa (g)
^
S_DS| +----------------+ (Constant Acceleration Plate)
| / \
| / \
S_D1| / \___ (Constant Velocity 1/T)
| / \___ (Constant Displ 1/T²)
+--+----+------------------+----+--------------------> Period T (s)
0 T_0 T_s T_L
In equivalent lateral force procedures, total seismic base shear V_b is:
where W is total seismic building weight, R is the Response Modification Coefficient (accounting for non-linear inelastic ductility and energy dissipation), and I_e is the structural importance factor.
+---------------------------+-------------------+--------------------+------------------------+
| Structural Lateral System | Height Efficiency | Ductility (R factor)| Typical Failure Mode |
+---------------------------+-------------------+--------------------+------------------------+
| Moment Resisting Frames | Low/Mid (≤ 20 fl) | High (R = 8) | P-Delta drift instability|
| Concentric Braced Frames | Mid-Rise (≤ 40 fl)| Moderate (R = 6) | Brace compressive buckl|
| Eccentric Braced Frames | Mid/High (≤ 60 fl)| High (R = 8) | Shear link plastic yield|
| Reinforced Concrete Walls | High-Rise (≤ 80 fl)| High (R = 5 - 7) | Flexural crushing/shear|
| Outrigger & Mega-Columns | Supertall (> 80 fl)| High | Differential shortening|
+---------------------------+-------------------+--------------------+------------------------+