Control SystemsSection 1
Mathematical Modelling of Systems
Converting physical systems into sets of equations to analyze their dynamic response using frequency-domain tools like Fourier and Laplace transforms.
1. Introduction to Automatic Control
- Mathematical Modelling: Representing the physical system using differential equations.
- Dynamic Analysis: Analyzing how the system responds to different inputs over time.
- Controller Design: Creating a controller (e.g., PID, Compensators) to correct the system's behavior and meet performance specifications.
Types of Control Systems
Open-Loop Control System
- Example: A standard toaster or an immersion water heater.
Input → Controller → Actuator → Output
Closed-Loop Control System
- Example: Speed control of a motor.
Input → Controller → Motor → Output
↑ ——— Feedback ——— ↓
↑ ——— Feedback ——— ↓
2. Mathematical Modelling (Time vs. S-Domain)
3. Fourier Series & Fourier Transform
Fourier Series
Application: This is highly applicable in power systems for analyzing harmonic distortion caused by non-linear loads. By identifying the dominant harmonics and their magnitudes using the Fourier series, engineers can design specific filters to eliminate them.
Fourier Transform
Application: In audio processing, a recording might contain high-frequency noise. By applying a Fourier Transform, we visualize the signal in the frequency spectrum, apply a low-pass filter to mathematically kill the high-frequency noise, and then use an Inverse Fourier Transform to recover the clean audio in the time domain.
4. The Laplace Transform (S-Domain)
Extending Fourier to Laplace
- Only $\sigma$ ($s = \sigma$): The system has a purely exponential (decaying or growing) response.
- Only $j\omega$ ($s = j\omega$): The system has a purely oscillatory response (sine/cosine waves). Notice that setting $\sigma = 0$ perfectly reduces the Laplace transform back to the Fourier transform.
- Both $\sigma + j\omega$: The system exhibits a decaying oscillatory response (a damped sine wave), which is the standard transient response of practical electrical systems.
Unilateral vs. Bilateral Laplace Transform
Bilateral Laplace Transform
Unilateral Laplace Transform
5. Linear Time-Invariant (LTI) Systems & Transfer Functions
- Superposition (Additivity): If the system's response to input $x_1(t)$ is $y_1(t)$ and to $x_2(t)$ is $y_2(t)$, then the combined input $x_1(t) + x_2(t)$ will strictly yield $y_1(t) + y_2(t)$.
- Scaling (Homogeneity): If input $x(t)$ yields $y(t)$, then scaling the input $A \cdot x(t)$ will scale the output to $A \cdot y(t)$.
- Time-Invariance: The behavior and characteristics of the system are fixed over time. A delay in the input produces an identical delay in the output without altering the signal shape.
Real-world Note: No physical system is perfectly linear. However, we approximate non-linear systems as linear around a specific operating point to simplify the design of controllers. This approximation is typically valid for small deviations.
Transfer Function and System Response
Time Domain
Frequency Domain (S-Domain)
Deriving the Laplace Transform Table
Proof: Laplace Transform of a Unit Step Input
6. Electrical Systems in S-Domain
R
Resistor
Time Domain
Apply Laplace
Impedance
L
Inductor
Time Domain
Apply Laplace
Impedance
C
Capacitor
Time Domain
Apply Laplace
Impedance
Steady-State AC Analysis Note: In electrical steady-state AC circuits, the transient response has died out, meaning the damping factor $\sigma = 0$. By substituting $s = j\omega$, the impedances directly map to the familiar AC reactances: $X_L = j\omega L$ and $X_C = \frac{1}{j\omega C}$.