Proving limit of product of functions?

cookiesyum
Messages
72
Reaction score
0

Homework Statement



Let f be bounded on the interval c < x < infinity, and let lim g(x)x-->infinity = 0. Prove that lim f(x)g(x)x-->infinity = 0. Does this follow directly from Theorem 19?

Homework Equations



Theorem 19

Assuming that f and g are each defined on a deleted neighborhood of x = b, and that lim f(x)x-->b = A and lim g(x)x-->b = B, then it is true that

lim (f(x) + g(x))x-->b = A + B

lim f(x)g(x)x-->b = AB

lim f(x)/g(x)x-->b = A/B if B does not equal 0.

The Attempt at a Solution



It cannot follow from the Theorem because you can't be sure the limit of f(x) even exists. So, do you have to prove that lim f(x) exists and then it would follow from the theorem that lim f(x)g(x) = A*0 = 0?
 
Physics news on Phys.org
You are right. It doesn't follow directly from Theorem 19. f(x) doesn't need to have a limit. But f(x) being bounded is enough to show lim x->infinity f(x)g(x) is zero. It's a squeeze argument, right?
 
Dick said:
You are right. It doesn't follow directly from Theorem 19. f(x) doesn't need to have a limit. But f(x) being bounded is enough to show lim x->infinity f(x)g(x) is zero. It's a squeeze argument, right?

Since f is bounded on the interval (c, infinity), f(x)g(x) will be bounded on the same interval. How do you know g(x) is bounded on it too?

Assume f(x) <or= g(x) <or= f(x)g(x). Since lim g(x) = 0, lim f(x) = lim f(x)g(x) = 0 by the Squeeze Theorem.
 
Don't give me this gibberish. You don't need 'g(x) bounded'. f(x) is bounded. -M<=f(x)<=M where M is a bound for |f(x)|. g(x)->0. If you can't put that into a coherent argument using the Squeeze Theorem, I can't help you.
 
Dick said:
Don't give me this gibberish. You don't need 'g(x) bounded'. f(x) is bounded. -M<=f(x)<=M where M is a bound for |f(x)|. g(x)->0. If you can't put that into a coherent argument using the Squeeze Theorem, I can't help you.

Assume f(x) <or= g(x) <or= f(x)g(x). Since lim g(x) = 0, lim f(x) = lim f(x)g(x) = 0 by the Squeeze Theorem.

Is that not correct logic then? I'm sorry if I seem to be processing this slow. I really am trying my best. I don't have a very strong background in Math.
 
Ok, is it signs that are confusing you? If -M<=f(x)<=M (which is f bounded). Then 0<=|f(x)g(x)|<=M*|g(x)|. g(x)->0. Doesn't that show f(x)g(x)->0?
 
Dick said:
Ok, is it signs that are confusing you? If -M<=f(x)<=M (which is f bounded). Then 0<=|f(x)g(x)|<=M*|g(x)|. g(x)->0. Doesn't that show f(x)g(x)->0?

Ohhhhhhhh! That is more simple than I thought it would be. I'm really sorry you had to hit me over the head with it for me to understand. But, I really do appreciate it. I know I am not very good at this.
 
Back
Top