Multivariable limit evaluation

Kuma
Messages
129
Reaction score
0

Homework Statement




lim
(x,y) --> (0,0) [sin(2x) -2x + y]/[x^3+y]

Homework Equations





The Attempt at a Solution



so I tried approaching from the x-axis and I got

y=0 lim x-> 0 [sin(2x) -x + 0]/[x^3 + 0] which gives me 0/0

and from the y axis

y=0 lim y ->0 which gives me lim y-> 0 y/y = 0/0

if I try approaching from a line such as y = x I also get 0/0

what do I do now? L'hopitals rule? If so I'm not sure how to use it here...
 
Physics news on Phys.org
I think you'll find that, for any line you choose to approach the origin with, you'll get a single variable limit of 0/0 form. You may apply L'Hospital's Rule for this. Remember that L'Hospital's Rule only works for single variable limits.

If you are having difficulty getting differing limits, try approaching the origin via the line,

y=mx

It'll follow quite naturally from this.
 
okay so then using l hopitals rule for this, since it only applies for single variable limits, if I choose y=0 and evaluate it at

lim x-> 0 I get sin(2x) - 2x/x^3 then using l hopitals rule which is

lim x->a f'(x)/g'(x) I get

2 cos(2x) -2/3x^2, evaluating that at x=0 I still get 0/0...

so what now?
 
For (2 cos(2x) -2)/3x2 , use L'Hôpital's rule again, then again.
 
Try approaching (0,0) along the curve, y = m(x3)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top