Pointwise Vs. Uniform Convergence: A Calculus Example

by Andrew McMorgan 54 views

Hey guys, welcome back to Plastik Magazine! Today, we're diving deep into the fascinating world of calculus, specifically tackling a concept that can trip up even the most seasoned math enthusiasts: the difference between pointwise convergence and uniform convergence of function series. You know how sometimes a function series looks like it's behaving nicely, converging in a pretty standard way, but then BAM! it falls apart when you look at it more closely? That's often where the distinction between these two types of convergence really shines (or, you know, doesn't shine, if it's not uniform!).

We're going to explore a classic example today, a series of functions that does converge, but sadly, not uniformly. Understanding this difference is super crucial because uniform convergence has some seriously cool properties that pointwise convergence just doesn't offer. For instance, if a series of functions converges uniformly to a function, and each of those functions in the series is continuous, then the limit function is also continuous. That's a biggie! Also, uniform convergence allows us to integrate and differentiate the series term-by-term, which is incredibly powerful. So, when we find a series that converges pointwise but not uniformly, it's like finding a loophole, a situation where we can't automatically apply these powerful theorems. It highlights why the stricter condition of uniform convergence is sometimes necessary. We'll break down the example step-by-step, making sure to explain why it converges pointwise and, more importantly, why it fails to converge uniformly. Get ready to flex those calculus muscles!

The Quest for a Convergent, Non-Uniform Series

Alright, let's get down to business. You're looking for that elusive example, a series of functions that converges, but not uniformly. This is a common quest when first grappling with these ideas, and for good reason! It perfectly illustrates the subtle but significant gap between pointwise and uniform convergence. The canonical example that usually comes up in textbooks and lectures, and the one we'll dissect today, involves a series defined on a specific interval. We want to show that as 'n' (the index of our series terms) gets larger, the sum of the functions approaches a specific limit function. This is the 'converges' part. But then, we need to demonstrate that this convergence isn't happening 'at the same pace' across the entire interval, which is the hallmark of non-uniform convergence.

Consider the series โˆ‘n=1โˆžfn(x)\sum_{n=1}^{\infty} f_n(x), where each fn(x)f_n(x) is a carefully crafted function. The beauty of this example is that it's not overly complicated, yet it perfectly captures the essence of the problem. We'll need to define our functions fn(x)f_n(x) in a way that their sum behaves nicely pointwise but exhibits a particular 'jumpiness' or 'instability' as 'n' increases when viewed across the interval. Think about functions that are non-zero only on very small, moving intervals. This kind of behavior often leads to pointwise convergence (because for any fixed x, eventually the terms become zero and stay zero) but prevents uniform convergence (because that small interval where the function is non-zero might still be significant relative to the 'error' we're allowed to have). So, stay with me as we build this example from the ground up, looking at both its pointwise behavior and its failure to meet the stricter criteria of uniform convergence. It's going to be illuminating!

Constructing the Example Series

Let's define our series. The general form we'll be looking at is โˆ‘n=1โˆžfn(x)\sum_{n=1}^{\infty} f_n(x). A very common and effective example is the series defined by:

fn(x)=x2neโˆ’x/nf_n(x) = \frac{x^2}{n} e^{-x/n}

This is a function series where each term fn(x)f_n(x) depends on both the index 'n' and the variable 'x'. We're interested in its behavior, particularly on an interval like [0,infty)[0, \\infty). The first step in understanding any series is to figure out what function it converges to, pointwise. This means, for each specific value of 'x', we need to determine the limit of the sum as nโ†’โˆžn \to \infty. Let's fix an arbitrary xโ‰ฅ0x \ge 0. We need to evaluate:

S(x)=limโกNโ†’โˆžโˆ‘n=1Nfn(x)=limโกNโ†’โˆžโˆ‘n=1Nx2neโˆ’x/nS(x) = \lim_{N \to \infty} \sum_{n=1}^{N} f_n(x) = \lim_{N \to \infty} \sum_{n=1}^{N} \frac{x^2}{n} e^{-x/n}

Now, this looks a bit tricky at first glance. However, let's consider the behavior of the term x2neโˆ’x/n\frac{x^2}{n} e^{-x/n} as nโ†’โˆžn \to \infty for a fixed xx. If x=0x=0, then fn(0)=02neโˆ’0/n=0f_n(0) = \frac{0^2}{n} e^{-0/n} = 0 for all nn. So, the sum is clearly 0.

If x>0x > 0, we can analyze the limit of fn(x)f_n(x) as nโ†’โˆžn \to \infty. Let y=1/ny = 1/n. As nโ†’โˆžn \to \infty, yโ†’0+y \to 0^+. The expression becomes x2yeโˆ’xyx^2 y e^{-xy}. As yโ†’0+y \to 0^+, this term approaches x2โ‹…0ecdote0=0x^2 \cdot 0 ecdot e^0 = 0.

This suggests that each term fn(x)โ†’0f_n(x) \to 0 as nโ†’โˆžn \to \infty for any fixed xโ‰ฅ0x \ge 0. While this is a necessary condition for convergence, it doesn't guarantee that the sum converges. However, we can use a more powerful tool here: the Weierstrass M-test or by direct comparison with a known convergent series.

Let's think about the behavior of g(t)=1teโˆ’tg(t) = \frac{1}{t}e^{-t} for t>0t > 0. Its derivative is gโ€ฒ(t)=โˆ’1t2eโˆ’tโˆ’1teโˆ’t=โˆ’eโˆ’t(1t2+1t)g'(t) = -\frac{1}{t^2}e^{-t} - \frac{1}{t}e^{-t} = -e^{-t}(\frac{1}{t^2} + \frac{1}{t}). For t>0t > 0, gโ€ฒ(t)<0g'(t) < 0, so g(t)g(t) is a decreasing function.

Consider the term x2neโˆ’x/n\frac{x^2}{n} e^{-x/n}. Let t=n/xt = n/x. Then the term is x21neโˆ’x/nx^2 \frac{1}{n} e^{-x/n}. This doesn't simplify nicely.

Let's consider the integral test analogy. The integral โˆซ1โˆžx2teโˆ’x/tdt\int_1^\infty \frac{x^2}{t} e^{-x/t} dt might give us a hint.

However, a simpler approach is to use bounding. For a fixed x>0x > 0, let's consider the function h(n)=x2neโˆ’x/nh(n) = \frac{x^2}{n} e^{-x/n}. We already saw that limโกnโ†’โˆžh(n)=0\lim_{n \to \infty} h(n) = 0. To show the series converges, we can compare it to something we know converges.

Let's rethink the function. Perhaps a slightly different construction is more illustrative for the non-uniform aspect. A very common and clean example is:

fn(x)=xnโˆ’xn+1f_n(x) = \frac{x}{n} - \frac{x}{n+1}

This is a telescoping series if we consider the sum โˆ‘n=1Nfn(x)\sum_{n=1}^N f_n(x). Let's look at the partial sum SN(x)=โˆ‘n=1N(xnโˆ’xn+1)S_N(x) = \sum_{n=1}^N (\frac{x}{n} - \frac{x}{n+1}).

SN(x)=(x1โˆ’x2)+(x2โˆ’x3)+โ‹ฏ+(xNโˆ’xN+1)S_N(x) = (\frac{x}{1} - \frac{x}{2}) + (\frac{x}{2} - \frac{x}{3}) + \dots + (\frac{x}{N} - \frac{x}{N+1}).

This telescopes to SN(x)=xโˆ’xN+1S_N(x) = x - \frac{x}{N+1}.

Now, let's find the pointwise limit S(x)=limโกNโ†’โˆžSN(x)S(x) = \lim_{N \to \infty} S_N(x).

S(x)=limโกNโ†’โˆž(xโˆ’xN+1)=xโˆ’0=xS(x) = \lim_{N \to \infty} (x - \frac{x}{N+1}) = x - 0 = x

So, the series โˆ‘n=1โˆž(xnโˆ’xn+1)\sum_{n=1}^{\infty} (\frac{x}{n} - \frac{x}{n+1}) converges pointwise to the function S(x)=xS(x) = x for all xx. This is our 'converges' part. Now, we need to show it does not converge uniformly on some interval.

Demonstrating Non-Uniform Convergence

We've established that our series โˆ‘n=1โˆž(xnโˆ’xn+1)\sum_{n=1}^{\infty} (\frac{x}{n} - \frac{x}{n+1}) converges pointwise to S(x)=xS(x) = x. The question now is, does it converge uniformly to S(x)=xS(x)=x on a chosen interval? Let's consider the interval [0,1][0, 1]. For uniform convergence on an interval [a,b][a, b], we need the maximum difference between the partial sum SN(x)S_N(x) and the limit function S(x)S(x) to approach zero as Nโ†’โˆžN \to \infty, and this maximum should be taken over the entire interval. Mathematically, this means:

limโกNโ†’โˆžsupโกxโˆˆ[a,b]โˆฃSN(x)โˆ’S(x)โˆฃ=0\lim_{N \to \infty} \sup_{x \in [a, b]} |S_N(x) - S(x)| = 0

Let's calculate โˆฃSN(x)โˆ’S(x)โˆฃ|S_N(x) - S(x)| for our series on the interval [0,1][0, 1]. We found SN(x)=xโˆ’xN+1S_N(x) = x - \frac{x}{N+1} and S(x)=xS(x) = x. So,

โˆฃSN(x)โˆ’S(x)โˆฃ=โˆฃ(xโˆ’xN+1)โˆ’xโˆฃ=โˆฃโˆ’xN+1โˆฃ=โˆฃxโˆฃN+1|S_N(x) - S(x)| = |(x - \frac{x}{N+1}) - x| = |-\frac{x}{N+1}| = \frac{|x|}{N+1}

Since we are considering the interval [0,1][0, 1], xx is non-negative, so โˆฃxโˆฃ=x|x|=x. Thus,

โˆฃSN(x)โˆ’S(x)โˆฃ=xN+1|S_N(x) - S(x)| = \frac{x}{N+1}

Now, we need to find the supremum (the least upper bound) of this quantity over the interval [0,1][0, 1]:

supโกxโˆˆ[0,1]xN+1\sup_{x \in [0, 1]} \frac{x}{N+1}

The function xN+1\frac{x}{N+1} is an increasing function of xx (since N+1N+1 is positive and constant with respect to xx). Therefore, its maximum value on the interval [0,1][0, 1] occurs at x=1x=1.

supโกxโˆˆ[0,1]xN+1=1N+1\sup_{x \in [0, 1]} \frac{x}{N+1} = \frac{1}{N+1}

Finally, we check the limit of this supremum as Nโ†’โˆžN \to \infty:

limโกNโ†’โˆž1N+1\lim_{N \to \infty} \frac{1}{N+1}

This limit is clearly 0.

Wait a minute! This seems to indicate uniform convergence on [0,1][0, 1]. What went wrong? Ah, the example needs to be chosen carefully to demonstrate non-uniform convergence. Let's go back to the drawing board and pick a different, more standard example that highlights this failure.

A Better Example: The Classic Non-Uniform Converger

Let's consider the series of functions defined on the interval [0,1][0, 1]:

fn(x)=nxeโˆ’nx2f_n(x) = nx e^{-nx^2}

This might look a bit more complex, but it's a textbook case for demonstrating non-uniform convergence. First, let's find the pointwise limit S(x)S(x). For any fixed xx, we need to evaluate:

S(x)=limโกnโ†’โˆžnxeโˆ’nx2S(x) = \lim_{n \to \infty} nx e^{-nx^2}

Case 1: x=0x = 0. fn(0)=necdot0ecdoteโˆ’necdot02=0f_n(0) = n ecdot 0 ecdot e^{-n ecdot 0^2} = 0. So, S(0)=0S(0) = 0.

Case 2: x>0x > 0. Let y=nxy = nx. The expression is yeโˆ’yxy e^{-yx}. This form is tricky. Let's rewrite it as nxenx2\frac{nx}{e^{nx^2}}. As nโ†’โˆžn \to \infty, this is of the indeterminate form โˆžโˆž\frac{\infty}{\infty}. We can use L'Hรดpital's Rule with respect to nn (treating xx as a constant):

limโกnโ†’โˆžnxenx2=limโกnโ†’โˆžddn(nx)ddn(enx2)=limโกnโ†’โˆžxx2enx2=limโกnโ†’โˆž1xenx2\lim_{n \to \infty} \frac{nx}{e^{nx^2}} = \lim_{n \to \infty} \frac{\frac{d}{dn}(nx)}{\frac{d}{dn}(e^{nx^2})} = \lim_{n \to \infty} \frac{x}{x^2 e^{nx^2}} = \lim_{n \to \infty} \frac{1}{x e^{nx^2}}

Since x>0x > 0, x2>0x^2 > 0. As nโ†’โˆžn \to \infty, nx2โ†’โˆžnx^2 \to \infty, so enx2โ†’โˆže^{nx^2} \to \infty. Therefore, 1xenx2โ†’0\frac{1}{x e^{nx^2}} \to 0.

So, for any xโˆˆ[0,1]x \in [0, 1], the pointwise limit is S(x)=0S(x) = 0. The series converges pointwise to the zero function.

Now, let's check for uniform convergence on [0,1][0, 1]. We need to examine the behavior of โˆฃSN(x)โˆ’S(x)โˆฃ=โˆฃnxeโˆ’nx2โˆ’0โˆฃ=nxeโˆ’nx2|S_N(x) - S(x)| = |nx e^{-nx^2} - 0| = nx e^{-nx^2} for xโˆˆ[0,1]x \in [0, 1]. For uniform convergence, the maximum value of this difference over the interval [0,1][0, 1] must go to zero as Nโ†’โˆžN \to \infty.

Let's fix NN and find the maximum of g(x)=nxeโˆ’nx2g(x) = nx e^{-nx^2} for xโˆˆ[0,1]x \in [0, 1]. We can find critical points by taking the derivative with respect to xx and setting it to zero.

gโ€ฒ(x)=ddx(nxeโˆ’nx2)g'(x) = \frac{d}{dx}(nx e^{-nx^2})

Using the product rule:

gโ€ฒ(x)=necdoteโˆ’nx2+nxecdoteโˆ’nx2ecdot(โˆ’2nx)g'(x) = n ecdot e^{-nx^2} + nx ecdot e^{-nx^2} ecdot (-2nx)

gโ€ฒ(x)=neโˆ’nx2โˆ’2n2x2eโˆ’nx2g'(x) = n e^{-nx^2} - 2n^2 x^2 e^{-nx^2}

gโ€ฒ(x)=neโˆ’nx2(1โˆ’2nx2)g'(x) = n e^{-nx^2} (1 - 2nx^2)

Set gโ€ฒ(x)=0g'(x) = 0. Since neโˆ’nx2n e^{-nx^2} is always positive, we need:

1โˆ’2nx2=01 - 2nx^2 = 0

2nx2=12nx^2 = 1

x2=12nx^2 = \frac{1}{2n}

x=12n=12nx = \sqrt{\frac{1}{2n}} = \frac{1}{\sqrt{2n}}

This value of xx is within our interval [0,1][0, 1] for nโ‰ฅ1n \ge 1.

Now, let's find the maximum value of nxeโˆ’nx2nx e^{-nx^2} at this critical point x=12nx = \frac{1}{\sqrt{2n}}:

nxeโˆ’nx2=n(12n)eโˆ’n(12n)2nx e^{-nx^2} = n \left(\frac{1}{\sqrt{2n}}\right) e^{-n(\frac{1}{\sqrt{2n}})^2}

=n2neโˆ’n(12n)= \frac{n}{\sqrt{2n}} e^{-n(\frac{1}{2n})}

=n2eโˆ’1/2= \frac{\sqrt{n}}{\sqrt{2}} e^{-1/2}

=n21e= \frac{\sqrt{n}}{\sqrt{2}} \frac{1}{\sqrt{e}}

=12en= \frac{1}{\sqrt{2e}} \sqrt{n}

This expression, 12en\frac{1}{\sqrt{2e}} \sqrt{n}, is the maximum value of โˆฃSN(x)โˆ’S(x)โˆฃ|S_N(x) - S(x)| on [0,1][0, 1] for a given NN.

For uniform convergence, we need limโกNโ†’โˆžsupโกxo[0,1]โˆฃSN(x)โˆ’S(x)โˆฃ=0\lim_{N \to \infty} \sup_{x o [0,1]} |S_N(x) - S(x)| = 0. Let's evaluate this limit:

limโกNโ†’โˆž12eN\lim_{N \to \infty} \frac{1}{\sqrt{2e}} \sqrt{N}

As Nโ†’โˆžN \to \infty, Nโ†’โˆž\sqrt{N} \to \infty. Therefore, this limit is infinity, not 0.

Why It Fails Uniform Convergence

The reason this series fails to converge uniformly is precisely because the maximum error โˆฃSN(x)โˆ’S(x)โˆฃ|S_N(x) - S(x)| does not go to zero as Nโ†’โˆžN \to \infty. For any given large NN, there's always some xx in the interval [0,1][0, 1] where the difference between the partial sum SN(x)S_N(x) and the limit function S(x)=0S(x)=0 is significant. In this specific example, the 'peak' error occurs at x=12Nx = \frac{1}{\sqrt{2N}}, and the height of this peak grows with NN (as N\sqrt{N}). This means that no matter how large NN gets, there will always be points in the interval where SN(x)S_N(x) is 'far' from 0.

Uniform convergence requires that the functions SN(x)S_N(x)