After completing the chapter, you should be able to:
Define a control system and cite diverse applications (Sec. 1.1)
Summarize historical milestones that shaped modern control theory (Sec. 1.2)
Recognize basic features & configurations (open‐loop, closed‐loop, computer controlled) (Sec. 1.3)
State analysis & design objectives: transient response, steady-state error, stability (Sec. 1.4)
Follow the six-step design process, from requirements to testing (Sec. 1.5–1.6)
Articulate the personal, professional, & societal benefits of studying control (Sec. 1.7)
Control systems pervade modern life: rockets, CNC machines, AGVs, home HVAC.
Natural analogs exist: pancreas regulates glucose, adrenaline-driven HR control, ocular tracking, manual grasping, even conceptual models of student grades vs. study time.
Definition: A control system = collection of subsystems & processes (plants) arranged to deliver a desired output with specified performance for a given input.
Simplest depiction: desired output is applied as the input (command/reference) → system generates actual output (Fig 1.1).
Elevator example (Fig 1.2) illustrates: input = 4th-floor button (step), output = elevator position; performance judged via transient response & steady‐state error.
Transient response: speed/comfort trade-off.
Steady-state error: leveling accuracy (safety & convenience).
Four primary motives
Power amplification (low-power command → high-power actuation)
Remote control (dangerous/inaccessible environments)
Convenient input form (e.g., thermostat position → heat)
Disturbance compensation (reject wind, noise, load changes)
Examples:
Large antennas aimed with small knob torque
Rover robot at Three Mile Island (Fig 1.4) for radioactive cleanup
Modern Duo-lift elevators (Fig 1.3b) fully automatic
Ancient (300 B.C.): Ktesibios water clock – float-valve liquid-level control.
Hellenistic: Philon’s self-feeding oil lamp – capillary tubes maintain constant fuel height.
17th C.
Papin safety valve for steam pressure; weighted lid sets release threshold.
Drebbel egg incubator – alcohol/mercury thermostat regulating damper.
18th C.
Edmund Lee windmill pitch control; Cubitt louvered sails.
James Watt flyball governor (speed regulation).
19th C. foundations of stability theory
Maxwell (1868) 3rd-order stability criterion.
Routh (1874, 1877) → Routh–Hurwitz criterion (Chapter 6 topic).
Lyapunov (1892) generalized stability to nonlinear systems.
Gyro-based ship stabilization by Bessemer (1874).
20th C.
1922 Sperry automatic ship steering; Minorsky develops PID concept.
Bell Labs: Bode & Nyquist frequency methods (Ch 10-11).
1948 Evans root-locus (Ch 8-9, 13).
Contemporary: guidance & navigation for missiles, spacecraft, aircraft; process control; steel thickness control; digital computer integration (e.g., Space Shuttle with on-board time-shared loops for OMS gimballing, elevon actuation, RCS jets, life-support fuel-cell management).
Everyday closed loops: home heating (bimetal switch), optical disk focus/track following, etc.
Components: input transducer → controller → plant.
Characteristics:
No feedback path; cannot correct disturbances (Disturbance 1 or 2).
Simpler, cheaper.
Examples: toaster, mass-spring-damper with constant force, pre-planned study schedule ignoring extra chapter.
Adds output transducer + feedback path; summing junction produces actuating signal (error if transducer gains = 1).
Advantages: disturbance rejection, accuracy, tunable transient/steady-state specs via gain or compensator redesign.
Trade-off: More complex & costly (e.g., closed-loop toaster oven measuring color + humidity).
Digital computer serves as controller/compensator → time-shared multi-loop control, easy re-tuning via software.
Example: Space Shuttle Main Engine digital controllers monitoring pressures, temps, valve positions, mixture ratio, igniters, etc.
Analysis: Determine actual system performance; Design: change model/hardware to achieve specs.
Primary goals
Desired transient response.
Minimal steady-state error.
Stability.
Transient considerations
Human comfort/patience (elevator), mechanical stress, data-access time (disk head slewing, Fig 1.6).
Accuracy considerations
Leveling tolerance, track following, antenna beamwidth, etc.
Stability concept
Total response = natural + forced \text{Total} = \text{Natural} + \text{Forced}
Natural response must decay to zero or be bounded oscillation; unbounded growth = instability → loss of control & possible damage.
Other design issues
Hardware sizing, sensor selection, cost, budget constraints.
Robustness: low sensitivity of performance to parameter drift; chapters 7-8 introduce sensitivity functions.
Purpose: make antenna output angle \thetao(t) follow potentiometer input \thetai(t).
Hardware (Fig 1.8):
Potentiometer input transducer
Differential + power amplifiers (gain K)
DC motor + gear + load inertia & viscous damping
Feedback potentiometer
Functional flow (Fig 1.8d)
Error = \thetai - \thetao → amplified → motor torque → antenna motion → feedback.
Gain effects (Fig 1.9)
Low gain: slow, little overshoot.
High gain: faster, possible under-damped oscillations; steady-state error tends to zero with gain ↑.
Need for compensator when mere gain tuning trades off transient vs. accuracy; dynamic elements (filters) in forward/feedback paths can satisfy both.
Requirements → Physical concept (mass, size, power, environmental limits; derive transient/steady-state specs)
Functional block diagram (functions + candidate hardware; Fig 1.8d)
Schematic model (simplify; decide which dynamics to include—e.g., neglect pot friction, amp dynamics, armature inductance; Fig 1.8c)
Mathematical model
Apply Kirchhoff & Newton laws.
Generic LTI differential equation an \frac{d^n c}{dt^n}+\dots+a0 c(t)=bm \frac{d^m r}{dt^m}+\dots+b0 r(t) (Eq 1.2)
Alternate forms: transfer function via Laplace; state-space (n first-order ODEs).
Parameters obtained from data sheets, tests, or estimation.
Block-diagram reduction to single transfer-function from input to output (Fig 1.11).
Analyze & Design
Evaluate with standard test inputs (Table 1.1): impulse \delta(t), step u(t), ramp t u(t), parabola t^2 u(t), sinusoid \sin \omega t.
Adjust gains, add compensators, verify specs; perform sensitivity & robustness analysis.
Iterate with simulation & prototype testing.
MATLAB / Control System Toolbox
Analysis, design, simulation in one environment.
Enhancements: Simulink (GUI block simulation), Linear System Analyzer, Control System Designer, Symbolic Math Toolbox.
Book appendices: B (MATLAB), C (Simulink), E (GUI tools), F (Symbolic Math).
LabVIEW
Graphical programming with virtual instrument front panels + underlying code; Appendix D.
Alternative CAD tools discussed in Appendix H.
Engages across disciplines (EE, ME, bio, aero) & across project phases (concept → design → test).
Tasks: requirement allocation, hardware/software design, sensor/actuator integration, stability & performance verification.
Course benefit: moves students from bottom-up (component level) to top-down (systems) thinking; provides common language among engineering fields.
Types: Open-loop (simple, disturbance-sensitive) vs. Closed-loop (accurate, robust).
Core specs: transient response, steady-state error, stability.
Stability prerequisite: natural response must decay or remain bounded.
Design workflow: Requirements → Functional → Schematic → Math Model → Reduction → Analysis/Design.
Standard inputs: impulse, step, ramp, parabola, sinusoid.
Modern tools: MATLAB/Simulink, LabVIEW facilitate rapid iterate-test cycles.
Historical lineage: from water clocks & Watt governors to PID, Bode plots, root locus, and digital control.
Case study: antenna azimuth system exemplifies gain effects, need for compensators, and application of the six-step process.