Before you can read the parent note, you must be able to look at each symbol — Q, C, V, R, τ, e−t/τ, tREF — and see a picture, not just letters. This page builds every one of them from nothing, in the order they depend on each other.
The picture: imagine a bucket. The water level is what we can measure; the amount of water is the charge. More electrons piled on the node = more charge = a fuller bucket.
Why the topic needs it: the entire bit is "is there charge here or not?" — charge present = logic 1, charge absent = logic 0. If you can't picture charge, you can't picture a stored bit.
Why two words for what seems like one thing? Charge and voltage are different: a wide bucket and a narrow bucket can hold the same water height (voltage) but very different amounts of water (charge). What links them is the width of the bucket — and that width is called capacitance, next.
Why the topic needs it: the sense amplifier can't count electrons; it can only feel the voltage on the bitline. So the "1 vs 0" decision is made on V, and the whole decay derivation tracks V(t).
The picture: in the figure below, two buckets at the same water height (same V) hold different water (different Q) because one is wider (bigger C).
Why the topic needs it: this one equation is the bridge between the thing we store (Q) and the thing we measure (V). Every leakage calculation swaps between them using Q=CV.
The notation dtdQ. The little "d" pair means "a tiny change in Q over a tiny change in time t" — the instantaneous slope of the charge-vs-time graph. If charge is leaving, Q is shrinking, so its change is negative. That is exactly why the parent writes:
I=−dtdQ
The minus sign just says "the current out equals the rate at which stored charge falls."
Why the topic needs it: leakage is a current. To find how long a bit survives, we must connect "how fast it drains" (I) to "how much is left" (Q, hence V).
Why the topic needs it: the parent models every leakage path (subthreshold, junction, dielectric) as one equivalent resistor Rleak from the storage node to ground. That single simplification is what makes the decay solvable.
The picture: the curve below starts at V0, passes through 0.37V0 at t=τ, and flattens toward zero. The horizontal line Vth (the sense threshold) is where the bit becomes unreadable.
The notation ln.ln (natural logarithm) is the inverse question to e−t/τ: "the exponential turned t into a voltage ratio; ln turns the voltage ratio back into a time." It's the only tool that can undo an exponential, which is exactly why it appears the instant we solve for a time.
Why the topic needs it: this is the payoff — once you can compute τ and tret, you set tREF safely below it and divide by N to schedule the refreshes.