Before you can read the parent note, you must own every word and squiggle it uses. This page collects every symbol, term, and notation there and builds each from zero: plain meaning → the picture → why the topic needs it. Read top to bottom; each block leans on the one above.
Three plain words appear everywhere, so we pin them down first.
Look at the box above. Arrows go in (what the user provides) and out (what the system gives back). A requirement is a label we stick on this diagram saying "this arrow must exist" or "this arrow must arrive within 2 seconds". Keep this box in your head — every later idea decorates it.
That looks scary if you've never met it. Let's earn every piece.
Look at the orange curve: from stage 0 to stage 4 it barely moves at first, then rockets. If C0=1 and k=10, then stage 4 costs 104=10,000. Why the topic needs this: it is the whole reason requirements exist — writing them is the cheap left-hand side of this curve.
Every arrow in this figure is one part of the test. Why the topic needs it: it converts a vague story into a machine-checkable pass/fail — the definition of "done".
The NFR examples use numbers with units. These symbols carry the whole meaning of "measurable".
The figure shows a spread of response times with the 95th-percentile line drawn in. Why the topic needs it: acceptance criteria for non-functional requirements only become testable once a symbol like ≤ meets a number and a unit.
These aren't maths, but they are notation — memory-shorthand you must expand on sight.
Recall Why bother memorising acronyms?
They're a compressed picture ::: each letter is a question you'd otherwise forget to ask, so the acronym is a portable checklist that fits in your head.
Read it downward: the system box makes the idea of a requirement possible; requirements split into functional and non-functional; functional needs get packaged as user stories; every story is nailed down by acceptance criteria, which borrow Given–When–Then and the threshold symbols. The exponential cost curve is the motivation sitting behind all of it. This whole pipeline is the front end of the Software Development Life Cycle and drives Agile and Scrum and Software Design.