Understand Squeeze Theorem: Less/Greater than Other Function?

In summary, the Squeeze Theorem states that if three functions f(x), g(x), and h(x) exist, and f(x) \leq g(x) \leq h(x), and if \lim_{x \rightarrow a} f(x) = L and \lim_{x \rightarrow a} h(x) = L, then \lim_{x \rightarrow a} g(x) must exist and its value must be L.
  • #1
FredericChopin
101
0
The Squeeze Theorem states that if three functions [itex]f(x)[/itex], [itex]g(x)[/itex], and [itex]h(x)[/itex] exist, and [itex]f(x) \leq g(x) \leq h(x)[/itex], and if [itex] \lim_{x \rightarrow a} f(x) = L[/itex] and [itex] \lim_{x \rightarrow a} h(x) = L[/itex], then [itex] \lim_{x \rightarrow a} g(x)[/itex] must exist and its value must be L.

Here is something I don't understand about the Squeeze Theorem: what does it mean for a function to be less than or greater than a another function? It doesn't make sense to me because depending on the input values of the function, sometimes the value of the function can be greater than the value of a different function, and sometimes the value of the function to be less than the value of the other function, and sometimes the value of the two functions could be equal. How does one know if a function is less than or greater than another function? Can you determine it mathematically, or do you have to look at a table or a graph?

Thank you.
 
Physics news on Phys.org
  • #2
The usual idea is that a function, say, g(x), is greater than a function f(x) at every value in a given interval containing the point a that you're finding the limit of. After all, outside that interval, it doesn't really matter, so as long as you can prove that, say, g(x) > f(x) at every value in that interval (containing a), you're good.
 
  • #3
I would be careful with the notation and terminology in discussions like this. f(x) isn't a function. It's an element of the codomain of the function f, so in this case (where f,g,h are real-valued functions) it's a real number. f(x) is a "function of x" in the sense that its value is completely determined by the value of x, but that doesn't mean that it's a function.

If f and g are two real-valued functions with the same domain X, then we say that ##f\leq g## if ##f(x)\leq g(x)## for all ##x\in X##.

That's the definition. What this says about the graphs is that if ##f\leq g##, then the graph of f never goes above the graph of g.

Note that you can't skip the "for all x" part of the statement in the definition. The inequality ##f(x)\leq g(x)## is just a part of the full statement that's useless on its own.

You asked how one proves that ##f\leq g##. Typically you start by saying "Let ##x\in X## be arbitrary". Then you show that ##f(x)\leq g(x)##. (If you succeed, you will have proved the statement "for all x in X, we have ##f(x)\leq g(x)##", which is by definition equivalent to the statement ##f\leq g##). How to do that depends on f and g of course.
 
Last edited:
  • Like
Likes deluks917 and platetheduke
  • #4
Fredrik said:
Typically you start by saying "Let ##x\in X## be arbitrary". Then you show that ##f(x)\leq g(x)##. (If you succeed, you will have proved the statement "for all x in X, we have ##f(x)\leq g(x)##", which is by definition equivalent to the statement ##f\leq g##).

How so? How is using one element from the domain proving that a function is greater than another function for all elements of the domain? Could you show me an example of how to do that?
 
  • #5
FredericChopin said:
How so? How is using one element from the domain proving that a function is greater than another function for all elements of the domain?
Since I said that x is an arbitrary element of the domain, I'm not allowed to use any properties of x in the next step, other than the ones that all elements of the domain have. So if I manage to prove that x has a property P, then we can conclude that every element of the domain has the property P.

FredericChopin said:
Could you show me an example of how to do that?
Theorem: For all ##x\in\mathbb R##, we have ##x^2\geq 2x-1##.
Proof: Let ##x\in\mathbb R## be arbitrary. We have ##0\leq(x-1)^2=x^2+1-2x##. This implies that ##x^2\geq 2x-1##.

Corollary: Let f be the function defined by ##f(x)=x^2## for all ##x\in\mathbb R##. Let g be the function defined by ##g(x)=2x-1## for all ##x\in\mathbb R##. We have ##g\leq f##.
Proof: For all ##x\in\mathbb R##, we have ##g(x)=2x-1\leq x^2=f(x)##. This means that ##g\leq f##.

Note that the following statements mean exactly the same thing:

1. For all x in S, x has property P.
2. Let x in S be arbitrary. x has property P.

The second version is just a way to break the statement up into several sentences. This is very useful in proofs.
 
  • #6
Fredrik said:
Proof: For all ##x\in\mathbb R##, we have ##g(x)=2x-1\leq x^2=f(x)##. This means that ##g\leq f##.

I see. However...

Fredrik said:
Proof: Let ##x\in\mathbb R## be arbitrary. We have ##0\leq(x-1)^2=x^2+1-2x##. This implies that ##x^2\geq 2x-1##.

... can you explain what you did here?
 
  • #7
FredericChopin said:
How so? How is using one element from the domain proving that a function is greater than another function for all elements of the domain? Could you show me an example of how to do that?

Here's a simpler example:

##f(x) = x, \ \ g(x) = x + 1##

##\forall x \ \ f(x) < g(x) ##

Hence ##f < g##
 
  • #8
FredericChopin said:
... can you explain what you did here?
Since x is a real number and 1 is a real number, x-1 is a real number. This and the fact that the square of a real number can't be negative together imply that ##0\leq(x-1)^2##. The equality ##(x-1)^2=x^2+1-2x## is a special case of ##(a-b)^2=a^2+b^2-2ab## which holds for all real numbers ##a,b##. The equality sign means that the expressions ##(x-1)^2## and ##x^2+1-2x## represent the same number. So ##x^2+1-2x## represents the same number as ##(x-1)^2##, which we know is non-negative. This means that ##x^2+1-2x## is non-negative, i..e that ##x^2+1-2x\geq 0##. Now add ##2x-1## to both sides of this inequality, and you get ##x^2\geq 2x-1##.

Edit: I made a change in the text above after it was quoted below. I had incorrectly called the formula ##(a-b)^2=a^2+b^2-2ab## "the conjugate rule". I don't remember what it's called in English at the moment, but it's not that. In Swedish, the formula ##(a+b)(a-b)=a^2-b^2## has a name similar to "the conjugate rule", but that's not the formula I used here.
 
Last edited:
  • #9
Fredrik said:
Since x is a real number and 1 is a real number, x-1 is a real number. This and the fact that the square of a real number can't be negative together imply that ##0\leq(x-1)^2##. The equality ##(x-1)^2=x^2+1-2x## is a simple application of the conjugate rule. The equality sign means that the expressions ##(x-1)^2## and ##x^2+1-2x## represent the same number. So ##x^2+1-2x## represents the same number as ##(x-1)^2##, which we know is non-negative. This means that ##x^2+1-2x## is non-negative, i..e that ##x^2+1-2x\geq 0##. Now add ##2x-1## to both sides of this inequality, and you get ##x^2\geq 2x-1##.

Wow. Very elaborate.

So to find the necessary functions to use for the Squeeze Theorem, it is a matter of algebraic manipulation and the properties of numbers, like you did, right?
 
  • #10
Yes, you can say that. Although, you can say that about almost every problem that involves real numbers.
 

1. What is the Squeeze Theorem?

The Squeeze Theorem, also known as the Sandwich Theorem, is a mathematical theorem that states if two functions have the same limit at a point, and a third function is squeezed between them, then the third function also has the same limit at that point.

2. How is the Squeeze Theorem used in calculus?

The Squeeze Theorem is used in calculus to evaluate limits of functions that are difficult to evaluate directly. By finding two simpler functions whose limits can be easily evaluated and sandwiching the original function between them, the limit of the original function can be determined.

3. What are the conditions for the Squeeze Theorem to hold?

The Squeeze Theorem holds when the two simpler functions have the same limit at a point and the third function is squeezed between them. Additionally, the functions must be defined and continuous on an interval containing the point in consideration.

4. Can the Squeeze Theorem be used to prove inequalities?

Yes, the Squeeze Theorem can be used to prove inequalities between functions. If one function is always greater than another function on an interval and both have the same limit at a point, then the limit of the first function is also greater than the limit of the second function at that point.

5. Are there any limitations to the Squeeze Theorem?

Yes, the Squeeze Theorem can only be applied when the functions involved have the same limit at a point. If the limit of one function does not exist or is different from the limits of the other two functions, the Squeeze Theorem cannot be used. Additionally, the Squeeze Theorem can only be used to evaluate limits at a point, not over an interval.

Similar threads

  • Calculus
Replies
12
Views
507
  • Calculus
Replies
9
Views
2K
Replies
3
Views
2K
Replies
4
Views
883
  • Calculus
Replies
13
Views
2K
Replies
9
Views
921
Replies
24
Views
2K
Back
Top