Learn Next — Engineering Recommendation Graph

If you’ve worked through one Engineering note, what should you read next to gain the most leverage? This guide is a learning-path overlay on top of the per-topic notes and the two _compare_* synthesis notes (control strategies, materials-selection criteria). The recommendations follow the actual dependency structure of engineering: statics + mechanics-of-materials + thermodynamics + circuit-analysis are the discipline foundations; FEM/CFD, control, and materials selection are the decision layers; aerospace/biomedical/civil/manufacturing specialty notes sit above as the application layer.

Engineering is the largest library here (95+ Tier 1+2 notes) and the most cross-disciplinary — a mechanical engineer eventually needs control, an aerospace engineer eventually needs materials, an electrical engineer eventually needs thermal management. The recommendations below are by discipline-cluster, with cross-discipline bridges called out explicitly.

How to use this guide

For each per-topic note (or note-cluster), you get one to three “next” recommendations tagged:

  • (foundation) — the layer below this one you need to make full sense of it.
  • (extension) — the technical deep-dive that takes the topic further.
  • (application) — the real-world design or system this enables.
  • (synthesis) — a _compare_* note that ties this topic into a wider decision space.
  • (bridge) — a cross-discipline jump (e.g., mechanical → control, electrical → thermal).

The closing Reading paths section composes them into named multi-step tracks (Mechanical-design engineer, Aerospace GNC engineer, Power-electronics engineer, Civil-structural engineer, Biomedical-device engineer).


Mechanical foundations

From statics-fundamentals

  • mechanics-of-materials (extension): Statics tells you the forces; mechanics-of-materials tells you what they do to the part — stress, strain, deformation.
  • structural-analysis (application): Statics applied to frames, trusses, beams in real structures.
  • vibration-dynamics (extension): Statics + Newton’s 2nd → dynamics; the next layer up.

From mechanics-of-materials

  • beam-theory (extension): Euler-Bernoulli and Timoshenko theory — the most-used special case.
  • fracture-mechanics (extension): What happens when stress concentrations turn into cracks — K_Ic, J-integral, LEFM, EPFM.
  • fatigue-analysis (extension): Cyclic loading — S-N, ε-N, Paris law, mean-stress corrections.
  • materials-selection (application): What material to actually pick — Ashby method.

From beam-theory

  • plate-shell-theory (extension): The 2D and curved-surface generalization.
  • fem-fea (extension): When closed-form beam solutions stop being adequate, you go to FEM.
  • structural-dynamics (application): Beams under seismic and wind loading.

From vibration-dynamics

  • structural-dynamics (extension): Multi-DOF systems, modal analysis, seismic response spectra.
  • fatigue-analysis (application): Vibration → fatigue is the most common service failure mode.
  • classical-control (bridge): Vibration control is feedback control with mechanical actuators.

From fem-fea

  • cfd-deep (extension): The fluid-side computational continuum-mechanics cousin.
  • pde-methods (foundation, cross-library): FEM rigor lives in functional-analytic PDE theory.
  • structural-dynamics (application): Modal + transient FEM is the workhorse for earthquake + wind engineering.

From fracture-mechanics

  • fatigue-analysis (extension): Crack-propagation life calculation uses Paris-law fracture mechanics directly.
  • materials-steel (application): Steel grades selected for K_Ic in pressure vessels, pipelines, structural.
  • forensic-engineering (application): Crack analysis is the bread and butter of failure investigation.

Machine-design cluster

From fasteners-bolts

  • bearings (adjacent): The other fundamental machine-element family.
  • joining-welding (extension): Welding + brazing + adhesives as alternatives to bolting.
  • fatigue-analysis (application): Bolted joint fatigue + preload relaxation.

From bearings

From gears-power-transmission

  • bearings (foundation): Every gearbox has bearings; treat them together.
  • electric-motors (application): The prime mover most gearboxes attach to.
  • gears-taxonomy (foundation): The catalog of spur, helical, bevel, worm, hypoid, planetary, harmonic, cycloidal.

Materials cluster

From materials-selection

  • _compare_materials-selection-criteria (synthesis): The full Ashby + GRANTA + per-property + Ashby-chart + application-matrix + supply-chain criticality view.
  • materials-steel (application): The default material whose properties define the rest of the table.
  • mechanics-of-materials (foundation): Without strength + stiffness + toughness vocabulary, selection makes no sense.

From materials-steel / materials-aluminum / materials-polymers / materials-composites / materials-ceramics

Treat as a parallel cluster. Read one fully, then read _compare_materials-selection-criteria to see how they trade off, then read the others as comparison reference.

From materials-composites

From materials-ceramics


Electrical foundations

From circuit-analysis

From ac-analysis-three-phase

From electric-motors

From transformers-power-systems

From electromagnetics-engineering

  • antenna-theory (application): The radiating-structure specialty.
  • rf-design (application): Smith chart, S-parameters, matching networks.
  • photonics (extension): Maxwell at optical frequencies — lasers, fiber, detectors.

Electronics cluster

From semiconductor-devices

  • op-amps (application): The most common device-level abstraction.
  • power-electronics (application): IGBT, MOSFET, GaN, SiC — device physics matters more here than anywhere else.
  • semiconductor-processing (foundation): How the device is actually made.

From op-amps

From digital-logic

  • microcontrollers (application): The most common digital-design context for new engineers.
  • fpga-design (extension): Where digital design goes when you need parallelism and reconfigurability.
  • realtime-embedded (application): The software side of digital + microcontroller systems.

From power-electronics

From pcb-design

From microcontrollers

  • realtime-embedded (extension): RTOS, scheduling, ISR design.
  • digital-control (application): Most MCUs end up running a digital controller.
  • comm-buses (adjacent, cross-library): CAN, EtherCAT, RS-485 — what MCUs talk over.

From fpga-design

From realtime-embedded

  • digital-control (application): The most common reason to need an RTOS.
  • ros2-architecture (application, cross-library): ROS2 + DDS as the robotics middleware on top of embedded.
  • concurrency-primitives (foundation, cross-library): The full concurrency theory underneath RTOS scheduling.

From signal-processing-dsp

  • fft-spectral (foundation, cross-library): The math underneath FFT, wavelet, and spectral filtering.
  • rf-design (application): IQ modulation, SDR, channel estimation.
  • bioinstrumentation (application): ECG / EEG / EMG filtering and feature extraction.

From rf-design / antenna-theory

From photonics

From mems / mems-and-nems


Control cluster

From classical-control

From state-space-methods

  • mpc-control (extension): Receding-horizon optimal control built on state-space.
  • h-infinity-robust (extension): Robust MIMO control with norm-bounded uncertainty.
  • system-identification (foundation): How you actually get the A, B, C, D matrices from data.

From mpc-control

From h-infinity-robust / sliding-mode-control / adaptive-control

  • _compare_control-strategies (synthesis): The decision tree across all robust and adaptive variants.
  • gnc (application): Aerospace is where these methods compete for real money.
  • rl-for-control (application, cross-library): RL as the modern data-driven alternative.

From digital-control

From system-identification


Thermal + fluid cluster

From thermodynamics

  • heat-transfer (extension): The transport side of thermo — conduction + convection + radiation.
  • refrigeration-cycles (application): Reverse-Carnot, vapor compression, absorption.
  • ic-engines / gas-turbines (application): The two largest thermo-application domains.

From heat-transfer

  • hvac-fundamentals (application): The largest single use of heat-transfer engineering.
  • cfd-deep (extension): Conjugate heat transfer requires CFD.
  • power-electronics (bridge): Thermal management of power semiconductors is heat transfer’s biggest electronics-side application.

From fluid-mechanics

From pumps-turbomachinery

  • pumps-taxonomy (foundation): Centrifugal, axial, positive-displacement catalog.
  • gas-turbines (extension): Compressors + turbines as one machine.
  • aerodynamics (adjacent): Same blade-element theory in a different application.

From aerodynamics

  • propulsion (application): Jets + rockets — aerodynamics applied to thrust.
  • cfd-deep (extension): Modern aerodynamics is CFD-driven.
  • hypersonics (extension): The compressible / high-temperature corner.

From propulsion


Aerospace cluster

From orbital-mechanics

  • spacecraft-attitude-control (extension): Attitude is the other half of orbit + attitude.
  • gnc (application): Guidance + navigation + control as one integrated stack.
  • lie-groups-so3-se3 (foundation, cross-library): SO(3) + SE(3) is the natural state space.

From spacecraft-attitude-control

  • gnc (extension): Attitude embedded in the wider GNC stack.
  • h-infinity-robust (foundation): Robust pointing control for telescopes + comm sats.
  • lie-groups-so3-se3 (foundation, cross-library): Quaternions, rotation parameterizations.

From gnc

  • _compare_control-strategies (synthesis): Where GNC’s mix of EKF + LQG + MPC + sliding-mode sits.
  • bayesian-estimation (foundation, cross-library): Kalman, EKF, UKF, particle filter underneath GNC’s nav layer.
  • hypersonics (application): Hypersonic GNC is the hardest control problem in aerospace.

From hypersonics

  • aerodynamics (foundation): Compressible aerodynamics + shock waves.
  • materials-ceramics (application): Thermal-protection systems require ceramic-matrix composites.
  • propulsion (adjacent): Scramjets and TBCC engines.

Structural + civil cluster

From structural-analysis

From reinforced-concrete

From steel-design

From structural-dynamics

From soil-mechanics

From transportation-engineering

From environmental-engineering

From masonry-timber

From building-envelope-deep


Manufacturing cluster

From machining

From additive-manufacturing

From joining-welding

From casting-forging-forming

From semiconductor-processing


Industrial / quality cluster

From lean-manufacturing / six-sigma / quality-systems-iso9001

These three are best read together as one cluster — operational excellence.

From reliability-engineering

From ergonomics-human-factors

  • biomechanics (foundation): The biomechanical basis of repetitive-stress + lifting analysis.

Biomedical cluster

From biomechanics

From bioinstrumentation

From microfluidics

  • mems (foundation): The fab technology behind microfluidic chips.
  • analytical-chemistry-methods (application, cross-library): Lab-on-chip is microfluidics’ main use.

From mri-magnets-and-coils-deep


Chemical-process cluster

From chemical-process-fundamentals

From pharma-process-engineering


Sustainability + emerging cluster

From sustainable-engineering-and-circular-economy

From cybersecurity-engineering

From nuclear-engineering

From petroleum-reservoir-engineering

From marine-naval-architecture / agricultural-machinery / mining-mineral-processing

These are domain-specific application notes. After reading one, branch back to:

From forensic-engineering


Tier 3 reference notes

The Tier 3 catalogs (steel grades, aluminum alloys, titanium alloys, polymers taxonomy, composites taxonomy, ceramics taxonomy, op-amp variants, semiconductor packages, gears taxonomy, bearings taxonomy, springs taxonomy, seals taxonomy, pumps taxonomy, couplings taxonomy, casting processes, additive-manufacturing taxonomy, battery chemistries, energy storage systems, engineering codes, standards bodies, pipe fittings, connector families, passive components, mechatronics integration) are lookup material. Keep them open beside the Tier 1/2 notes.


Reading paths

Mechanical-Design Engineer Track

For someone designing rotating + reciprocating machinery:

statics-fundamentalsmechanics-of-materialsbeam-theoryvibration-dynamicsfasteners-boltsbearingsgears-power-transmissionfatigue-analysisfracture-mechanicsmaterials-selection_compare_materials-selection-criteriafem-fea

Aerospace GNC Engineer Track

For someone working on flight control + spacecraft autonomy:

linear-algebra-essentialslie-groups-so3-se3classical-controlstate-space-methodsmpc-controlh-infinity-robustaerodynamicsorbital-mechanicsspacecraft-attitude-controlgnchypersonics_compare_control-strategies

Power-Electronics + EV Engineer Track

For someone designing motor drives, battery packs, or charging infrastructure:

circuit-analysisac-analysis-three-phasesemiconductor-deviceselectromagnetics-engineeringelectric-motorspower-electronicstransformers-power-systemsbattery-chemistriesenergy-storage-systemsheat-transfer

Civil-Structural Engineer Track

For someone designing buildings, bridges, or infrastructure:

statics-fundamentalsmechanics-of-materialsbeam-theorystructural-analysisreinforced-concreteprestressed-concretesteel-designsteel-connection-designstructural-dynamicssoil-mechanicsgeotechnical-engineering-deepstructural-fire-engineering

Biomedical-Device Engineer Track

For someone building medical devices, prosthetics, or imaging systems:

circuit-analysisop-ampssignal-processing-dspbiomechanicsbioinstrumentationmicrofluidicsmemsmri-magnets-and-coils-deeprealtime-embeddedquality-systems-iso9001

Manufacturing / Process Engineer Track

For someone running a production line or scaling a process:

materials-steelmechanics-of-materialsmachiningcasting-forging-formingjoining-weldingadditive-manufacturingadditive-manufacturing-advancedlean-manufacturingsix-sigmaquality-systems-iso9001reliability-engineeringsupply-chain-management


Adjacent libraries — when you’ve finished this library

Notes

This is opinionated synthesis. A mechanical-design engineer at a turbine OEM and a power-electronics engineer at an EV startup will use the same Engineering library very differently — that is intentional. The recommendations come from the actual cross-reference structure of the per-topic notes, the two _compare_* syntheses, and the canonical paths through ABET-accredited engineering curricula + FE/PE exam scope.