Solving limit with three variables

  • Thread starter Thread starter wilcofan3
  • Start date Start date
  • Tags Tags
    Limit Variables
wilcofan3
Messages
27
Reaction score
0

Homework Statement



\lim_{(x,y,z) \to (0,0,0)} \frac {x^3 + y^3 + z^3} {x^2 + y^2 + z^2}

Homework Equations


The Attempt at a Solution



I believe the limit is going to 0, but I have yet to find a way to prove this is the case.
 
Physics news on Phys.org
Let x^2+y^2+z^2=r^2. Then as (x,y,z)->(0,0,0), r->0. But e.g. |x|<r. Do you see what I'm saying?
 
Dick said:
Let x^2+y^2+z^2=r^2. Then as (x,y,z)->(0,0,0), r->0. But e.g. |x|<r. Do you see what I'm saying?

Not quite. I understand what you are doing with the bottom, the equation is that of a sphere, and therefore you are using another equation to show the bottom is going to 0. But how exactly does that prove the numerator is going to 0 as well?
 
If |x|<r and |y|<r and |z|<r, what about |x^3+y^3+z^3|?
 
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