Find the Limit of Multivariable Function

Rapier
Messages
83
Reaction score
0

Homework Statement


Find the limit of:
lim (x,y) ->(0,0) (x^2*y)/(x^2 + y^4)

Homework Equations


x=rcosθ
y=rsinθ

The Attempt at a Solution


lim r->0 for all steps
L = (rcosθ)^2*(rsinθ)/[(rcosθ)^2 + (rsinθ)^4]
L = r^3 (cosθ)^2 (sinθ) / [ r^2 * (cosθ)^2 + r^4 * (sinθ)^4]
L = r (cos^2 * sin ) / (cos^2 + r^2*sin^4)

That's as far as I can get. I thought about trying to use r^2 in the denominator to work back around to a sin^2 + cos^2 or trying to convert the terms in the denominators into r and either cos or sin so I could get rid of one of the terms and nothing seems to be working.

Oh, I should mention that I tried a couple of different paths and my limit seemed to always equal 0. I know that I cannot prove a limit exists with this method, I can only prove that the limit does not exist. I'm fairly certain the limit = 0, but I can't figure out a way to determine it.

This is a problem that I'm supposed to be thinking about for discussion on Thursday. So I don't want the answer, but guidance. Thanks!

-r
 
Physics news on Phys.org
try using the fact x^2+y^4>=x^2
 
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