What is the limit of [2x^{2}y/(x^4 + y^4)] as (x,y) approaches (0,0)?

  • Thread starter Thread starter merced
  • Start date Start date
  • Tags Tags
    Limit Variable
merced
Messages
44
Reaction score
1

Homework Statement


Find the limit, if it exists, or show that the limit does not exist.
lim_{(x,y)->(0,0)}[2x^{2}y/(x^4 + y^4)]

Homework Equations



The Attempt at a Solution


Along the y-axis and the x-axis, the limit approaches 0. Along y = mx, the limit also appaches 0. So, it appears that the limit is 0. However, the answer is that the limit "does not exist."

Should I just keep making new equations until I find where the limit does not = 0? I even tried the Squeeze Theorem...

0<[2x^{2}y/(x^4 + y^4)]<2x^2
because y/(x^4 + y^4)<1
so as x -> 0, the whole function -> 0 right?

Why doesn't that work to prove that the limit would be 0?
 
Last edited:
Physics news on Phys.org
Along x=y, the limit becomes

\lim _{x \to 0} \frac {2x^3}{2x^4} = \lim _{x \to 0} \frac 1x
 
Thanks, I got it!
 
Did you read my response to your first question? No matter how many curves you try you can never prove that a limit exists that way. In fact, it is possible to show that the limit is the same for all straight lines through the origin, that would still not show that the limit is the same for curved lines.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top