Career upgrade: Learn practical AI skills for better jobs and higher pay.
Level up

2.1 Mathematics, Probability & Statistics

Key Takeaways

  • Mathematics & Statistics is 8-12 of 110 FE Civil questions; expect analytic geometry, calculus, differential equations, linear algebra, probability, and statistics.
  • Every formula lives in the NCEES FE Reference Handbook under 'Mathematics' and 'Engineering Probability and Statistics' — practice searching the on-screen PDF, do not memorize derivations.
  • Normal-distribution problems use z = (x − μ) / σ; the Handbook's standard normal table converts z to area for confidence and reliability questions.
  • A first-order linear ODE y' + Py = Q solves with the integrating factor e^(∫P dx); homogeneous second-order ODEs use the characteristic-equation roots (real, repeated, or complex).
  • Sample standard deviation uses s = √[Σ(xᵢ − x̄)² / (n − 1)] (n − 1 denominator), while a known-population σ uses an n denominator — picking the wrong one is a classic trap.
Last updated: May 2026

Why this section matters

Mathematics, Probability & Statistics is 8-12 questions on the 110-question FE Civil exam — a reliable block of points if you treat it as a lookup-and-compute exercise. Almost no question requires a derivation. The skill being tested is choosing the correct NCEES FE Reference Handbook formula and executing the arithmetic cleanly under a roughly three-minute pace.

Handbook navigation first

Every formula you need is in the Handbook. The two relevant chapters are Mathematics (analytic geometry, calculus, differential equations, vectors, matrices) and Engineering Probability and Statistics (distributions, confidence intervals, hypothesis testing, regression). On exam day you search the on-screen PDF by keyword — practice typing "standard deviation," "normal distribution," "integrating factor," or "determinant" so the page is muscle memory.

Calculus and differential equations

Expect derivatives and integrals of polynomials, trigonometric, exponential, and logarithmic functions; areas and volumes of revolution; and maxima/minima from setting the first derivative to zero. Differential equations are usually first-order linear or second-order homogeneous with constant coefficients.

A first-order linear ODE in the form y′ + P(x)y = Q(x) is solved with the integrating factor μ = e^(∫P dx), giving y·μ = ∫(Q·μ) dx. For a homogeneous second-order ODE ay″ + by′ + cy = 0, form the characteristic equation ar² + br + c = 0 and read the roots:

Roots of ar² + br + c = 0General solution form
Real and distinct (r₁ ≠ r₂)y = C₁e^(r₁x) + C₂e^(r₂x)
Real and repeated (r₁ = r₂ = r)y = (C₁ + C₂x)e^(rx)
Complex (α ± βi)y = e^(αx)(C₁cos βx + C₂sin βx)

Linear algebra

Civil problems reduce to 2×2 or 3×3 systems — truss joint equations, flow networks, mix proportions. Know the 2×2 determinant |A| = ad − bc and Cramer's rule for solving Ax = b. A determinant of zero means no unique solution. The Handbook lists matrix operations, the cofactor expansion, and the cross/dot product forms you may need for analytic geometry and vectors.

Probability and statistics

This is the most predictable sub-area. Memorize the shape of these so you grab the right Handbook page fast:

  • Mean / sample standard deviation: x̄ = Σxᵢ / n; s = √[Σ(xᵢ − x̄)² / (n − 1)]. Use the (n − 1) denominator for a sample; use n only for a fully known population σ.

  • Normal distribution: standardize with z = (x − μ) / σ, then read the area from the Handbook's standard normal (unit normal) table. Reliability and quality questions hinge on this.

  • Combinations / permutations: C(n,r) = n! / [r!(n − r)!]; P(n,r) = n! / (n − r)!.

  • Confidence interval on the mean (σ known): x̄ ± z(σ/√n). With σ estimated by s and small n, the Handbook uses the t-distribution.

  • Hypothesis testing: compute a test statistic, compare to the critical value at the stated significance level α, and reject H₀ only when the statistic exceeds the critical value.

Exam tip: if answer choices differ by a factor of √n, you likely confused the population standard deviation with the standard error σ/√n. If they differ by roughly a factor of n/(n−1), you used the wrong standard-deviation denominator.

Test Your Knowledge

Concrete cylinder strengths have a mean of 4,000 psi and a standard deviation of 250 psi, normally distributed. What fraction of cylinders falls below the 3,500 psi specification?

A
B
C
D
Test Your Knowledge

For the differential equation y″ − 6y′ + 9y = 0, which is the correct general solution?

A
B
C
D