Two variable limit question (Question/Answer included)

  • Thread starter Thread starter s3a
  • Start date Start date
  • Tags Tags
    Limit Variable
s3a
Messages
814
Reaction score
8

Homework Statement


Problem:
Find the limit if it exists, or state that it does not exist for: lim (x,y)→(0,0) [2x^3 + 6y^3]/[x^2 + y^2].

Answer:
lim (x,y)→(0,0) [2x^3 + 6y^3]/[x^2 + y^2] = 0

Homework Equations


r^2 = x^2 + y^2

The Attempt at a Solution


I know I can replace (x,y)→(0,0) with r→0 and x^2 + y^2 with r^2 but I am confused about what to do for the numerator.

Also, I don't think this is formally/mathematically acceptable but, if I replace the denominator with r^2 and keep the numerator with the x and y and then break the fractions to 2x^3 /r^2 + 6y^3 /r^2 and then I have, in each summand, the top cubic competing with the bottom square as both the numerator's and denominator's variables increase according to the limit so the top "wins" and the answer is 0.

While I wonder if my thinking in the above paragraph is correct, I would still like to know what the formal/mathematical way of approaching this problem is.

Any help in solving this problem would be greatly appreciated!
Thanks in advance!
 
Physics news on Phys.org
You do the same with the numerator. In polar coordinates, x= r cos(\therta) and y= r sin(\theta) so 2x^3+ 6y^3= 2r^3 cos^3(\theta)+ 6r^3 sin^3(\theta)= r^3(2cos^3(\theta)+ 6sin^3(\theta)) and
\frac{2x^3+ 6y^3}{x^2+ y^2}= \frac{r^3(2cos^3(\theta)+ 6sin^3(\theta))}{r^2}
= r(2cos^3(\theta)+ 6sin^3(\theta)
which goes to 0 as r goes to 0 no matter what \theta is.
 
That makes a lot of sense! Thanks!
 
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