Uniform Convergence of fn: Does fn(x)=nx^2/1+nx Converge?

math8
Messages
143
Reaction score
0
does {fn} converge uniformly? fn(x)=nx^2/1+nx


I can see that fn converges pointwise to f(x)=x. I know, for epsilon>0, I need to find N st for n >or equal to N, |fn(x)-f(x)|<epsilon.

|fn(x)-f(x)|=x/1+nx but then I am stuck.
 
Physics news on Phys.org
math8 said:
does {fn} converge uniformly? fn(x)=nx^2/1+nx


I can see that fn converges pointwise to f(x)=x.
Why is that the case?
 
To be clear, are you considering convergence on all of \mathbb{R} or
only on [0,1]? Also, your sequence of functions is

<br /> f_n(x) = \frac{x}{1+nx}<br />

correct? If it really is (as you wrote)

<br /> f_n(x) = nx^2 + nx<br />

then it should be clear that the only place it converges is at x = 0. Assuming the first version is correct, continue reading.

One idea: note that

<br /> |f_n(x) - x| = \frac{x}{1+nx} \le \frac{x}{nx} = \frac 1 n \quad \forall x <br />

Given an \epsilon &gt; 0, how would you choose an appropriate value of N?
 
for dirk_mec1,

fn(x) converges pointwise to x because lim as n-->infinity of fn(x) equals x.
 
math8 said:
for dirk_mec1,

fn(x) converges pointwise to x because lim as n-->infinity of fn(x) equals x.

On what domain are these functions fn defined (like statdad already asked you) ?
 
I will prefer the domain to be [0,infinity]...for x is not defined at -1/n, which makes it a bit complicated.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top