Every formula a controls, electrical or mechanical engineer reaches for — not as a dead cheat-sheet, but as live calculators. Each card states the formula, explains it in one plain sentence (and what each symbol means), then lets you change the numbers and watch the answer move. Three tabs: the control math you code into a PLC, the electrical math behind the panel, and the mechanical math behind the motion.
📐 Need to size something — a motor, cable, heater — or a unit converter? That's Formula Lab Part II →
The single habit that prevents most engineering mistakes: carry the units through the maths. If the units don't cancel to what you expect, the formula is wrong — before you ever plug in a number. N·m × (rad/s) = W works; N·m × rpm doesn't, until you convert rpm to rad/s (×2π/60). Every calculator above is built around its units for exactly this reason.
🔢 SI prefixes that bite: k = ×10³, M = ×10⁶, m = ×10⁻³, µ = ×10⁻⁶. A "kW" is 1000 W; a "mA" is 0.001 A. Mixing them is the #1 unit error.
🔄 The conversions you'll redo forever: rpm→rad/s (×2π/60), HP→W (×746), bar→Pa (×10⁵), °C→K (+273.15), inch→mm (×25.4).
⚖️ Sanity-check every answer. A 0.5 kW motor pulling 400 A? Units or a decimal is wrong. Order-of-magnitude intuition catches what algebra hides.
The dozen that earn their keep daily, in code-ready form.