Limits of multiple variables along y=mx

Beamsbox
Messages
61
Reaction score
0
This is an assignment problem I have. Can't seem to figure it out. It has two parts, one to prove that the function approaches 0 where y=mx and and one where the function approaches 0 from y=kx2...

f(x,y) = (x3y)/(2x6+y2)

I've attempted both parts and get stuck on what seems like the same issue. Basically I've substituted y=mx for y. Giving:

Please assume that lim (x,mx)→(0,0) is at the beginning of these workings.
lim f(x,mx) = x3(mx)/(2x6+(mx)2)
lim f(x,mx) = mx4/[(x2(2x4+m2)]
lim f(x,mx) = mx2/(2x4+m2)

I suppose I could try L'Hopital at this point, but it doesn't seem to help I think the 3rd derivative leaves you with 0/0.

Could I get some direction, please?

Thanks prior!
 
Last edited:
Physics news on Phys.org
Beamsbox said:
This is an assignment problem I have. Can't seem to figure it out. It has two parts, one to prove that the function approaches 0 where y=mx and and one where the function approaches 0 from y=kx2...

f(x,y) = (x3y)/(2x6+y2)

I've attempted both parts and get stuck on what seems like the same issue. Basically I've substituted y=mx for y. Giving:

Please assume that lim (x,mx)→(0,0) is at the beginning of these workings.
lim f(x,mx) = x3(mx)/(2x6+(mx)2)
lim f(x,mx) = mx4/[(x2(2x4+m2)]
lim f(x,mx) = mx2/(2x4+m2)

I suppose I could try L'Hopital at this point, but it doesn't seem to help I think the 3rd derivative leaves you with 0/0.

Could I get some direction, please?

Thanks prior!
You have y = mx, so that if x→0, then mx→0 . This changes taking the limit as (x,y)→(0,0) to taking the limit as x→0.

For your problem:
If y = mx, then lim (x,y)→(0,0) f(x,y)
becomes, lim x→0 f(x,mx), where \displaystyle f(x,\,mx)=\frac{x^3(mx)}{2x^6+(mx)^2}=\frac{mx^4}{x^2(2x^4+m^2)}
 
Thanks for your quick reply. That definitely helped me understand. I was able to answer both parts of the question with your help. The third part says to show that lim along y=x3 does not exist.

Now, I figured it to be 1/3, but I think the book is implying that the limit does not exist because the first two paths worked, but the third was different, therefore the limit does not exist. Would you agree?

Thanks again for your help! I spent way too much time dinkin' around with that problem...
 
That's the idea.
 
Beamsbox said:
lim f(x,mx) = mx2/(2x4+m2)

I suppose I could try L'Hopital at this point, but it doesn't seem to help I think the 3rd derivative leaves you with 0/0.

why use L'Hopital? the limit you show is not of type 0/0 as x->0
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top