This page assumes nothing. If the parent note used a symbol without building it, we build it here, in the order that lets each idea rest on the one before.
Before we can talk about "how big" or "how late", we need to agree on what a sine wave is and what we are allowed to change about it.
Look at the figure. The black wave is the reference. The red wave has the same speed but is shifted — that shift is the phase ϕ. Its height is different — that is the amplitude A. These two differences, amplitude and phase, are the only two things a well-behaved system does to a sine. That is why the whole topic is exactly two graphs.
ω vs t
t is time (seconds). ω is angular frequency (radians per second) — how many radians of the circle you sweep each second.
ω (the Greek letter omega) is our shaking speed. A control system cares about speeds from very slow (fuel sloshing, ~0.01 rad/s) to very fast (metal bending, ~1000 rad/s) — a range of a hundred thousand to one.
Why we need it: on a normal ruler, 0.01 and 1000 can't share a page — one is a speck at the origin, the other is off in the next room. On a log axis, each ×10 step (a decade) takes the same amount of space, so all the speeds fit and spread out evenly.
Decade vs octave
A decade is ×10. An octave is ×2. Bode slopes are quoted per decade.
Here is the clever bit. We need to report two numbers at each frequency (amplitude change and phase shift). A complex number is a single object that packs exactly two numbers — a length and an angle. Perfect fit.
In the figure the red arrow is the complex number. Its length r is drawn; its angle θ from the rightward axis is marked. The two descriptions are the same arrow.
Why the topic needs this: the frequency response G(jω)is an arrow whose length tells you the amplitude change and whose angle tells you the phase shift. One complex number, both answers — then we split it into the two Bode graphs.
j means...
"point up" — the marker for the vertical (imaginary) part of the arrow.
The parent note keeps writing arctan(ω/ωc). Where does it come from?
Look again at the arrow in §3. Its tilt angle sits inside a right triangle: the horizontal side a (adjacent to the angle) and the vertical side b (opposite the angle). The tangent of that angle is defined as
tanθ=adjacentopposite=ab.
This ratio is the arrow's steepness — a steep arrow (big b, small a) has a large tangent. So the ratio b/a secretly encodes the angle.
Why this tool and not another: to get the phase we have an arrow's side lengths and want its angle. Tangent maps angle → ratio; we have the ratio and want the angle, so we need tangent's inverse. That is exactly arctan.
arctan(1)
45∘ — the angle whose opposite equals its adjacent (a 45° tilt).
In the figure the red dot rides the unit circle; its height is sinθ and its shadow on the floor is cosθ. So ejωt is a hand spinning at speed ω — and its horizontal shadow is exactly cosωt, our sine wave. This is why the topic uses ejωt: it is a sine wave in disguise, and complex exponentials are far easier to push through a system than raw sines.
Why the 20 and not 10: a Bode magnitude is an amplitude ratio, but power grows as amplitude squared. Since log(A2)=2logA, the power-decibel 10log10 becomes 20log10 for amplitude. (This is one of the parent's main "mistakes to avoid".)
Why decibels at all: combined with the log-frequency axis, they make each simple factor's contribution a straight line, and products become sums of lines you add by eye.
0 dB means gain = ?
1 (unchanged amplitude), since 20log101=0.
Why 20 not 10
magnitude is amplitude; power ∝ amplitude², and log(A2)=2logA.