A multivariable limit problem (epsilon-delta -proof)

In summary: You are claiming I said things I never said! I did not say they could be assumed to be equal; I just required that all three of them be less than ##\epsilon/3##. Actually, there is nothing sacred about ##\epsilon/3##: we could take ##|x^2-4| < \epsilon/10##, ##|xy-4| <7 \epsilon/10## and ##|y^2-4| < 2 \epsilon/10##, but choosing 1
  • #1
TheSodesa
224
7

Homework Statement



Find the limit [tex]\lim_{(x,y)\to(2,2)}\frac{x^3-y^3}{x-y}[/tex]

Homework Equations



[itex]\epsilon - \delta[/itex], baby:

If the limit L exists,
[tex]
\forall \: \epsilon \: \exists \: \delta: 0 < \sqrt{(x-a)^2+(y-b)^2} < \delta \rightarrow |f(x,y)-L| < \epsilon
[/tex]

The Attempt at a Solution



By approaching the point (2,2) along the lines x=2 and y=2 I managed to figure out that the limit is likely 12. Now I just need to prove it, and I'm stuck.

Now
[tex]0 < \sqrt{(x-2)^2+(y-2)^2} < \delta \leftrightarrow (x-2)^2+(y-2)^2 < \delta^2[/tex]

and using long division
[tex]x^3-y^3 = (x-y)(x^2+xy+y^2) \rightarrow \frac{x^3-y^3}{x-y}=(x^2+xy+y^2)[/tex]

I tried deriving the expression for delta from epsilon like this:
[tex]
\begin{split}
|(x^2+xy+y^2)-12| &= |x^2-4x+4+y^2-4x+4+xy+4x+4y-20|\\
&\leq |x^2-4x+4+y^2-4x+4|+|xy+4x+4y-20|\\
&\leq \delta^2 + |xy+4x+4y-20|
\end{split}
[/tex]

Almost there, except I'm stuck with that pesky |xy+4x+4y-20|, that I don't know how to get rid of. Am I taking the wrong approach to this entirely? Help, I'm desperate. ?:)
 
Physics news on Phys.org
  • #2
TheSodesa said:
x3−y3x−y=(x2+xy+y2)
Why don't you use this equation and plug (2,2) instead of the complicated way ?
 
  • #3
Benoit said:
Why don't you use this equation and plug (2,2) instead of the complicated way ?
Now that you mention it... :oops:

[itex]f(2,2)=2^2+2^2+2^2=12[/itex]

However, since I started this, I might as well finish it. Would you happen to know how to finish the proof? Is my approach going to work, or should I take a different route, still using [itex]\epsilon - \delta[/itex]?
 
  • #4
TheSodesa said:
|xy+4x+4y−20|
When you will plug (2,2) into that, it will cancel out. You have it!
 
  • #5
Benoit said:
When you will plug (2,2) into that, it will cancel out. You have it!

I don't want to sound like a retard, but am I allowed to just plug values into epsilon-delta -proofs? :confused: I thought I was supposed to evaluate the terms upwards with [itex]\leq[/itex]-signs until I arrive at an expression that consists of nothing but [itex]\delta[/itex]s.
 
  • #6
You're not retard at all, I was mistaken. Let me look at it again.
 
  • #7
TheSodesa said:
I don't want to sound like a retard, but am I allowed to just plug values into epsilon-delta -proofs? :confused: I thought I was supposed to evaluate the terms upwards with [itex]\leq[/itex]-signs until I arrive at an expression that consists of nothing but [itex]\delta[/itex]s.

If all you want is any ##\delta>0## that "works" (for a given ##\epsilon > 0##)--rather than the best possible ##\delta## for that ##\epsilon##--then you can always relax a bit and use
[tex] \begin{array}{rcl} |x^2 + xy + y^2 - 12| & = & |(x^2-4) + (xy - 4) + (y^2 - 4)| \\
&\leq & |x^2 - 4 | + |xy - 4| + |y^2 - 4|
\end{array}
[/tex]
That is a lot easier to work with.
 
  • #8
Ray Vickson said:
If all you want is any ##\delta>0## that "works" (for a given ##\epsilon > 0##)--rather than the best possible ##\delta## for that ##\epsilon##--then you can always relax a bit and use
[tex] \begin{array}{rcl} |x^2 + xy + y^2 - 12| & = & |(x^2-4) + (xy - 4) + (y^2 - 4)| \\
&\leq & |x^2 - 4 | + |xy - 4| + |y^2 - 4|
\end{array}
[/tex]
That is a lot easier to work with.

[tex] \begin{array}{rcl} |x^2 + xy + y^2 - 12| & = & |(x^2-4) + (xy - 4) + (y^2 - 4)| \\
&\leq & |x^2 - 4 | + |xy - 4| + |y^2 - 4| \\
&= & |(x-2+4)(x-2)|+|(y-2+4)(y-2)|+|xy-4|\\
&\leq & (|x-2|+4)|x-2| + (|y-2|+4)|y-2|+|xy-4|\\
&= & |x-2|^2 + 4|x-2| + |y-2|^2 + 4|y-2| + |xy-4|\\
&\leq & \delta^2 +4|x-2| + 4|y-2| + |xy-4|\\
&= & \delta^2 +4|(\sqrt{x}-\sqrt{2})(\sqrt{x}+\sqrt{2})| + 4|(\sqrt{y}-\sqrt{2})(\sqrt{y}+\sqrt{2})| + |(\sqrt{x}\sqrt{y}+2)(\sqrt{x}\sqrt{y}-2)|\\
\end{array}
[/tex]

This is getting too complicated again. I'm not sure how I could evaluate the term with xy in it out of the expression. I'm not even sure I should be doing that since it might somehow cancel out the other 2 pesky terms.
 
  • #9
TheSodesa said:
[tex] \begin{array}{rcl} |x^2 + xy + y^2 - 12| & = & |(x^2-4) + (xy - 4) + (y^2 - 4)| \\
&\leq & |x^2 - 4 | + |xy - 4| + |y^2 - 4| \\
&= & |(x-2+4)(x-2)|+|(y-2+4)(y-2)|+|xy-4|\\
&\leq & (|x-2|+4)|x-2| + (|y-2|+4)|y-2|+|xy-4|\\
&= & |x-2|^2 + 4|x-2| + |y-2|^2 + 4|y-2| + |xy-4|\\
&\leq & \delta^2 +4|x-2| + 4|y-2| + |xy-4|\\
&= & \delta^2 +4|(\sqrt{x}-\sqrt{2})(\sqrt{x}+\sqrt{2})| + 4|(\sqrt{y}-\sqrt{2})(\sqrt{y}+\sqrt{2})| + |(\sqrt{x}\sqrt{y}+2)(\sqrt{x}\sqrt{y}-2)|\\
\end{array}
[/tex]

This is getting too complicated again. I'm not sure how I could evaluate the term with xy in it out of the expression. I'm not even sure I should be doing that since it might somehow cancel out the other 2 pesky terms.

So, simplify it: find ##\delta_x>0, \delta_y > 0## that give ##|x^2-4| < \epsilon/3##, ##|xy - 4| < \epsilon/3##, etc., for ##|x-2| < \delta_x## and ##|y-2| < \delta_y##. Again, all you need so is find ##\delta##s that work, not necessarily the best possible ones.
 
  • #10
Ray Vickson said:
So, simplify it: find ##\delta_x>0, \delta_y > 0## that give ##|x^2-4| < \epsilon/3##, ##|xy - 4| < \epsilon/3##, etc., for ##|x-2| < \delta_x## and ##|y-2| < \delta_y##. Again, all you need so is find ##\delta##s that work, not necessarily the best possible ones.

Alright, so you're saying that I should simply assume, that since all of the three terms are each ## <\epsilon/3##, they might as well be equal, in which case I could write ##|xy-4|## as either ##|x^2-4|## or ##|y^2-4|##?

Therefore if ##|x-2|<\delta_x##,

[tex]
\begin{split}
|x^2-4| &=|x+2||x-2| < |x+2|\delta_x < \frac{\epsilon}{3}\\
&\leftrightarrow |x+2| < \frac{\epsilon}{3\delta_x} &|\text{and also} \\
&|y+2| < \frac{\epsilon}{3\delta_y} &|\text{because the expressions have the same form}
\end{split}
[/tex]

I'm not sure how this is going to help me get forward, since if I plug these expressions in, I'm just going to end up with ##\epsilon = \epsilon##
 
  • #11
TheSodesa said:
Alright, so you're saying that I should simply assume, that since all of the three terms are each ## <\epsilon/3##, they might as well be equal, in which case I could write ##|xy-4|## as either ##|x^2-4|## or ##|y^2-4|##?

Therefore if ##|x-2|<\delta_x##,

[tex]
\begin{split}
|x^2-4| &=|x+2||x-2| < |x+2|\delta_x < \frac{\epsilon}{3}\\
&\leftrightarrow |x+2| < \frac{\epsilon}{3\delta_x} &|\text{and also} \\
&|y+2| < \frac{\epsilon}{3\delta_y} &|\text{because the expressions have the same form}
\end{split}
[/tex]

I'm not sure how this is going to help me get forward, since if I plug these expressions in, I'm just going to end up with ##\epsilon = \epsilon##

You are claiming I said things I never said! I did not say they could be assumed to be equal; I just required that all three of them be less than ##\epsilon/3##.

Actually, there is nothing sacred about ##\epsilon/3##: we could take ##|x^2-4| < \epsilon/10##, ##|xy-4| <7 \epsilon/10## and ##|y^2-4| < 2 \epsilon/10##, but choosing 1/3,1/3,1/3 seemed easiest.

Anyway, that is my last word on this topic; you can always look in a textbook or on-line for standard techniques for dealing with such proofs. Nothing I said was original; it was all from books on calculus and/or analysis.
 
  • #12
Ray Vickson said:
You are claiming I said things I never said! I did not say they could be assumed to be equal; I just required that all three of them be less than ##\epsilon/3##.

Actually, there is nothing sacred about ##\epsilon/3##: we could take ##|x^2-4| < \epsilon/10##, ##|xy-4| <7 \epsilon/10## and ##|y^2-4| < 2 \epsilon/10##, but choosing 1/3,1/3,1/3 seemed easiest.

Anyway, that is my last word on this topic; you can always look in a textbook or on-line for standard techniques for dealing with such proofs. Nothing I said was original; it was all from books on calculus and/or analysis.

Alright. Thanks for bearing with me. Our lecturer wasn't expecting us to actually learn how to do a proper epsilon-delta proof, just to get the general idea of what it is. This exercise didn't actually require the use of the method, although a later one kind of did, and even that wasn't a rigorous epsilon delta proof, where one constructs delta from epsilon, but one that used a geometric trick to find a suitable epsilon.

I'm going to mark this one as solved. Thanks for the help, people.
 
  • #13
TheSodesa said:
Alright. Thanks for bearing with me. Our lecturer wasn't expecting us to actually learn how to do a proper epsilon-delta proof, just to get the general idea of what it is. This exercise didn't actually require the use of the method, although a later one kind of did, and even that wasn't a rigorous epsilon delta proof, where one constructs delta from epsilon, but one that used a geometric trick to find a suitable epsilon.

I'm going to mark this one as solved. Thanks for the help, people.

In that case I can say more: for ##x,y## close to 2 we can certainly assume ##|x|,|y| < 3##, so:
[tex] \begin{array}{l} |x^2-4| = |(x^2-2x)+(2x-4)| \leq |x||x-2| + 2|x-2| < 5|x-2| \\
|xy-4| = |(xy-2x)+(2x-4)| \leq |x||y-2| + 2|x-2| < 3|y-2| + 2|x-2| \\
|y^2-4| =|(y^2-2y)+(2y-4)| \leq |y| |y-2| + 2 |y-2| < 5|y-2|
\end{array}
[/tex]
Thus
[tex] |x^2+xy+y^2-12| < 7|x-2| + 8|y-2| < \epsilon [/tex]
if ##|x-2| < \epsilon/15## and ##|y-2| < \epsilon/15##, so we can take ##\delta_x = \delta_y = \delta = \epsilon/15##.
 
  • #14
Ray Vickson said:
In that case I can say more: for ##x,y## close to 2 we can certainly assume ##|x|,|y| < 3##, so:
[tex] \begin{array}{l} |x^2-4| = |(x^2-2x)+(2x-4)| \leq |x||x-2| + 2|x-2| < 5|x-2| \\
|xy-4| = |(xy-2x)+(2x-4)| \leq |x||y-2| + 2|x-2| < 3|y-2| + 2|x-2| \\
|y^2-4| =|(y^2-2y)+(2y-4)| \leq |y| |y-2| + 2 |y-2| < 5|y-2|
\end{array}
[/tex]
Thus
[tex] |x^2+xy+y^2-12| < 7|x-2| + 8|y-2| < \epsilon [/tex]
if ##|x-2| < \epsilon/15## and ##|y-2| < \epsilon/15##, so we can take ##\delta_x = \delta_y = \delta = \epsilon/15##.

This is a bit late, but thanks. This is something I might be able to refer to later. I heard a senior maths student say that it took him 3 years to properly get his head around this business, so I guess I shouldn't be too worried. Yet.
 
  • #15
TheSodesa said:
This is a bit late, but thanks. This is something I might be able to refer to later. I heard a senior maths student say that it took him 3 years to properly get his head around this business, so I guess I shouldn't be too worried. Yet.

I'm glad it is a bit late, because PF rules forbid us from solving your problems for you before you hand them in. I was remiss in not checking first!
 
  • #16
Ray Vickson said:
I'm glad it is a bit late, because PF rules forbid us from solving your problems for you before you hand them in. I was remiss in not checking first!

By "this" I was referring to my thanks to you being late, not your response. :wink: It did occur to me that using the word 'this' twice in different contexts might confuse you (or anybody, for that matter), but got lazy and didn't bother to be more elaborate in my wording.

Anyway, thanks again for your efforts.
 

What is a multivariable limit problem?

A multivariable limit problem is a mathematical concept that involves finding the value that a multivariable function approaches as its input variables get closer and closer to a particular point. It is used to determine the behavior of a function at a specific point in multiple dimensions.

How is a multivariable limit problem solved?

A multivariable limit problem is typically solved using an epsilon-delta proof, which involves setting bounds (epsilon and delta) for the input variables and showing that the function stays within those bounds as the input variables get closer to the point in question. This helps to prove that the function has a limit at that point.

What is the significance of an epsilon-delta proof in solving multivariable limit problems?

An epsilon-delta proof is significant because it provides a rigorous and systematic method for solving multivariable limit problems. It allows for precise and logical reasoning to determine the limit of a function at a specific point, rather than relying on intuition or guesswork.

What are some common challenges faced when solving multivariable limit problems?

Some common challenges when solving multivariable limit problems include dealing with complex functions, choosing appropriate values for epsilon and delta, and understanding the properties and behaviors of multivariable functions. It also requires a strong understanding of calculus and mathematical logic.

How are multivariable limit problems applied in real-world situations?

Multivariable limit problems have various applications in fields such as physics, engineering, and economics. They are used to model and analyze real-world phenomena that involve multiple variables, such as fluid flow, heat transfer, and optimization problems. They are also used in computer science and data analysis to understand the behavior of complex systems.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
19
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
858
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
1
Views
455
  • Calculus and Beyond Homework Help
Replies
10
Views
419
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
9
Views
704
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
Back
Top