What is limx-->0 f(x) when lim x-->0 g(x)=0?

  • Thread starter Thread starter lep11
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 3K views
lep11
Messages
380
Reaction score
7

Homework Statement


Let |f(x)|≤g(x) for all x∈ Mf∩Mg.
What is limx-->0 f(x) when lim x-->0 g(x)=0?
What is limx-->0 f(x) when lim x-->0 g(x)=3?

The Attempt at a Solution


Well, given that|f(x)|≤g(x), lim x-->0 g(x)=0 intuitively implies to me that | limx-->0 f(x) |≤0
therefore | limx-->0 f(x) |=0 --> limx-->0 f(x)=0

AND when lim x-->0 g(x)=3

|limx-->0 f(x)|≤3 ⇔ -3 ≤limx-->0 f(x)≤3

Is my reasoning correct?
 
Physics news on Phys.org
lep11 said:

Homework Statement


Let |f(x)|≤g(x) for all x∈ Mf∩Mg.
What is limx-->0 f(x) when lim x-->0 g(x)=0?
What is limx-->0 f(x) when lim x-->0 g(x)=3?

The Attempt at a Solution


Well, given that|f(x)|≤g(x), lim x-->0 g(x)=0 intuitively implies to me that | limx-->0 f(x) |≤0

Can you turn your intuition into a rigorous proof that [itex]\lim_{x \to 0} f(x) = 0[/itex] in this case?

AND when lim x-->0 g(x)=3

|limx-->0 f(x)|≤3 ⇔ -3 ≤limx-->0 f(x)≤3

Is my reasoning correct?

Must [itex]\lim_{x \to 0} f(x)[/itex] necessarily exist when [itex]\lim_{x \to 0} g(x) > 0[/itex]? Consider the case [tex] f(x) = \begin{cases} -1 & x < 0, \\ 0 & x = 0, \\ 1 & x > 0, \end{cases}\qquad g(x) = 3.[/tex]
 
pasmith said:
Can you turn your intuition into a rigorous proof that [itex]\lim_{x \to 0} f(x) = 0[/itex] in this case?
How?

pasmith said:
Must [itex]\lim_{x \to 0} f(x)[/itex] necessarily exist when [itex]\lim_{x \to 0} g(x) > 0[/itex]? Consider the case [tex] f(x) = \begin{cases} -1 & x < 0, \\ 0 & x = 0, \\ 1 & x > 0, \end{cases}\qquad g(x) = 3.[/tex]
No. So in that case we cannot say anythin about [itex]\lim_{x \to 0} f(x)[/itex] since it won't necessarily even exist?

However if it exists then -3 ≤limx-->0 f(x)≤3
 
ahh there is a small typo in the problem statement.. it should be x approaches a, not 0
 
I used the squeeze theorem to prove that limx→0f(x)=0
 
lep11 said:
ahh there is a small typo in the problem statement.. it should be x approaches a, not 0

lep11 said:
I used the squeeze theorem to prove that limx→0f(x)=0
Isn't it the limit as x approaches a?So for the second part, if ##|f(x)| \le g(x)## and ##\lim_{x \to a} g(x) = 3##, is it necessarily true that ##\lim_{x \to a} f(x) = 0##?
 
Mark44 said:
Isn't it the limit as x approaches a?
Yes it is, I'm sorry

Mark44 said:
So for the second part, if ##|f(x)| \le g(x)## and ##\lim_{x \to a} g(x) = 3##, is it necessarily true that ##\lim_{x \to a} f(x) = 0##?
No, because limx→a f(x) won't necessarily exist when lim x-->a g(x)=3.
 
lep11 said:
I used the squeeze theorem to prove that limx→0f(x)=0
Mark44 said:
So for the second part, if ##|f(x)| \le g(x)## and ##\lim_{x \to a} g(x) = 3##, is it necessarily true that ##\lim_{x \to a} f(x) = 0##?
lep11 said:
No, because limx→a f(x) won't necessarily exist when lim x-->a g(x)=3.
OK, I wasn't sure whether you were using the squeeze theorem for the second part.