Prove Lim x^4y/(x^4 + y^2) = 0 at (0,0)

  • Thread starter Thread starter cse63146
  • Start date Start date
  • Tags Tags
    Limit Variable
Click For Summary

Homework Help Overview

The problem involves evaluating the limit of the function \(\frac{x^4 y}{x^4 + y^2}\) as \((x,y)\) approaches \((0,0)\). The discussion centers around the use of polar coordinates and the behavior of the function along different paths to determine the limit's value.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss converting the function to polar coordinates and express uncertainty about simplifying the resulting expression. There are suggestions to analyze the limit along various paths, with some participants proposing specific curves to test.

Discussion Status

The discussion is ongoing, with participants providing hints and guidance on how to approach the limit. Some participants have pointed out potential errors in calculations and emphasized the importance of demonstrating the limit's independence from the path taken to \((0,0)\). There is no explicit consensus on the correct approach yet.

Contextual Notes

Participants note that the problem may require careful evaluation of the limit's behavior as it approaches \((0,0)\) and that there may be specific conditions or assumptions that need to be addressed to ensure a valid conclusion.

cse63146
Messages
435
Reaction score
0

Homework Statement



Prove: [tex]lim_{(x,y)\rightarrow (0.0)} \frac{x^4 y}{x^4 + y^2} = 0[/tex]

Homework Equations



x = rcos(theta)
y= rsin(theta)

The Attempt at a Solution



since (x,y) are at the origin, I could use polar coordinates

[tex]lim_{(x,y)\rightarrow (0.0)} \frac{x^4 y}{x^4 + y^2} = lim_{(r)\rightarrow 0} \frac{r^4 cos^4 \vartheta r sin \vartheta}{r^4 cos^4 \vartheta + r^2 sin^2 \vartheta} = <br /> lim_{r \rightarrow 0} \frac{r^2 cos^4 \vartheta sin \vartheta}{r^2 cos^4 \vartheta + sin^2 \vartheta}[/tex]

I got that far, but I'm not sure how to get rid of the r^2 in the denominator.
 
Last edited:
Physics news on Phys.org
I will try to avoid giving you an answer, but a hint is:
The instructor/book probably wants you reorganize the problem in terms of a single parameter that unconditionally goes to zero as (x,y)->(0,0), and prove that the other parameter doesn't affect the result. In other words; you have to find a limit and also prove that the limit is independent of the particular path to (0,0); i.e. is unique.

Ray
 
Oh yes, and you made a calculational mistake in your polar conversion.
Ray
 
Sorry, I wrote the question wrong, but the convertion is right (or should be). I also replaces (x,y) -> (0,0) with r -> 0.

But I'm still not sure what to do. I could divide both the numerator and denominator by r^2, but then I would have sin (theta) / r^2 but that doesn't exist.
 
You still have an algebra mistake; you won't get a unique answer until it's fixed.
Once fixed the problem is interesting, and a little messy.
You need to convert the denominator so that you can estimate it as r->0 .
You can do it the systematic way (which is messy), or by considering cases (which looks like hand waving but isn't). Neither seems neat.
If you come up with a neat answer why not post it?
I presume that you are not using LHopital's rule? That is only neat way I can see.
I always choose the generic approach; so I am prejudiced.

Ray
 
Instead of converting to polar coordinates, I suggest looking at the limit along a few paths. IOW, as the point (x, y) moves along the graphs of a few functions.

Along the curve y = x^4:
(x^4 * y)/(x^4 + y^2) = x^8/(x^4 + x^8) = x^4/(1 + x^4) [itex]\rightarrow[/itex] 0 as x [itex]\rightarrow[/itex] 0. This suggests, but isn't proof, that maybe the limit is 0.

Try finding the limit along some other paths, using simple power functions. If the limit is still zero along the paths you try, that doesn't prove anything, but if you can find one path for which this limit is not zero, then you can say with confidence that the limit doesn't exist.
 
cse63146 said:

Homework Statement



Prove: [tex]lim_{(x,y)\rightarrow (0.0)} \frac{x^4 y}{x^4 + y^2} = 0[/tex]

Homework Equations



x = rcos(theta)
y= rsin(theta)

The Attempt at a Solution



since (x,y) are at the origin, I could use polar coordinates

[tex]lim_{(x,y)\rightarrow (0.0)} \frac{x^4 y}{x^4 + y^2} = lim_{(r)\rightarrow 0} \frac{r^4 cos^4 \vartheta r sin \vartheta}{r^4 cos^4 \vartheta + r^2 sin^2 \vartheta} = <br /> lim_{r \rightarrow 0} \frac{r^2 cos^4 \vartheta sin \vartheta}{r^2 cos^4 \vartheta + sin^2 \vartheta}[/tex]

I got that far, but I'm not sure how to get rid of the r^2 in the denominator.
Do you need to "get rid of the r^2 in the denominator"? As r goes to 0, the numerator goes to 0, no matter what [itex]\theta[/itex] is. The denominator goes to [itex]sin(\theta)[/itex] as r goes to 0 so the fraction goes to 0, no matter what [itex]\theta[/itex] is.
(If [itex]sin(\theta)[/itex] is 0, [itex]cos(\theta)= 1[/itex] so the fraction is [itex]0/r^2[/itex] which is 0 for all r.)
 
HallsofIvy said:
Do you need to "get rid of the r^2 in the denominator"? As r goes to 0, the numerator goes to 0, no matter what [itex]\theta[/itex] is. The denominator goes to [itex]sin(\theta)[/itex] as r goes to 0 so the fraction goes to 0, no matter what [itex]\theta[/itex] is.
(If [itex]sin(\theta)[/itex] is 0, [itex]cos(\theta)= 1[/itex] so the fraction is [itex]0/r^2[/itex] which is 0 for all r.)

would that actually work on a test (as in I'll get close to full marks at least)?

As for L'Hopital's rule, my prof said it doesn't work in this case since it's 2 variables, or would it work once I used polar coordinates?
 
The point of putting the function into polar coordinates is that r itself measures the distance from the point to (0,0). If the limit as r goes to 0 is independent of [itex]\theta[/itex], then that is the limit of the function.
 
Last edited by a moderator:
  • #10
Okay, the flaw: the numerator has to have r^5, not r^4. The r term from r* sin() in the numerator inadvertently got dropped.
Having said that, HallsofIvy is right even with only r^4; I didn't do the case evaluation carefully enough.
You won't ace the test unless you demonstrate explicitly that for any epsilon you can state a delta such the | expr(r=delta)|<epsilon for all theta. There are functions such that this will fail; even if expr(r=0) is well defined.



Ray
 

Similar threads

Replies
5
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K