Weierstrass Approximation Theorem on $\frac{1}{x}$

1.7k Views Asked by At

Good day, we have just covered uniform continuity and polynomial approximations of continuous functions and I do not quite think I have the hang of it. We were given an example but it wasn't thoroughly explained.

$f:(0,1] \rightarrow \Bbb R \ \ $ where $f(x)=\frac{1}{x}$

Weierstrass' Approximation Theorem fails to hold here and so there does not exist a sequence of polynomials ${p_n}$ s.t $\ p_n \rightarrow f$ uniformly

Can someone explain why that is the case? We were told that it is because the interval is not closed but I wanted more explanation on this.

2

There are 2 best solutions below

1
On BEST ANSWER

In general, if $X$ is any set whatever and $P_n$ is a sequence of bounded functions on $X$ which converge uniformly to a function $f$, then $f$ is bounded. Proof: there exists $n$ such that $|P_n(x) - f(x)| \le 1$ for all $x \in X$, and there exists $M$ such that $|P_n(x)| \le M$ for all $x \in X$. Then for all $x \in X$, $|f(x)| \le |P_n(x)| + |P_n(x) - f(x)| \le M+1$. Continuity plays no role in this part of the proof.

In the original situation, each polynomial is bounded on $(0, 1]$ since it extends continuously to $[0, 1]$. (This is the only place that continuity enters.) Since $f(x) = 1/x$ is not bounded on $(0,1]$, it cannot be uniformly approximated by polynomials.

1
On

Since the OP is interested about unifom convergence on interval like $[1,\infty)$ ;

Here I develop some remarks I made in the comments:

If $f \mapsto_{\infty} l$ then $f$ has to be equal to $l$ on $[1,\infty)$ to allow the uniform convergence of a sequence of polynomial towards $f$. Indeed, if you take $P$ which is not constant then $\sup_{[1,\infty)}|f(x)-P(x)| = \infty$

since $|P(x)| \to_{\infty} \infty$ while $f \to l$

And, if you take $P \neq l$ then there would exists $C>0$ (which is valid for all such $P$) such that $\sup_{[1,\infty)}|f(x)-P(x)|≥ C$ since $f \to l$. The same if $P=l$ since $f$ is not contant.

Actually, if $(p_n)$ converges uniformly towards $f$ on $[1,+∞)$, $f$ is a polynomial.

Proof:

$\exists N \in \mathbb N, \forall n ≥ N, \forall x \in \mathbb R, |P_n(x)-P_N(x)|≤1$

For all $n ≥ N, P_n - P_N$ is bounded on $[1,\infty)$, hence it is constant.

$\forall n ≥ N, P_n = P_N + a_n$

Otherwise $(P_n(1))$ converges, so (a_n) converges too, towards $a$.

Finally, $\forall x \in [1, +\infty), f(x) = \lim_{n \to \infty} P_n(x) = P_N(x) + a$.

So $f = P_N + a$ is a polynomial.

As a consequence, one can prove there is no sequence of polynomial that converges toward $f$ on $[1, \infty)$ by showing $f$ is not a polynomial (just as showing $f$ is not continuous would suffice (since an uniform limit of continuous function is continuous)).

One way is to prove the derivative $f^{(n)} \neq 0, \forall n$.