Heat Diffuses Toward a Flat Profile That Conserves the Mean
Every value in this lesson is rounded to four decimal places from a real physim one-dimensional heat-equation numerical simulation (scenario examples/heat-equation-1d-insulated.json), not derived from a closed form. Exact arithmetic here means exact results for the stated model inputs; measured inputs still carry uncertainty and significant-figure limits.
highlighted = computed this step
The real initial profile is a genuine cosine bump, not flat
A real physim one-dimensional heat-equation run starts an insulated rod with a cosine-shaped temperature bump. At t = 0.0000 seconds the real solver's own grid average is 2.0000 while individual points range from a real minimum of 1.0048 up to a real maximum of 2.9952 — the bump the solver actually computed, not a hand-drawn curve.
mean(u)=2.0000umax−umin=2.9952−1.0048
The real profile flattens while the real mean stays pinned
The same real solver reports the rod at t = 0.5000 seconds: the grid average is still 2.0000 — the real solver conserves it exactly, because an insulated rod cannot lose or gain heat through its ends — while every point's real value has settled to within four decimals of that same number, a genuine flattening the earlier ledger's spread already predicts.