Mechanics of Materials — Engineering Reference

1. At a glance

Mechanics of materials (MoM), also called strength of materials or solid mechanics (elementary), is the discipline that bridges statics (rigid-body equilibrium) and material behaviour. Where statics finds the external reactions on a rigid body, MoM treats the body as deformable and finds the internal stresses and deflections that develop in response.

It is the foundation course for every structural-design decision an engineer makes:

  • Sizing structural members — beams, columns, ties, struts
  • Shaft design — torque transmission, angle of twist, fatigue
  • Pressure vessels — boilers, hydraulic cylinders, pipework
  • Fasteners — bolt preload, thread shear, combined loading
  • Springs — coil, leaf, Belleville
  • Connections — welds, rivets, pins, bonded joints

MoM is also the conceptual predecessor of Finite Element Analysis (FEA). FEA solves the same governing equations (equilibrium, compatibility, constitutive law) numerically on arbitrary geometry; MoM solves them analytically on canonical geometries (uniform bars, prismatic beams, circular shafts, thin cylinders). A competent FEA practitioner runs the MoM hand-calc first — it is the sanity check on the mesh.

Place in the design stack: statics → mechanics of materials → machine design / structural design → FEA → testing.

2. First principles

Stress

Normal stress σ acts perpendicular to a cross-section:

σ = F / A          [Pa = N/m²]   (SI)
σ = F / A          [psi]          (US-customary)

Shear stress τ acts parallel to the cross-section:

τ = V / A

where F is normal force, V is shear (transverse) force, A is cross-sectional area. Both have units of pressure (Pa, MPa, psi, ksi).

Sign convention: tension positive, compression negative.

Strain

Normal strain ε is dimensionless elongation per unit length:

ε = ΔL / L₀         [dimensionless, or mm/mm, or %]

Shear strain γ is the angular change (in radians) between two originally perpendicular line elements.

Hooke’s law (uniaxial, elastic regime)

σ = E · ε           (normal)
τ = G · γ           (shear)

Robert Hooke (1678): “Ut tensio, sic vis” — “as the extension, so the force.”

The three elastic constants

For a linear, isotropic material:

SymbolNameTypical unitsPhysical meaning
EYoung’s modulusGPa (Mpsi)Stiffness in axial stretching
GShear modulusGPa (Mpsi)Stiffness in shearing
νPoisson’s ratioLateral contraction per unit axial extension

They are not independent. The defining relationship is:

E = 2 · G · (1 + ν)

So for steel (E = 200 GPa, ν = 0.30): G = 200 / (2 · 1.30) = 76.9 GPa — close to the measured 80 GPa.

Stress–strain curve

A uniaxial tension test (ASTM E8 / ISO 6892-1) produces a curve with these characteristic regions:

  1. Linear elastic — slope = E. Unloading returns to origin.
  2. Yield point σ_y — onset of permanent plastic deformation. Defined as 0.2 % offset yield for materials without a sharp yield (Al, Cu); upper/lower yield for mild steel.
  3. Strain hardening — material stiffens as dislocations multiply and tangle.
  4. Ultimate tensile stress σ_u — peak engineering stress (load / original area).
  5. Necking — localized cross-section reduction; engineering stress drops, true stress continues to rise.
  6. Fracture σ_f — final separation.

Energy quantities

  • Modulus of resilience U_r = σ_y² / (2E) — area under the elastic portion of σ–ε. Energy stored elastically per unit volume.
  • Modulus of toughness U_t = ∫₀^ε_f σ dε — total area under σ–ε to fracture. Energy absorbed per unit volume up to failure. Tough materials (mild steel) have a large U_t; brittle materials (cast iron, ceramics) have a small one.

3. Practical math / design equations

3.1 Axial loading (uniform bar)

σ = P / A
δ = P · L / (A · E)         (elongation of prismatic bar)

For stepped or composite bars, sum δ over each segment.

3.2 Torsion of circular shafts

For a solid or hollow shaft under pure torque T:

τ(r) = T · r / J            (shear stress varies linearly with radius)
τ_max = T · c / J           (at outer fibre, c = outer radius)
φ = T · L / (J · G)         (angle of twist over length L, radians)

Polar moment of inertia J:

J = π · d⁴ / 32                          (solid circular shaft)
J = π · (d_o⁴ − d_i⁴) / 32               (hollow circular shaft)

Power transmitted by a rotating shaft:

P = T · ω
P [W] = T [N·m] · ω [rad/s]

with ω = 2π · n / 60 for shaft speed n in rpm.

3.3 Combined plane stress — principal stresses

For a 2-D element with normal stresses σ_x, σ_y and shear τ_xy:

σ_1,2 = (σ_x + σ_y) / 2  ±  √[ ((σ_x − σ_y) / 2)² + τ_xy² ]

The two principal stresses σ_1 (max) and σ_2 (min) act on principal planes where shear stress is zero. The principal angle:

tan(2 θ_p) = 2 τ_xy / (σ_x − σ_y)

3.4 Maximum in-plane shear stress

τ_max = √[ ((σ_x − σ_y) / 2)² + τ_xy² ] = (σ_1 − σ_2) / 2

Occurs at planes 45° from the principal planes.

3.5 Mohr’s circle — construction

Mohr’s circle is a graphical representation of the stress transformation equations. Construction steps:

  1. Choose axes. Horizontal axis = normal stress σ (tension positive, to the right). Vertical axis = shear stress τ. Engineer’s convention: τ plotted downward for the face whose outward normal is +x (so the circle traces clockwise as the element rotates counter-clockwise).
  2. Plot point X at coordinates (σ_x, τ_xy) — the stress state on the x-face.
  3. Plot point Y at coordinates (σ_y, −τ_xy) — the stress state on the y-face.
  4. Draw the line XY. This line is a diameter of Mohr’s circle.
  5. Centre C lies on the σ-axis at σ_avg = (σ_x + σ_y) / 2.
  6. Radius R = √[ ((σ_x − σ_y) / 2)² + τ_xy² ] = τ_max.
  7. Draw the circle centred at C with radius R.
  8. Principal stresses σ_1 and σ_2 are the intersections of the circle with the σ-axis: σ_1 = σ_avg + R, σ_2 = σ_avg − R.
  9. Principal angle 2θ_p is the angle from CX to the σ-axis, measured on the circle (so the element rotates by half that, θ_p, in physical space).
  10. Maximum shear planes are at the top and bottom of the circle (σ = σ_avg, τ = ±R), which is 90° from the principal points on the circle and 45° in physical space.

For 3-D, three Mohr’s circles are drawn (one for each pair of principal stresses); the absolute max shear is the radius of the largest one: τ_abs,max = (σ_1 − σ_3) / 2.

3.6 Thermal stress

For a member fully constrained against thermal expansion through a temperature change ΔT:

σ_thermal = E · α · ΔT

α is the linear thermal expansion coefficient (typical: ~12 × 10⁻⁶ /K for steel, ~23 × 10⁻⁶ /K for aluminum). A 50 °C rise on a fully restrained steel bar develops σ = 200 × 10⁹ · 12 × 10⁻⁶ · 50 = 120 MPa compression — enough to yield mild steel.

3.7 Thin-walled pressure vessels (cylindrical)

For internal pressure p, inside radius r, wall thickness t, with t ≪ r (rule: t/r < 1/10):

σ_hoop  = p · r / t            (circumferential stress)
σ_axial = p · r / (2 · t)      (longitudinal stress)

Hoop stress is twice the axial stress — which is why cylindrical pressure vessels burst along a longitudinal seam, not a circumferential one. For a thin sphere: σ = p·r / (2·t) in all directions.

3.8 Stress concentration

At a hole, fillet, notch, or keyway, the local stress is amplified:

σ_max = K_t · σ_nominal

K_t is the theoretical (geometric) stress concentration factor, looked up from charts (Pilkey, Peterson’s Stress Concentration Factors). Typical values:

  • Circular hole in wide plate under tension: K_t = 3 (exact, Kirsch 1898)
  • Filleted shoulder, r/d = 0.1, D/d = 2: K_t ≈ 1.8–2.0
  • Semi-circular edge notch: K_t ≈ 3.0
  • Square hole with sharp corners: K_t > 10 (avoid)

K_t controls fatigue life more than static strength — ductile materials redistribute static stress by local yielding, but fatigue cracks initiate at concentrators.

3.9 Worked example 1 — Shaft in torsion

Problem. A solid steel shaft, diameter d = 50 mm, transmits P = 10 kW at n = 1500 rpm. Find τ_max and angle of twist φ over L = 1 m. Use E = 200 GPa, G = 80 GPa.

Step 1 — Torque. ω = 2π · 1500 / 60 = 157.08 rad/s T = P / ω = 10 000 W / 157.08 rad/s = 63.66 N·m

Step 2 — Polar moment of inertia. J = π · (0.050)⁴ / 32 = π · 6.25 × 10⁻⁶ / 32 = 6.136 × 10⁻⁷ m⁴

Step 3 — Max shear stress. c = d/2 = 0.025 m τ_max = T · c / J = 63.66 · 0.025 / 6.136 × 10⁻⁷ = 2.593 × 10⁶ Pa = 2.59 MPa

Step 4 — Angle of twist. φ = T · L / (J · G) = 63.66 · 1.0 / (6.136 × 10⁻⁷ · 80 × 10⁹) φ = 63.66 / 49 090 = 1.297 × 10⁻³ rad = 0.0743°

Comment. τ = 2.59 MPa is far below the shear yield of mild steel (~120–140 MPa). The shaft is grossly over-sized for stress — but a real design also has to check lateral critical speed, fatigue, keyway stress concentrations, and torsional vibration, all of which routinely govern.

3.10 Worked example 2 — Aluminum tie rod

Problem. A 6061-T6 aluminum rod, d = 25 mm, L = 2 m, carries axial tension P = 20 kN. Find σ, δ, and check against yield. Use E = 69 GPa, σ_y = 276 MPa per ASTM B221.

Step 1 — Cross-sectional area. A = π · d² / 4 = π · (0.025)² / 4 = 4.909 × 10⁻⁴ m²

Step 2 — Axial stress. σ = P / A = 20 000 / 4.909 × 10⁻⁴ = 40.74 × 10⁶ Pa = 40.7 MPa

Step 3 — Yield check. Factor of safety against yield: n = σ_y / σ = 276 / 40.7 = 6.78 ✓ (industrial practice: n ≥ 1.5 for static yield on ductile metals; 6.78 is comfortable).

Step 4 — Elongation. δ = P · L / (A · E) = 20 000 · 2.0 / (4.909 × 10⁻⁴ · 69 × 10⁹) δ = 40 000 / 33.87 × 10⁶ = 1.181 × 10⁻³ m = 1.18 mm

Strain ε = δ / L = 1.18 mm / 2000 mm = 5.9 × 10⁻⁴ = 0.059 % — well within the elastic regime (6061-T6 yields at roughly ε = 0.4 %).

3.11 Worked example 3 — Thin-walled pressure vessel

Problem. A thin-walled steel cylinder, inside diameter D_i = 500 mm, wall thickness t = 10 mm, internal pressure p = 5 MPa (~725 psi). Find σ_hoop, σ_axial, σ_1, σ_2, τ_max, and compare to σ_y = 250 MPa (S235 / ASTM A36).

Step 1 — Validate thin-wall assumption. r = D_i / 2 = 250 mm. t / r = 10 / 250 = 0.04 < 0.10 ✓ thin-wall OK.

Step 2 — Hoop and axial stress. σ_hoop = p · r / t = 5 · 250 / 10 = 125 MPa σ_axial = p · r / (2t) = 5 · 250 / 20 = 62.5 MPa

Step 3 — Principal stresses. Since the wall is in biaxial stress with no shear on the chosen planes (axial and hoop are the principal planes): σ_1 = 125 MPa, σ_2 = 62.5 MPa, σ_3 ≈ 0 (radial stress at outer surface is zero; at inner surface it’s −p = −5 MPa, negligible against 125 MPa).

Step 4 — Maximum in-plane shear. τ_max,in-plane = (σ_1 − σ_2) / 2 = (125 − 62.5) / 2 = 31.25 MPa

But the absolute max shear (3-D) uses the smallest principal stress, which is essentially 0: τ_abs,max = (σ_1 − σ_3) / 2 = 125 / 2 = 62.5 MPa

Step 5 — Yield check (Tresca and von Mises).

Tresca: σ_y ≥ σ_1 − σ_3 = 125 − 0 = 125 MPa. FoS = 250 / 125 = 2.0

Von Mises: σ_vM = √(σ_1² − σ_1·σ_2 + σ_2²) = √(125² − 125·62.5 + 62.5²) = √(15 625 − 7 812.5 + 3 906.25) = √11 718.75 = 108.3 MPa FoS = 250 / 108.3 = 2.31

Von Mises gives a slightly higher factor of safety, as expected — Tresca is conservative.

Comment. A real pressure vessel design also satisfies ASME BPVC Section VIII Div. 1, which adds weld-joint efficiency factors, corrosion allowance, code-allowable stress (= σ_u / 3.5 for carbon steel), and minimum thickness requirements. The hand-calc above is the first number to compute — not the last.

4. Reference data

Typical engineering material properties (room temperature, per ASTM E8 / ISO 6892-1)

MaterialE (GPa)G (GPa)νσ_y (MPa)σ_u (MPa)ρ (kg/m³)
Mild steel (A36 / S235)200800.30250400–5507 850
Structural steel (A992)200800.303454507 850
Stainless 304193770.292155058 000
Stainless 316L193770.301704858 000
Aluminum 6061-T669260.332763102 700
Aluminum 7075-T67126.90.335035722 810
Titanium Ti-6Al-4V113.8440.3428809504 430
Copper (annealed)117440.34702208 960
Brass (C36000)100370.331243388 500
Concrete (40 MPa class)3012.50.20(n/a)40 (comp)2 400
Wood (Douglas fir, ‖)13.450 (comp)85 (tens)530
PETG (3-D print, XY)2.20.4050501 270
CFRP (UD, 0°)1355.00.30(n/a)1 5001 600

Notes: σ_y for aluminum and titanium is the 0.2 % offset yield (ISO 6892-1 method). Concrete σ_u is compressive (ASTM C39). CFRP values are highly directional — see materials-composites for transverse and shear values.

Poisson’s ratio — typical range by material class

Material classν
Cork~0.00
Concrete0.18–0.22
Glass0.20–0.25
Cast iron0.21–0.26
Most steels0.27–0.30
Brass0.33
Aluminum0.33
Copper0.34
Lead0.43
Rubber0.45–0.499
Incompressible0.5 (limit)

Stress concentration factors (selected, after Pilkey 2008)

GeometryK_t
Circular hole in infinite plate, uniaxial tension3.00
Circular hole in infinite plate, biaxial tension (equal)2.00
Elliptical hole, semi-axes a, b, loaded ⊥ to a-axis1 + 2a/b
Filleted shoulder, D/d = 2, r/d = 0.052.4
Filleted shoulder, D/d = 2, r/d = 0.201.5
U-notch in rectangular bar, h/r = 4≈ 2.6
Square hole, sharp corners (r → 0)→ ∞
Keyway in shaft (sled-runner)~3.0

Rule of thumb for design: increase fillet radii. Doubling r typically drops K_t by 30–50 %.

5p. Theory

Stress as a second-order tensor

At any point in a loaded body, the stress state is fully described by the Cauchy stress tensor, a 3×3 symmetric matrix:

       ┌  σ_xx   τ_xy   τ_xz  ┐
σ_ij = │  τ_xy   σ_yy   τ_yz  │
       └  τ_xz   τ_yz   σ_zz  ┘

Symmetry (τ_xy = τ_yx, etc.) follows from moment equilibrium of an infinitesimal element. Six independent components describe the state.

Invariants

Three scalar quantities are invariant under coordinate rotation:

I_1 = σ_xx + σ_yy + σ_zz                                = σ_1 + σ_2 + σ_3
I_2 = σ_xx σ_yy + σ_yy σ_zz + σ_zz σ_xx − τ_xy² − τ_yz² − τ_zx²
I_3 = det(σ_ij)                                         = σ_1 σ_2 σ_3

The principal stresses σ_1, σ_2, σ_3 are the eigenvalues of σ_ij, found from the characteristic equation σ³ − I_1 σ² + I_2 σ − I_3 = 0. The principal directions are the eigenvectors.

Deviatoric / hydrostatic decomposition

σ_ij = σ_m · δ_ij  +  s_ij
σ_m  = I_1 / 3                  (mean / hydrostatic stress)
s_ij = σ_ij − σ_m δ_ij          (deviatoric stress)

Hydrostatic stress causes volume change; deviatoric stress causes shape change. Metal plasticity depends almost entirely on the deviatoric part, which is why hydrostatic pressure alone doesn’t yield metals (Bridgman experiments, 1940s).

Plane stress vs plane strain

  • Plane stress: σ_zz = τ_xz = τ_yz = 0. Applies to thin plates loaded in their plane (e.g. a sheet-metal bracket). Strain ε_zz ≠ 0 — the plate thins.
  • Plane strain: ε_zz = γ_xz = γ_yz = 0. Applies to long prismatic bodies with constraint along the long axis (e.g. a long dam, a buried pipe far from the ends). Stress σ_zz ≠ 0 and equals ν · (σ_xx + σ_yy).

The same in-plane geometry can be analysed under either assumption and gives different stresses and stiffnesses. Choosing the wrong one is a classic FEA blunder.

Generalized Hooke’s law (isotropic, 3-D)

ε_xx = (1/E) · [ σ_xx − ν (σ_yy + σ_zz) ]
ε_yy = (1/E) · [ σ_yy − ν (σ_xx + σ_zz) ]
ε_zz = (1/E) · [ σ_zz − ν (σ_xx + σ_yy) ]
γ_xy = τ_xy / G,    γ_yz = τ_yz / G,    γ_zx = τ_zx / G

Anisotropic materials (wood, fibre composites, single crystals) need 21 independent stiffness coefficients in the most general case; orthotropic materials (most engineering composites) need 9.

6p. Application

How engineers actually use MoM day-to-day:

  1. Member sizing under axial load. Required area A_req = P · n / σ_allow. σ_allow is typically the lower of σ_y / n_y (yield FoS) and σ_u / n_u (ultimate FoS); n_y ≈ 1.5–2.0, n_u ≈ 3–4 for static structural work; codes like AISC 360 dictate specifics.

  2. Beam sizing under bending. Required section modulus S_req = M_max / σ_allow. See beam-theory.

  3. Shaft sizing under torsion + bending. Use ASME shaft design equation or the maximum-shear / Goodman fatigue method.

  4. Yield prediction under combined stress. Two criteria dominate:

    • Tresca (max shear stress) — yields when τ_max = σ_y / 2, i.e. σ_1 − σ_3 ≥ σ_y. Conservative, simple, used in pressure vessel codes (ASME BPVC).
    • Von Mises (distortion energy) — yields when σ_vM = √[½ ((σ_1−σ_2)² + (σ_2−σ_3)² + (σ_3−σ_1)²)] ≥ σ_y. More accurate for ductile metals, default in FEA post-processing.
  5. Stiffness vs strength design. For long flexible members (machine tool spindles, aircraft wing spars, robot arms), deflection — not stress — governs the design. A member can be far from yield and still be unusable because it sags or vibrates. Deflection scales with 1/E (axial), 1/(EI) (bending), 1/(GJ) (torsion), so increasing section is the lever, not changing material grade.

  6. Connection design. Bolts, welds, rivets: shear-out, bearing, tear-out, gross/net section. Always at least three failure modes to check per connection.

7p. Edge cases & assumptions

MoM rests on a handful of strong assumptions. Knowing where they break is the difference between a working part and a warranty claim.

  1. Linear elasticity. Hooke’s law fails beyond yield. For ductile metals taken into plasticity, use incremental plasticity theory; for cyclic loading near yield, use the Bauschinger effect and kinematic hardening models.

  2. Small strains and small displacements. Standard MoM equations assume δ ≪ L (typically < 1–2 % strain). For rubber, elastomers, biological tissue, or post-buckling analysis, large-strain (finite-deformation) mechanics is required — Green–Lagrange strain, second Piola–Kirchhoff stress, geometric nonlinearity in FEA.

  3. Saint-Venant’s principle. Stress distributions near a load application are non-uniform, but become uniform “far” from the loaded region. “Far” ≈ one characteristic cross-sectional dimension. So a bolted lug has weird stresses around the hole, but a few diameters away the bar carries σ = P/A. This is why MoM formulas work despite real loads being applied at points or small patches.

  4. Stress concentrations. Average stress is meaningless at a hole or notch; use K_t. K_t controls fatigue life more than static strength, because ductile materials redistribute by local yielding under monotonic load, but fatigue cracks initiate at the local peak.

  5. Plane sections remain plane (Euler–Bernoulli beam assumption). Fails for short, deep beams (L/h < ~10), where transverse shear deformation matters; use Timoshenko beam theory there.

  6. Material is homogeneous and isotropic. Wood, fibre composites, rolled plate, additively-manufactured parts (especially FDM/SLA), and welded joints with HAZ are not. Treat them as orthotropic, anisotropic, or as multi-zone.

  7. Quasi-static loading. Dynamic, impact, and high-strain-rate loading change σ_y substantially (strain-rate sensitivity in mild steel: σ_y doubles at ε̇ = 10³ /s). See vibration-dynamics and mechanics-of-materials.

  8. Temperature. E drops with temperature (steel: ~30 % loss at 500 °C); creep becomes a failure mode above ~0.4 T_melt. ASME BPVC tables give code-allowable stress vs temperature.

  9. Buckling is a separate failure mode. A long column fails by buckling at P_crit = π²EI/(KL)² long before σ reaches σ_y. MoM stress equations are necessary but not sufficient; always run an Euler / Johnson check on compression members.

8p. Tools & software

Hand calculation is the right tool for canonical geometries (bars, beams, circular shafts, thin pressure vessels). Use whenever the geometry is one of the standard cases — the hand-calc is faster than meshing and far less error-prone than a sloppy FEA model.

General-purpose FEA for complex geometry, contact, plasticity, large deformation:

  • ANSYS Mechanical — industry standard for structural FEA, deep nonlinear and multi-physics capability.
  • Abaqus — favoured for nonlinear, plasticity, contact, and academic research; widely used in automotive and aerospace.
  • NASTRAN (MSC NASTRAN, Simcenter NASTRAN, NX NASTRAN) — original aerospace structural solver, still the linchpin in aero certification work.
  • COMSOL Multiphysics — strong on coupled-field problems (thermo-mechanical, piezoelectric, fluid-structure).
  • Altair OptiStruct — strong for topology optimization and weight-driven design.

Open-source FEA:

  • CalculiX — Abaqus-compatible input syntax, free and capable; widely used in aerospace teaching and small consulting.
  • Code_Aster (EDF) — French nuclear-industry-grade, comprehensive material models, steep learning curve.
  • Elmer — Finnish, multiphysics, GPL.
  • FreeCAD FEM workbench — wraps CalculiX or Elmer with a Qt GUI integrated with the FreeCAD CAD modeller. Good for hobbyists and quick checks.
  • FEniCS / FEniCSx, deal.II — Python/C++ libraries for building FEA codes, not turnkey GUIs.

Online / lightweight:

  • SkyCiv — browser-based structural analysis (beam, truss, frame, 3-D FEA).
  • Mechanicalc, Engineers Edge — formula calculators for canonical MoM problems.
  • EngineeringToolbox — quick reference tables (with the caveat that values are not always cited to a standard).

Symbolic / numerical:

  • MATLAB, Octave, Mathematica, SymPy — for parametric studies, custom solvers, and symbolic derivation.

11. Cross-references

  • statics-fundamentals — prerequisite; rigid-body equilibrium that feeds the internal-load diagrams MoM operates on.
  • beam-theory — applies MoM to flexure; Euler–Bernoulli and Timoshenko beams.
  • materials-steel — primary engineering material; provides E, σ_y, σ_u used here.
  • materials-aluminum — sibling material reference (6061, 7075 series).
  • fasteners-bolts — bolt sizing uses combined stress (axial preload + torsion + shear).
  • vibration-dynamics — extends MoM to dynamic loading, natural frequencies, modal analysis.
  • structural-analysis — extends MoM to statically indeterminate systems (force and displacement methods).
  • materials-selection — Ashby method uses MoM properties (E, σ_y, ρ) for index-based material selection.
  • fatigue-analysis — extends static MoM to cyclic loading and crack propagation.
  • pipe-fittings — applies thin- and thick-wall theory; cites ASME BPVC.
  • manipulator-design — robot arms are slender beams; deflection often governs.
  • scientific.inp (Abaqus), .bdf/.dat (NASTRAN), .cdb (ANSYS) file formats.

12. Citations

  1. Beer, F. P.; Johnston, E. R.; DeWolf, J. T.; Mazurek, D. F. Mechanics of Materials, 8th ed. McGraw-Hill, 2019. ISBN 978-1260113273. The classic undergraduate text; standard problem-set source.
  2. Hibbeler, R. C. Mechanics of Materials, 10th ed. Pearson, 2017. ISBN 978-0134319650. Alternative undergraduate text with extensive worked examples.
  3. Gere, J. M.; Goodno, B. J. Mechanics of Materials, 9th ed. Cengage, 2018. ISBN 978-1337093347. Strong on energy methods and indeterminate systems.
  4. Boresi, A. P.; Schmidt, R. J. Advanced Mechanics of Materials, 6th ed. Wiley, 2002. ISBN 978-0471438816. Graduate-level treatment of elasticity, plates, shells.
  5. Timoshenko, S. P.; Goodier, J. N. Theory of Elasticity, 3rd ed. McGraw-Hill, 1970. ISBN 978-0070858053. The foundational treatise; rigorous elasticity theory.
  6. Pilkey, W. D.; Pilkey, D. F. Peterson’s Stress Concentration Factors, 3rd ed. Wiley, 2008. ISBN 978-0470048245. The reference for K_t charts.
  7. Shigley, J. E.; Budynas, R. G.; Nisbett, J. K. Shigley’s Mechanical Engineering Design, 11th ed. McGraw-Hill, 2020. ISBN 978-0073398211. Bridges MoM into machine design.
  8. Callister, W. D.; Rethwisch, D. G. Materials Science and Engineering: An Introduction, 10th ed. Wiley, 2018. ISBN 978-1119405498. Material-property foundations.
  9. ASTM E8 / E8M-22 — Standard Test Methods for Tension Testing of Metallic Materials. ASTM International, 2022. The reference test for σ_y, σ_u, E, %elongation.
  10. ASTM E9-19 — Standard Test Methods of Compression Testing of Metallic Materials at Room Temperature. ASTM International, 2019.
  11. ASTM E143-20 — Standard Test Method for Shear Modulus at Room Temperature. ASTM International, 2020. For G.
  12. ISO 6892-1:2019 — Metallic materials — Tensile testing — Part 1: Method of test at room temperature. ISO, 2019. International equivalent of ASTM E8.
  13. ASME BPVC Section VIII Div. 1 (2023) — Rules for Construction of Pressure Vessels. The code that turns the thin-wall hoop-stress formula into a legally compliant vessel.
  14. AISC 360-22 — Specification for Structural Steel Buildings. American Institute of Steel Construction, 2022. Allowable stress and LRFD design rules built on MoM.