Using l'Hospitals rule for sequences of functions

Whistlekins
Messages
21
Reaction score
0

Homework Statement



Let (fn) be the sequence of functions defined on [0,1] by fn(x) = nxnlog(x) if x>0 and fn(0)=0. Each fn is continuous on [0,1].

Let a be in (0,1) and ha(y) = yay := yey log(a). Using l'Hospitals rule or otherwise, prove that limy->+∞ ha(y) = 0.

Then considering different cases for x and using the previous part, prove that (fn) converges point wise to the zero function.

Homework Equations





The Attempt at a Solution



I'm not too sure how to start this off. I rearranged h to ay/(1/y), differentiated top and bottom so I get ay/(-1/y2), and then taking the limit I get 0/0, and I'm not sure what to make of that. Also trying to rearrange the second part of h I get 0/0 when taking the limit of its derivatives.

What other path can I take to prove that the limit is 0?
 
Physics news on Phys.org
Whistlekins said:

Homework Statement



Let (fn) be the sequence of functions defined on [0,1] by fn(x) = nxnlog(x) if x>0 and fn(0)=0. Each fn is continuous on [0,1].

Let a be in (0,1) and ha(y) = yay := yey log(a). Using l'Hospitals rule or otherwise, prove that limy->+∞ ha(y) = 0.

Then considering different cases for x and using the previous part, prove that (fn) converges point wise to the zero function.

Homework Equations


The Attempt at a Solution



I'm not too sure how to start this off. I rearranged h to ay/(1/y), differentiated top and bottom so I get ay/(-1/y2), and then taking the limit I get 0/0, and I'm not sure what to make of that. Also trying to rearrange the second part of h I get 0/0 when taking the limit of its derivatives.

What other path can I take to prove that the limit is 0?

Take the log of y*a^y. Try to show it approaches -infinity as y->infinity. Use that log(a) is negative and show lim y->infinity log(y)/y=0.
 
Dick said:
Take the log of y*a^y. Try to show it approaches -infinity as y->infinity. Use that log(a) is negative and show lim y->infinity log(y)/y=0.

I don't understand why I need to take the log. Aren't I changing the function then?
 
If you really want to use L'Hopital, write it as
\frac{y}{a^{-y}}
 
Office_Shredder said:
If you really want to use L'Hopital, write it as
\frac{y}{a^{-y}}

That is more economical. But my point for Whistlekins is that if log(r)->-infinity then r goes to 0.
 
Dick said:
That is more economical. But my point for Whistlekins is that if log(r)->-infinity then r goes to 0.

Understood.

Now the second part of the question, can I just use the fact that limits of the product of two functions is equal to the product of the limits of the functions, and the fact that g_n(x) = nx^n is a subsequence of h? Is this all that is required for a proof?
 
Whistlekins said:
Understood.

Now the second part of the question, can I just use the fact that limits of the product of two functions is equal to the product of the limits of the functions, and the fact that g_n(x) = nx^n is a subsequence of h? Is this all that is required for a proof?

Yes, I think so. Now you know nx^n->0 for x in (0,1). So nx^nlog(x) must do the same. x=0 and x=1 are separate cases.
 
Back
Top