Structural Engineering
Beam deflection follows the DE EI·d⁴y/dx⁴ = w(x), where w is distributed load, E is Young's modulus, I is moment of inertia. Integrating four times gives the deflection curve. Bending moment is M(x) = ∫V(x)dx where V is the shear force.
Electrical Circuits
Kirchhoff's Voltage Law gives: L·dI/dt + RI + (1/C)∫I dt = V(t). Differentiating once: L·d²I/dt² + R·dI/dt + I/C = dV/dt. This second-order linear ODE describes current in an RLC circuit — solved with characteristic equations, giving oscillatory or damped responses.
Signal Processing — Fourier Transform
The Fourier Transform: F(ω) = ∫₋∞^∞ f(t)e^(−iωt)dt decomposes any signal into frequencies. Engineers use it to filter noise, compress audio/video, and analyse vibrations. Every digital audio file uses calculus at its core.
Control Theory
PID controllers compute: output = Kp·e + Ki·∫e dt + Kd·de/dt. The proportional term (error), integral term (accumulated error), and derivative term (rate of error change) together stabilise systems — from thermostats to rocket guidance.
Every engineering discipline — civil, mechanical, electrical, chemical, aerospace — relies on differential equations, integration, and vector calculus as its mathematical foundation. Calculus converts physical laws into computable predictions.
Structural Engineering — Beam Theory
The Euler-Bernoulli beam equation relates bending moment to beam deflection: EI·d⁴y/dx⁴ = w(x), where E is Young's modulus (material stiffness), I is the second moment of area (cross-section resistance), y(x) is the deflection at position x, and w(x) is the distributed load. Integrating four times with boundary conditions (fixed ends, pinned supports) gives the deflection curve. Engineers use this ODE to design beams, bridges, aircraft wings, and tall buildings. The Sydney Harbour Bridge, the Burj Khalifa, and every Boeing aircraft use beam theory in their structural design.
Electrical Engineering — Circuit Analysis
For an RLC circuit: L·dI/dt + RI + (1/C)∫I dt = V(t). Differentiating: L·d²I/dt² + R·dI/dt + I/C = dV/dt. This second-order linear ODE has the characteristic equation Ls² + Rs + 1/C = 0. The discriminant R² − 4L/C determines the circuit's behaviour: overdamped (R² > 4L/C — exponential decay, no oscillation), critically damped (equality — fastest return to equilibrium without oscillation), or underdamped (R² < 4L/C — oscillatory response). Every filter, oscillator, and amplifier in electronics is designed using these ODE solutions.
Signal Processing — Fourier Analysis
The Fourier Transform decomposes any signal into frequency components: F(ω) = ∫₋∞^∞ f(t)e^(−iωt)dt. The inverse transform reconstructs the original: f(t) = (1/2π)∫₋∞^∞ F(ω)e^(iωt)dω. Engineers use this to: filter noise (attenuate specific frequencies), compress audio and images (JPEG uses the discrete cosine transform, a variant), detect frequencies in seismic signals, and design communication systems. Every MP3 file you listen to was encoded and decoded using integrals related to the Fourier Transform.
Control Theory — PID Controllers
A PID (Proportional-Integral-Derivative) controller computes: u(t) = Kₚ·e(t) + Kᵢ·∫e(t)dt + K_d·de/dt, where e(t) is the error between desired and actual output. The three terms: proportional (responds to current error), integral (eliminates steady-state error — accumulated past errors), derivative (anticipates future error — rate of change). PIDs control thermostat temperatures, cruise control in cars, industrial process variables, and drone stability. The integral and derivative terms are literally the calculus operations of integration and differentiation applied in real time.
Chemical Engineering — Reaction Kinetics
For a first-order chemical reaction A → B with rate constant k: d[A]/dt = −k[A]. Solution: [A](t) = [A]₀e^(−kt). The half-life t½ = ln(2)/k. For a second-order reaction: d[A]/dt = −k[A]², which separates and integrates to 1/[A] − 1/[A]₀ = kt. Chemical reactors are designed by solving these ODEs together with heat balance equations (also ODEs), transport equations (PDEs), and equilibrium constraints. The entire pharmaceutical, petroleum, and materials industries depend on this calculus.
Heat Transfer and the Heat Equation
The heat equation: ∂T/∂t = α∇²T = α(∂²T/∂x² + ∂²T/∂y² + ∂²T/∂z²). This PDE describes how temperature diffuses through a material. Solutions involve Fourier series — computed using integrals. Engineers use the heat equation to design heat sinks for electronics, insulation for buildings, cooling systems for nuclear reactors, and thermal protection systems for spacecraft re-entry. The mathematical structure (diffusion equation) also governs random walk processes and appears in the Black-Scholes equation of finance.
- Kreyszig, E. (2011). Advanced Engineering Mathematics, 10th ed. Wiley.
- Ogata, K. (2010). Modern Control Engineering, 5th ed. Prentice Hall.
- Timoshenko, S. & Goodier, J.N. (1951). Theory of Elasticity. McGraw-Hill.