Pointwise vs Uniform Convergence — 2D Trace View
Interactive 2D plot of a function sequence f_n(x): watch the curve settle against its pointwise limit while a second panel traces the sup-norm sup|f_n-f| against n, revealing whether convergence is uniform.
Real analysis draws a sharp line between two ways a sequence of functions can "converge": pointwise, where each individual point settles down at its own pace, and uniform, where a single tolerance works everywhere on the domain at once. This 2D companion view renders the same three textbook function sequences as two linked Cartesian plots instead of a 3D surface: the current curve fn(x) against its limit with a shaded ε-tolerance band, and — directly below it — a running trace of the sup-norm S(n) = supx|fn(x) − f(x)| against the index n. Watching that second trace either decay to zero and stay there (uniform convergence) or flatten out at a stubborn positive floor (not uniform) makes the abstract ε–N definition of uniform convergence directly visible as a single curve, including the classic case — the travelling bump n·x·(1−x)n — where the limit is continuous yet convergence still fails to be uniform.
A 2D companion view of pointwise vs uniform convergence: watch the curve f_n(x) settle against its limit inside an epsilon band on one plot, while a linked second plot traces the sup-norm sup|f_n-f| against n itself across three classic real-analysis examples.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install