2.1 Algebra, Calculus & Differential Equations
Key Takeaways
- Mathematics is the single largest FE Electrical and Computer area at 11-17 of 110 questions, and math also hides inside circuits, controls, and signals.
- Read derivatives as rates, slopes, or sensitivities, and integrals as accumulated charge, energy, area, or average value before reaching for the calculator.
- First-order RC/RL circuits and natural responses reduce to y' + ay = f, while second-order RLC and mechanical analogies map onto the characteristic-equation root pattern.
- For 3-or-more-unknown systems (mesh, nodal, regression), the NCEES-approved calculator matrix solver beats hand elimination once you have drilled the keystrokes.
- Eigenvalues of a 2x2 satisfy trace = sum of eigenvalues and determinant = product, a 10-second sanity check on stability and modal answers.
Why math dominates the FE EE/CE
Mathematics is the largest single knowledge area on the FE Electrical and Computer exam at 11-17 of 110 questions. Just as important, math is the engine inside almost every other area: circuit analysis runs on complex algebra, linear systems and control systems run on differential equations and Laplace transforms, and signal processing runs on transforms and series. Strong, fast math fluency is the highest-leverage thing you can drill.
The exam is not a proof exam. It rewards picking the right model quickly, then executing clean arithmetic with the on-screen FE Reference Handbook and an NCEES-approved calculator (Casio FX-115, TI-36X, HP 33s/35s). Ask one question first: is this a rate, an accumulation, a response curve, or a system of simultaneous equations?
Algebra and the calculus signal
Read the calculus notation as an engineering signal. A derivative is an instantaneous rate or slope; in circuits, i = C dv/dt and v = L di/dt. An integral is an accumulated quantity; charge q = ∫ i dt, energy w = ∫ p dt, and average value is the integral over an interval divided by the interval length.
| Stem cue | Likely action | Fast unit check |
|---|---|---|
| Instantaneous rate, slope, current through a capacitor | Differentiate once | Output units divide by input units |
| Acceleration, second-order rate of change | Differentiate twice | Units gain a second /time |
| Total charge, energy, area under a curve | Integrate | Units multiply by input units |
| Maximum power, minimum loss, optimum | Set first derivative = 0 | Check sign change or endpoints |
| Average or RMS value | Integral over interval / length | RMS keeps the function's units |
A classic distractor: reporting the antiderivative instead of evaluating it at both bounds, or dropping the lower bound entirely.
Differential equations under exam timing
Most FE ordinary differential equations (ODEs) are standard families you can recognize on sight. A first-order linear ODE has the form y' + a y = f(t). The source-free (homogeneous) case y' + a y = 0 gives an exponential response y = C e^(-at). In a series RC circuit the natural response decays with time constant τ = RC; in an RL circuit τ = L/R. After one time constant the quantity falls to about 36.8% of its initial value, and reaches roughly 99% of its final value after five time constants.
For second-order constant-coefficient ODEs, convert the equation to a characteristic equation and read the roots:
- Distinct real roots → two exponentials (overdamped).
- Repeated real root → add a t multiplier (critically damped).
- Complex-conjugate roots → decaying sine/cosine (underdamped), the ringing seen in series/parallel RLC step responses.
You rarely need a full derivation. Identify the root pattern and match it to the answer's functional form.
Linear algebra as a shortcut
Linear algebra appears whenever several unknowns must hold at once: mesh and nodal equations, regression normal equations, and state-space control models. For two equations, hand elimination is fastest. For three or more, the calculator matrix solver wins if your keystrokes are automatic.
Quick integrity checks before trusting a matrix answer:
- Independent equations must equal the number of unknowns for a unique solution.
- A determinant near zero signals dependency or ill conditioning.
- For a 2x2, the trace equals the sum of eigenvalues and the determinant equals their product.
- Units in every equation must be consistent.
A 10 uF capacitor carries voltage v(t) = 5t^2 volts. What is the capacitor current at t = 2 s? (i = C dv/dt)
A source-free series RL circuit has L = 2 H and R = 4 ohms. What is its time constant?
A 2x2 matrix has trace 5 and determinant 6. What are its eigenvalues?