Visual walkthrough — DRAM 1T1C cell structure
This is the visual companion to the parent 1T1C note. Prerequisite ideas we lean on: Capacitor Q=CV, Bitline and Wordline Architecture, and Charge Sharing.
Step 1 — What is charge on a capacitor, in a picture?
WHAT. A capacitor is two metal plates with a gap. Push electric charge onto one plate and it sits there, held by the pull of the opposite plate. We measure how much charge with the letter (units: coulombs, C — a count of electricity).
WHY this first. The whole DRAM bit is charge sitting on a plate. Before we can move charge around, we must agree what "amount of charge" and "voltage" mean and how they link.
The link is the defining law of a capacitor:
- — the amount of charge stored (how full the cup is).
- — the voltage, the electrical "pressure" or water-level across the plates. Higher = higher water.
- — the capacitance, how wide the cup is: how many coulombs you must pour in to raise the level by one volt. Units: farads (F). Our cups are tiny — femtofarads, .
PICTURE. A narrow cup (, small) and a wide tank (, large) at the same water level hold very different amounts — the wide one holds far more, because and its is bigger.

Step 2 — The two cups before we connect them
WHAT. In a real read there are exactly two capacitors in play:
- the storage cell (tiny, ~), holding the bit, sitting at some voltage ;
- the bitline (big, ~) — the long wire running past many cells; it has capacitance just from being a long metal line.
WHY. Reading = connecting these two. To predict the result we need each cup's starting charge. So we snapshot both before the tap opens.
Before connecting, using on each cup separately:
- — charge in the small cup. is near for a "1", near for a "0".
- — charge on the bitline. Why ? We deliberately precharge the bitline to the halfway voltage before every read, so a "1" can push it up and a "0" can pull it down — symmetric either way (we return to this in Step 7).
PICTURE. Two separate, sealed cups side by side at different levels. No pipe between them yet — the transistor tap is closed. Charge on each is the shaded area.

Step 3 — Open the tap: the one law that governs everything
WHAT. Raising the wordline (WL) turns the access transistor on — it becomes a wire connecting cell and bitline. Now charge can flow between the two cups until their levels equalise to one common voltage we call .
WHY charge conservation, and not something fancier? The transistor neither creates nor destroys charge — it only connects. So the total charge in the system is exactly the same one instant after opening the tap as one instant before. That single fact, "charge in = charge out", is strong enough to give us the answer with no calculus, no circuit theory. It is the cleanest possible tool for the job.
- Left side — the two separate charges from Step 2, added.
- Right side — after equalising, both cups share the same level . Their combined capacitance is (two cups joined behave like one wider cup), so the total charge is (combined width) × (common level).
PICTURE. Water sloshes through the open pipe. The tiny cup's high level drops a little; the huge tank's level barely rises. They meet at one flat surface .

Step 4 — Solve for the shared level
WHAT. We rearrange the conservation equation to isolate .
WHY. is the voltage the bitline actually ends up at — the thing the sense amplifier will look at. Everything downstream depends on it.
Divide both sides by :
Read this as a weighted average of the two starting levels:
- is weighted by (small weight → little influence);
- is weighted by (big weight → dominates).
So lands very close to , only dragged a hair toward . That "hair" is the whole signal.
PICTURE. A see-saw / weighted-average bar: the final level pin sits almost on top of the heavy side, tugged only slightly toward the light side.

Step 5 — Subtract the reference: the signal swing
WHAT. The sense amp does not care about the absolute voltage — it cares how far the bitline moved away from its precharge reference . Call that displacement (the Greek delta means "change in").
WHY subtract ? Because "up from half" means "1" and "down from half" means "0". The sign and size of the move is the readout, not the level itself.
Put the over the common denominator and simplify. The terms cancel:
- — the dilution factor. With , this is : barely 9% survives.
- — how far the cell started from the reference. For a "1" this is positive; for a "0" it is negative.
PICTURE. A big arrow (the cell's original distance from half) shrinking down to a tiny arrow (the actual bitline swing) as it passes through the "attenuator".

Step 6 — Plug in numbers: how tiny is tiny?
WHAT. Use the parent note's values: , , .
For a stored "1" ():
WHY it matters. The bitline moved up by only about 55 thousandths of a volt — far too faint to call a "1" reliably on its own. This tiny number is the entire justification for Sense Amplifiers: something must blow back up to a full .
PICTURE. A voltage axis with the reference line and a barely-taller mark at — the reader should feel how small is next to .

Step 7 — All the cases: "1", "0", and the degenerate ones
WHAT. One formula must cover every scenario. Let us walk them so no read surprises you.
Case A — stored "1" (): , so . Bitline swings up. → sense amp reads 1.
Case B — stored "0" (): , so . Bitline swings down. → sense amp reads 0. This is why we precharged to the middle: "1" and "0" push in opposite directions with equal magnitude, symmetric around the reference.
Case C — degenerate: what if ? (an imaginary bitline with no wire capacitance). Then and — the full cell voltage transfers, no dilution. This confirms the dilution factor is entirely the bitline's fault.
Case D — degenerate: what if ? (an infinitely long wire). Then and — the cell is swallowed without a trace, unreadable. This is the design limit: keep bitlines short so never dwarfs too badly.
Case E — the read is destructive. After equalising, the cell no longer sits at ; it now sits at , diluted toward the middle. The original bit is gone. The sense amp must therefore rewrite it — see DRAM Refresh.
PICTURE. A single voltage axis showing the precharge line, an up-swing (1, green), a down-swing (0, red), and faint dashed extremes for (huge swing) and (zero swing).

The one-picture summary
Below: the small cup's tall-but-thin charge pours through the transistor into the wide bitline tank. Levels equalise at , a weighted average pinned near . The bitline's rise above the reference is the tiny — the signal the sense amp must rescue.

Recall Feynman: the whole walkthrough in plain words
Picture a thimble of water (the cell) sitting high, and a big bathtub (the bitline) filled to exactly half. We open a little tap between them. Water can't appear or vanish, so whatever leaves the thimble enters the tub — that's the ONE rule (charge conservation). Because the tub is huge, the thimble's water barely raises it: the shared final level is almost exactly the tub's old half-full level, tugged up by only a hair. That "hair" — about 55 thousandths of a volt in real numbers — is the entire signal that says "the thimble was full, this was a 1." If the thimble had been empty (a 0), the tub level dips a hair below half instead. We started the tub at exactly half so full and empty push it opposite ways by equal amounts. A super-sensitive gauge (the sense amp) then blows that hair back up to a clear full/empty answer — and refills the spilled thimble, because opening the tap ruined the original.
Recall
Which law alone gives the whole derivation? ::: Charge conservation — total charge before connecting equals total charge after. In the weighted average , which cup dominates and why? ::: The bitline , because it has the larger capacitance (larger weight). What does the dilution factor become if ? ::: It tends to , so — the bit becomes unreadable; keep bitlines short. Sign of for a stored "0"? ::: Negative — bitline swings below . Numeric swing for fF, fF, V, reading a "1"? ::: About mV.
Connections
- Charge Sharing — the conservation principle this whole page is built on.
- Capacitor Q=CV — the one relation used in Steps 1–2.
- Sense Amplifiers — why the tiny needs rescuing.
- Bitline and Wordline Architecture — where comes from and why it's large.
- DRAM Refresh — the write-back that undoes the destructive read (Case E).