Calculus, Differential Equations, and Linear Algebra Review
Key Takeaways
- FE Mechanical math questions usually test model recognition before lengthy symbolic manipulation.
- Derivative questions often ask for rates, slopes, extrema, acceleration, or sensitivity.
- Integral questions commonly represent accumulated quantity, area, work, impulse, centroid, or average value.
- First-order ordinary differential equations often appear as decay, cooling, mixing, or simple response models.
- Linear algebra questions reward fast setup of simultaneous equations, determinants, eigenvalues, and calculator matrix workflows.
What FE math is really testing
FE Mechanical math is not a proof exam. The exam uses calculus, ordinary differential equations, and linear algebra as working tools for mechanics, heat transfer, controls, fluids, and economics. The fastest candidates ask a model-selection question first: is this a rate, an accumulation, a response curve, or a system of equations?
The current FE Mechanical outline gives mathematics its own question range, but math also hides inside dynamics, vibrations, heat transfer, controls, and design. A derivative may be labeled as velocity, a second derivative as acceleration, and an integral as work, impulse, area moment, or heat added over time. Treat the notation as an engineering signal, not as classroom decoration.
Calculus recognition table
| Stem cue | Likely action | Fast check |
|---|---|---|
| Instantaneous rate, slope, velocity | Differentiate once | Units divide by input units |
| Acceleration from position | Differentiate twice | Units become length/time^2 |
| Area, total change, work, impulse | Integrate | Units multiply by input units |
| Maximum or minimum | Set first derivative to zero | Check endpoint or sign change |
| Average value over interval | Integral divided by interval length | Answer units match function |
| Sensitivity | Partial derivative or linearization | Hold other variables fixed |
For definite integrals, evaluate the antiderivative at the upper bound and subtract the lower bound. Many FE distractors come from forgetting the lower bound, losing a coefficient, or reporting the antiderivative instead of the numeric result.
Differential equations under exam timing
Most FE Mechanical ordinary differential equations are standard families. A separable equation can be rearranged as all y terms on one side and all x or t terms on the other. A first-order linear equation has the form y' + a y = f(t), and the homogeneous case y' + a y = 0 produces exponential response. In mechanical systems, that response may represent cooling, discharge, first-order controls, or damping envelopes.
For second-order constant-coefficient equations, translate the differential equation into a characteristic equation. Distinct real roots give two exponentials, repeated roots add a t multiplier, and complex roots give decaying sine and cosine terms. You do not need to over-derive under time pressure; identify the root pattern and match it to the answer form.
Linear algebra as an engineering shortcut
Linear algebra appears whenever several unknowns must satisfy equations at the same time: reaction forces, loop equations, regression normal equations, or state-space style controls. For a two-equation system, elimination is often faster than a full matrix routine. For three or more equations, the calculator matrix solver can be faster if you have practiced the exact keystrokes.
Use these checks before trusting a matrix result:
- The number of independent equations must match the number of unknowns for a unique solution.
- Units in each equation must be compatible.
- A determinant near zero suggests dependency or ill conditioning.
- Eigenvalues should satisfy trace equals sum and determinant equals product for a 2 by 2 matrix.
FE speed comes from knowing when to stop. If a problem asks for the numerical value of a reaction, solve the system. If it asks for stability, natural modes, or a repeated response pattern, eigenvalue sign and magnitude may be enough.
A position function is s(t) = 2t^3 - 5t^2 + 4t. Which expression gives acceleration?
Solve y' + 4y = 0 with y(0) = 3. What is y at t = 0.5?
Solve 3x + y = 11 and x - y = 1. What ordered pair satisfies both equations?