Which calculator should you actually use?
| Option | What you get | Verdict |
|---|---|---|
| NCEES on-screen calculator (built into the Pearson VUE exam software) |
Provided automatically, no need to bring anything. Basic 4-function/scientific calculator: trig, log, exponent, memory. No equation solver, no matrix mode, no statistics regression, no complex/polar conversion. | Fine as a fallback, but you give up every shortcut on this page. |
| Your own approved physical calculator | Must be on the current NCEES-approved list: generally the Casio fx-115 series, HP 33s / HP 35s, and the Texas Instruments TI-30X series / TI-36X Pro / TI-36X Solar. No graphing calculators, no QWERTY keypad, no CAS, no wireless capability, no calculators that can store/display text notes. | Bring this. Every workflow below assumes one of these. |
| Recommended model | Casio fx-115ES PLUS2 (or fx-991ES PLUS outside the US) — the model most FE/PE prep providers recommend, because EQN, MATRIX, STAT, complex numbers, and numeric calculus all live on one non-programmable calculator. | This page's keystroke descriptions are written for this family; a TI-36X Pro note is included where the workflow differs. |
High-value one-button / few-step workflows
Solve a 2–3 unknown linear system directly
Skip Cramer's rule / elimination by hand entirely. Enter each equation's coefficients when prompted and the calculator returns x, y, (z) directly.
Used in: Statics equilibrium systems, Structural reaction/force systems, Math linear algebra.
Find the root of a single equation without manual iteration
Type the equation in the form f(X) = 0 (rearrange if needed), give it a starting guess for X, and let the calculator iterate for you — it does the Newton-Raphson-style work internally.
Caution: if a question explicitly asks for an intermediate iteration value ("after the first Newton-Raphson step..."), you must show the manual process — SOLVE only helps when the question just wants the final root/answer.
Used in: Numerical methods root-finding, Engineering Economics rate-of-return problems, Fluid Mechanics normal-depth/friction-factor trial-and-error.
Mean and standard deviation from a raw data list, no manual summing
Enter each data value once; pull mean, sample std. dev., and population std. dev. straight from the variable menu instead of computing Σ(x−x̄)² by hand.
Used in: Math & Statistics probability/statistics questions with a raw sample.
Determinant / inverse of a 2×2 or 3×3 matrix in one call
Define MatA, then apply det( ) or the inverse key instead of expanding a determinant by cofactors by hand.
Used in: Math linear algebra determinant/eigenvalue setup questions, occasional Statics transformation problems.
Resultant magnitude + angle from components in one keystroke
Instead of computing r = √(x²+y²) and θ = atan(y/x) separately, Pol(x, y) returns both r and θ at once. Rec(r, θ) goes the other way — components from magnitude/angle.
Used in: Statics force resultants, Dynamics velocity/acceleration components, Surveying bearing/distance conversions.
Numeric definite integral or derivative at a point, no antiderivative needed
For a definite integral or a derivative evaluated at a specific x, the calculator computes it numerically — useful when you just need the number, not the closed-form expression.
Used in: Math & Statistics calculus questions, area/centroid/volume integrals that appear across Statics and Fluid Mechanics.
Carry an exact intermediate value into the next formula
Store a computed value (a stress, an area, a reaction) into a memory variable instead of re-typing a rounded version of it — avoids compounding rounding error and re-entry mistakes on multi-step problems.
Used in: any multi-formula problem — Mechanics of Materials, Geotechnical, Structural especially.
Keep exact fractions through a calculation, convert to decimal only at the end
Toggle a displayed answer between exact fraction and decimal form. Working in fractions as long as possible avoids rounding drift across several steps.
Used in: any problem chaining several ratio-based calculations, e.g. Engineering Economics factor formulas, Surveying proportion problems.
The single most common silent wrong-answer source
Civil problems mix degree-based geometry (bearings, curve deflection angles) with formulas expecting radians. Check the mode indicator before every trig-heavy problem, not just once at the start of the exam.
Used in: Surveying, Transportation curve geometry, Statics/Dynamics angle problems — anywhere trig appears.
Chain steps without re-typing the previous result
The last computed value is always available as ANS — build the next expression directly on top of it instead of transcribing digits (and risking a typo) into a fresh line.
Used in: any multi-step numeric problem where speed and low transcription-error matter — i.e. the whole exam.
Bearings and angles in degrees-minutes-seconds, no manual conversion
Surveying bearings and deflection angles are almost always given as D°M′S″. Enter them straight into a DMS-aware key instead of hand-converting to decimal degrees first — and convert a decimal-degree result back to D°M′S″ for an answer choice the same way.
Used in: Surveying bearings/traverses, Transportation deflection angles and curve geometry.
Re-run the same formula with new numbers without retyping it
Define an expression once using variables (A, B, X...), then CALC prompts you for each variable's value and re-evaluates — ideal for a problem that asks you to check the same formula against 2–3 different inputs (e.g. multiple load cases, multiple trial depths).
Used in: any "repeat this formula for each of the following cases" question — common in Structural, Geotechnical, Engineering Economics.
Combinations and permutations in one call, no factorial expansion
Skip manually expanding n!/(n−r)! or n!/(r!(n−r)!) — enter n, the operator, then r directly.
Used in: Math & Statistics probability questions involving counting/arrangements.
Lock the displayed decimal places so you round consistently
Multi-step problems compound rounding error when you eyeball a different number of decimals each step. FIX pins the display to a set number of decimal places for every result until you change it back — useful for matching a multiple-choice answer's precision.
Used in: any problem where the answer choices are given to a specific number of decimals — especially Mechanics of Materials and Fluid Mechanics unit-heavy results.
Every card above has an "Ask AI" option for follow-ups on that specific shortcut. If you want calculator help for a topic that isn't covered above, copy this starter prompt into ChatGPT/Gemini/Claude:
Quick cross-reference: FE topic → calculator feature
| Knowledge area | Reach for |
|---|---|
| Mathematics and Statistics | EQN (linear systems), MATRIX (determinants), STAT (mean/std dev), ∫dx / d/dx, SOLVE (root-finding, Newton-Raphson replacement) |
| Statics | EQN (equilibrium systems), Pol(/Rec( (force resultants), MATRIX (moment-of-inertia transforms) |
| Dynamics | Pol(/Rec( (velocity/acceleration components), SOLVE (implicit kinematics equations) |
| Mechanics of Materials | STO/RCL (carrying stress/section values across formulas), SOLVE (implicit design checks) |
| Fluid Mechanics | SOLVE (Manning's normal depth, Colebrook friction factor trial-and-error) |
| Surveying | DEG mode + Pol(/Rec( (bearing/distance ↔ coordinates), S⇄D |
| Geotechnical Engineering | STO/RCL (phase-relationship chains), SOLVE (implicit settlement/bearing formulas) |
| Structural Engineering | EQN (reactions), STO/RCL (multi-formula design checks) |
| Transportation Engineering | DEG mode (curve geometry), SOLVE (implicit sight-distance/SN equations) |
| Engineering Economics | SOLVE (solving for i or n in compound-interest equations instead of factor tables) |