Interchange of limit operations

  • Thread starter Thread starter ait.abd
  • Start date Start date
  • Tags Tags
    Limit Operations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
ait.abd
Messages
24
Reaction score
0

Homework Statement


Find a sequence of continuous functions [tex]f_n: R \rightarrow R[/tex] such that [tex]lim_{x \rightarrow 0}lim_{n \rightarrow \infty}f_n(x)[/tex] and [tex]lim_{n \rightarrow \infty}lim_{x \rightarrow 0}f_n(x)[/tex] exist and are unequal.


Homework Equations


N/A


The Attempt at a Solution


I think I need a sequence of continuous functions that has a limit function which is continuous at zero but discontinuous at some other point. In that case, the sequence of functions will not be uniformly convergent and we will not have these limits equal. But I don't know what function can fulfill this criteria.
 
Physics news on Phys.org
Yeah I can but the limits turn out to be equal. For example,
[tex]f_n(x) = (cos(x))^n[/tex]
[tex]lim_{n \rightarrow \infty}lim_{x \rightarrow 0} f_n = 1[/tex]
[tex]lim_{x \rightarrow 0}lim_{n \rightarrow \infty} f_n = 1[/tex]
This sequence is not uniformly convergent but the two limits are equal. The question requires them to be UNEQUAL.
 
In above post, there is a mistake.
[tex]lim_{x \rightarrow 0} lim_{n \rightarrow \infty} f_n(x)[/tex] doesn't exist. The question requires them to EXIST.
 
micromass said:
Are you certain that it doesn't exist? I think that the limit does exist and equals zero.

You do have to restrict the function to [-pi,pi], otherwise there is no limit...

Let's say we restrict the sequence to [-pi,pi] and say it is zero everywhere else (because we have to define it on R and not a subset of it).

Yes it doesn't exist. As you can see the limit function is following
[tex]lim_{n \rightarrow \infty}f_n(x) = 1 for x=0[/tex]
[tex]lim_{n \rightarrow \infty}f_n(x) = 0 , elsewhere}[/tex]

So the limit function is discontinuous at x=0 and [tex]lim_{x \rightarrow 0} f(x)[/tex] doesn't exist. By the way, it is the very first question of the exercise so it should be easy (I think so :confused: ) I don't know where I'm missing the point.
 
micromass said:
So, the limit function is

[tex]f(0)=1~\text{and}~f(x)=0~\text{if}~x\neq 0[/tex].

Then the limit [tex]\lim_{x\rightarrow 0}{f(x)}[/tex] certainly exists (and it equals 0)! You can easily prove this with the definition of limit...

Don't mind my asking very basic questions because i think my definition of limit is flawed.
What I know is that limit is defined, in above case, when f is defined on C{0} i.e. R - {0}. In this case, we can say limit x approaches 0 is zero as you described. But, since function is defined on x=0, shouldn't we take f(0) as limit ? Also, if we take it as a limit as you say, shouldn't the limit be different if we approach it from either side i.e. (-pi,0) and [0, pi). So a limit is not really defined here?
 
No, the limit of f is independent of f(0). The limit of a function is what the function value should be to make the function continuous. In our situation, we have that the function is 0, except in the point zero. So if f(0)=0 (which is not the case), then the function f would be continuous. This means that the limit of f equals 0.
 
micromass said:
No, the limit of f is independent of f(0). The limit of a function is what the function value should be to make the function continuous. In our situation, we have that the function is 0, except in the point zero. So if f(0)=0 (which is not the case), then the function f would be continuous. This means that the limit of f equals 0.

I got it now ...and in that case limit will be zero irrespective of the direction we use to approach x=0. Thank you very much micromass it really helped. Thanks again.