📘 IOCL Lab

Glossary

Glossary — Terms & Symbols

Symbols are chapter-scoped: the same letter can mean different things in different chapters (standard exam notation). Every entry below names its chapter.

---

Glossary — Chapter 1: Quantitative Aptitude

---

Glossary — Chapter 2 (Logical Reasoning)

New terms introduced in this chapter. Chapter 1 introduced no overlapping terms, so all entries below are new.

TermDefinition
Elimination disciplineThe exam procedure of reading options first and striking out choices after every deduction, instead of solving fully and then matching.
Expected-value guessingThe U5 rule: attempt if known, guess at 50-50 or better, skip if clueless, given the −0.25 penalty.
5-check drillThe fixed order for number series: differences, multiply chains, square/cube offsets, interleaving, primes.
Opposite-sum-27The letter-numbering fact that opposite letters (A/Z, B/Y, C/X, …) sum to 27; the opposite of position n is position 27 − n.
Sum codeA coding family where the code is the sum of letter positions (CAT → 24).
Shift codeA coding family where each letter moves a fixed number of steps (CAT → DBU for +1).
Opposite codeA coding family replacing each letter by its opposite-sum-27 partner (CAT → XZG).
Family tree methodDrawing generations top-down with squares (male), circles (female), double lines (marriage), vertical lines (parent–child) before answering.
Shadow ruleMorning shadows point west, evening shadows east; used with the hand rule to fix facing direction.
Pythagoras returnThe shortest path back after perpendicular legs: the hypotenuse of the walked right triangle.
Venn validity testA conclusion follows only if it is true in every Venn drawing the premises allow; one falsifying drawing rejects it.
Only-reversalThe translation "Only A are B" = "All B are A"; reading it as "All A are B" is the trap.
Converse errorThe fallacy of concluding "S is A" from "All A are B" plus "S is B".
ConversionValid swaps: "Some A are B" ↔ "Some B are A"; "All A are B" → "Some B are A" only.
Negation testThe assumption check: negate the option — if the statement collapses, the option is a genuine assumption.
Fix-and-fillThe seating method: anchor the most constrained person, then place neighbour by neighbour, killing branches at the first contradiction.
Left–right circle ruleFacing the centre, left is the clockwise-next seat and right is the counter-clockwise-next seat (reversed when facing out).
Mirror imageVertical-mirror flip: left and right swap, top stays top, character order reverses.
Water imageHorizontal-mirror flip: top and bottom swap, left stays left, character order is kept.
Dice opposite ruleFaces sharing any view are neighbours, never opposites; the face that never appears beside a given face is its opposite.

---

Glossary — Chapter 3: English (Verbal Ability)

TermMeaning
minimal pairA wrong-versus-right sentence pair showing one rule.
hookA one-line memory aid attached to a rule or word.
nearer-subject ruleVerb agrees with the closer subject in either-or / neither-nor pairs.
parallelismJoined list items sharing the same grammatical form.
redundancyExtra word repeating a meaning already present.
SCORE protocolSkim, Capture, Options-last, Return, Expected-value: the timed RC method.
independent sentenceThe jumble sentence that introduces a name or idea with a full noun.
pronoun linkA pronoun pointing back to its nearest stated antecedent.
active voiceSubject acts: the operator closed the valve.
passive voiceObject becomes subject: the valve was closed by the operator.
narration shiftPast reporting verb moves reported tense one step back.
expected-value disciplineAttempt if known, guess if 50-50, skip if clueless under minus 0.25.

---

Glossary — Chapter 4 (sidecar)

Terms

TermEnglishDefinition / conventionFirst appearance
EigenvalueeigenvalueScalar $\lambda$ with $Av = \lambda v$ for nonzero $v$; $2 \times 2$ via trace-determinant quadraticCh4
TracetraceSum of diagonal entries, $\mathrm{tr}(A)$; equals sum of eigenvaluesCh4
DeterminantdeterminantScalar $\det A$; nonzero iff $A$ invertible; equals product of eigenvaluesCh4
RankrankNumber of independent rows/columns; decides linear-system casesCh4
Characteristic equationcharacteristic equation$\det(A - \lambda I) = 0$; roots are the eigenvaluesCh4
Integrating factorintegrating factor$\mu(x) = e^{\int P\,dx}$; collapses $y' + Py = Q$ into $d(\mu y)/dx = \mu Q$Ch4
Auxiliary equationauxiliary equation$ar^2 + br + c = 0$ for $ay'' + by' + cy = 0$; 3 discriminant casesCh4
Laplace transformLaplace transform$F(s) = \int_0^\infty e^{-st}f(t)\,dt$; s-shift and t-shift theoremsCh4
Unit stepunit step function$u(t - c)$: 0 before $c$, 1 after; transforms to $e^{-cs}/s$Ch4
Dirac impulseDirac delta$\delta(t)$: unit area at 0; transforms to 1Ch4
Conditional probabilityconditional probability$P(E \mid F) = P(E \cap F)/P(F)$Ch4
Standard errorstandard error$\sigma/\sqrt{n}$; uncertainty of the sample meanCh4
Simpson ruleSimpson's 1/3 rule$(h/3)$ weighting 1-4-2-...-4-1; needs even $n$Ch4
Newton-RaphsonNewton-Raphson method$x_{k+1} = x_k - f/f'$; needs nonzero derivative, near startCh4
Euler methodEuler method$y_{n+1} = y_n + hf(x_n, y_n)$; first-order steppingCh4

Symbol conventions

SymbolReadingMeaning and conventionFirst appearance
$A$, $B$"matrix A"Matrices, uppercase throughoutCh4
$a, b, c, d$lowercaseScalars and matrix entriesCh4
$x, y, z$"x", "y", "z"Scalar variables; $y$ also the ODE unknownCh4
$\lambda$"lambda"EigenvalueCh4
$I$"identity"Identity matrixCh4
$\det A$"det A"Determinant of $A$Ch4
$\mathrm{tr}(A)$"trace A"Trace of $A$Ch4
$P(x)$, $Q(x)$"P of x"Known coefficient functions in first-order linear ODECh4
$\mu(x)$"mu of x"Integrating factorCh4
$C, C_1, C_2$"C"Arbitrary constants of integrationCh4
$r, r_1, r_2$"r"Auxiliary-equation rootsCh4
$D$"D"Discriminant $b^2 - 4ac$Ch4
$\alpha$, $\beta$"alpha", "beta"Real/imaginary parts of complex root pairCh4
$t$"t"Time variable (ODEs, Laplace)Ch4
$s$"s"Laplace frequency-domain variableCh4
$F(s)$, $G(s)$"F of s"Laplace transforms of $f(t)$, $g(t)$Ch4
$u(t-c)$"u of t minus c"Delayed unit stepCh4
$\delta(t)$"delta"Dirac impulse at 0Ch4
$n$"n"Trial count (binomial) / strip count (numerics) / sample size (statistics)Ch4
$p$"p"Binomial success probabilityCh4
$\mu$ (probability)"mu"Distribution mean (context: no $x$-dependence)Ch4
$\sigma$, $\sigma^2$"sigma"Standard deviation, varianceCh4
$m$"m"Poisson rate parameterCh4
$h$"h"Step width (numerics)Ch4
$y_k$, $x_k$"y sub k"Ordinates / iterates at step $k$Ch4
$f_x$, $f_y$"f sub x"Partial derivatives of $f$Ch4

---

Glossary — Chapter 5 (sidecar)

Terms

TermEnglishDefinition / conventionFirst appearance
Free-body diagramfree-body diagramIsolated body with all external forces and couples at true lines of actionCh5
Equilibrium equationsequilibrium equationsPlane: sum Fx = 0, sum Fy = 0, sum of moments = 0Ch5
Friction angleangle of frictionphi = arctan(mu_s); tilt of resultant at impending slip; equals angle of reposeCh5
Cone of frictioncone of frictionCone of half-angle phi about the contact normal; sticking holds insideCh5
Helix anglehelix angletan alpha = lead/(pi d_m); unwrapped thread slopeCh5
Self-lockingself-lockingScrew: alpha < phi; wedge: alpha < phi1 + phi2; load cannot drive the mechanism backCh5
Belt frictionbelt friction (capstan equation)T_tight/T_slack = e^(mu_s beta); beta in radians onlyCh5
WedgewedgeAngle-alpha simple machine; frictionless driving P = W tan alphaCh5
Simple trusssimple trussm = 2j - 3; joint loads only; two-force axial membersCh5
Zero-force memberzero-force memberUnloaded joint: two non-collinear both zero; three with two collinear, third zeroCh5
Method of jointsmethod of jointsJoint-by-joint equilibrium; best for full-truss solvesCh5
Method of sectionsmethod of sectionsCut at most three members; moment about two-force intersection isolates the thirdCh5
Instant centreinstantaneous centre of zero velocityZero-velocity point; v_P = omega r_{P/IC}Ch5
Coriolis accelerationCoriolis accelerationa_c = 2 omega v_rel, 90 deg from sliding, sense of omegaCh5
Coefficient of restitutioncoefficient of restitutione = separation speed / approach speed along line of impactCh5
Virtual workprinciple of virtual workdelta U = 0 for any constraint-consistent virtual displacement in equilibriumCh5

Symbol conventions

SymbolReadingMeaning and conventionFirst appearance
$F_x, F_y$"F x", "F y"Force components along x, yCh5
$M_O$"M O"Moment about point OCh5
$N$"N"Contact normal forceCh5
$F$"F"Friction force (also member force $F_{AB}$ with subscripts)Ch5
$\mu_s$"mu s"Coefficient of limiting (static) frictionCh5
$\phi$"phi"Friction angle, arctan(mu_s)Ch5
$\alpha$"alpha"Helix angle (screw) / wedge angle / incline angle by contextCh5
$d_m$"d m"Mean thread diameterCh5
$L$, $p$"lead", "pitch"Thread lead; pitch (L = p single start)Ch5
$T_1, T_2$"T one", "T two"Tight-side / slack-side belt tensionsCh5
$\beta$"beta"Belt contact angle, always radians in exponentsCh5
$m$, $j$"m", "j"Truss member count / joint countCh5
$u$, $\theta$"u", "theta"Projectile launch speed / launch angleCh5
$R, T, H$"range", "time", "height"Projectile range / flight time / max heightCh5
$g$"g"Gravitational acceleration, 9.81 m/s^2Ch5
$\omega$"omega"Angular velocity (rad/s)Ch5
$v_{rel}$"v rel"Velocity relative to rotating bodyCh5
$a_c$"a c"Coriolis accelerationCh5
$a_t, a_n$"a t", "a n"Tangential / normal acceleration componentsCh5
$\rho$"rho"Radius of curvatureCh5
$T$ (energy)"T"Kinetic energy (context: no belt/period meaning)Ch5
$U$"U"Mechanical workCh5
$e$"e"Coefficient of restitution (also Euler number in belt exponent by context)Ch5
$\delta U$, $\delta r$"delta U", "delta r"Virtual work / virtual displacementCh5
$W$"W"Weight / loadCh5
$k$"k"Spring stiffnessCh5

---

Glossary sidecar — Chapter 6

Terms

TermEnglishDefinition / conventionFirst appearance
Yield strengthyield strengthAxial stress at which a ductile material begins plastic flow; denoted sigma-y6.1.1
Factor of safetyfactor of safetyAllowable stress equals strength divided by this factor; design keeps equivalent stress inside it6.1.6
Principal stressprincipal stressNormal stress on a zero-shear plane; ordered sigma-1, sigma-2, sigma-36.1.5
Neutral axisneutral axisBeam fibre with zero bending stress; bending stress varies linearly with distance from it6.1.8
Section modulussection modulusZ = I / y-max; maximum bending stress equals M / Z6.1.8
Effective lengtheffective lengthL-e = K x L per end conditions; the Euler load uses L-e squared6.1.13
Slenderness ratioslenderness ratiolambda = L-e / k with k = sqrt(I/A); decides Euler vs Rankine6.1.13
Proof resilienceproof resilienceStrain energy stored at yield, sigma-y squared x V / 2E6.1.4
Wahl factorWahl factorCurvature plus direct-shear correction K for spring stress6.1.11

Symbol conventions

SymbolReadingMeaning and conventionFirst appearance
sigmasigmaNormal stress in MPa; positive tensile; sigma-x, sigma-y are plane-stress components, sigma-1/sigma-2 principals, sigma-y yield, sigma-h hoop, sigma-l longitudinal6.1.1
tautauShear stress in MPa; tau-xy on x-face in positive y-direction (math convention); tau-max is maximum shear6.1.1
thetathetaAngle in radians or degrees; theta-p principal-plane orientation, theta shaft twist6.1.5
epsilonepsilonNormal strain, dimensionless (mm/mm)6.1.1
nunuPoisson ratio, dimensionless; lateral over axial strain with minus sign6.1.1
E, G, KE, G, KYoung, shear, bulk moduli in MPa (GPa in text, converted to MPa for numerics)6.1.1
deltadeltaElongation or deflection in mm; delta-st is static deflection in impact formulas6.1.2
M, VM, VBending moment in N-mm and shear force in N on beam sections6.1.7
I, Z, JI, Z, JSecond moment of area, section modulus (mm3), polar moment (mm4); I about neutral axis, J about shaft axis6.1.8
TTTorque in N-mm (converted from kN-m or N-m before substitution)6.1.10
p, d, tp, d, tInternal pressure (MPa), vessel diameter, wall thickness (mm); hoop = p-d/2t6.1.12
P-cr, L-e, kP-cr, L-e, kEuler critical load (N), effective column length (mm), radius of gyration (mm)6.1.13

---

Glossary sidecar — Chapter 7 (Theory of Machines, Vibrations & Machine Design)

Terms

TermEnglishDefinition / conventionFirst appearance
Degree of freedom (mobility)Mobility MNumber of independent inputs fixing a mechanism's position; planar Kutzbach form M = 3(n−1) − 2·j1 − j27.1.1
Grashof chainGrashof chainFour-bar with s + l ≤ p + q, so at least one link fully rotates7.1.2
InversionKinematic inversionSame chain, different link fixed, giving a different mechanism7.1.2
Instant centreInstantaneous centre (IC)Point of a body with zero velocity at an instant; v = ω × r about it7.1.3
Kennedy's theoremThree-centre theoremThree pairwise ICs of three bodies in plane motion are collinear7.1.3
Coriolis accelerationCoriolis component2·ω·v on a slider moving along a rotating link, normal to sliding7.1.3
ModuleModule m = D/TTooth size measure shared by meshing gears7.1.4
Contact ratioContact ratioArc of contact over circular pitch; must exceed 17.1.4
Interference / undercutInterference / undercuttingTip-flank fouling and root weakening below the minimum tooth count7.1.4
Epicyclic trainPlanetary trainGear train with gears orbiting on a moving arm; solved by tabular method7.1.5
Coefficient of fluctuationCs = (ωmax − ωmin)/ωSpeed swing specification sizing the flywheel via ΔE = I·ω²·Cs7.1.6
Sensitiveness (governor)Sensitiveness(N2 − N1)/N over sleeve travel; eagerness of response7.1.7
Hunting / isochronismHunting / isochronismOvercorrecting oscillation / equal speed at all radii (one setting only)7.1.7
Static vs dynamic balanceStatic / dynamic balancingMass centre on axis (force) vs additionally zero couple (two planes)7.1.8
WhirlingShaft whirlingLateral shaft resonance at ωc = √(g/δ)7.1.8
Log decrementLogarithmic decrement δ(1/n)·ln(x0/xn) = 2πζ/√(1−ζ²) per-cycle decay measure7.1.10
TransmissibilityTransmissibility TRTransmitted over exciting force; TR < 1 only for r > √27.1.11
Torsional nodeNodeStationary cross-section in torsional vibration7.1.12
Critical speedCritical speedRunning speed matching a transverse natural frequency7.1.12
Joint efficiencyRiveted-joint efficiency ηWeakest failure mode per pitch over solid-plate strength7.1.13
Throat thicknessWeld throat 0.707·sShear-carrying thickness of a fillet of leg s7.1.14
PreloadBolt preloadClamping tension keeping a joint closed under external load7.1.15
L10 lifeRating life L10Life in million revolutions survived by 90% of a bearing population7.1.17
Sommerfeld numberSommerfeld number S(μ·Ns/P)·(R/c)²; equal S means equal journal operating point7.1.18
Lewis form factorLewis factor YTooth-count geometry factor in σb = Wt/(b·m·Y)7.1.19
Self-lockingSelf-locking screwtan α ≤ μ (efficiency below 50%); load held without a brake7.1.21

Symbol conventions

SymbolReadingMeaning and conventionFirst appearance
ωnomega-nUndamped natural frequency, rad/s; √(k/m), √(Kt/I), or √(g/δ) by context7.1.9
ζzetaDamping ratio c/cc, dimensionless; ζ = c/(2√(k·m))7.1.10
rfrequency ratio rExcitation over natural frequency, r = ω/ωn; isolation needs r > √27.1.11
CsC-s (fluctuation)Coefficient of speed fluctuation, dimensionless7.1.6
C / PC over PBearing dynamic capacity over equivalent load, same force units7.1.17
YLewis YBending form factor, dimensionless, rising with tooth count7.1.19
MmobilityPlanar degrees of freedom from Kutzbach count7.1.1
mmoduleGear module D/T, length units (mm in this book)7.1.4
δdeltaStatic deflection (7.1.9) or log decrement (7.1.10) per context, with units stated7.1.9
ccc-criticalCritical viscous damping coefficient, N·s/m7.1.10
TRtransmissibilityForce transmissibility ratio, dimensionless7.1.11
SSommerfeld SSommerfeld number, dimensionless7.1.18
α, φalpha, phiScrew helix angle and friction angle; self-lock iff α ≤ φ7.1.21
ηetaEfficiency (joint, weld, or screw) with subscript or context stated7.1.13

---

Glossary — Chapter 8 (sidecar)

Terms

TermEnglishDefinition / conventionFirst appearance
Newtonian fluidNewtonian fluidShear stress proportional to velocity gradient, $\tau = \mu\,du/dy$Ch8
CapillaritycapillarityTube rise/fall $h = 4\sigma\cos\theta/(\rho g d)$; rise for wetting, fall for non-wettingCh8
Centre of pressurecentre of pressureLine of action of hydrostatic force; lies below the centroidCh8
Metacentric heightmetacentric height$GM = I/V - BG$; positive means stable floating bodyCh8
StreamlinestreamlineTangent to velocity at one instant; equals pathline only in steady flowCh8
Irrotational flowirrotational flowZero vorticity; velocity potential existsCh8
Bernoulli equationBernoulli equation$p/\rho g + V^2/2g + z$ constant under the four conditionsCh8
Energy equationenergy equation with pump and loss termsBernoulli plus $h_{pump}$, $h_{turbine}$, $h_L$Ch8
Venturi meterVenturi meterStreamlined constriction meter, $C_d \approx 0.97$–$0.99$Ch8
Orifice meterorifice meterSharp-plate meter, $C_d \approx 0.60$–$0.65$Ch8
Pitot tubePitot tubeStagnation-pressure velocity probeCh8
Darcy-Weisbach lossDarcy-Weisbach head loss$h_f = f(L/D)(V^2/2g)$; scales as $1/D^5$ at fixed $Q$Ch8
Friction factorfriction factor$f = 64/Re$ laminar; Blasius/Moody turbulentCh8
Water hammerwater hammerPressure surge $\rho c \Delta V$ on sudden closureCh8
SiphonsiphonSummit runs sub-atmospheric; limited by vapour pressureCh8
Hagen-Poiseuille flowHagen-Poiseuille flowLaminar pipe: parabolic profile, centreline $2\times$ average, $\Delta p = 32\mu L V/D^2$Ch8
Boundary-layer separationboundary-layer separationDetachment under adverse pressure gradient; cured by streamliningCh8
Specific speedspecific speedTurbines $N\sqrt{P}/H^{5/4}$; pumps $N\sqrt{Q}/H^{3/4}$ (not interchangeable)Ch8
Unit quantitiesunit speed, discharge, power$N_u = N/\sqrt{H}$, $Q_u = Q/\sqrt{H}$, $P_u = P/H^{3/2}$Ch8
Draft tubedraft tubeExit passage recovering kinetic head after a reaction runnerCh8
Thoma numberThoma cavitation number$\sigma = (H_{atm} - H_v - H_s)/H$; need $\sigma > \sigma_c$Ch8
Affinity lawspump affinity laws$Q \propto N$, $H \propto N^2$, $P \propto N^3$Ch8
NPSHnet positive suction head$\mathrm{NPSH}_a > \mathrm{NPSH}_r$ required; suction throttling forbiddenCh8
Primingpump primingFilling casing and suction line with liquid before startCh8
Air vesselair vesselCushion chamber smoothing reciprocating-pump pulsationsCh8

Symbol conventions

SymbolReadingMeaning and conventionFirst appearance
$\tau$"tau"Shear stressCh8
$\mu$"mu"Dynamic viscosityCh8
$\nu$"nu"Kinematic viscosity, $\mu/\rho$Ch8
$\sigma$ (surface)"sigma"Surface tension (context: capillarity/Weber)Ch8
$\theta$"theta"Contact angle (capillarity); V-notch angle (weirs)Ch8
$h_c$, $h_f$, $h_L$, $h_m$"h sub"Centroid depth; Darcy friction loss; total loss; minor lossCh8
$F_b$"F sub b"Buoyant forceCh8
$G$, $B$, $M$"G", "B", "M"Centre of gravity, buoyancy, metacentreCh8
$GM$"G M"Metacentric heightCh8
$Q$"Q"Discharge (volume flow rate)Ch8
$H$"H"Total head; turbine head under root in unit quantitiesCh8
$h_{pump}$, $h_{turbine}$"h pump"Pump head added; turbine head extractedCh8
$C_d$"C sub d"Coefficient of discharge (meters)Ch8
$Re$"Reynolds number"$\rho V D/\mu$Ch8
$f$"friction factor"Darcy friction factor (not frequency in this chapter)Ch8
$K$"K"Minor-loss coefficientCh8
$c$ (hammer)"c"Pressure-wave speed in water hammerCh8
$\delta$"delta"Boundary-layer thicknessCh8
$Re_x$"R sub x"Local Reynolds number $\rho V x/\mu$Ch8
$Fr$, $Ma$, $Eu$, $We$"Froude" etc.Froude, Mach, Euler, Weber numbersCh8
$N_s$"N sub s"Specific speed (turbine vs pump formulas differ)Ch8
$N_u$, $Q_u$, $P_u$"unit speed" etc.Turbine unit quantitiesCh8
$N$"N"Rotational speed in rpm (machines)Ch8
$H_m$"H sub m"Manometric head of a pumpCh8
$\mathrm{NPSH}_a$, $\mathrm{NPSH}_r$"N P S H available/required"Available vs required suction headCh8
$p_v$, $H_v$, $H_s$"vapour pressure" etc.Vapour pressure head terms in NPSH/Thoma checksCh8

---

Glossary — Chapter 9: Heat Transfer, Thermodynamics and Power Engineering

  • Fourier law: q = -k A dT/dx; heat flux proportional to the temperature gradient.
  • Thermal resistance: slab L/(k A); cylinder ln(r2/r1)/(2 pi k L); sphere (1/r1 - 1/r2)/(4 pi k).
  • Critical radius: r_c = k/h (cylinder), 2k/h (sphere); insulation inside r_c increases loss.
  • Fin effectiveness: q_fin / q_without_fin (worth adding only if well above 1).
  • Fin efficiency: q_fin / q_ideal_isothermal_fin (how close to perfect, not worth).
  • Dittus-Boelter: Nu = 0.023 Re^0.8 Pr^n; n = 0.4 heating, 0.3 cooling.
  • LMTD: (delta-T1 - delta-T2)/ln(delta-T1/delta-T2); counter-flow exceeds parallel-flow.
  • NTU: U A / C_min; fouling adds a series resistance that eats U.
  • Critical heat flux (CHF): nucleate-boiling peak; crossing it risks burnout.
  • SFEE: m_dot(h + V^2/2 + g z) in plus Q_dot equals out plus shaft work.
  • Throttling: isenthalpic (h1 = h2), entropy rises.
  • Dryness fraction: x = vapour mass / total mass; h = h_f + x h_fg inside the dome.
  • Cut-off ratio: r_c = V3/V2 in Diesel heat addition; larger r_c lowers efficiency.
  • Back work ratio: compressor work / turbine work; characteristically large in Brayton.
  • Octane: SI knock resistance (branched/aromatic good); cetane: CI ignition quality (straight-chain good).
  • Morse test: cylinder-by-cylinder cut-out at constant speed to recover indicated power.
  • Volumetric efficiency: 1 + C - C r_p^(1/n); clearance C taxes breathing.
  • Carnot COP pair: COP_R = T_L/(T_H - T_L); COP_HP = COP_R + 1.
  • Subcooling: extra condenser cooling of liquid; raises refrigerating effect at same work.
  • Psychrometry: DBT thermometer reading; WBT evaporation-cooled reading; DPT condensation onset; RH partial/saturation pressure.
  • Cooling-tower range: hot-in minus cold-out (load); approach: cold-out minus wet-bulb (limit).
  • Choked flow: Mach 1 at the throat; mass flow capped at the critical pressure ratio.
  • Symbols: q (heat rate, W), k (conductivity, W/m K), h (convection coefficient, W/m2 K), R (thermal resistance, K/W), U (overall coefficient, W/m2 K), sigma (Stefan-Boltzmann constant, 5.67e-8 W/m2 K4), epsilon (emissivity), alpha (absorptivity), Re/Pr/Nu/Gr/Ra (Reynolds/Prandtl/Nusselt/Grashof/Rayleigh numbers), r (compression ratio), r_c (cut-off ratio or critical radius per context), r_p (pressure ratio), k (specific-heat ratio c_p/c_v), R (gas constant), x (dryness fraction), COP (coefficient of performance), C (clearance ratio), eta_vol (volumetric efficiency), m_dot (mass flow rate), s (specific entropy), n (polytropic index).

---

Glossary — Chapter 10 (sidecar)

Terms

TermEnglishDefinitionFirst appearance
BCC/FCC/HCP/BCTbody-centred cubic / face-centred cubic / hexagonal close-packed / body-centred tetragonalCrystal lattices; BCT is distorted BCC of martensite10.1.1
Vacancy / dislocationvacancy / dislocationMissing atom / extra half-plane enabling slip10.1.1
Hall-Petch relationHall-Petch relationYield rises as grains refine10.1.1
Ferrite / austenite / cementiteferrite / austenite / cementiteBCC low-C phase / FCC high-C phase / Fe3C compound10.1.2
Pearlite / ledeburite / martensite / bainitepearlite / ledeburite / martensite / bainiteLayered mix / eutectic mix / BCT quench product / austemper product10.1.2
Eutectoid / eutecticeutectoid / eutecticSolid-state / liquid-state invariant reactions (0.77%/727 C, 4.3%/1147 C)10.1.2
Hypo/hyper-eutectoidhypo/hyper-eutectoidBelow/above 0.77% C steels10.1.2
Gray/white/nodular/malleable irongray/white/nodular (SG)/malleable cast ironCast irons by graphite form10.1.3
Annealing / normalising / quenching / tempering / austemperingannealing / normalising / quenching / tempering / austemperingBulk heat-treatment routes10.1.5
Carburising / nitridingcarburising / nitridingSurface-hardening by C/N diffusion10.1.5
TTT noseTTT (time-temperature-transformation) noseMinimum-stability point of supercooled austenite10.1.5
VT/DPT/MPT/UT/RT/ECTvisual / dye-penetrant / magnetic-particle / ultrasonic / radiographic / eddy-current testingNDT methods10.1.6
Chvorinov rule / modulusChvorinov rule / casting modulusts = Cm*M^2, M = V/A10.1.8
Riser / chillriser (feeder) / chillFeed reservoir / fast-cooling insert10.1.8
TIG/MIG/SAWGTAW / GMAW / submerged-arc weldingArc welding processes10.1.9
Soldering / brazingsoldering / brazingJoining with filler below/above 450 C10.1.9
Springback / BHFspringback / blank-holder forceElastic recovery / wrinkling-control force in sheet forming10.1.10
Merchant circle / shear angleMerchant circle / shear angleOrthogonal-cutting force model; tan(phi) relation10.1.11
Taylor equationTaylor tool-life equationV*T^n = C10.1.11
EDM/ECM/USM/AJM/LBMEDM / ECM / USM / AJM / LBMNon-traditional machining processes10.1.11
Least count / sine barleast count / sine barMSR/VSR resolution / angle gauge (sin = h/L)10.1.12
GO/NO-GO gaugeGO / NO-GO gaugeMaximum/minimum-material limit gauges10.1.12
X-bar-R / p/np/c chartsX-bar-R / p, np, c control chartsVariables/attributes SPC charts10.1.12
OC curveoperating-characteristic curveAcceptance probability vs lot quality10.1.12
EOQ / ROPeconomic order quantity / reorder pointsqrt(2DS/H) / demand-in-lead-time + safety10.1.13
ABC/VED/FSNABC / VED / FSN classificationValue / criticality / movement-speed inventory classes10.1.13
M/M/1M/M/1 queueSingle-server Poisson/exponential queue; rho = lambda/mu10.1.13
PERT/CPMPERT / CPMProbabilistic / deterministic project networks10.1.14
Crash slopecrash slope(Crash cost − Normal cost)/(Normal time − Crash time)10.1.14

Symbols

SymbolReadingMeaningFirst appearance
ts, Cm, Mt-s, C-m, modulusSolidification time, mould constant, V/A modulus10.1.8
H = VI/vheat inputArc energy per unit length10.1.9
phi, alpha, rphi, alpha, rShear angle, rake angle, chip-thickness ratio10.1.11
V, T, n, CV, T, n, CCutting speed, tool life, Taylor exponent, Taylor constant10.1.11
Q*, D, S, HQ-star, D, S, HEOQ, annual demand, ordering cost, holding cost10.1.13
lambda, mu, rholambda, mu, rhoArrival rate, service rate, utilisation10.1.13
o, m, p, te, sigmao, m, p, t-e, sigmaPERT estimates, expected time, std. deviation10.1.14

---

Glossary — Chapter 11: Full Mocks, Error Log & Cheat Sheets

  • Expected value (attempt): p × 1 − (1 − p) × 0.25 under +1/−0.25 marking; attempt only when it is clearly positive after time cost.
  • Guess discipline: attempt if known, guess if down to two options (EV +0.375) or one eliminated (EV +1/6), skip if clueless.
  • Time-boxing: Quant 22 → Reasoning 18 → English 10 minutes plus a 10-minute buffer for Section A.
  • Formula sweep (pass 1): the 60-minute domain round answering every direct-substitution question first.
  • Star-marking: tick (solve now), star (solvable but lengthy — return in round two with the method named), cross (skip for the exam, never revisit).
  • Mistake diary: date/mock-Q, what went wrong plus the correct rule, cause class, fix.
  • Cause class: concept (rule unknown), arithmetic (computation slip), trap (condition violated), time (method known, minutes ran out).
  • Cheat sheet: the one-page hand-copied formula set with applicability conditions; copying is the memorisation.
  • Self-test (O14): a 5-question set for one weak topic — recall, substitution, condition check, trap variant, cross-link — with +1/−0.25 marking, 7.5 minutes, pass 3.5/5.
  • Marking scheme: the score rule of a test (+1/−0.25, time limit, pass mark).
  • Applicability condition: the restriction under which a formula holds (e.g. thin shell t < d/10, Bernoulli's four checks, isolation r > √2).
  • Buffer: unassigned minutes reserved for starred questions, never pre-spent.
  • Symbols: ★ (return later), ✗/cross (skip for the exam), EV (expected value), te (PERT expected time), σ (PERT standard deviation), L10 (bearing life, million rev).