lesson

Updated 6 days ago ยท 1 view
When you set a car's cruise control to 65 mph and hit an uphill climb, the engine throttles up instantly. How does the car know precisely how much extra power to deliver?
It relies on an error detector that constantly measures the difference between where the system is and where you want it to be.
How do control engineers represent this comparison mathematically and visually?
The Summing Junction
A summing junction is a mathematical operator in a block diagram that algebraically combines multiple incoming signals into a single output. A setpoint (or reference input, r(t)) represents the target value, while the feedback signal (b(t)) represents the measured state of the system.
๐A clean, modern control theory block diagram showing a summing junction. A circular summing junction symbol has a '+' on the left where the reference input r(t) enters, and a '-' at the bottom where the feedback signal b(t) enters. An arrow pointing right leaves the circle labeled 'Error Signal e(t) = r(t) - b(t)'. Labels use dark blue (#1e2945) text on a crisp light card (#ffffff) with subtle borders (#e2e8f0). Include small callout badges highlighting 'Reference Input (+)', 'Inverting Feedback (-)', and 'Calculated Error Result'.
In 1927, Bell Labs engineer Harold Black sketched the negative feedback loop on a copy of the New York Times during his morning ferry commute to solve distortion in telephone repeaters. By subtracting a fraction of the output from the input, the amplifier automatically corrected its own signal errors.
What happens when the sensor measures the output directly without any scaling?
Unity Feedback Calculations
In a unity feedback system, the feedback transfer function is H(s)=1, meaning the feedback signal directly equals the system output (b(t)=y(t)). The resulting error signal (e(t)) is simply the reference minus the output: e(t)=r(t)โy(t)
Let's work through an example: a drone positioner receives a target altitude command of r(t)=12.0ย V from the flight computer, but its current altitude sensor reads an output of y(t)=9.5ย V.
๐An interactive-style step-by-step calculation card. Shows: Step 1: Identify reference input r(t) = +12.0 V. Step 2: Identify output feedback y(t) = +9.5 V. Step 3: Apply summing junction equation e(t) = r(t) - y(t) = 12.0 V - 9.5 V. Step 4: Final highlighted result box: e(t) = +2.5 V (Positive error indicates system is below target and must accelerate upward). Colored badges: green for setpoint (+12.0V), orange for current state (+9.5V), and vivid blue for error (+2.5V).
What if the sensor converts physical quantities into a scaled voltage before feeding it back to the summing point?