Multivariable Limits assignment

allllllll
Messages
6
Reaction score
0
I can't get this problem right and it's part of a web-based assignment that I have to submit. In order to get credit for the problem, all of my answers need to be right; I've tried many different times and I can't seem to figure out what I am doing wrong. Here it is with my explanations as to why I think I'm right; please, can someone find my mistake?

Find the following limits. If a limit diverges to infinity, state your answer as "INF" (without the quotation marks). If it diverges to negative infinity, state your answer as "MINF".If it diverges without being infinity or negative infinity, state your answer as "DIV".

lim(x,y)->(0,0) (3x^2 + y^2)/(x^4 + 5 y^4)
= DIV
Limit does not exist because if I try to go through different paths, I get different limits.

lim(x,y)->(0,3) ysin(x)/x
= 3
by separating the two functions y & sin(x)/x and evaluating them seperately

lim(x,y)->(5,0) (3x + ln(1+xy) ) / (1+x+y)
=15/6
just by plugging in the values (function is continuous everywhere)

lim(x,y)->(0,0) (x^2 * y^2) / (x^4 + 5y^4)
= DIV
Limit does not exist once again because of different paths I took = different limits

Thanks a lot =)
 
Physics news on Phys.org
You're confusing how to find different paths. Instead, what you're doing is finding the limits at different points. Think of the limit as this:

\lim_{\textbf{r}\rightarrow (0,0)}f(x,y).

Here, \textbf{r} just represents some arbitrary path along the surface to that point.
 
I understand what you mean but, for example, if I take the fourth limit:
lim(x,y)->(0,0) (x^2 * y^2) / (x^4 + 5y^4)

If I evaluate this when x=y then I end up with (x^4)/(6x^4) which gives a limit of 1/6.
However, if I evaluate this at (x,0) which should also work, I get a limit of 0/(x^4) = 0
Because both these limits (along different paths) are different, then the entire limit can not possibly converge.
 
from what I can see, you're correct. You sure you typed it in right?
 
yeah, I am sure.. but to get it right they all have to be right.. I am pretty confident about the last two limits.. its mainly the first two that are bugging me
 
Along which paths did you take the limits to evaluate the first one?
 
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