
Lesson: Engineering Mathematics I & II
Course: AUTO_1 — Foundation Automotive Technician Program (Beginners in Resource-Constrained African Contexts)
Learning objectives
After completing this topic, the learner will be able to:
- Use complex numbers and Euler’s identity to represent and manipulate oscillatory signals (mechanical and electrical).
- Apply phasor methods and complex impedance to solve steady-state alternating-signal problems in automotive electrical and sensor circuits.
- Derive and interpret frequency-response (transfer) functions for simple vibration and RLC systems, including resonance and damping behavior.
- Use series expansions (Taylor, Fourier) to linearize nonlinear functions for small oscillations and to analyse periodic signals such as engine firing pulses.
- Carry out low-cost, practical experiments using locally available resources (smartphone, Arduino, salvaged components) to observe oscillation, resonance and harmonic content.
1. Quick review: complex numbers and Euler’s formula
- A complex number is z = a + jb, where a (real part) and b (imaginary part) are real numbers and j is the imaginary unit (j^2 = −1) commonly used in engineering.
- Polar form: z = R e^{jφ}, where R = |z| = sqrt(a^2 + b^2) and φ = atan2(b,a). Conversions are useful: a = R cosφ, b = R sinφ.
- Euler’s formula: e^{jθ} = cosθ + j sinθ. This links exponentials and sinusoids and is the foundation of phasor analysis.
Use in oscillations: a sinusoidal oscillation x(t) = A cos(ωt + φ) can be represented as the real part of a complex exponential:
x(t) = Re{X e^{jωt}} with X = A e^{jφ}.
2. Phasor method and complex impedance (electrical alternating-signal problems)
- For steady-state sinusoidal signals at angular frequency ω (rad/s), represent voltages/currents as phasors (complex amplitudes).
- Impedances:
- Resistor: Z_R = R (real)
- Inductor: Z_L = jωL
- Capacitor: Z_C = 1 / (jωC) = −j / (ωC)
- Ohm’s law for phasors: V = I·Z.
Phasor voltage divider example:
If a series R and C are connected across V_in, the phasor voltage across the capacitor is
V_C = V_in · (Z_C / (R + Z_C)) = V_in · (1/(jωC) / (R + 1/(jωC))).
Magnitude and phase of V_C vary with ω; at high frequency the capacitor impedance is small and V_C → 0, at low frequency V_C → V_in.
Application to alternators and sensor circuits:
- Alternator rectification and smoothing circuits create ripple (AC component). Use impedance and frequency response to design smoothing (filter) components.
- Sensors such as inductive pick-ups respond to alternating signals; use phasor analysis to predict amplitude and phase at operating frequencies.
3. Oscillations and vibration: mass–spring–damper model using complex exponentials
Model (single degree of freedom, translational):
m ẍ(t) + c ẋ(t) + k x(t) = F(t)
where m = mass, c = damping coefficient, k = stiffness, F(t) = forcing function.
Assume sinusoidal forcing F(t) = F0 cos(ωt). For steady-state solution assume x(t) = Re{X e^{jωt}}. Substitute using derivatives: ẋ → jωX e^{jωt}, ẍ → −ω^2 X e^{jωt}. Cancel e^{jωt} to obtain algebraic equation:
(−ω^2 m + jω c + k) X = F0
so
X = F0 / (k − m ω^2 + j c ω)
Define complex transfer function H(jω) = X / F0 = 1 / (k − m ω^2 + j c ω).
Magnitude (amplitude) and phase:
|H(jω)| = 1 / sqrt((k − m ω^2)^2 + (c ω)^2)
phase(H) = −atan2(c ω, k − m ω^2)
Important parameters:
- Natural frequency: ω_n = sqrt(k / m)
- Damping ratio: ζ = c / (2 m ω_n) = c / (2 sqrt(k m))
- Resonant behavior: amplitude peaks near ω_r ≈ ω_n sqrt(1 − 2ζ^2) (for light damping).
Practical interpretation for vehicles:
- Mass m: body mass supported by a suspension element.
- Stiffness k: spring stiffness.
- Damping c: shock absorber damping.
- High amplitude near resonance produces strong vibrations felt in vehicle; design targets keep ζ adequate to avoid large resonance peaks.
Worked numerical example:
Given: m = 50 kg (small assembly), k = 20,000 N/m, c = 400 N·s/m, forcing amplitude F0 = 100 N, compute amplitude at engine excitation frequency f = 20 Hz (ω = 2π·20 ≈ 125.66 rad/s).
- ω_n = sqrt(k/m) = sqrt(20000/50) = sqrt(400) = 20 rad/s (≈ 3.18 Hz). Engine frequency 20 Hz is well above ω_n → expect small response amplitude (but harmonics may excite other modes).
- Compute denominator: k − m ω^2 = 20000 − 50*(125.66)^2 = 20000 − 50*15791 ≈ 20000 − 789550 ≈ −769550 N/m (dominant inertia term).
- c ω = 400 * 125.66 ≈ 50264 N·s/m.
- |H| = 1 / sqrt((−769550)^2 + (50264)^2) ≈ 1 / 774000 ≈ 1.29e−6 (m/N).
- Amplitude X = F0 · |H| ≈ 100 * 1.29e−6 ≈ 1.29e−4 m ≈ 0.129 mm.
Interpretation: small displacement at that high frequency for this assembly; but if engine harmonics or mounts have different ω_n, larger amplitudes possible. This calculation guides troubleshooting and component design.
4. Series expansions and linearisation (Taylor series)
- Taylor series about a point a:
f(x) = f(a) + f′(a)(x − a) + (1/2) f″(a) (x − a)^2 + … - For small deviations from equilibrium (x ≈ a), higher order terms may be neglected and the first-order linear approximation is used: f(x) ≈ f(a) + f′(a)(x − a).
Small-angle approximation:
sin θ ≈ θ − θ^3/6 + … For small θ in radians, sin θ ≈ θ is accurate. This allows linearisation of pendulum-like elements or small deflection angles in suspension geometry.
Application examples:
- Linearise a nonlinear spring with force F(x) = k1 x + k2 x^2 for small x: approximate as effective stiffness k_eff ≈ k1 + 2 k2 x0 about operating point x0.
- Linearise tire contact geometry or suspension linkages for small roll or pitch angles.
Worked small-angle example:
A small pendulum with small θ: equation θ̈ + (g/L) θ = 0 using sinθ ≈ θ. This is a linear harmonic oscillator with ω_n = sqrt(g/L). If L = 0.5 m, ω_n = sqrt(9.81/0.5) ≈ 4.43 rad/s (≈0.705 Hz).
Why this matters in automotive contexts:
Small-angle linearisation simplifies stability calculations for steering, suspension roll, and sensor outputs. It allows use of simple linear models and frequency methods described above.
5. Fourier series and periodic signal analysis (harmonics)
- Any reasonable periodic function f(t) with period T can be represented as a sum of sines and cosines (Fourier series). This decomposes a complex periodic waveform into harmonics at n·f0 (integer multiples of the fundamental).
- For a square wave or impulse train (models useful for engine firing pulses), the Fourier series shows presence of odd harmonics or all harmonics with amplitudes decaying with frequency.
Application to engines and vibrations:
- Engine firing produces periodic impulsive forces (combustion events), which excite body and structural vibrations at the firing frequency and harmonics. Harmonic content determines vibration severity at different locations.
- Fourier analysis identifies dominant frequencies; allows targeted damping, isolation or filtering.
Practical method:
- Record vibration or acoustic signal (microphone, accelerometer) and compute discrete Fourier transform (DFT) or FFT to extract spectral peaks.
- Identify engine order (engine speed × number of firings per revolution) and its harmonics.
Simple illustrative Fourier result (square wave of amplitude A, odd harmonics only):
f(t) = (4A/π) ∑_{n=1,3,5,…} (1/n) sin(2π n f0 t)
Implication: large low-order harmonics dominate; reducing fundamental or first few harmonics greatly reduces perceived vibration.
6. Low-cost, practical experiments and methods for resource-constrained contexts
Many demonstrations and measurements can be performed using inexpensive or locally-salvaged items.
Suggested equipment and tools:
- Smartphone with:
- Accelerometer apps (to record vibration amplitude and time series)
- Microphone + sound recorder plus audio analysis (Audacity on PC) or mobile FFT apps
- Oscilloscope app and cable+probe (for low-frequency signals) — caution: do not connect directly to vehicle high-voltage circuits.
- Arduino or cheap microcontroller with ADC for sampling signals (e.g., knock sensor or microphone), open-source FFT libraries.
- Salvaged R, L, C components from old electronics or alternators for RLC experiments.
- Small speaker + microphone or piezo transducer for generating and measuring acoustic resonance.
- Mechanical spring and mass from scrap to build a simple mass–spring–damper demonstration.
Experiment 1 — Observe mechanical resonance with phone accelerometer:
- Build a mass–spring system using a coil spring and a small mass (metal block or water container).
- Displace and release to observe free oscillation. Use smartphone accelerometer app attached to mass to record acceleration vs time.
- Compute period T and frequency f = 1/T from time-domain data; infer natural frequency ω_n = 2πf.
- Add damping (wrap material around spring) and observe decay; estimate damping ratio ζ from logarithmic decrement (measure amplitude successive peaks).
Experiment 2 — RLC resonance using salvaged components:
- Assemble series R-L-C circuit and drive with a low-frequency AC source (audio signal generator or phone audio via transformer isolation).
- Measure voltage across components using multimeter (RMS) at different driving frequencies (audio frequencies are safe).
- Identify resonant frequency f0 ≈ 1 / (2π sqrt(LC)). Observe amplitude peak and phase change around resonance.
Experiment 3 — Spectral analysis of engine noise or vibration:
- Place smartphone or small microphone/accelerometer on vehicle body while engine idles or at different RPMs.
- Record time waveform for a few seconds.
- Use Audacity or smartphone FFT app to view spectrum. Identify peaks at engine-order frequencies (e.g., 1×, 2× crank speed, firing order harmonics).
- Use this to diagnose misfires or balance issues if unexpected harmonics appear.
Safety notes:
- Do not connect phone or simple probes directly to high-voltage ignition systems or vehicle mains.
- Secure masses and springs to avoid injuries. Wear eye protection when testing under hood or with rotating parts.
- Isolate audio/signal source electrically (use transformers or opto-isolation) when interfacing with automotive systems.
7. Worked example: RLC circuit resonance (numeric)
Given: L = 10 mH, C = 10 µF, R_series = 2 Ω. Find resonant frequency and impedance magnitude at resonance for series circuit.
- ω0 = 1 / sqrt(LC) = 1 / sqrt(10e−3 * 10e−6) = 1 / sqrt(1e−7) = 1 / 3.1623e−4 ≈ 3162.3 rad/s. f0 = ω0 / (2π) ≈ 503.3 Hz.
- At resonance in series RLC, imaginary parts cancel so impedance magnitude |Z| = R = 2 Ω. Current at resonance for V_in = 5 V RMS is I = V / R = 2.5 A RMS (large current—ensure components can handle).
- Quality factor Q = ω0 L / R = 3162.3 * 0.01 / 2 ≈ 15.8. Higher Q means sharper resonance.
Interpretation: At audio-frequency near 500 Hz, the circuit passes current strongly; such behaviour is analogous to mechanical resonance and used in filters.
8. Exercises for learners
- For a mass–spring–damper with m = 10 kg, k = 1000 N/m, and c = 100 N·s/m, compute ω_n, ζ and the amplitude response at f = 5 Hz for F0 = 50 N. Explain whether the system is underdamped or overdamped.
- Linearise F(x) = 200 x + 500 x^2 about x0 = 0.01 m. Compute the effective stiffness.
- Record a short (5 s) audio file of a running engine at idle and use free software (Audacity) to find the three largest spectral peaks. Identify whether they correspond to engine speed or harmonics. (Instructor: suggest sampling method and show expected engine-order mapping.)
- Build a simple RLC series circuit with known components, measure resonance frequency using phone audio generator and record voltage across the capacitor. Compare measured f0 to theoretical value.
9. Summary and practical advice
- Complex numbers and Euler’s formula provide compact, powerful tools for solving sinusoidal steady-state problems in both electrical and mechanical domains.
- Phasors and complex impedance convert differential equations with sinusoidal inputs into simple algebraic problems.
- Series expansions (Taylor) enable linearisation for small oscillations; Fourier series let us see harmonic content of periodic signals.
- In resource-limited settings, learning is effective through low-cost experiments: smartphone sensors, simple circuits with salvaged parts, and Arduino-based sampling with open-source FFT tools.
- Always prioritise safety when working near engines, electrical systems and rotating parts.
Recommended simple references for continued learning:
- Introductory engineering mathematics text covering complex numbers, ODEs and Fourier series.
- Smartphone sensor and audio analysis tutorials; Arduino ADC and FFT guides.
- Practical automotive vibration troubleshooting guides describing engine orders and harmonic analysis.
If you wish, I can provide:
- A printable lab worksheet for the smartphone accelerometer experiment.
- Step-by-step Arduino code and wiring for sampling vibration and computing an FFT.
- A graded problem set with solutions for the worked examples above.