Mathematics and Statistics is the largest single knowledge area on the FE Civil exam at 8-12 questions out of 110. It is also the area candidates most often treat as review rather than study, then lose points on matrix operations and probability problems that take ninety seconds if you know where the equations sit in the handbook.
The problems below are worked the way the exam presents them: numerical answer choices, no partial credit, an on-screen calculator and searchable handbook. Solutions show which handbook page carries the formula, because on exam day finding the equation is often the harder half of the problem.
Exam weight: NCEES lists Mathematics and Statistics at 8-12 questions (7-11%) of the 110-question FE Civil exam. Work each problem below on paper first, then reveal the worked solution — reading a solution you have not attempted builds recognition, not recall.
What NCEES Tests in Mathematics and Statistics
The NCEES specification covers analytic geometry, single-variable calculus, vector operations, matrix and determinant work, and ordinary differential equations. Expect a dot or cross product applied to a force or a surface, a derivative used to locate a maximum, a definite integral for area or volume, and a 2x2 or 3x3 system solved by determinants. The differential equation items are usually first order or simple harmonic with the general solution already printed in the handbook.
The statistics half draws on measures of central tendency and dispersion, the normal distribution with z-table lookup, confidence intervals for the mean, permutations and combinations, conditional probability, and least-squares linear regression. Civil-flavored wrappers are common: concrete cylinder strengths, survey measurement error, traffic counts. The underlying calculation is standard, the context is civil.
5 Free Mathematics and Statistics Practice Problems
Each problem below comes from the PECivilClick FE Civil question bank and matches the style, difficulty and format of the real exam. Attempt each one under a three-minute limit — roughly the pace the exam demands.
Problem 1
For the function \( f(x) = x^3 - 3x^2 + 1 \), what is the \( x \)-coordinate of the local minimum?
A) 0
B) 1
C) 2
D) 3
Answer: C) 2
Step 1: Identify given information
Function: \(f(x) = x^3 - 3x^2 + 1\). Find the \(x\)-coordinate of the local minimum.
Step 2: Recall the critical point method from the FE Handbook
Critical points occur where \(f'(x) = 0\). To classify each critical point, use the Second Derivative Test:
- \(f''(x_0) > 0\) → local minimum
- \(f''(x_0) < 0\) → local maximum
Step 3: Find critical points
\(f'(x) = 3x^2 - 6x = 3x(x - 2) = 0\)
\(\Rightarrow x = 0 \quad \text{or} \quad x = 2\)
Step 4: Apply second derivative test
\(f''(x) = 6x - 6\)
| \(x\) | \(f''(x)\) | Classification |
|---|---|---|
| \(0\) | \(-6 < 0\) | Local maximum |
| \(2\) | \(+6 > 0\) | Local minimum |
The local minimum occurs at \(x = 2\).
Correct answer: (C)
Problem 2
The equation \( 4x^2 + 4xy + y^2 = 1 \) represents which conic section?
A) Ellipse
B) Parabola
C) Hyperbola
D) Circle
Answer: B) Parabola
Step 1 – Identify the general second-degree equation:
The general form of a conic section is:
$$ Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0 $$
From \( 4x^2 + 4xy + y^2 = 1 \), we identify: \( A = 4 \), \( B = 4 \), \( C = 1 \).
Step 2 – Compute the conic discriminant:
The discriminant determines the type of conic:
$$ \Delta = B^2 - 4AC $$
$$ \Delta = (4)^2 - 4(4)(1) = 16 - 16 = 0 $$
Step 3 – Classify using the discriminant:
| Discriminant | Conic Type |
|---|---|
| \( \Delta < 0 \) | Ellipse (or circle if \( A = C \), \( B = 0 \)) |
| \( \Delta = 0 \) | Parabola |
| \( \Delta > 0 \) | Hyperbola |
Since \( \Delta = 0 \), the equation represents a parabola.
Correct answer: (B)
Problem 3
Find \(\frac{dy}{dx}\) if \(x^2 y + e^y = 5x\).
A) \(\frac{5 - 2xy}{x^2}\)
B) \(\frac{5 - 2xy}{x^2 + e^y}\)
C) \(\frac{5 - 2xy}{x^2 - e^y}\)
D) \(\frac{2xy - 5}{x^2 + e^y}\)
Answer: B) \(\frac{5 - 2xy}{x^2 + e^y}\)
Step 1 – Identify the equation: \(x^2 y + e^y = 5x\). Since \(y\) is not isolated, differentiate implicitly with respect to \(x\).
Step 2 – Recall from the FE Handbook: Implicit differentiation — differentiate both sides with respect to \(x\), treating \(y\) as a function of \(x\). Every \(y\)-term gains a factor of \(y'\) via the chain rule.
Step 3 – Differentiate both sides:
\(\frac{d}{dx}(x^2 y) + \frac{d}{dx}(e^y) = \frac{d}{dx}(5x)\)
\((2x)y + x^2 y' + e^y y' = 5\) \quad (product rule on \(x^2 y\); chain rule on \(e^y\))
Step 4 – Collect \(y'\) terms and solve:
\(y'(x^2 + e^y) = 5 - 2xy\)
\(y' = \frac{5 - 2xy}{x^2 + e^y}\)
Common mistake: forgetting the chain rule on \(e^y\), writing \(\frac{d}{dx}(e^y) = e^y\) instead of \(e^y y'\).
Correct answer: (B)
Problem 4
How many inflection points does \( f(x) = x^4 \) have?
A) 0
B) 1
C) 2
D) 4
Answer: A) 0
Step 1: Identify given information
Function: \(f(x) = x^4\). Count the number of inflection points.
Step 2: Recall the definition of an inflection point from the FE Handbook
An inflection point is where concavity changes sign. This requires \(f''(x) = 0\) AND a sign change in \(f''\) around that point.
Step 3: Compute the second derivative and analyze
\(f'(x) = 4x^3 \quad \Rightarrow \quad f''(x) = 12x^2\)
\(f''(x) = 0 \Rightarrow x = 0\), but \(f''(x) = 12x^2 \geq 0\) for all \(x\) — never negative.
Concavity never changes sign, so there are no inflection points.
Step 4: Educational note
A common trap: \(f''(x_0) = 0\) alone does not guarantee an inflection point. You must verify a sign change. \(f(x) = x^4\) is always concave up. Contrast with \(f(x) = x^3\), which has \(f''(0) = 0\) and a sign change, giving one inflection point at \(x = 0\).
Correct answer: (A)
Problem 5
What is the perpendicular distance from the point \( (0, 0) \) to the line \( 3x - 4y + 12 = 0 \)?
A) 1.2
B) 2.4
C) 3
D) 4.8
Answer: B) 2.4
Step 1: Identify given information
| Item | Value |
|---|---|
| Line equation | \(3x - 4y + 12 = 0\) |
| Point \((x_0, y_0)\) | \((0, 0)\) |
Step 2: Recall the point-to-line distance formula from the FE Handbook
For a line \(Ax + By + C = 0\) and a point \((x_0, y_0)\):
$$d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}$$
Here \(A = 3\), \(B = -4\), \(C = 12\).
Step 3: Substitute and compute
$$d = \frac{|3(0) + (-4)(0) + 12|}{\sqrt{3^2 + (-4)^2}} = \frac{|12|}{\sqrt{9 + 16}} = \frac{12}{\sqrt{25}} = \frac{12}{5} = 2.4$$
Step 4: Educational note
Common mistake: forgetting the absolute value in the numerator or computing \(\sqrt{A^2 + B^2}\) incorrectly. The denominator is the length of the normal vector \((A, B)\), which normalizes the direction of the line.
Correct answer: (B)
Using the FE Reference Handbook for Mathematics and Statistics
The Mathematics and Statistics chapter sits at the front of the handbook and holds nearly everything you need, but the search box is faster than scrolling. Search the term, not the concept, because the PDF matches literal strings. Try cross product, Laplace, standard deviation, or confidence interval rather than describing what you want. Bookmark the z-table and the regression formulas before you start; both appear in questions where you have no time to hunt.
Four Mistakes That Cost Points
- Working in degrees when the equation assumes radians Calculus and series problems assume radians. A derivative of sin x evaluated in degree mode returns a number that matches none of the choices, or worse, matches a distractor. Set the on-screen calculator to radians at the start of any trig-and-calculus item and check it before you submit.
- Confusing sample and population standard deviation The handbook prints both forms. Dividing by n instead of n-1 on a small sample shifts the answer enough that a distractor becomes attractive. Read whether the problem says sample or population. If the wording is a set of measured test cylinders, it is almost always a sample.
- Using the wrong tail on a normal distribution problem The z-table in the handbook gives area from the left. Problems asking for probability of exceeding a value need one minus that area, and two-sided tolerance problems need both tails. Sketch the curve and shade before you look up anything. Ten seconds of drawing prevents the most common wrong answer.
- Reversing the cross product order A cross B and B cross A differ by sign, and the answer choices frequently include both. When a problem asks for a moment or a normal vector, write the order from the physical setup first, then compute. Do not assume the sign will work out from context.
Frequently Asked Questions
How many mathematics questions are on the FE Civil exam?
NCEES specifies 8-12 questions from Mathematics and Statistics out of 110 total, which is 7-11 percent of the exam. That makes it the largest single knowledge area. The count includes both the pure math items, such as calculus and matrices, and the statistics and probability items, so plan study time across both halves rather than only the calculus you remember.
Do I need to memorize calculus formulas for the FE exam?
No. Derivatives, integrals, series expansions, and standard differential equation solutions are printed in the handbook. What you need is speed at finding them and fluency in setting up the problem. Practice locating a formula in under twenty seconds, then substituting correctly. Memorization pays off only for the most basic derivatives where lookup time exceeds recall time.
How hard is the statistics portion compared to the calculus portion?
Most candidates find statistics harder, because it is further from daily engineering work and the setup errors are subtle. A normal distribution problem has one arithmetic step and three interpretation steps, any of which can flip the answer. Calculus items are usually mechanical once you find the formula. Weight your practice toward probability, distributions, and confidence intervals.
What statistics topics show up most on the FE Civil exam?
Mean, median, mode and standard deviation appear constantly, often as a first step inside a larger problem. Normal distribution with z lookup is very common. Expect linear regression with a least-squares line, basic permutations and combinations, and conditional probability. Confidence intervals for the mean appear regularly. Hypothesis testing is lighter than in a university statistics course.
Keep Going
Work through the other FE Civil knowledge areas with more free practice problems, review the full FE Civil exam topic breakdown, or plan your preparation with our FE exam study guide and study timeline.