Finding Limits of Multivariable Functions: What is the Best Method?

  • Thread starter pivoxa15
  • Start date
  • Tags
    Limit
In summary, the limit does not exist at (0,0) for (yx^2)/(x^2+y^2) because there is an inequality that the absolute value of x^2+y^2 does not satisfy.
  • #1
pivoxa15
2,255
1
Find the limit as (x,y)->(0,0) for (yx^2)/(x^2+y^2)

If do this literally, I get 0/0 hence no limit but a limit does exist for this function. How do I get it? What is the general way to find the limits of multi variable functions?
 
Physics news on Phys.org
  • #2
pivoxa15 said:
Find the limit as (x,y)->(0,0) for (yx^2)/(x^2+y^2)

If do this literally, I get 0/0 hence no limit but a limit does exist for this function. How do I get it? What is the general way to find the limits of multi variable functions?
Ehh?
Who tells you that 0 / 0 means the limit does not exist there? It's one of the Indeterminate forms.
Generally, to find a limit of a 2 variable function, one can change it to polar co-ordinate, and go from there: [tex]x = r \cos \alpha \quad \mbox{and} \quad y = r \sin \alpha[/tex]
Now (x, y) -> (0, 0) means that r -> 0, and [tex]\alpha[/tex] can take whatever value. So if you can show that when r -> 0, the expression will tend to some value independent of [tex]\alpha[/tex], then the limit exists there.
---------------
Example:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2 + y ^ 2}{xy}[/tex]
Change it to polar form, we have:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2 + y ^ 2}{xy} = \lim_{r \rightarrow 0} \frac{r ^ 2}{r ^ 2 \sin \alpha \cos \alpha} = \lim_{r \rightarrow 0} \frac{1}{\cos \alpha \sin \alpha}[/tex]
That means the limit of that expression does depend on [tex]\alpha[/tex], hence the limit does not exist at (0, 0).
Can you get this? :)
 
  • #3
The way I would think about this one is that if x and y are approaching the same thing, why not set y equal to x? That way you would have x^3/2x^2
Now you can think about which one is changing faster, etc.
 
  • #4
VietDao29 said:
Ehh?
Who tells you that 0 / 0 means the limit does not exist there? It's one of the Indeterminate forms.
Generally, to find a limit of a 2 variable function, one can change it to polar co-ordinate, and go from there: [tex]x = r \cos \alpha \quad \mbox{and} \quad y = r \sin \alpha[/tex]
Now (x, y) -> (0, 0) means that r -> 0, and [tex]\alpha[/tex] can take whatever value. So if you can show that when r -> 0, the expression will tend to some value independent of [tex]\alpha[/tex], then the limit exists there.
---------------
Example:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2 + y ^ 2}{xy}[/tex]
Change it to polar form, we have:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2 + y ^ 2}{xy} = \lim_{r \rightarrow 0} \frac{r ^ 2}{r ^ 2 \sin \alpha \cos \alpha} = \lim_{r \rightarrow 0} \frac{1}{\cos \alpha \sin \alpha}[/tex]
That means the limit of that expression does depend on [tex]\alpha[/tex], hence the limit does not exist at (0, 0).
Can you get this? :)


I see. It is clever. Is it the standard way of evaluating multivariable limits? What other ways are there?
 
  • #5
moose said:
The way I would think about this one is that if x and y are approaching the same thing, why not set y equal to x? That way you would have x^3/2x^2
Now you can think about which one is changing faster, etc.


Your method does not work in most cases.
 
  • #6
Other ways include approaching the point from various lines, e.g. if you're looking at (x,y) -> (0,0) then sometimes letting (x,y) approach the origin from the x-axis or the y-axis ((x,0) or (y,0)) can help you prove the limit doesn't exist.
 
  • #7
So we may, upon trying the limit along various curves such as y=x, y=x^2, the x-axis (e.g. y=0), the y-axis (e.g. x=0) which all give the value of the limit to be 0, conjecture the value of the limit to be 0. Now we must prove it:

To prove that [tex]\lim_{(x,y)\rightarrow (0,0)} \frac{yx ^ 2}{x^2 + y^2}=0,[/tex] we require that

[tex]\forall\epsilon >0, \exists \delta >0 \mbox{ such that } 0<\sqrt{x^2 + y^2}<\delta\Rightarrow \left| \frac{yx ^ 2}{x^2 + y^2}-0\right| < \epsilon[/tex]​

(and in case you didn't know, the symbol [tex]\forall[/tex] is read "for every", the symbol [tex]\exists[/tex] is read "there exists", and the symbol [tex]\Rightarrow[/tex] is read "implies".)

The proof is this: We will need the following inequality

[tex]0\leq y^2\Rightarrow x^2\leq x^2+y^2\Rightarrow \frac{x^2}{x^2+y^2}\leq 1.[/tex]​

Let us work the absolute value term contained in the [tex]\epsilon ,\delta[/tex] definition of the limit described above, we have

[tex]\left| \frac{yx ^ 2}{x^2 + y^2}-0\right| =\frac{|y|x ^ 2}{x^2 + y^2} =|y|\frac{x ^ 2}{x^2 + y^2} \leq |y| = \sqrt{y^2} \leq \sqrt{x^2+y^2} <\delta [/tex]​

we want to choose [tex]\delta[/tex] so that the absolute value term we just worked with is always less than [tex]\epsilon[/tex] given that [tex]0<\sqrt{x^2+y^2} <\delta .[/tex] Evidently, we may choose [tex]\delta =\epsilon[/tex] to this end, and the proof is complete upon stating this formally.

I know that PF does not permit full solutions to be posted, however it is understood that proofs of this sort are quite tricky to construct, examples are few in texts that require them, and I will have rendered sufficient pedagogical substance by even successfully relating it.

--Ben

EDIT: Thanks VietDao29, all that short-hand is Greek to me. :smile:
 
Last edited:
  • #8
One more way is to use the inequality:
[tex]x ^ 2 + y ^ 2 \geq 2|xy|[/tex], one can prove it by doing a little rearrangement, and noticing the fact that: (|x| + |y|)2 >= 0.
I'll give one example that's similar to your problem.
----------------
Example:
Find:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2}[/tex]
Now using the inequality above, we have:
[tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \leq \left| \frac{x ^ 3 y ^ 3}{2xy} \right| = \frac{1}{2} |x ^ 2 y ^ 2| = \frac{1}{2} x ^ 2 y ^ 2[/tex]
Now as (x, y) tends to (0, 0),
[tex]\frac{1}{2} x ^ 2 y ^ 2 \rightarrow 0[/tex], hence [tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \rightarrow 0[/tex], thus [tex]\frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \rightarrow 0[/tex], so we can conclude that:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} = 0[/tex]
Can you get this? :)
--------------
EDIT:
By the way, benorin:
benorin said:
...the symbol [tex]\delta[/tex] is read "there exists"...
That symbols is read Delta, the symbol that is read "there exists" should be [tex]\exists[/tex] :smile:.
 
Last edited:
  • #9
VietDao29 said:
One more way is to use the inequality:
[tex]x ^ 2 + y ^ 2 \geq 2|xy|[/tex], one can prove it by doing a little rearrangement, and noticing the fact that: (|x| + |y|)2 >= 0.
I'll give one example that's similar to your problem.
----------------
Example:
Find:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2}[/tex]
Now using the inequality above, we have:
[tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \leq \left| \frac{x ^ 3 y ^ 3}{2xy} \right| = \frac{1}{2} |x ^ 2 y ^ 2| = \frac{1}{2} x ^ 2 y ^ 2[/tex]
Now as (x, y) tends to (0, 0),
[tex]\frac{1}{2} x ^ 2 y ^ 2 \rightarrow 0[/tex], hence [tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \rightarrow 0[/tex], thus [tex]\frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \rightarrow 0[/tex], so we can conclude that:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} = 0[/tex]
Can you get this? :)
--------------
EDIT:
By the way, benorin:

That symbols is read Delta, the symbol that is read "there exists" should be [tex]\exists[/tex] :smile:.


The method you used in your example looked a bit suspect.

If we follow your way and do the limit(x->0, y->0) of (xy)/(x^2+y^2)
we get the limit being smaller than 1/2 which is wrong since it should have no limit at all.
 
  • #10
Sorry to intrude on your topic but I would like to know if using polar coordinates is a valid method when the limit is (x,y) -> (0,0). Yes, the angle is arbitrary but each combination of a (r,angle) as r approaches zero corresponds to taking the limit along the straight line. Ie. not every single path is considered.

I can see that converting to polar coordinates is sufficient to verify that the limit does not exist. But is it sufficient to show that a limit exists? I apologise if I missed anything.
 
  • #11
Benny said:
Sorry to intrude on your topic but I would like to know if using polar coordinates is a valid method when the limit is (x,y) -> (0,0). Yes, the angle is arbitrary but each combination of a (r,angle) as r approaches zero corresponds to taking the limit along the straight line. Ie. not every single path is considered.

I can see that converting to polar coordinates is sufficient to verify that the limit does not exist. But is it sufficient to show that a limit exists? I apologise if I missed anything.

No, that's perfectly valid. You do not have to assume the angle is constant as r goes to 0. The point is that, in polar coordinates, the distance from the origin is measured by a single variable, r. r is completely independent of the angle. That was the point VietDao29 made in his first post- the limit, as r goes to 0, depended upon the angle and so the limit itself does not exist.

In your problem, [itex]\frac{xy^2}{x^2+ y^2}[/itex], changing to polar coordinates gives [itex]\frac{r^3cos(\theta)sin^2(\theta)}{r^2}= r cos(\theta)sin^2(\theta)[/itex]. What does that go to as r goes to 0? Does it depend on [itex]\theta[/itex]?
 
  • #12
Ok, that's good. Thanks for the clarification.
 
  • #13
pivoxa15 said:
The method you used in your example looked a bit suspect.

If we follow your way and do the limit(x->0, y->0) of (xy)/(x^2+y^2)
we get the limit being smaller than 1/2 which is wrong since it should have no limit at all.
Yes, the limit of:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{xy}{x ^ 2 + y ^ 2}[/tex] does not exist at (0, 0).
So by using the inequality x2 + y2 >= 2|xy|. We have:
[tex]\left| \frac{xy}{x ^ 2 + y ^ 2} \right| \leq \frac{1}{2} \left| \frac{xy}{xy} \right| = \frac{1}{2}[/tex]
So that means:
[tex]-\frac{1}{2} \leq \frac{xy}{x ^ 2 + y ^ 2} \leq \frac{1}{2} \quad (*)[/tex]. Hence, no conclusion can be drawn by looking at the inequality (*). Why? Because we don't know if the expression does converge to some value between -1 / 2, and 1 / 2; or it just diverges.
It's like the limit: [tex]\lim_{x \rightarrow \infty} \sin x[/tex] does not exist, although we know that: -1 <= sin(x) <= 1. It's because sin(x) does not tend to any specific number (i.e converges to any value) as x tends to infinity.
---------------
However, if we have [tex]\lim_{x \rightarrow \alpha} |f(x)| = 0[/tex], then we also have: [tex]\lim_{x \rightarrow \alpha} f(x) = 0[/tex]. Why?
It's because [tex]\forall \varepsilon > 0, \exists \delta > 0 : 0 < |x - \alpha| < \delta \Rightarrow ||f(x)| - 0| = |f(x)| = |f(x) - 0| < \varepsilon[/tex]. Now according to the definition of limit, we also have:
[tex]\lim_{x \rightarrow \alpha} f(x) = 0[/tex]. Can you get this?
You can do the same to prove that if:
[tex]\lim_{\substack{x \rightarrow \alpha \\ y \rightarrow \beta}} |f(x, y)| = 0[/tex] then [tex]\lim_{\substack{x \rightarrow \alpha \\ y \rightarrow \beta}} f(x, y) = 0[/tex].
Can you get this? :)
---------------
Now just read my last post again to see if you can understand it.
:)
 
  • #14
Having verified it, I submit in passing that

[tex]-\frac{1}{2} \leq \frac{xy}{x ^ 2 + y ^ 2} \leq \frac{1}{2} [/tex]

are the best bounds possible.
 
  • #15
VietDao29 said:
Yes, the limit of:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{xy}{x ^ 2 + y ^ 2}[/tex] does not exist at (0, 0).
So by using the inequality x2 + y2 >= 2|xy|. We have:
[tex]\left| \frac{xy}{x ^ 2 + y ^ 2} \right| \leq \frac{1}{2} \left| \frac{xy}{xy} \right| = \frac{1}{2}[/tex]
So that means:
[tex]-\frac{1}{2} \leq \frac{xy}{x ^ 2 + y ^ 2} \leq \frac{1}{2} \quad (*)[/tex]. Hence, no conclusion can be drawn by looking at the inequality (*). Why? Because we don't know if the expression does converge to some value between -1 / 2, and 1 / 2; or it just diverges.
It's like the limit: [tex]\lim_{x \rightarrow \infty} \sin x[/tex] does not exist, although we know that: -1 <= sin(x) <= 1. It's because sin(x) does not tend to any specific number (i.e converges to any value) as x tends to infinity.
---------------
However, if we have [tex]\lim_{x \rightarrow \alpha} |f(x)| = 0[/tex], then we also have: [tex]\lim_{x \rightarrow \alpha} f(x) = 0[/tex]. Why?
It's because [tex]\forall \varepsilon > 0, \exists \delta > 0 : 0 < |x - \alpha| < \delta \Rightarrow ||f(x)| - 0| = |f(x)| = |f(x) - 0| < \varepsilon[/tex]. Now according to the definition of limit, we also have:
[tex]\lim_{x \rightarrow \alpha} f(x) = 0[/tex]. Can you get this?
You can do the same to prove that if:
[tex]\lim_{\substack{x \rightarrow \alpha \\ y \rightarrow \beta}} |f(x, y)| = 0[/tex] then [tex]\lim_{\substack{x \rightarrow \alpha \\ y \rightarrow \beta}} f(x, y) = 0[/tex].
Can you get this? :)
---------------
Now just read my last post again to see if you can understand it.
:)


I see your point. Using polar coords to find limits of multivariable functions is better than your first principles method.

Where did you learn evaluating limits of multivarialbe functions using polar coords? I did not see them in calculus textbooks.
 
  • #16
pivoxa15 said:
I see your point. Using polar coords to find limits of multivariable functions is better than your first principles method.
Yes, using polar co-ordinate is far better, and easier than the second way. :)
Where did you learn evaluating limits of multivarialbe functions using polar coords? I did not see them in calculus textbooks.
And guess what? I learned how to do it at this site, too... :tongue:
 
  • #17
benorin said:
Having verified it, I submit in passing that

[tex]-\frac{1}{2} \leq \frac{xy}{x ^ 2 + y ^ 2} \leq \frac{1}{2} [/tex]

are the best bounds possible.

Yes, but that tells you nothing about whether the limit at (0,0) exists.
 
  • #19
Are the functions we have been discussing 3D or 2D?
 
  • #20
Recall that z=f(x,y) is a surface, and hence 3-D.
 
  • #21
VietDao29 said:
Yes, using polar co-ordinate is far better, and easier than the second way. :)

And guess what? I learned how to do it at this site, too... :tongue:


It seems that the polar co-ordinate method only works when the limit is approaching 0. So for general examples, the epsilon method is better although it recquires one to know many tricks in maths and won't give you precise answers.
 

1. How do I determine the limit of a function?

To find the limit of a function, you can use different methods such as substitution, factoring, and rationalization. You can also use the limit laws, which state that the limit of a sum, difference, product, or quotient of two functions is equal to the sum, difference, product, or quotient of their limits.

2. Can I use L'Hôpital's rule to find limits?

Yes, L'Hôpital's rule can be used to find limits of indeterminate forms such as 0/0 or ∞/∞. This rule states that if the limit of the quotient of two functions is indeterminate, then the limit of their derivatives is equal to the limit of the original quotient.

3. Do I need to consider the left- and right-hand limits separately?

In most cases, yes. When evaluating a limit at a point where the function is discontinuous, you will need to consider the left- and right-hand limits separately. This is because the limit from the left side of the point may be different from the limit from the right side.

4. How do I know if a limit does not exist?

A limit does not exist if the left- and right-hand limits are not equal, or if one or both of the limits is infinite. It can also not exist if the function has a jump or a vertical asymptote at the point in question.

5. Is it necessary to simplify the function before finding the limit?

No, it is not always necessary to simplify the function before finding the limit. In some cases, simplifying the function can make it easier to evaluate the limit, but it is not always required. As long as you use valid methods and follow the limit laws, you should be able to find the limit without simplifying the function.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
825
  • Calculus and Beyond Homework Help
Replies
12
Views
780
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
806
  • Calculus and Beyond Homework Help
Replies
9
Views
813
  • Calculus and Beyond Homework Help
Replies
8
Views
801
  • Calculus and Beyond Homework Help
Replies
4
Views
914
  • Calculus and Beyond Homework Help
Replies
24
Views
2K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top