This page is a self-test. Each problem states cleanly what to find. Solutions are hidden inside collapsible callouts — try first, then reveal. Problems climb five levels:
Everything here builds on the parent topic. The core tool is the growth law
N(t)=N02(t−t0)/Td,
where N0 is the transistor count at a starting year t0, t is the year you ask about, and Td is the doubling time (how many years pass per ×2). We'll use it constantly.
Td = doubling time (≈2 years for Moore's Law).
The exponent (t−t0)/Td literally counts how many doublings have fit into the elapsed time; base 2 performs each doubling.
Recall Solution — L1.2
False. It is an empirical, economic/industry observation — the industry invests to keep it true. Nothing in physics forces the doubling.
Recall Solution — L1.3
Dennard scaling. Moore's Law is only about count. Dennard is the device-physics engine giving faster switching and constant power density.
Elapsed =2028−2018=10 years ⇒ doublings =10/2=5.
N=5×108⋅25=5×108⋅32=1.6×1010.Why: 5 doublings means ×25=32.
Recall Solution — L2.2
The count grew by a factor 103 over 22 years. We need to solve 222/Td=103.
Why take a log? The unknown Td is trapped inside the exponent. Taking log10 pulls it down where we can isolate it:
Td22log102=3⇒Td=322×0.301≈2.2 years.
Matches Moore's ~2-year figure. ✔
Recall Solution — L2.3
Delay scales as τ∝1/κ=1/2≈0.707.
Why:τ=CV/I, and under Dennard C→1/κ, V→1/κ, I→1/κ, so
τ∝1/κ(1/κ)(1/κ)=κ1.
Frequency f=1/τ rises by κ=2≈1.41× — ~41% faster per node.
Taking log10 of the growth law:
log10N=log10N0+Tdlog102(t−t0).
This is a straight line in t with slope Tdlog102. See the figure: both lines leave the same point but the Td=2 line is steeper.
Slope ratio:
slopeTd=3slopeTd=2=1/31/2=23=1.5.
The faster-doubling company's line is 1.5× steeper — exponential speed becomes a simple slope on a log axis.
Recall Solution — L3.2
With C→1/κ and V→1/κ:
P∝CV2→κ1⋅κ21=κ31(dynamic, ignoring f).
Including τ→1/κ so f→κ: P∝CV2f→κ1⋅κ21⋅κ=κ21.
Area A→1/κ2. Therefore
AP→1/κ21/κ2=1(constant).The load-bearing assumption: ==voltage V scales down with κ== (see Dynamic Power CV2f). If V freezes, the V2 term stops shrinking and P/Arises — that's the power wall.
Recall Solution — L3.3
Per transistor: P∝CV2f. With V,f fixed and C→1/κ: P→1/κ.
Density P/A: transistors per area rise by κ2, so
AP→(1/κ2)(1/κ)=κ=2≈1.41.
Power density rises ~41% per node — chips run hotter each generation. This is exactly the Dennard breakdown that pushed the industry toward Multi-core Architecture.
2005→2015 = 10 years = 5 nodes. Each node multiplies frequency by κ=2:
f2015=3GHz×(2)5=3×22.5=3×5.657≈16.97GHz.Reality: clocks plateaued at ~3–4 GHz (the power wall). The doubling transistors — still delivered by Moore's Law — were spent on more cores (Multi-core Architecture), not more GHz. Ideal Dennard would have given ~17 GHz single cores; leakage-driven heat forbade it.
Recall Solution — L4.2
300mV=3S=3 decades. Each decade is ×10, so
Ileak,oldIleak,new=10300/100=103=1000.
Leakage explodes 1000× — see Leakage Current and Subthreshold Conduction. This is whyVth (and hence V) can't keep shrinking, which is the root cause of Dennard's death.
Recall Solution — L4.3
Power (dynamic ∝ active-transistor-count ×f; same total transistors):
A: ∝N⋅f.
B: 4 cores of N/4 each at f/2: ∝4⋅(N/4)⋅(f/2)=Nf/2.
B uses half the dynamic power.
Throughput (ops/s ∝ cores × freq):
A: 1⋅f=f.
B: 4⋅(f/2)=2f.
B is 2× throughput at half the power — the whole reason Multi-core Architecture won after Dennard ended. Lowering frequency drops the CV2f dynamic cost per core (see Dynamic Power CV2f) while parallelism recovers total work.
At t=t0: exponent =(t0−t0)/Td=0, and 20=1, so
N(t0)=N0⋅1=N0.
No degeneracy — it correctly returns the starting count. The formula is well-defined for all real t: for t<t0 the exponent is negative and N<N0 (fewer transistors in the past), which is the correct backward extrapolation.
Recall Solution — L5.2
Atomic granularity: a channel can't be thinner than a few atoms; gate control over the channel collapses. This is why geometry shifted to FinFETs and gate-all-around, wrapping the gate to keep control.
Quantum tunnelling / leakage: as the gate oxide and channel thin, electrons tunnel through barriers — leakage rises exponentially and static power dominates.
So even a perfectly funded Moore's Law hits hard physical walls; scaling is ultimately bounded by atoms and quantum mechanics, not just budgets.
Recall Solution — L5.3
Flawed premise: that the node name is a real physical length. Since ~2010 the node label ("3 nm", "5 nm") is a marketing name; no single feature is literally that size — gate lengths and pitches are considerably larger. So the "3 nm from the atomic limit" arithmetic is meaningless.
Correct view: density improvements now come from structure (FinFET → GAA → 3D stacking, FinFET and Gate-All-Around) and design, not just shrinking one length. Moore's Law (transistor count) has continued past the point the naive-name arithmetic would forbid — because the name never was the length.
Recall Solution — L5.4
Per transistor: P∝CV2f. With V,f fixed and C→1/κ: each transistor's power →1/κ.
But transistor count →2 (double per node). Total:
Ptotal→2×κ1=22=2≈1.41.
Total power would rise ~41% per node if all transistors ran at once. Since the cooling budget is fixed, you cannot power them all — hence dark silicon: a growing fraction of the chip must stay switched off ("dark") at any instant.
Recall One-line summary of the whole page
The growth law N=N02(t−t0)/Td becomes a straight line on a log axis (L1–L3); Dennard kept power density flat only while V shrank (L3); once V and f froze, extra transistors meant more heat/cores/dark silicon, not more GHz (L4–L5); and the ultimate limit is atoms + tunnelling, not budgets (L5).