2.1 Mathematics (Algebra, Trigonometry, Geometry & Calculus)
Key Takeaways
- Analytic geometry gives the conic forms: circle (x−h)²+(y−k)²=r², parabola, ellipse, and hyperbola — all listed in the FE Reference Handbook 'Analytic Geometry' pages.
- The dot product A·B=|A||B|cosθ yields a scalar; the cross product A×B yields a vector of magnitude |A||B|sinθ perpendicular to both.
- A maximum/minimum occurs where the first derivative f'(x)=0; the second derivative test classifies it (f''<0 → max, f''>0 → min).
- The definite integral ∫f(x)dx gives area; centroids use x̄=(∫x dA)/A, the workhorse for later Statics and Mechanics sections.
Why Mathematics Anchors the Whole Exam
Mathematics is the single largest knowledge area on the Fundamentals of Engineering (FE) Civil exam, with roughly 7–11 of the 110 questions, and its tools reappear inside nearly every other area — Statics centroids, Dynamics derivatives, Hydraulics integrals. Because the exam is open to the searchable NCEES FE Reference Handbook, you are not asked to memorize formulas; you are asked to find the right one fast and apply it without error. Practice means knowing which Handbook page holds the conic forms, the trig identities, and the table of derivatives and integrals, then plugging numbers cleanly.
The common trap is not the formula — it is units, sign conventions, and radians-vs-degrees. Set your NCEES-approved calculator deliberately and re-read what the question asks for.
Algebra Toolkit
Before geometry, lock down the algebra the rest of the exam assumes. The quadratic formula solves ax² + bx + c = 0 as x = [−b ± √(b² − 4ac)]/(2a); the discriminant b² − 4ac tells you whether the roots are real and distinct (> 0), real and repeated (= 0), or complex (< 0). Logarithm rules appear in pH, decibel, and decay problems: log(MN) = log M + log N, log(M/N) = log M − log N, and log(Mᵖ) = p·log M, with the change-of-base log_b(x) = ln x / ln b. Exponential rules: aᵐ·aⁿ = aᵐ⁺ⁿ and (aᵐ)ⁿ = aᵐⁿ.
The trap here is dropping the ± in the quadratic formula and reporting only one root, or mishandling a negative discriminant by forcing a real answer.
Analytic Geometry & Conics
A straight line is y = mx + b, slope m = (y₂−y₁)/(x₂−x₁). Two lines are perpendicular when m₁·m₂ = −1 and parallel when their slopes are equal. The distance between two points is d = √[(x₂−x₁)² + (y₂−y₁)²], and the midpoint is the average of the coordinates. The four conic sections each have a standard form in the Handbook:
| Conic | Standard form | Key parameter |
|---|---|---|
| Circle | (x−h)²+(y−k)² = r² | center (h,k), radius r |
| Parabola | (x−h)² = 4p(y−k) | focal distance p |
| Ellipse | (x−h)²/a² + (y−k)²/b² = 1 | semi-axes a, b |
| Hyperbola | (x−h)²/a² − (y−k)²/b² = 1 | a, b |
The general second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 is identified by the discriminant B²−4AC: negative → ellipse, zero → parabola, positive → hyperbola.
Trigonometry & Vectors
Memorize the identity backbone: sin²θ + cos²θ = 1, tanθ = sinθ/cosθ, and the law of cosines c² = a² + b² − 2ab·cosC for non-right triangles. The dot product A·B = AₓBₓ + AᵧBᵧ + A_zB_z = |A||B|cosθ produces a scalar and gives the angle between vectors; A·B = 0 means the vectors are perpendicular. The cross product A×B produces a vector of magnitude |A||B|sinθ pointing perpendicular to the plane of A and B (right-hand rule), and is computed as the determinant of the i-j-k matrix. These two operations drive Statics (moments, M = r×F) and resolving forces into components.
Matrices, Determinants & Differential Calculus
For a 2×2 matrix the determinant is |A| = ad − bc; a system Ax = b has a unique solution only when |A| ≠ 0. Cramer's rule and matrix inversion both live in the Handbook.
Differential calculus is tested through rates and optimization. Key derivatives: d/dx(xⁿ) = n·xⁿ⁻¹, d/dx(sin x) = cos x, d/dx(eˣ) = eˣ, d/dx(ln x) = 1/x. A local maximum or minimum occurs where f'(x) = 0 (a critical point); apply the second-derivative test — f''(x) < 0 indicates a maximum, f''(x) > 0 a minimum. This is exactly how you'd size the most economical channel or find peak bending moment.
Integral Calculus, Centroids & Differential Equations
The definite integral ∫ₐᵇ f(x) dx equals the area under the curve and is the inverse of differentiation: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C. Areas and centroids are integral applications you'll reuse constantly — the centroidal x-coordinate is x̄ = (∫x dA)/A, where A = ∫dA is the total area.
Worked Example — Maxima
A rectangular open-top channel has fixed cross-sectional area A = 8 m². Width b and depth y satisfy b·y = 8, so b = 8/y. Wetted perimeter P = b + 2y = 8/y + 2y. Minimize: dP/dy = −8/y² + 2 = 0 → y² = 4 → y = 2 m, then b = 8/2 = 4 m. The second derivative d²P/dy² = 16/y³ > 0 confirms a minimum perimeter — the most hydraulically efficient section.
Basic differential equations: a first-order linear ODE dy/dx + Py = Q and the separable form dy/y = k·dx → y = y₀eᵏˣ (exponential growth/decay) appear in reactor and seepage problems; the solution forms are tabulated in the Handbook. For a homogeneous second-order ODE with constant coefficients, ay'' + by' + cy = 0, you solve the characteristic equation ar² + br + c = 0 and read the solution form from its roots (real distinct, repeated, or complex) — again, the templates are in the Handbook so you match the root case rather than re-derive.
Trigonometric Substitution Reminder
When integrating expressions like √(a² − x²), the Handbook's integral table or a trig substitution (x = a·sinθ) does the job. Always confirm your calculator is in the correct angle mode: trig integrals and the law of cosines expect radians in calculus contexts but degrees in surveying-bearing contexts — mixing them silently corrupts the numeric answer.
A function f(x) = x³ − 6x² + 9x + 2 has a critical point. At x = 3, what type of point is it?
Vectors A = 2i + 3j and B = 4i − 1j are given. What is the dot product A·B, and what does it indicate?
Which discriminant condition for Ax² + Bxy + Cy² + Dx + Ey + F = 0 identifies an ellipse?