Comprehensive Study Notes on Block Diagrams, Transfer Functions, and Feedback Control Systems
Fundamentals of Block Diagrams and Transfer Functions
Block Diagram Definition: A graphical representation of signal flow that defines the input-output behavior of a physical or theoretical system and explicitly demonstrates the relationships between interconnected subsystems.
Transfer Function Definition: The relationship describing the output signal divided by the input signal:
Transfer Function=InputOutput
Cause and Effect Philosophy:
A transfer function establishes a direct operational relationship between cause (input) and effect (output).
Complex engineering systems are decomposed into smaller, modular block subsystems where every constituent component exhibits a clear cause-and-effect relationship.
Unlike human behavior, which can be random or unpredictable, mechanical and engineering systems strictly adhere to predictable, deterministic cause-and-effect relationships.
Fundamental Block Operation:
The output signal of any individual block is strictly equal to the input signal multiplied by the block's transfer function:
Output(s)=Input(s)×H(s)
In the Laplace domain (s-domain), dynamic system outputs are evaluated via straightforward algebraic multiplication rather than complex time-domain differential operations.
Signal Combinations: Summing Junctions, Noise, and Disturbances
Summing Operations: Used to model physical scenarios where multiple independent operational signals, noise factors, or external inputs combine at a single point.
Sensor Noise Example:
A physical sensor outputs a primary measured signal designated as x1.
Environmental exposure subjects the sensor to external electromagnetic interference (noise).
The combined signal entering the processing system is represented algebraically at a summing junction as:
Combined Signal=x1+Noise
Machine Disturbance Example (Airport Conveyor Belt):
An electric motor drives an airport baggage conveyor belt.
When the conveyor belt is completely empty, it still possesses significant structural mass requiring a baseline mechanical torque simply to maintain motion (empty load).
When a passenger or handler places a suitcase onto the belt, the suitcase acts as an additive external disturbance torque.
The total operational load acting on the drive system combines the baseline empty load torque and the external disturbance load torque.
Nodes and Signal Branching
Node Definition: A pick-off point in a block diagram where a single signal pathway splits into two or more distinct operational paths.
Signal Propagation Characteristics:
A node represents identical copies of the exact same physical or electrical variable (e.g., voltage, current, torque) being routed concurrently to multiple separate subsystems.
Example: A single voltage signal at a node can be distributed simultaneously to two separate circuit terminals without dividing or altering the signal magnitude.
Interconnection Topologies: Series and Parallel Blocks
Series (Cascade) Connections:
Occurs when the output of a primary block directly feeds as the input to a secondary block.
For an input signal X passing sequentially through block H1 and block H2:
Intermediate signal following H1: H1×X
Final output signal following H2: H1×H2×X
Two series blocks can be combined into a single equivalent transfer function:
Hequivalent=H1×H2
Parallel Connections:
Occurs when an input signal X branches at a node to feed two separate blocks H1 and H2 independently, with their outputs subsequently combined at a summing junction.
Upper path output: H1×X
Lower path output: H2×X
Summed output signal: (H1×X)+(H2×X)=(H1+H2)×X
Two parallel blocks can be combined into a single equivalent transfer function:
Hequivalent=H1+H2
Feedback Loops and Closed-Loop Control Systems
Command Following in Engineering Systems:
Engineering machines must actively follow user commands rather than running open-loop (e.g., an air conditioning system regulating room temperature to a target setpoint like 72∘F, rather than cooling uncontrollably based on raw applied voltage).
Feedback Control Mechanism:
A feedback loop measures the actual system output Y(s) using a sensor H2(s) and feeds it back to compare against the input command setpoint X(s).
The operational difference calculated at the input summing junction generates an error signal E(s).
For any linear system with feedback, the error signal dynamically drives the system output such that over time, the system minimizes error:
limt→∞E(t)=0
Historical Development of Feedback Control:
Practical closed-loop feedback theory was developed during World War II.
It originated with German engineering developments and was subsequently adopted and expanded by researchers in the United States.
Due to its military significance, feedback control math was treated as a highly classified government defense secret (subject to severe legal penalties/imprisonment for unauthorized disclosure) until declassification in 1948, when academic publication was permitted.
Derivation of the Closed-Loop Transfer Function:
System definitions:
X(s): Reference command input
Y(s): System output
E(s): Error signal
H1(s): Forward path transfer function
H2(s): Feedback path transfer function
Step-by-step algebraic derivation:
Y(s)=E(s)×H1(s)
E(s)=X(s)−H2(s)Y(s)
Y(s)=(X(s)−H2(s)Y(s))×H1(s)
Y(s)=H1(s)X(s)−H1(s)H2(s)Y(s)
Y(s)+H1(s)H2(s)Y(s)=H1(s)X(s)
Y(s)(1+H1(s)H2(s))=H1(s)X(s)
Canonical Closed-Loop Transfer Function formula:
X(s)Y(s)=1+H1(s)H2(s)H1(s)
Sign convention note: Negative feedback at the summing junction yields a positive sign in the denominator (1+H1H2); positive feedback at the summing junction yields a negative sign in the denominator (1−H1H2).
Analysis Techniques: Direct Algebra vs. Block Diagram Reduction
Critique of Block Diagram Reduction:
Traditional block diagram reduction relies on memorizing structural transformations (moving pick-off points, moving summing junctions, combining nested loops).
Relying purely on memorized transformation identities increases the likelihood of operational sign errors and systematic mistakes.
Direct Algebraic Method:
Rather than applying complex block reduction rules, system behavior should be analyzed by writing direct node-by-node linear equations on the fly.
Applying basic algebraic substitutions allows rapid, error-free derivation of overall transfer functions in any complex system configuration.
Dynamic Interpretation of Second-Order Transfer Functions
Polynomial Characteristic Form:
Complex block diagrams reduce to expressions containing characteristic polynomial denominators in terms of Laplace variable s
Second-Order System Classification:
System order is determined by the highest power of s in the denominator polynomial.
Second-order dynamic behavior depends on the characteristic roots (eigenvalues):
Two real negative distinct roots: Overdamped exponential decay.
Two complex conjugate roots: Underdamped oscillatory response.
Physical Parameter Extraction:
Standard second-order denominator form:
s2+2ζωns+ωn2
Parameter extraction from numerical expressions (e.g., denominator polynomial s2+22s+30):
Undamped natural frequency (constant term):
ωn2=30⟹ωn=30rad/s
- Natural oscillation frequency under impulse disturbance is approximately 30rad/s.
- Damping ratio calculation (linear term coefficient):