← Civil Exam Prep home

Calculator Shortcuts for the FE Civil Exam Few-button workflows on an NCEES-approved calculator — not formulas, keystrokes. Pair this with the formula cheat sheet.

Verify before test day NCEES periodically updates its approved-calculator policy and exact model list. Confirm the current rules and approved models at ncees.org before your exam. Menu names below (EQN, SOLVE, STAT, MATRIX, etc.) are stable across recent Casio/TI scientific calculators, but exact keystroke sequences can vary slightly by exact model and firmware revision — practice every workflow on your own physical device at least once before exam day. Don't learn a function for the first time in the exam room.

Which calculator should you actually use?

OptionWhat you getVerdict
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.
The single biggest time-saving decision on this whole page If you only take one thing from this guide: bring your own approved calculator with EQN and SOLVE modes. The on-screen NCEES calculator cannot do either, which means every simultaneous-equation or root-finding problem has to be worked by hand instead of in one guided entry.

High-value one-button / few-step workflows

EQN mode

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.

MODE → Equation/EQN → select number of unknowns (2 or 3) → type each coefficient, pressing = to advance through the boxes → press = again to cycle through x, y, z

Used in: Statics equilibrium systems, Structural reaction/force systems, Math linear algebra.

SOLVE

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.

Enter your equation using ALPHA X for the unknown → press SHIFT SOLVE (often the CALC key) → enter an initial guess → =

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.

STAT mode

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.

MODE → STAT → 1-VAR → enter each value + =ACSHIFT 1 (VAR) → select x̄, sx, or σx

Used in: Math & Statistics probability/statistics questions with a raw sample.

MATRIX mode

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.

MODE → MATRIX → define MatA dimensions → enter each cell + =ACSHIFT 4 (MATRIX) → det(MatA) or MatA-1

Used in: Math linear algebra determinant/eigenvalue setup questions, occasional Statics transformation problems.

Pol( ) / Rec( )

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.

Pol( x-component , y-component ) = → reads out r, then θ

Used in: Statics force resultants, Dynamics velocity/acceleration components, Surveying bearing/distance conversions.

∫dx / d/dx

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.

∫dx( f(x) , lower limit , upper limit ) =  ·  d/dx( f(x) , x-value ) =

Used in: Math & Statistics calculus questions, area/centroid/volume integrals that appear across Statics and Fluid Mechanics.

STO / RCL

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.

compute a value → SHIFT STO A (or any letter A–F, X, Y, M) → later, recall with ALPHA A inside any new expression

Used in: any multi-formula problem — Mechanics of Materials, Geotechnical, Structural especially.

S⇄D

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.

after any result, press S⇄D to toggle fraction ↔ decimal display

Used in: any problem chaining several ratio-based calculations, e.g. Engineering Economics factor formulas, Surveying proportion problems.

DEG / RAD mode

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.

SHIFT MODE (SETUP) → select Deg or Rad → confirm the small mode indicator on-screen before trusting a trig result

Used in: Surveying, Transportation curve geometry, Statics/Dynamics angle problems — anywhere trig appears.

ANS key

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.

after any result, start the next expression with an operator (e.g. × 2 =) — it implicitly begins with ANS

Used in: any multi-step numeric problem where speed and low transcription-error matter — i.e. the whole exam.

°′″ (DMS)

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.

enter degrees °′″ minutes °′″ seconds °′″ → calculator treats it as one decimal-degree value  ·  press °′″ after a decimal-degree result to display it back in D°M′S″

Used in: Surveying bearings/traverses, Transportation deflection angles and curve geometry.

CALC

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).

type the expression using ALPHA letters as variables → SHIFT CALC → enter each variable's value, pressing = to advance → = for the result — press CALC again to re-run with new values, expression stays loaded

Used in: any "repeat this formula for each of the following cases" question — common in Structural, Geotechnical, Engineering Economics.

nCr / nPr

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.

type n SHIFT nCr (or nPr) r =

Used in: Math & Statistics probability questions involving counting/arrangements.

FIX / SCI / NORM

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.

SHIFT MODE (SETUP) → Fix → choose decimal places (e.g. 3) → all results now display at that precision until reset to Norm

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.

Need shortcuts for a specific topic?

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 areaReach for
Mathematics and StatisticsEQN (linear systems), MATRIX (determinants), STAT (mean/std dev), ∫dx / d/dx, SOLVE (root-finding, Newton-Raphson replacement)
StaticsEQN (equilibrium systems), Pol(/Rec( (force resultants), MATRIX (moment-of-inertia transforms)
DynamicsPol(/Rec( (velocity/acceleration components), SOLVE (implicit kinematics equations)
Mechanics of MaterialsSTO/RCL (carrying stress/section values across formulas), SOLVE (implicit design checks)
Fluid MechanicsSOLVE (Manning's normal depth, Colebrook friction factor trial-and-error)
SurveyingDEG mode + Pol(/Rec( (bearing/distance ↔ coordinates), S⇄D
Geotechnical EngineeringSTO/RCL (phase-relationship chains), SOLVE (implicit settlement/bearing formulas)
Structural EngineeringEQN (reactions), STO/RCL (multi-formula design checks)
Transportation EngineeringDEG mode (curve geometry), SOLVE (implicit sight-distance/SN equations)
Engineering EconomicsSOLVE (solving for i or n in compound-interest equations instead of factor tables)
Practice plan Pick 3–5 practice questions from each mock exam and deliberately re-solve them using only the calculator workflow above instead of the manual formula — time yourself both ways once so you trust the faster method under pressure on exam day.