FE Other Disciplines formula sheet
151 key equations from 14 exam topics, each with what it is for and where it lives in the FE Reference Handbook 10.6. No signup. These are the equations from the free chapters of our FE Other Disciplines study handbook; the full handbook covers every topic at this depth, with worked examples and the traps that cost points.
151
Equations
14
Exam topics
14
Concepts
Mathematics8% of the exam
Analytic geometry & trigonometry, single-variable calculus, differential equations, linear algebra, and numerical methods.
Single-Variable Calculus
Limits, derivatives, optimization, definite and indefinite integrals, the Fundamental Theorem, area, and L'Hopital — the calculus the FE asks across nearly every topic.
- Derivative (definition)
- Instantaneous rate / tangent slope; units of $f'$ are units of $f$ per unit of $x$.
- Power rule
- Differentiates any monomial; the backbone of polynomial differentiation.
- Product and quotient rules
- For products and quotients of functions $u(x),v(x)$; mind the numerator order in the quotient.
- Chain rule
- Differentiate compositions: outer derivative times inner derivative.
- Critical point + 2nd-derivative test
- Locate then classify extrema; inflection where $f''$ changes sign.
- Power rule for integrals
- Antiderivative of a power; for $n=-1$, $\int x^{-1}dx=\ln|x|+C$.
- Integration by parts
- For products; pick $u$ to simplify on differentiation (LIATE guideline).
- Fundamental Theorem of Calculus
- Evaluate a definite integral (signed area) via any antiderivative $F$.
- Area between curves
- Limits are the intersection points; split where the curves cross.
- L'Hopital's rule
- Valid only for $0/0$ or $\infty/\infty$; repeat until determinate.
- Common derivatives
- Table staples; trig arguments are in radians.
Where it lives: NCEES FE Reference Handbook — Mathematics (Differential Calculus, Integral Calculus, Derivatives and Indefinite Integrals tables) · Stewart, Calculus: Early Transcendentals
Read the Mathematics chapterProbability and Statistics6% of the exam
Distributions and expected value, point and interval estimation, hypothesis testing, and goodness of fit.
Probability Distributions and Estimation
Probability rules plus the binomial, Poisson, normal, exponential, and uniform models — choose the right one, then point-estimate and build a confidence interval for the mean.
- Addition rule (inclusion-exclusion)
- Probability that A or B occurs; the overlap term is zero for mutually exclusive events.
- Conditional / joint probability
- Reduces to $P(A)P(B)$ when A and B are independent; basis of the complement trick for "at least one."
- Binomial PMF
- Exactly $x$ successes in $n$ independent fixed trials, each with success probability $p$. Mean $np$, variance $np(1-p)$.
- Poisson PMF
- Count of events in a fixed interval at constant rate; $\lambda$ = expected count = mean = variance. Scale $\lambda$ to the asked interval.
- Standard-normal transform
- Converts any normal value to standard-normal units so the unit normal table applies; $\mu$, $\sigma$, and $x$ share units.
- Normal table relations
- $F(z)$ = area to the left, $R(z)$ = area to the right; symmetry lets you handle negative z with the positive-z table.
- Exponential distribution
- Waiting time to the next Poisson event; mean $1/\lambda$, variance $1/\lambda^2$, memoryless. $t\ge 0$.
- Continuous uniform
- Constant density on $[a,b]$; everything outside the interval has zero density.
- Sample mean and variance
- Unbiased point estimators of $\mu$ and $\sigma^2$; the $n-1$ (Bessel) divisor is what the FE expects.
- Confidence interval, σ known
- Interval for $\mu$ when $\sigma$ is known or $n$ large; $z_{\alpha/2}=1.96$ (95%), $1.645$ (90%), $2.576$ (99%).
- Confidence interval, σ unknown
- Interval for $\mu$ with small samples and estimated $s$; t-multiplier from the handbook table with $n-1$ degrees of freedom.
Where it lives: NCEES FE Reference Handbook — Engineering Probability and Statistics · NCEES FE Reference Handbook — Unit Normal Distribution table and t-Distribution table · Montgomery & Runger, Applied Statistics and Probability for Engineers
Read the Probability and Statistics chapterChemistry5% of the exam
Stoichiometry and equilibrium, acids/bases and pH, oxidation-reduction and corrosion, and gas laws.
Stoichiometry and Chemical Equilibrium
The mole, balanced equations, limiting reagent and yield, plus the equilibrium constant and Le Chatelier's principle that govern how far a reaction goes.
- Moles from mass
- $n$ = moles, $m$ = mass (g), $M$ = molar mass (g/mol). The first conversion in nearly every stoichiometry problem.
- Avogadro's number
- Bridges molecule counts and moles. Rarely needed numerically but defines the mole.
- Molar volume at STP
- Converts an ideal-gas volume to moles at standard conditions; $359\,\text{ft}^3$/lb-mol in USCS.
- Molarity
- Concentration in mol/L. Used to convert solution volumes to moles in reaction and equilibrium work.
- Limiting-reagent test
- Divide each reactant's moles $n_i$ by its coefficient $\nu_i$; the smallest quotient is the limiting reagent that sets the yield.
- Percent yield
- Actual product relative to the limiting-reagent maximum. A value above 100% flags an error or impurity.
- Equilibrium constant
- Products over reactants, each to its coefficient; pure solids/liquids are taken as activity 1. Large $K_{eq}$ favors products.
- Reaction quotient
- Same form as $K_{eq}$ but at non-equilibrium concentrations. $Q<K$ shifts forward, $Q>K$ shifts reverse.
- Kp–Kc relation
- $\Delta n$ = moles of gaseous product minus reactant. Use $R=0.08206\,\text{L·atm/(mol·K)}$ with pressures in atm.
- Solubility product
- Equilibrium constant for a slightly soluble salt $\text{A}_m\text{B}_n$ dissolving; predicts precipitation when $Q>K_{sp}$.
Where it lives: NCEES FE Reference Handbook — Chemistry and Biology (Definitions, Equilibrium Constant of a Chemical Reaction, Solubility Product, Bioconversion) · NCEES FE Reference Handbook — Chemistry and Biology (Periodic Table of Elements) · NCEES FE Reference Handbook — Thermodynamics
Read the Chemistry chapterInstrumentation and Controls4% of the exam
Sensors and transducers, data acquisition, sampling and A/D resolution, signal conditioning, and logic diagrams.
Data Acquisition, Sampling, and A/D Conversion
The signal chain from sensor to digital code: how the Nyquist rate prevents aliasing, how n-bit quantization sets resolution, and how conditioning, filtering, and gain make a small signal measurable.
- Sampling rate
- Sample frequency from the sampling interval $\Delta t$ (s). Units: Hz (samples/s).
- Nyquist (Shannon) criterion
- Sample faster than twice the highest signal frequency to reconstruct it. The FE handbook labels that highest frequency $f_N$ the Nyquist frequency; $f_s/2$ is the folding frequency, which most DSP texts instead call the Nyquist frequency (with $2 f_N$ the Nyquist rate).
- Alias frequency
- Apparent frequency of an undersampled component; $k$ is the integer placing $f_a$ in $[0, f_s/2]$. Irreversible once it occurs.
- A/D voltage resolution (LSB)
- Smallest distinguishable voltage step. $V_H, V_L$ = input range limits, $n$ = number of bits (typ. 4, 8, 10, 12, 16).
- Number of quantization levels
- An $n$-bit converter has $2^n$ levels and codes 0 through $2^n - 1$.
- Code to voltage
- Reconstruct the analog voltage from integer code $N$ using resolution $Q$ and range offset $V_L$.
- Maximum representable voltage
- Top code is $2^n - 1$, so the highest reading is one LSB below $V_H$ — a common off-by-one trap.
- Quantization error
- Worst-case rounding error of a single conversion, half a least-significant bit.
- Quantization SNR
- Ideal SNR for a full-scale sinusoid; roughly 6 dB per bit of dynamic range.
- Bits required for a resolution
- Smallest $n$ that resolves a target step $\Delta V$ over the span; round $n$ up to the next integer.
- Amplifier gain
- Scale the sensor signal to fill the converter range without exceeding it.
- Input-referred resolution
- Resolution referred back to the sensor input after a gain stage $G$; amplifying before the A/D improves effective resolution.
Where it lives: NCEES FE Reference Handbook — Instrumentation, Measurement, and Control: Sampling and Analog-to-Digital Conversion · NCEES FE Reference Handbook — Instrumentation, Measurement, and Control: Signal Conditioning · Oppenheim & Willsky, Signals and Systems
Read the Instrumentation and Controls chapterEthics and Societal Impacts5% of the exam
NCEES Model Rules, licensure and public protection, intellectual property, sustainability and life-cycle impacts.
NCEES Model Rules and Codes of Ethics
How the NCEES Model Rules order an engineer's duties, why public safety is paramount, and the structured way to resolve the conflict-of-interest and competence dilemmas the FE tests.
- Priority of obligations
- The Model Rules' three sections. Public health, safety, and welfare is the binding paramount duty (240.15.A.1); the ordering of the lower two groups is a teaching heuristic, not an explicit NCEES ranking. The single most useful idea for FE ethics questions: nothing outweighs the public.
- Paramount duty
- Model Rules 240.15.A.1. Overrides client schedule, employer profit, and collegial loyalty whenever the public is endangered.
- Seal-only-if rule
- An engineer may apply a seal only when all three conditions hold (240.15.A.2 and B.2). Violating any one is plan-stamping.
- Competence test
- Accept assignments only when qualified by education or experience in that specific field (240.15.B.1). Coordinating a multi-discipline project is allowed if each technical segment is signed and sealed by its own responsible licensee (240.15.B.3).
- Conflict-of-interest response
- 240.15.B.6. The standard is anything that could influence OR appear to influence judgment.
- Dual compensation rule
- 240.15.B.7. Otherwise prohibited. Gratuities from contractors are barred outright (B.5).
- Overruled-on-safety duty
- 240.15.A.3. Silence violates the code; you must escalate, not merely comply.
- Public-statement competence
- 240.15.A.5. Paid or interested-party statements must identify the party and disclose your interest (A.6).
- Responsible charge definition
- Model Law 110.20.E. The four-part test for whether you may legitimately seal the work.
- Confidentiality rule
- 240.15.B.4 permits disclosure only with prior consent or as authorized/required by law or rules. The public-safety override — reporting a genuine hazard even over confidentiality — flows from the paramount duty (240.15.A.1) and the overruled-on-safety duty (A.3), not from B.4 itself.
Where it lives: NCEES FE Reference Handbook — Ethics and Professional Practice (Model Rules §240.15 Rules of Professional Conduct) · NCEES Model Rules §240.15 — Obligations to the Public, Employers/Clients, and Other Licensees · NCEES Model Law §110.20.E — Definition of Responsible Charge
Read the Ethics and Societal Impacts chapterSafety, Health, and Environment6% of the exam
Industrial hygiene and exposure limits, radiation half-life, ventilation rates, gas detection, confined spaces, and hazard communication.
Industrial Hygiene and Exposure Limits
PEL, TLV, and IDLH; dose-response and LD50/LC50 toxicology; the additive rule for chemical mixtures; and radiation half-life — the quantitative core of FE-OTH safety.
- Risk definition
- Handbook Safety chapter. Hazard is the inherent capacity to harm; exposure (or probability) is the chance of contact. Distinguishing the two is the most-tested conceptual point.
- 8-hour time-weighted average
- $C_i$ = concentration during interval $i$ (ppm or mg/m³), $t_i$ = duration (h). Compare to the 8-h PEL.
- Additive mixture rule
- $C_i$ = measured concentration of component $i$, $L_i$ = its PEL or TLV. $E_{\text{mix}}>1$ means the combined exposure exceeds the limit even if each component is individually compliant (additive-toxicity assumption).
- Equivalent mixture limit
- The single limit a mixture of total concentration $\sum C_i$ would have under the additive rule; useful for reporting a combined PEL.
- Lethal dose from LD50
- Converts a per-kilogram median lethal dose into an absolute dose (mg) for a body of mass $m$. Smaller $LD_{50}$ = more toxic.
- Carcinogen incremental risk
- $CDI$ = chronic daily intake [mg/(kg·day)], $CSF$ = cancer slope factor [(mg/(kg·day))⁻¹]. EPA acceptable range $10^{-4}$ to $10^{-6}$. No-threshold, linear-at-low-dose model.
- Noncarcinogen hazard index
- $RfD$ = reference dose, a chronic daily dose with no adverse effect. $HI>1.0$ indicates possible harm. Threshold model (NOAEL-based).
- Reference dose from NOAEL
- $NOAEL$ = no-observable-adverse-effect level [mg/(kg·day)], $UF$ = total uncertainty factor for animal-to-human extrapolation.
- Radioactive decay (halving form)
- $A_0$ = initial activity or dose rate, $T_{1/2}$ = half-life. $t/T_{1/2}=n$ leaves a fraction $2^{-n}$.
- Decay constant
- Continuous-decay rate; $A(t)=A_0 e^{-\lambda t}$. Units are inverse time, matching $t$.
- Inverse-square dose falloff
- Point-source dose rate $\dot D$ falls with the square of distance $r$; doubling distance quarters the dose rate.
Where it lives: NCEES FE Reference Handbook — Safety · OSHA 29 CFR 1910.1000 — Air Contaminants (PELs and the mixture formula) · ACGIH — Threshold Limit Values (TLVs) and Biological Exposure Indices
Read the Safety, Health, and Environment chapterEngineering Economics6% of the exam
Time value of money, cost analysis, break-even and benefit-cost, depreciation, replacement, and decision analysis.
Time Value of Money
The six discrete compound-interest factors, gradients, and nominal-vs-effective conversions that turn any cash-flow diagram into a single present, annual, or future value.
- Single payment, future from present (F/P)
- Compounds a single present amount $P$ forward $n$ periods at rate $i$ to its future value $F$ (dollars).
- Single payment, present from future (P/F)
- Discounts a single future amount $F$ back $n$ periods to present worth $P$ (dollars).
- Uniform series present worth (P/A)
- Present worth $P$ of $n$ equal end-of-period payments $A$; $P$ falls one period before the first $A$.
- Capital recovery (A/P)
- Equal end-of-period payment $A$ that recovers a present amount $P$ over $n$ periods at $i$; reciprocal of (P/A).
- Uniform series compound amount (F/A)
- Future value $F$ of $n$ equal payments $A$; $F$ occurs at the same time as the last payment.
- Sinking fund (A/F)
- Equal deposit $A$ needed each period to accumulate a future amount $F$; reciprocal of (F/A).
- Arithmetic gradient present worth (P/G)
- Present worth of a flow $0,G,2G,\dots,(n-1)G$; gradient $G$ in dollars per period, starting in year 2.
- Arithmetic gradient uniform series (A/G)
- Converts an arithmetic gradient $G$ into an equivalent uniform annual amount $A$.
- Geometric gradient present worth
- Present worth of a flow growing at rate $g$ from year-1 base $A_1$; for $i=g$, $P=A_1 n/(1+i)$.
- Effective annual rate
- Effective annual rate from nominal annual $r$ with $m$ compoundings per year; continuous limit $i_e=e^r-1$.
- Simple interest
- Interest on principal only; used only when a problem explicitly states simple interest.
- Inflation-adjusted (combined) rate
- Combines real rate $i$ and inflation $f$ into the market rate $d$ used to discount actual (then-current) dollars.
Where it lives: NCEES FE Reference Handbook — Engineering Economics · Newnan, Eschenbach & Lavelle, Engineering Economic Analysis
Read the Engineering Economics chapterStatics9% of the exam
Force systems and resultants, equilibrium and support reactions, trusses and frames, friction, centroids, and moments of inertia.
Equilibrium, Free-Body Diagrams, and Reactions
Draw correct free-body diagrams, identify support reactions, and apply the equilibrium equations to solve for unknown forces and reactions.
- 2-D force equilibrium
- Net force is zero along two perpendicular axes; signs follow your chosen positive directions.
- 2-D moment equilibrium
- Net moment about any point $O$ is zero. Pick $O$ to eliminate unknowns from the equation.
- Three independent 2-D equations
- Solves up to three unknowns for a single rigid body in a plane.
- 3-D equilibrium
- Six scalar equations (three force, three moment); solves up to six unknown components.
- Two-force member condition
- Loaded at only two points; force direction is along the line connecting them.
- Three-force member condition
- Equilibrium of a body under exactly three forces requires their lines of action to meet at a point (or be parallel).
- Roller / smooth-surface reaction
- Single reaction normal to the contact surface or the roller's travel direction.
- Pin (hinge) reaction
- Two force components; allows free rotation, so it transmits no reaction moment.
- Determinacy criterion (single body)
- $r$ = number of unknown reaction components for a statically determinate rigid body.
Where it lives: NCEES FE Reference Handbook — Statics · Hibbeler, Engineering Mechanics: Statics · Beer & Johnston, Vector Mechanics for Engineers: Statics
Read the Statics chapterDynamics9% of the exam
Kinematics, Newton's second law, work-energy and impulse-momentum, rotation, mass moment of inertia, and natural frequency.
Kinematics of Particles and Rigid Bodies
Position, velocity, and acceleration in rectilinear, projectile, normal-tangential, and polar form, plus relative motion and rigid-body rotation with instant centers.
- Kinematic derivatives
- Definitions of velocity and acceleration. The $v\,dv/ds$ form integrates motion that depends on position with no time given. $s$ in m (or ft), $v$ in m/s, $a$ in m/s².
- Constant-acceleration set
- Use only when $a$ is constant (free fall, braking). The last form eliminates time.
- Projectile equations
- Constant acceleration on independent axes: $a_x=0$, $a_y=-g$. $\theta$ measured from horizontal.
- Max height and range (level ground)
- Apex height and horizontal range for launch and landing at the same elevation. Range is maximized at $\theta=45^\circ$.
- Normal-tangential acceleration
- $a_t$ changes speed, $a_n$ changes direction (points to center of curvature). $\rho$ = radius of curvature in m.
- Polar velocity and acceleration
- Radial and transverse velocity and acceleration. $-r\dot\theta^2$ is centripetal; $2\dot r\dot\theta$ is Coriolis. $\dot\theta=\omega$ in rad/s.
- Relative motion
- Vector equations; resolve into components before adding. $\mathbf{v}_{A/B}$ = velocity of $A$ relative to $B$.
- Rotation kinematics (constant α)
- Angular analogs of constant-acceleration motion. $\omega$ in rad/s, $\alpha$ in rad/s², $\theta$ in rad.
- Point velocity on a rotating body
- Speed and acceleration components of a point a distance $r$ from the rotation axis. $r$ in m.
- Instantaneous center relation
- Any point's speed equals $\omega$ times its distance to the instant center. For a wheel rolling without slip, IC is the contact point.
Where it lives: NCEES FE Reference Handbook — Dynamics (Particle Kinematics, Kinematics of a Rigid Body) · Hibbeler, Engineering Mechanics: Dynamics
Read the Dynamics chapterStrength of Materials9% of the exam
Axial, bending, torsion and shear stress, deformations, shear-moment diagrams, Mohr's circle, column buckling, and failure theories.
Axial, Bending, Torsion, and Shear Stress
The four elementary stress formulas — P/A, Mc/I, Tr/J, VQ/Ib — plus Hooke's law and Poisson's ratio that every Strength-of-Materials question is built on.
- Axial (normal) stress
- Uniform normal stress from a centroidal axial load. $P$ in N (or lbf), $A$ in $\text{mm}^2$ (or $\text{in}^2$); tension positive.
- Engineering strain
- Fractional change in length (dimensionless). $\delta$ = elongation, $L$ = original gauge length.
- Hooke's law (1D)
- Linear-elastic relation. $E$ = modulus of elasticity, $G$ = shear modulus (both in $\text{GPa}$ or $\text{Mpsi}$); $\gamma$ in radians.
- Poisson's ratio and modulus link
- $\nu\approx0.30$ for steel; ties the three elastic constants together so only two are independent.
- Bending stress (flexure formula)
- Outer-fiber bending stress. $M$ = moment, $c$ = distance to extreme fiber, $I$ = centroidal moment of inertia, $S=I/c$ = section modulus.
- Fiber bending stress with sign
- Linear variation across depth; $y$ measured from the neutral axis. The minus sign puts top fibers in compression for positive (sagging) $M$.
- Rectangular moment of inertia
- Centroidal $I$ of a rectangle, base $b$, depth $h$ (bending about the horizontal centroidal axis).
- Torsional shear stress
- Circular shafts only. $T$ = torque, $r$ = radius to point ($r$ at surface for max), $J$ = polar moment of inertia.
- Polar moment of inertia (circular)
- Note the 32 (torsion) versus 64 for the bending $I=\pi d^4/64$ of the same circle.
- Transverse shear stress
- $V$ = shear force, $Q=A'\bar{y}'$ = first moment of area beyond the level, $I$ = full-section inertia, $b$ = width at that level.
- Max transverse shear (common sections)
- Peak shear at the neutral axis; handy shortcuts that avoid computing $Q$ for solid sections.
- Shear flow
- Force per unit length along a joint (e.g., bolted/glued built-up beams); $\tau=q/b$.
Where it lives: NCEES FE Reference Handbook — Mechanics of Materials · NCEES FE Reference Handbook — Materials Science/Structure of Matter · Hibbeler, Mechanics of Materials
Read the Strength of Materials chapterMaterials6% of the exam
Phase diagrams and phase change, mechanical and thermal properties, electrical properties, and material selection.
Phase Diagrams and the Lever Rule
Read a binary phase diagram to find which phases exist, their compositions, and their weight fractions via the lever rule — the core materials skill on FE-Other.
- Lever rule — fraction of α
- Weight fraction of the α phase. $x$ = overall composition, $x_\alpha,\,x_\beta$ = phase compositions at the tie-line ends (all in same units, e.g. wt% B). Uses the FAR (β-side) arm.
- Lever rule — fraction of β
- Weight fraction of the β phase, using the α-side arm. Always $W_\alpha + W_\beta = 1$.
- Phase-fraction closure
- Mass-balance check for any two-phase tie line; if your two fractions do not sum to 1 you swapped an arm or misread a boundary.
- Liquid/solid fractions
- Lever rule in the $L+\text{solid}$ region; $x_L$ = liquidus composition, $x_s$ = solidus composition at temperature $T$.
- Eutectic reaction
- Liquid transforms to two solid phases at the fixed eutectic temperature and composition.
- Eutectoid reaction
- One solid phase transforms to two solid phases; in steel: austenite → pearlite (ferrite + cementite) at 0.76% C, 727°C.
- Peritectic reaction
- Liquid plus one solid transform to a second solid on cooling.
- Pearlite fraction in hypoeutectoid steel
- At just below 727°C, fraction of pearlite for a steel of carbon content $C_0$ (wt%); ferrite solubility limit ≈ 0.022% C, eutectoid = 0.76% C.
- Gibbs phase rule (condensed)
- Degrees of freedom $F$ for a binary ($C=2$) system at fixed pressure; $P$ = number of phases. $F=0$ at an invariant (e.g. eutectic) point.
- True/engineering composition basis
- Weight-percent basis used throughout; do not mix wt% with at% on the same tie line.
Where it lives: NCEES FE Reference Handbook — Materials Science/Structure of Matter (Binary Phase Diagrams, Lever Rule, Iron-Iron Carbide) · Callister & Rethwisch, Materials Science and Engineering: An Introduction · Van Vlack, Elements of Materials Science and Engineering
Read the Materials chapterFluid Mechanics12% of the exam
Fluid statics, Bernoulli and momentum, pipe friction losses, open-channel flow, flow measurement, dimensionless numbers, and turbomachinery.
Continuity, Bernoulli, and Momentum
The three control-volume workhorses — conservation of mass, the Bernoulli energy equation in head form, and the impulse-momentum principle for forces on bends, nozzles, and jets.
- Continuity (mass)
- Steady-flow mass conservation; $\dot m$ in kg/s. Same at every cross section.
- Continuity (volume)
- Incompressible flow; velocity scales as $1/A$, i.e. as $(D_1/D_2)^2$ for round pipes.
- Bernoulli equation (head form)
- Steady, incompressible, frictionless, no machine. Each term is a head (length).
- Energy equation with machines and losses
- $h_p$ pump head added, $h_t$ turbine head removed, $h_f$ friction loss; all in head units.
- EGL minus HGL
- Hydraulic grade line lies below the energy grade line by the velocity head.
- Torricelli efflux velocity
- Speed of fluid leaving a small orifice a depth $h$ below a large free surface.
- Stagnation (dynamic) pressure
- Pitot-tube relation; $\tfrac12\rho v^2$ is the dynamic pressure, valid for $Ma<0.3$.
- Impulse-momentum principle
- Vector equation; resolve by component. Include $PA$ pressure forces on inlet/outlet faces.
- Force on a pipe bend (x-component)
- $F_x$ = force of bend on fluid; the fluid's force on the bend is equal and opposite.
- Jet force on a fixed flat plate (normal)
- Force on a plate held perpendicular to a free jet of velocity $v$, area $A$.
Where it lives: NCEES FE Reference Handbook — Fluid Mechanics (One-Dimensional Fluid Flow) · NCEES FE Reference Handbook — Fluid Mechanics (Impulse-Momentum Principle)
Read the Fluid Mechanics chapterBasic Electrical Engineering6% of the exam
Charge, current and voltage laws, DC and AC circuits, reactance and impedance, three-phase power, and measuring devices.
AC and DC Circuit Analysis
Phasors, reactance, and impedance turn AC steady-state into the same algebra as DC, then the power triangle and series resonance close out the AC and DC circuits topic.
- RMS value of a sinusoid
- Effective value used in all power and meter calculations; $f$ in Hz, $\omega$ in rad/s.
- Inductive reactance
- Ohms; rises with frequency. Inductor current lags voltage by $90^\circ$. $L$ in henrys.
- Capacitive reactance
- Ohms; falls with frequency. Capacitor current leads voltage by $90^\circ$. $C$ in farads.
- Impedance
- Complex ratio of phasor voltage to phasor current; $X=X_L-X_C$ for a series branch.
- AC Ohm's law
- Phasor current from phasor voltage and impedance; magnitudes divide, angles subtract.
- Complex power
- Uses conjugate of current phasor; $P$ in W, $Q$ in var, $S=|\mathbf{S}|$ in VA.
- Real, reactive, apparent power
- $\theta$ = angle by which voltage leads current = impedance angle.
- Power in terms of R and X
- Real power dissipates only in resistance; reactive power only in reactance.
- Power factor
- Lagging (inductive, current lags) or leading (capacitive, current leads).
- Power factor correction
- Parallel capacitor sizing to raise pf from $\cos\theta_1$ to $\cos\theta_2$ at fixed $P$, $V$.
- Resonant frequency
- Where $X_L=X_C$; series impedance equals $R$ and current peaks.
- Quality factor and bandwidth (series)
- Sharpness of resonance; bandwidth in rad/s between half-power points.
Where it lives: NCEES FE Reference Handbook — Electrical and Computer Engineering (AC Circuits, Impedance) · NCEES FE Reference Handbook — Electrical and Computer Engineering (AC Power, Complex Power) · NCEES FE Reference Handbook — Electrical and Computer Engineering (Resonance)
Read the Basic Electrical Engineering chapterThermodynamics and Heat Transfer9% of the exam
First and second laws, properties and phase diagrams, processes and cycles, conduction/convection/radiation, combustion, and psychrometrics.
The First Law and Energy Balances
Conservation of energy for closed and open systems: internal energy, enthalpy, the steady-flow energy equation, and the heat/work sign conventions every thermo problem rides on.
- Closed-system first law
- No mass crosses the boundary. $Q$ positive into system, $W$ positive out (done by system); usually $\Delta KE=\Delta PE=0$. Energy in $\text{kJ}$.
- Definition of enthalpy
- Enthalpy combines internal energy with flow work $Pv$; $h$ in $\text{kJ/kg}$, $P$ in $\text{kPa}$, $v$ in $\text{m}^3/\text{kg}$.
- Ideal-gas energy changes
- Constant specific heats (cold-air-standard). $c_v,c_p$ in $\text{kJ/(kg·K)}$; valid for ideal gases regardless of process path.
- Boundary (moving-boundary) work
- Reversible work of a moving boundary in a closed system; equals area under the process curve on a $P$-$V$ diagram.
- Constant-pressure boundary work
- Charles' law process for an ideal gas; the second form uses $Pv = RT$. $R$ is the specific gas constant in $\text{kJ/(kg·K)}$.
- Steady-flow mass balance
- Conservation of mass for a control volume at steady state; $\dot m$ in $\text{kg/s}$, $A$ area, $V$ velocity, $v$ specific volume.
- General SFEE (per unit mass)
- Single-inlet/single-exit steady flow. Divide velocity and gravity terms by $1000$ to convert $\text{J/kg}$ to $\text{kJ/kg}$ before adding to enthalpy.
- Adiabatic turbine / compressor
- Negligible heat, $KE$, $PE$. $w>0$ for a turbine (work out); $w<0$ for a compressor (work in).
- Throttling valve
- No work, no heat, negligible $KE$; enthalpy is conserved (isenthalpic). Used for expansion valves and the Joule-Thomson effect.
- Adiabatic nozzle
- No work or heat; enthalpy converts to kinetic energy. Solve for exit velocity $V_e=\sqrt{2(h_i-h_e)}$ with $h$ in $\text{J/kg}$.
- Heat exchanger / boiler (one stream)
- No work; heat added equals enthalpy rise of the stream. Positive $\dot Q$ heats the fluid.
Where it lives: NCEES FE Reference Handbook — Thermodynamics (First Law, Closed and Open Systems) · NCEES FE Reference Handbook — Thermodynamics (Special Cases of the Steady-Flow Energy Equation) · Moran, Shapiro et al., Fundamentals of Engineering Thermodynamics
Read the Thermodynamics and Heat Transfer chapterNow use them on real questions
Ten free FE Other Disciplines questions with figures and full worked solutions, no account — then the full bank, timed mock exams and the complete study handbook when you are ready.
Equations follow the FE Reference Handbook 10.6 as NCEES prints it; the on-screen reference NCEES supplies on exam day is the copy that counts, so check the edition for your sitting. Independent study resource; not affiliated with, endorsed by, or sponsored by NCEES.