The parent note Gyroscope — angular velocity, bias, noise throws a lot of notation at you fast: ω, ∫, b˙, δ, PSD Q, t. Below we earn each one, in the order they depend on each other. Nothing is used before it is drawn.
The picture. Draw an arrow (the "nose" of a drone). Now rotate it. The wedge swept between where it started and where it points now isθ.
Why the topic needs it. Navigation ultimately wants the answer to "which way am I facing?" — that answer is an angle. Everything the gyro does is in service of getting θ.
The picture. If θ is where the nose points, then ω is how quickly the nose is swinging. A fast spin = big ω; sitting still = ω=0.
Why a derivative and not something simpler? Because the turning speed can change moment to moment. A ratio like Δθ/Δt only gives the average over a chunk of time; the derivative dtdθ gives the instantaneous rate — exactly what a gyro reports at each tick.
Since the gyro only gives ω (how fast), we recover θ (how far) by accumulatingω over time. That accumulation is integration.
The picture. Draw ω against time. The area under that curve up to time tisθ(t). Wide-and-tall region → lots of angle accumulated.
Why integration is where trouble lives. If every ω reading is slightly too big by a fixed amount, the sum piles up that error slice after slice — the error accumulates. This is the seed of drift, the parent note's central villain.
To talk about random things we need a way to measure "how big is the wiggle."
Why squared then square-rooted? Squaring makes over-shoots and under-shoots both count as positive spread; the final square root brings the number back to sensible units (° instead of °2).
Every arrow says "you must understand the left box before the right box makes sense." The whole chain ends at drift, which is what the parent note spends its energy fighting.
Cover the answer and test yourself. If any line is fuzzy, re-read its section above before opening the parent note.
θ is…
the angle — how far something has rotated from a start direction (in ° or rad).
ω is…
the angular velocity — how fast the angle changes, ω=dθ/dt, in °/s.
Why a derivative for ω?
because turning speed changes moment-to-moment; the derivative gives the instantaneous rate, not an average.
∫0tωdτ means…
add up all the tiny turns ωdτ from time 0 to now — the area under the ω-vs-time curve, which equals the angle turned.
Why τ instead of t inside the integral?
τ is a dummy slice-time so it isn't confused with the upper limit t.
Bias b is…
the offset the gyro reads while truly still — an error that shouldn't be there.
The over-dot b˙ means…
the rate of change of b in time, db/dt.
Noise n is…
random zero-mean jitter on every reading.
Bias vs noise difference?
bias has a non-zero average (steady offset); noise averages to zero (fuzz).
σ is…
standard deviation — the typical size of a random wiggle, Var.
δ(τ−τ′) says…
white noise at one instant is unrelated to any other instant (spike only when τ=τ′).
Q is…
the noise power spectral density — how much wiggle-power per frequency; sets how fast integrated noise grows.
Why does noise-error grow as t but bias-error as t?
random pushes partly cancel (random walk →t); a constant bias just piles up (ramp →t).
Ready? Now the parent note's model ω~=ωtrue+b+n and its drift laws will read like plain English. Related tools that build on these foundations: Coriolis Force, Sagnac Effect, Random Walk & Wiener Process, Allan Variance Analysis, Kalman Filter, Accelerometer — specific force, gravity, Inertial Measurement Unit (IMU), Attitude Estimation / Dead Reckoning.