3.5.28 · D1Guidance, Navigation & Control (GNC)

Foundations — Block diagram algebra

1,836 words8 min readBack to topic

This page assumes nothing. Before you can "series-combine blocks" or "apply the feedback formula," you must know exactly what a block is, what the letter means, what an arrow carries, and why a box multiplies. We build each symbol from the ground up, each one earned before the next.


0. The picture we are decoding

Everything in the parent topic is drawn from just four kinds of marks on paper: an arrow, a box, a circle, and a dot. Let us meet them one at a time.

Figure — Block diagram algebra

Look at the figure. Trace the flow left to right: a signal enters from the left arrow, passes through the box, and leaves as a new signal on the right. That is the whole story of one block. Now we name each piece.


1. The arrow — a signal

The picture: a wire with a direction. Water in a pipe, current in a cable, a voltage on a line — the arrow does not care what it is physically; it only carries a number that can change.

Why the topic needs it: every rule in the parent ("output input", "") is a statement about signals. Without arrows there is nothing to multiply, add, or feed back.

We will meet several named signals. The parent uses these letters:

Each is just an arrow with a job. Hold onto them; they reappear the moment we draw a loop.


2. The variable — "the world of Laplace"

Before we can say what a box does, we must decode the letter inside it, because the box holds "" and that is doing heavy lifting.

Why this tool and not another? In the time world, sending a signal through a physical system means performing convolution, an integral that smears the input over time — genuinely painful arithmetic. The Laplace transform answers the question "is there a viewpoint where that smearing becomes ordinary multiplication?" and the answer is yes: that viewpoint is the variable . We choose precisely because it converts the ugly operation into .

You do not need to compute a Laplace transform to use this topic. You only need to accept the one fact it grants us: through-a-system multiply-by-.


3. The box — a transfer function

Now the box makes sense.

The picture: a gain-machine. Whatever value flows in on the left arrow gets multiplied by and flows out on the right arrow. In the figure of Section 0, if the input is then the output is .

Why and not just a number ? A plain number would mean "always multiply by 3, no matter how fast the signal wiggles." Real systems respond differently to slow vs. fast changes (a heavy motor lags fast commands). Making the multiplier depend on lets one box encode all those speed-dependent behaviours at once. The details of what lives inside are the job of Transfer functions.

Figure — Block diagram algebra

The figure shows the box as a multiplier: input (cyan) enters, the amber label scales it, and the output (white) leaves. This single multiplication is the atom of the whole topic.


4. The circle — a summing junction

The picture: a meeting-of-wires that outputs a running total. The parent's key equation is read straight off such a circle: the reference comes in with a , the fed-back signal comes in with a , and the circle spits out their difference .

Why the topic needs it: subtraction here is the heart of control. We want the error = "how far off are we?" A summing junction with a on the feedback is what measures the mistake so the system can correct it.

Figure — Block diagram algebra

Study the signs in the figure. The same circle can add () or subtract () — only the little symbol beside the arrow changes. Every "positive vs. negative feedback" distinction in the parent lives entirely in that one sign.


5. The dot — a take-off (pickoff) point

The picture: a splitter. Water in one pipe fans out into two identical pipes; both carry the same value that arrived at the dot. If the signal at the dot is , then every wire leaving the dot also carries .

Why the topic needs it: feedback and parallel paths both start with "the same signal goes two ways." The take-off is where a signal is reused. Crucially — and this is a favourite trap — the copy reads the value at that exact location. Move the dot to a different point and the copy reads a different value. That single fact is the reason "moving a take-off past a block costs a " in the parent's Rule 4.


6. Putting the marks together — a full loop

Now every symbol in the parent's big formula is defined. Let us assemble them into the single-loop diagram the parent calls "the big one" and read the equation off the picture.

  • Circle gives (Section 4).
  • Forward box gives (Section 3).
  • Feedback box gives — same rule, a different box.
  • The wire from back to the circle starts at a take-off dot (Section 5): it copies so the output can both leave and be fed back.

Substituting exactly as the parent does yields the closed-loop transfer function . Notice we invented no new symbol to get there — arrow, box, circle, dot, and the multiplier fact from were enough. That is the point of this foundations page.


7. Prerequisite map

gives meaning to s

labels

convolution becomes multiply

feeds

feeds

passes through

multiplier atom

error E equals R minus B

copies signal

collapses to

denominator sets poles

live inside

Laplace transform

Variable s

Block G of s

Arrow = signal

Circle = summing junction

Dot = take-off point

Block diagram algebra

Closed loop TF G over 1 plus GH

Stability

Transfer functions


Equipment checklist

What does a single arrow represent?
a signal — a time-varying value flowing in the arrow's direction
What does a box (block) do to its input?
multiplies it by the transfer function: output input
What is the variable for, in one phrase?
the Laplace-domain stand-in that turns convolution-in-time into multiplication
Why write instead of a plain number ?
so one block can encode speed-dependent (frequency-dependent) response, not just a fixed gain
What does a summing junction (circle) output?
the signed sum of its inputs, e.g.
Which mark decides positive vs. negative feedback?
the / sign written beside each incoming arrow at the summer
What does a take-off (dot) do, and what does it NOT do?
copies the signal to several wires; it does not change the value
Read the loop equations : what do they combine into?
Name the four primitive marks of any block diagram.
arrow (signal), box (block), circle (summer), dot (take-off)
Why can a whole diagram be solved like an equation?
each mark is exactly one equation; the diagram is that little system

Connections

  • Parent topic — full algebra & rules
  • Laplace transform — grants the "through-a-block multiply" fact.
  • Transfer functions — what actually lives inside each box .
  • Feedback control loops — where the assembled loop is used.
  • Signal flow graphs & Mason's gain formula — an alternative to redrawing these marks.
  • Op-amp gain — same closed-loop story.
  • Stability & characteristic equation — the denominator we just built sets the poles.