1.2 Differential and Integral Calculus
Key Takeaways
- The FE Reference Handbook gives derivative and integral tables, so exam speed comes from recognizing which rule applies, not from recalling the formula.
- Set the first derivative to zero to locate critical points, then use the second-derivative sign to classify a maximum, minimum, or inflection point.
- Definite integrals compute area, centroid location, work, and the mean value of a function over an interval.
- L'Hopital's rule resolves 0/0 and infinity/infinity indeterminate limits by differentiating numerator and denominator separately.
- The gradient of a scalar field points in the direction of steepest increase and is normal to a level surface.
1.2 Differential and Integral Calculus
Calculus is named in the NCEES Mathematics specification as single-variable calculus, and it underpins nearly every other area of the exam: centroids and moments of inertia are integrals, shear and moment diagrams are derivatives of the load, and every rate process is a differential equation. The Reference Handbook supplies the derivative and integral tables, so exam speed comes from recognizing which rule applies rather than from recall.
Calculus and differential equations represent core tools for modeling continuous physical processes in engineering, including fluid flow, dynamic vibrations, heat transfer, rate reactions, and stress gradients.
1. Differential Calculus
Core Derivative Rules
Let $u(x)$ and $v(x)$ be differentiable functions of $x$:
- Product Rule: $\frac{d}{dx}(uv) = u'v + uv'$
- Quotient Rule: $\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}$
- Chain Rule: $\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)$
- Exponential & Logarithmic Derivatives:
- Trigonometric Derivatives:
Critical Points & Optimization
- Critical Points: Occur where $f'(x) = 0$ or $f'(x)$ does not exist.
- Second Derivative Test:
- If $f'(x_0) = 0$ and $f''(x_0) > 0$, $x_0$ is a local minimum.
- If $f'(x_0) = 0$ and $f''(x_0) < 0$, $x_0$ is a local maximum.
- If $f''(x_0) = 0$, the test is inconclusive (inflection point candidate).
Multivariable Calculus: Gradient & Directional Derivatives
For a scalar field $f(x, y, z)$:
- Gradient Vector:
- Directional Derivative: The rate of change of $f$ in the direction of unit vector $\mathbf{u}$: The gradient $\nabla f$ points in the direction of maximum rate of increase, and $|\nabla f|$ is the maximum directional derivative.
2. Integral Calculus & Applications
Integration Techniques
- Integration by Substitution (u-substitution): \int f(g(x))g'(x)dx = \int f(u)du
- Integration by Parts: \int u , dv = uv - \int v , du
Engineering Applications of Definite Integrals
- Area Between Curves: $A = \int_a^b [f(x) - g(x)] dx$
- Centroid Coordinate $(\bar{x}, \bar{y})$ of Planar Area:
- Area Moment of Inertia about x-axis ($I_x$):
- Volume of Revolution (Disk Method about x-axis):
Limits, Continuity, and L'Hopital's Rule
A limit describes the value a function approaches, whether or not it is defined there. The FE exam tests limits almost exclusively through indeterminate forms.
L'Hopital's rule applies only to $\tfrac{0}{0}$ and $\tfrac{\infty}{\infty}$: differentiate the numerator and denominator separately — not as a quotient — and re-evaluate.
Repeat if the result is still indeterminate.
Worked example.
First application: $\displaystyle\lim_{x\to0}\frac{\sin x}{2x} \to \frac{0}{0}$ — still indeterminate.
Second application: $\displaystyle\lim_{x\to0}\frac{\cos x}{2} = \boxed{\frac{1}{2}}$
Trap: applying L'Hopital's rule when the form is not indeterminate gives a wrong answer. $\displaystyle\lim_{x\to0}\frac{\sin x}{1+x} = \frac{0}{1} = 0$ directly; differentiating both parts would give $\cos(0)/1 = 1$, which is wrong. Always confirm the indeterminate form before differentiating.
Taylor and Maclaurin Series
A Maclaurin series is the special case $a = 0$. The four expansions worth recognizing on sight:
Why this matters beyond mathematics. The small-angle approximations $\sin\theta \approx \theta$ and $\cos\theta \approx 1 - \theta^2/2$ are the first terms of these series, and they are what make the simple-pendulum equation linear in the Dynamics chapter. Truncating a series is also the basis of the numerical methods in the next section.
Applications That Recur Across the Exam
| Quantity | Integral form | Where it appears |
|---|---|---|
| Area between curves | $\int_a^b[f(x)-g(x)],dx$ | Load diagrams, work |
| Arc length | $\int_a^b\sqrt{1+(f')^2},dx$ | Cable and belt problems |
| Volume of revolution (disk) | $\pi\int_a^b[f(x)]^2dx$ | Tank and vessel volumes |
| Average value of a function | $\dfrac{1}{b-a}\int_a^b f(x),dx$ | Mean velocity, RMS precursor |
| Work by a variable force | $\int_a^b F(x),dx$ | Springs, gas compression |
| Change in shear along a beam | $-\int w(x),dx$ | Shear and moment diagrams |
| Change in moment along a beam | $\int V(x),dx$ | Shear and moment diagrams |
Worked Example: Average Value and Work
A spring has a nonlinear force law $F(x) = 400x + 1{,}200x^2$ N, with $x$ in metres. Find the work to compress it from 0 to 0.30 m, and the average force over that interval.
Work:
Average force:
Check against the endpoint force: $F(0.30) = 400(0.30) + 1{,}200(0.09) = 120 + 108 = 228$ N. The average of 96.0 N is well below half the peak force of 228 N, because the quadratic term concentrates the force near the end of travel. A linear spring of the same final force would store $\tfrac{1}{2}(228)(0.30) = 34.2$ J — more than the actual 28.8 J.
Trap: for a linear spring, $W = \tfrac{1}{2}kx^2$ and the average force is exactly half the peak. That shortcut fails the moment the force law is nonlinear, and the exam supplies nonlinear force laws precisely to catch its misuse. Integrate whenever the force is not proportional to displacement.
What is the numerical derivative of f(x) = x^3 * e^(-2x) evaluated at x = 1.0?
Calculate the directional derivative of f(x,y) = x^2 * y + 3 * x * y^2 at point P(1, 2) in the direction of unit vector u = (3/5)i + (4/5)j.
The function f(x) = x^3 - 6x^2 + 9x + 2 has a critical point at x = 1. What type of point is it?
What is the value of the definite integral of 4x^3 from x = 1 to x = 3?