Multivariable limit evaluation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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'hospital's 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,

[tex]y=mx[/tex]

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?