Is there any way of visually interpreting Weierstrass M test?

143 Views Asked by At

Can anyone suggest me some way to visualize Weierstrass M test of uniform convergence of a series of functions?

Statement:

Suppose ${f_n}$ is a sequence of functions such that $\exists$ a sequence $(M_n)$ such that $|f_n(x)|\leq M_n \forall x$ and $\forall n \in \Bbb N$.If $\sum M_n$ converges then $\sum f_n$ converges uniformly.

I want to visualize graphically what is going on.

1

There are 1 best solutions below

2
On BEST ANSWER

Here’s one visualisation (See the statement of Weierstrass M test):

  • Put $S_n = 2\sum_{k=1}^n M_k$, $S = 2\sum_{k=1}^{\infty} M_k$, and draw the lines $y = S_n$ for each $n$. (Think of a rainbow cake of finite thickness $S$ but infinitely many layers.)

  • Let the $n$th layer be the plane between the lines $y=S_{n-1}$ and $y=S_n$. Put $Z_n = S_n - M_n$ for each $n$ and draw a dotted line $y=Z_n$ for each $n$. (The idea is that for each $n$ we can shift the $x$-axis to the $n$th dotted line, and the $n$th layer represents ‘$0 \pm M_n$’.)

  • If for all $n$, you can plot $y=|f_n(x)|+Z_n$ within the $n$th layer then the M test is passed: you can add all of the $f_n$ together and the sum will converge.

Uniform convergence is (I think) guaranteed because the layers are the same thickness across the entire domain. For pointwise convergence, the layer thicknesses could vary with $x$, and so you would need to accumulate more layers (increase $n$) to guarantee that the total thickness is under control.